summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-09-29LibJS: Convert internal_get_own_property() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_prevent_extensions() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_is_extensible() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_set_prototype_of() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_get_prototype_of() to ThrowCompletionOrLinus Groh
2021-09-30LibWeb: Expose CSSStyleRule on the window objectAndreas Kling
2021-09-30LibWeb: Reimplement the <style> element following the specAndreas Kling
2021-09-30LibWeb: Add the CSSStyleRule interface with some limited functionalityAndreas Kling
2021-09-30LibWeb: Add Node::in_a_document_tree()Andreas Kling
2021-09-29LibGUI: Implement automatic scrolling in AbstractViewMarcus Nilsson
2021-09-29LibGUI: Account for scrollbar width when calculating autoscroll deltaMarcus Nilsson
2021-09-29LibWeb: Implement most of CSSStyleRule.insertRule()Andreas Kling
2021-09-29LibWeb: Make CSSStyleDeclaration.camelCaseProperty work :^)Andreas Kling
2021-09-29LibWeb: Add CSSStyleSheet.{insert,delete,remove}Rule() APIsAndreas Kling
2021-09-29LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^)Andreas Kling
2021-09-29LibJS: Fix a typo in a comment in Object.hLinus Groh
2021-09-29PixelPaint: Add new icons for layer actionsMarcus Nilsson
2021-09-29Browser: Use CommonActions where possible and various fixesMarcus Nilsson
2021-09-29LibWeb: Add the missing CustomEvent IDL constructorIdan Horowitz
2021-09-29LibWeb: Add CSSConditionRuleSam Atkins
2021-09-29LibWeb: Add CSSGroupingRuleSam Atkins
2021-09-29LibWeb: Use a CSSRuleList inside CSSStyleSheetSam Atkins
2021-09-29LibWeb: Add CSSRuleListSam Atkins
2021-09-29LibRegex: Flatten bytecode before performing optimizationsAndreas Kling
2021-09-29LibWeb: Implement ChildNode.removeLuke Wilde
2021-09-29LibWeb: Flexbox: Wrap inline Nodes if their parent is display: flexTobias Christiansen
2021-09-29LibWeb: Make StyleSheetList.item an IDL getterLuke Wilde
2021-09-29RequestServer: Use an OwnPtr for cached connectionsAli Mohammad Pur
2021-09-29LibWeb: Add the missing EventInit property to Event constructorIdan Horowitz
2021-09-29LibJS: Drop the Temporal prefix from TemporalMissingRequiredPropertyIdan Horowitz
2021-09-29RequestServer: Correctly start preconnected TLS socketsAli Mohammad Pur
2021-09-29LibWeb: Support window.screen{X,Y,Left,Top}Andreas Kling
2021-09-28LibWeb: Expose CSSStyleDeclaration on the window objectAndreas Kling
2021-09-28WebContent: Coalesce paint invalidations to avoid spamming clientAndreas Kling
2021-09-28LibJS: Avoid unnecessary HashMap copy in FunctionEnvironmentAndreas Kling
2021-09-28LibJS: Avoid unnecessary HashMap growth in Interpreter::enter_scope()Andreas Kling
2021-09-28LibJS: Avoid unnecessary HashMap copy in ECMAScriptFunctionObjectAndreas Kling
2021-09-28LibTLS: Mark the connection as finished and disconnected on TLS errorAli Mohammad Pur
2021-09-28LibWeb: Implement the dns-prefetch and preconnect link relationshipsAli Mohammad Pur
2021-09-28LibWeb: Use Document::parse_url() for preload linksAli Mohammad Pur
2021-09-28RequestServer+LibProtocol: Add an 'EnsureConnection' IPC endpointAli Mohammad Pur
2021-09-28LibDebug: Add missing `break` in AddressRanges::for_each_range()Andreas Kling
2021-09-28LibWeb: Fire "keyup" events as well :^)Andreas Kling
2021-09-28LibWeb: Add a basic KeyboardEvent and fire "keydown" events :^)Andreas Kling
2021-09-28LibDebug: Use DW_AT_ranges to get address ranges of DIEsItamar
2021-09-28LibDebug: Support parsing non-contiguous DWARF address rangesItamar
2021-09-28LibDebug: Add Dwarf::CompilationUnit::base_address()Itamar
2021-09-28LibWeb: Make URLSearchParams iterableIdan Horowitz
2021-09-28LibJS: Change create_iterator_result_object's return type to Object*Idan Horowitz
2021-09-28LibWeb: Add partial support for IDL Iterable declarationsIdan Horowitz