index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
Age
Commit message (
Expand
)
Author
2022-03-18
LibJS: Tweak Interpreter::create() for more spec-likeness
Linus Groh
2022-03-18
LibJS: Use TRY(push_execution_context()) in places where we can recover
Linus Groh
2022-03-18
LibJS: Add infallible variant of VM::push_execution_context()
Linus Groh
2022-03-17
LibGfx: Allow for different {x,y}-radii in FastBoxBlurFilter
Tobias Christiansen
2022-03-17
LibGfx: Make FastBoxBlurFilter::apply_single_pass's argument unsigned
Tobias Christiansen
2022-03-17
Libraries: Use default constructors/destructors in LibGfx
Lenny Maiorani
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-17
LibGUI: Clamp selection when drag-selecting over out of range area
Maciej
2022-03-17
LibGUI: Update active glyph when drag-selecting in GlyphMapWidget
Maciej
2022-03-17
LibGUI: Use different color for GlyphMapWidget background
Maciej
2022-03-17
LibJS: Update specification steps for RegExp Match Indices
Timothy Flynn
2022-03-16
LibWeb: :checked should only match inputs in checkbox/radio type state
Andreas Kling
2022-03-16
LibWeb: Schedule a relayout after <image> and <object> elements load
Andreas Kling
2022-03-16
LibWeb: Move text fragment painting to PaintableWithLines
Andreas Kling
2022-03-16
LibWeb: Implement window.name
Simon Wanner
2022-03-16
LibJS: Fix fraction substring in ParseTimeZoneOffsetString
Linus Groh
2022-03-16
LibJS: Remove unused code in DifferenceISODate
Linus Groh
2022-03-16
LibJS: Remove the ConstrainToRange AO
Linus Groh
2022-03-16
LibJS: Remove argument type assertion from ParseTemporalDurationString
Linus Groh
2022-03-16
LibJS: Assume Get() on the result of PrepareTemporalFields can't fail
Linus Groh
2022-03-16
LibWeb: Evaluate `no-preference` media-features as false
Sam Atkins
2022-03-16
LibWeb: Add missing MEDIAQUERIES-5 media-features
Sam Atkins
2022-03-16
LibWeb: Add MEDIAQUERIES-5 identifiers
Sam Atkins
2022-03-16
LibWeb: Don't discard update_style_recursively() return value
Andreas Kling
2022-03-16
LibWeb: Mark a bunch of CSS border-* properties as not affecting layout
Andreas Kling
2022-03-16
LibJS: Relax line and column number restrictions in Error stack tests
Simon Wanner
2022-03-16
LibWeb: Mark all text-decoration* CSS properties as not affecting layout
Andreas Kling
2022-03-16
LibWeb: Don't call establishes_stacking_context() during painting
Andreas Kling
2022-03-16
LibPthread: Define SEM_FAILED in semaphore.h
Linus Groh
2022-03-16
LibWeb: Flush any pending layout updates before processing mouse events
Andreas Kling
2022-03-16
LibWeb: Invalidate less style when moving between hovered nodes
Andreas Kling
2022-03-16
LibWeb: Avoid layout invalidation for some CSS property changes
Andreas Kling
2022-03-16
LibWeb: Annotate which CSS properties may affect layout
Andreas Kling
2022-03-16
LibWeb: Schedule a relayout after setting CharacterData.data
Andreas Kling
2022-03-16
LibWeb: Schedule a relayout after setting Element.innerHTML
Andreas Kling
2022-03-16
LibGfx: Make FontDatabase API use FlyString for family and variant
Andreas Kling
2022-03-16
Libraries: Use default constructors/destructors in LibJS
Lenny Maiorani
2022-03-16
LibTest: Provide detailed per-file JSON output with --per-file
Ali Mohammad Pur
2022-03-16
LibGUI: Make only the targeted tab of TabWidget respond to double click
Olivier De Cannière
2022-03-16
LibWeb: Expose HTMLSelectElement::options
Simon Wanner
2022-03-16
LibWeb: Add stub implementation of HTMLOptionsCollection
Simon Wanner
2022-03-16
LibWeb: Use the cached HTMLInputElement type within associated getters
Timothy Flynn
2022-03-16
LibWeb: Cache HTMLInputElement's parsed type attribute when it changes
Timothy Flynn
2022-03-16
LibWeb: Invalidate layout on BrowsingContext resize
Andreas Kling
2022-03-16
LibWeb: Make parent- and root-relative font-size work better
Andreas Kling
2022-03-16
LibWeb: Add hack to dispatch load event for <object>s
sin-ack
2022-03-16
LibWeb: Make Element::set_shadow_root() disconnect any previous root
Andreas Kling
2022-03-16
LibWeb: Convert usages of type() to type_state()
sin-ack
2022-03-16
LibWeb: Ensure that radio group is updated when radio is checked from JS
sin-ack
2022-03-16
LibWeb: Fire a UIEvents::MouseEvent for HTMLElement.click()
sin-ack
[next]