summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-03-15Browser: Use accurate labels for the Inspector's style property tabsAndreas Kling
2022-03-15LibWeb: Rename Element::specified_css_values() => computed_css_values()Andreas Kling
2022-03-15LibWeb: Rename Element::computed_style() to resolved_css_values()Andreas Kling
2022-03-15LibWeb: Make BrowsingContext::reset_cursor_blink_cycle() more robustAndreas Kling
2022-03-15LibWeb: Invalidate document style after Node.insertBefore()Andreas Kling
2022-03-15LibWeb: Invalidate style on media query evaluation changeAndreas Kling
2022-03-15LibWeb: Actually connect ShadowRoot to its host elementAndreas Kling
2022-03-15LibWeb: Use StyleComputer::invalidate_rule_cache() directly everywhereAndreas Kling
2022-03-15LibWeb: Remove unused code for constructing partial layout treesAndreas Kling
2022-03-15LibWeb: Create HTMLInputElement UA shadow tree when inserted into DOMAndreas Kling
2022-03-15LibWeb: Don't access layout nodes in StyleComputerAndreas Kling
2022-03-15LibWeb: Invalidate style when a browsing context's viewport is resizedAndreas Kling
2022-03-15LibWeb: Add fast_is<ParentNode>()Andreas Kling
2022-03-15LibWeb: Recurse into shadow trees when updating styleAndreas Kling
2022-03-15LibWeb: Make style invalidation cross shadow boundariesAndreas Kling
2022-03-15LibWeb: Use a WeakPtr for DocumentFragment's "host" fieldAndreas Kling
2022-03-15LibWeb: Add equals() override to a bunch of StyleValue subclassesAndreas Kling
2022-03-15LibJS: Handle non-Error this object in Error.prototype.stack getterLinus Groh
2022-03-15LibJS/Tests: Consolidate Error.prototype.stack testsLinus Groh
2022-03-15LibJS: Set internal function name of NativeError constructorsLinus Groh
2022-03-15LibJS: Reorganize spec steps for Intl.RelativeTimeFormatTimothy Flynn
2022-03-15LibJS: Reorganize spec steps for Intl.PluralRulesTimothy Flynn
2022-03-15LibJS: Reorganize spec steps for Intl.NumberFormatTimothy Flynn
2022-03-15LibJS: Reorganize spec steps for Intl.LocaleTimothy Flynn
2022-03-15LibJS: Reorganize spec steps for Intl.ListFormatTimothy Flynn
2022-03-15LibJS: Reorganize spec steps for Intl.DisplayNamesTimothy Flynn
2022-03-15LibJS: Reorganize spec steps for Intl.DateTimeFormatTimothy Flynn
2022-03-15LibJS: Reorganize spec steps for Intl.CollatorTimothy Flynn
2022-03-15Utilities: Add an lscpu utilityUndefine
2022-03-15AK+Everywhere: Add sincos and use it in some placesHendiadyoin1
2022-03-15UserspaceEmulator: Clear c0 on x87 constant load instructionsHendiadyoin1
2022-03-15UserspaceEmulator: Make error checks in FYL2XP1 and FYL2X a bit closerHendiadyoin1
2022-03-15UserspaceEmulator: Add more FIXMES to SoftFPUHendiadyoin1
2022-03-15Spreadsheet: Move tab widget actions to the main widget constructorKarol Kosek
2022-03-15Spreadsheet: Get the active sheet via TabWidget::active_widget()Karol Kosek
2022-03-15Spreadsheet: Set tab functions for every tab on setupKarol Kosek
2022-03-15LibJS/Bytecode: Fix typo in object binding an entry with no aliasLuke Wilde
2022-03-15LibJS/Bytecode: End for's variable scope after update block generationLuke Wilde
2022-03-15LibJS: Stop generating switch case statements on block terminationLuke Wilde
2022-03-14HackStudio: Remove Terminal widget when the bound shell process diesLucas CHOLLET
2022-03-14HexEditor: Selection follows cursor while pressing shiftSamu698
2022-03-14HexEditor: Disable selection dependent actions when no selection is madeSamu698
2022-03-14HexEditor: Offset segment in status bar opens goto offset dialogSamu698
2022-03-14HexEditor: Fill selection sets only bytes inside selectionSamu698
2022-03-14HexEditor: Copy as C code doesn't add trailing spacesSamu698
2022-03-14AudioServer: Decrease sample headroom to 5%kleines Filmröllchen
2022-03-14Piano: Decrease sample headroomkleines Filmröllchen
2022-03-14SoundPlayer: Implement logarithmic spectrum displaykleines Filmröllchen
2022-03-14SoundPlayer: Adjust peaking logic for bars visualizationkleines Filmröllchen
2022-03-14SoundPlayer: Use overlapping windows for bars visualizationkleines Filmröllchen