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-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
2022-03-14
HexEditor: Selection follows cursor while pressing shift
Samu698
2022-03-14
HexEditor: Disable selection dependent actions when no selection is made
Samu698
2022-03-14
HexEditor: Offset segment in status bar opens goto offset dialog
Samu698
2022-03-14
HexEditor: Fill selection sets only bytes inside selection
Samu698
2022-03-14
HexEditor: Copy as C code doesn't add trailing spaces
Samu698
2022-03-14
AudioServer: Decrease sample headroom to 5%
kleines Filmröllchen
2022-03-14
Piano: Decrease sample headroom
kleines Filmröllchen
2022-03-14
SoundPlayer: Implement logarithmic spectrum display
kleines Filmröllchen
2022-03-14
SoundPlayer: Adjust peaking logic for bars visualization
kleines Filmröllchen
2022-03-14
SoundPlayer: Use overlapping windows for bars visualization
kleines Filmröllchen
[next]