summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-10-29LibJS: Convert BooleanPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert FunctionPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert the CreateDynamicFunction AO to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert ErrorPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert WeakRefPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert ArrayIteratorPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert ConsoleObject functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert JSONObject functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert SetIteratorPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert SetPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert SetConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert SymbolPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert SymbolConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert BigIntPrototype functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibJS: Convert BigIntConstructor functions to ThrowCompletionOrIdan Horowitz
2021-10-29LibRegex: Don't ignore empty alternatives in append_alternation()Ali Mohammad Pur
2021-10-28LibWeb: Add Element.webkitMatchesSelectorLuke Wilde
2021-10-28LibWeb: Don't try to layout list-item markers in BFCAndreas Kling
2021-10-28LibWeb: Add Layout::Box::border_box_as_relative_rect()Andreas Kling
2021-10-28LibWeb: Small fix to height computation for block-with-inline-childrenAndreas Kling
2021-10-28LibWeb: Use border edges when computing overflow for the ICBAndreas Kling
2021-10-28LibWeb: Remove unused CSS::Length::relative_length_to_px(Layout::Node)Andreas Kling
2021-10-28LibWeb: Don't force line box fragments height to be at least line-heightAndreas Kling
2021-10-28LibWeb: Make non-absolute values for line-height fall back to font-sizeAndreas Kling
2021-10-28LibWeb: Clip descendants of boxes with overflow:hiddenAndreas Kling
2021-10-28LibWeb: Treat width:auto on tables as fit-contentAndreas Kling
2021-10-28LibWeb: Allow whitespace when parsing "!important" in CSSSam Atkins
2021-10-28LibWeb: Allow whitespace inside CSS attribute selectorsSam Atkins
2021-10-28LibWeb: Remove two lowercase string creations from Element::has_classTimothy Flynn
2021-10-28LibWeb: Do not create lowercase strings in NamedNodeMap::get_attributeTimothy Flynn
2021-10-28LibWeb: Remove duplicated auto height computationBen Wiederhake
2021-10-28LibWeb: Remove StyleProperties::set_property(PropertyID, StringView)Andreas Kling
2021-10-28LibWeb: Properly handle the <td align> attributeAndreas Kling
2021-10-28LibC+LibELF: Move getauxval and AT_* flags to sys/auxv.hIdan Horowitz
2021-10-28LibC: Change the type of FBProperties' fields from bool to unsigned charIdan Horowitz
2021-10-28LibGUI: Add MetricRole and PathRole to GUI::VariantSam Atkins
2021-10-28LibGfx: Add to_string() functions for MetricRole and PathRoleSam Atkins
2021-10-28LibGfx+WindowServer: Move shadow-painting code to StylePainterSam Atkins
2021-10-28LibGfx: Make style painters use east const and virtual specifiersSam Atkins
2021-10-28LibCore: Add ElapsedTimer::reset()Jelle Raaijmakers
2021-10-27Everywhere: Rename back-click to backward-clickFiliph Sandström
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-27LibWeb: Don't create anonymous table boxes around whitespaceAndreas Kling
2021-10-27LibWeb: Remove Layout::Box::width_of_logical_containing_block()Andreas Kling
2021-10-27LibWeb: Add fast_is<T>() for HTML::HTMLHtmlElementAndreas Kling
2021-10-27LibWeb: Add fast_is<T>() for Layout::LabelAndreas Kling
2021-10-27Kernel + WindowServer: Re-define the interface to framebuffer devicesLiav A
2021-10-26LibWeb: Implement URLSearchParams.getAllLuke Wilde
2021-10-26LibJS: Clarify mathematical types in Temporal AOs and functionsLinus Groh
2021-10-26LibWeb: Fix inline blocks swallowing trailing whitespaceFelix Rauch