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
Age
Commit message (
Expand
)
Author
2022-03-16
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
sin-ack
2022-03-16
LibWeb: Don't create HTMLInputElement's UA shadow tree for buttons
Andreas Kling
2022-03-15
LibWeb: Don't compute style *again* for elements in Layout::TreeBuilder
Andreas Kling
2022-03-15
LibWeb: Fix mistake in Node::invalidate_style()
Andreas Kling
2022-03-15
LibWeb: Make invalidate_style() set child-needs-update on shadow hosts
Andreas Kling
2022-03-15
LibWeb: Improvements to Node::invalidate_style()
Andreas Kling
2022-03-15
Browser: Rename Inspector table view member names to match contents
Andreas Kling
2022-03-15
LibGUI: Set cursor when using highlighted_search in abstractview
Vrins
2022-03-15
Browser: Allow jumping to stylenames by typing in the inspector
Vrins
2022-03-15
Browser: Rename "Element" Inspector tab to "Box Model"
Andreas Kling
2022-03-15
Browser: Use accurate labels for the Inspector's style property tabs
Andreas Kling
2022-03-15
LibWeb: Rename Element::specified_css_values() => computed_css_values()
Andreas Kling
2022-03-15
LibWeb: Rename Element::computed_style() to resolved_css_values()
Andreas Kling
2022-03-15
LibWeb: Make BrowsingContext::reset_cursor_blink_cycle() more robust
Andreas Kling
2022-03-15
LibWeb: Invalidate document style after Node.insertBefore()
Andreas Kling
2022-03-15
LibWeb: Invalidate style on media query evaluation change
Andreas Kling
2022-03-15
LibWeb: Actually connect ShadowRoot to its host element
Andreas Kling
2022-03-15
LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhere
Andreas Kling
2022-03-15
LibWeb: Remove unused code for constructing partial layout trees
Andreas Kling
2022-03-15
LibWeb: Create HTMLInputElement UA shadow tree when inserted into DOM
Andreas Kling
2022-03-15
LibWeb: Don't access layout nodes in StyleComputer
Andreas Kling
2022-03-15
LibWeb: Invalidate style when a browsing context's viewport is resized
Andreas Kling
2022-03-15
LibWeb: Add fast_is<ParentNode>()
Andreas Kling
2022-03-15
LibWeb: Recurse into shadow trees when updating style
Andreas Kling
2022-03-15
LibWeb: Make style invalidation cross shadow boundaries
Andreas Kling
2022-03-15
LibWeb: Use a WeakPtr for DocumentFragment's "host" field
Andreas Kling
2022-03-15
LibWeb: Add equals() override to a bunch of StyleValue subclasses
Andreas Kling
2022-03-15
LibJS: Handle non-Error this object in Error.prototype.stack getter
Linus Groh
2022-03-15
LibJS/Tests: Consolidate Error.prototype.stack tests
Linus Groh
2022-03-15
LibJS: Set internal function name of NativeError constructors
Linus Groh
2022-03-15
LibJS: Reorganize spec steps for Intl.RelativeTimeFormat
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.PluralRules
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.NumberFormat
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.Locale
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.ListFormat
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.DisplayNames
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.DateTimeFormat
Timothy Flynn
2022-03-15
LibJS: Reorganize spec steps for Intl.Collator
Timothy Flynn
2022-03-15
Utilities: Add an lscpu utility
Undefine
2022-03-15
AK+Everywhere: Add sincos and use it in some places
Hendiadyoin1
2022-03-15
UserspaceEmulator: Clear c0 on x87 constant load instructions
Hendiadyoin1
2022-03-15
UserspaceEmulator: Make error checks in FYL2XP1 and FYL2X a bit closer
Hendiadyoin1
2022-03-15
UserspaceEmulator: Add more FIXMES to SoftFPU
Hendiadyoin1
2022-03-15
Spreadsheet: Move tab widget actions to the main widget constructor
Karol Kosek
2022-03-15
Spreadsheet: Get the active sheet via TabWidget::active_widget()
Karol Kosek
2022-03-15
Spreadsheet: Set tab functions for every tab on setup
Karol Kosek
2022-03-15
LibJS/Bytecode: Fix typo in object binding an entry with no alias
Luke Wilde
2022-03-15
LibJS/Bytecode: End for's variable scope after update block generation
Luke Wilde
2022-03-15
LibJS: Stop generating switch case statements on block termination
Luke Wilde
2022-03-14
HackStudio: Remove Terminal widget when the bound shell process dies
Lucas CHOLLET
[next]