summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-29LibJS: Convert internal_get() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_has_property() to ThrowCompletionOrLinus Groh
2021-09-29LibJS: Convert internal_define_own_property() to ThrowCompletionOrLinus Groh
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: Generate CSS::property_id_from_camel_case_string()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 support for custom #import IDL statementsIdan 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: Add initial support for the IDL [Unscopable] extended attributeLuke 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-29Kernel/PCI: Remove all macros and replace them with enum classesLiav A
2021-09-29Kernel/PCI: Remove Address from enumeration callbackLiav A
2021-09-29Kernel/PCI: Cache interrupt line and interrupt pin of a deviceLiav A
2021-09-29Kernel/PCI: Propagate usage of DeviceIdentifier everywhereLiav A
2021-09-29Kernel: Rename two PCI componentsLiav A
2021-09-29Kernel/PCI: Cache more details about PCI devices when enumerating themLiav A
2021-09-29LibWeb: Add the missing EventInit property to Event constructorIdan Horowitz
2021-09-29LibWeb: Add support for converting IDL dictionaries to native structsIdan Horowitz
2021-09-29LibJS: Drop the Temporal prefix from TemporalMissingRequiredPropertyIdan Horowitz
2021-09-29LibWeb: Add support for parsing IDL dictionariesIdan Horowitz
2021-09-29LibWeb: Change IDL::parse_interface's return type to NonnullOwnPtrIdan 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