summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-03-16LibWeb: Refactor all LabelableNode subclasses + input event handling :^)sin-ack
2022-03-16LibWeb: Don't create HTMLInputElement's UA shadow tree for buttonsAndreas Kling
2022-03-15LibWeb: Don't compute style *again* for elements in Layout::TreeBuilderAndreas Kling
2022-03-15LibWeb: Fix mistake in Node::invalidate_style()Andreas Kling
2022-03-15LibWeb: Make invalidate_style() set child-needs-update on shadow hostsAndreas Kling
2022-03-15LibWeb: Improvements to Node::invalidate_style()Andreas Kling
2022-03-15Browser: Rename Inspector table view member names to match contentsAndreas Kling
2022-03-15LibGUI: Set cursor when using highlighted_search in abstractviewVrins
2022-03-15Browser: Allow jumping to stylenames by typing in the inspectorVrins
2022-03-15Browser: Rename "Element" Inspector tab to "Box Model"Andreas Kling
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