summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CMakeLists.txt
AgeCommit message (Expand)Author
2021-10-18LibWeb: Implement DOMTokenList for managing space-separated tokens listsTimothy Flynn
2021-10-17LibWeb: Implement (most of) NamedNodeMap to store attributesTimothy Flynn
2021-10-17LibWeb: Implement Attribute closer to the spec and with an IDL fileTimothy Flynn
2021-10-17LibWeb: Alphabetize LibWeb's forward and JS wrapper declarationsTimothy Flynn
2021-10-14LibWeb: Stub out a basic IntersectionObserver interfaceTimothy Flynn
2021-10-11LibWeb: Implement PromiseRejectionEventLinus Groh
2021-10-11LibWeb: Stub out a basic ResizeObserver interfaceAndreas Kling
2021-10-11LibWeb: Stub out a basic Selection interfaceAndreas Kling
2021-10-08LibWeb: Implement `@supports` rule :^)Sam Atkins
2021-10-08LibWeb: Add CSS 'Supports' classSam Atkins
2021-10-08LibWeb: Add CSS.escape() JS functionSam Atkins
2021-10-08LibWeb: Add DOMRectReadOnly and make DOMRect inherit from itAndreas Kling
2021-10-06LibWeb: Clean up static function in headerBen Wiederhake
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-10-05LibWeb: Fire MediaQueryListEvents when an MQL's match-state changesSam Atkins
2021-10-03LibWeb: Implement the HTMLHyperlinkElementUtils mixinAndreas Kling
2021-10-03LibWeb: Add support for NodeListLuke Wilde
2021-10-01LibWeb: Add the missing SubmitEvent IDL constructorIdan Horowitz
2021-10-01LibWeb: Use the LibWeb source directory as the IDL #import base pathIdan Horowitz
2021-10-01LibWeb: Add CSSMediaRuleSam Atkins
2021-10-01LibWeb: Add MediaListSam Atkins
2021-10-01LibWeb: Partially implement MediaQuery class :^)Sam Atkins
2021-09-30LibWeb: Add the Web::Crypto namespace, built-in, and getRandomValuesIdan Horowitz
2021-09-30LibWeb: Add the CSSStyleRule interface with some limited functionalityAndreas Kling
2021-09-29LibWeb: Make CSSRule and CSSRuleList available to JavaScript :^)Andreas Kling
2021-09-29LibWeb: Add CSSConditionRuleSam Atkins
2021-09-29LibWeb: Add CSSGroupingRuleSam Atkins
2021-09-29LibWeb: Add CSSRuleListSam Atkins
2021-09-28LibWeb: Add a basic KeyboardEvent and fire "keydown" events :^)Andreas Kling
2021-09-28LibWeb: Make URLSearchParams iterableIdan Horowitz
2021-09-28LibWeb: Add partial support for IDL Iterable declarationsIdan Horowitz
2021-09-27LibWeb: Add initial support for CustomEventLuke Wilde
2021-09-27LibWeb: Add DOMRect and Element.getBoundingClientRect()Andreas Kling
2021-09-26LibWeb: Add support for HTMLOrSVGElement.datasetLuke Wilde
2021-09-26LibWeb: Convert HTMLCollection to use IDL special operationsLuke Wilde
2021-09-26LibWeb: Add support for IDL legacy platform objectsLuke Wilde
2021-09-26LibWeb: Add the PageTransitionEvent interface and fire "pageshow" eventsAndreas Kling
2021-09-26LibWeb: Allow HTML parser to delay delivery of the document "load" eventAndreas Kling
2021-09-25LibWeb: Rename HTMLDocumentParser => HTMLParserAndreas Kling
2021-09-24LibWeb: Rename CSS::StyleResolver => StyleComputerAndreas Kling
2021-09-24LibWeb: Rename "Computed" CSSStyleDeclaration => "Resolved"Andreas Kling
2021-09-19LibWeb: Move background painting from Box to its own fileSam Atkins
2021-09-19LibWeb: Move box-shadow painting out of Box to its own fileSam Atkins
2021-09-19LibWeb: Implement basic support for MessageChannel and MessagePortAndreas Kling
2021-09-19LibWeb: Add event handler attributes to XMLHttpRequestEventTargetAndreas Kling
2021-09-18LibWeb: Remove the unused LayoutTreeModelAndreas Kling
2021-09-18LibWeb: Add a bare-bones SVG <g> elementAndreas Kling
2021-09-18LibWeb: Add SVGFormattingContext to handle SVG box treesAndreas Kling
2021-09-17LibWeb: Add the IdleDeadline interface from the RequestIdleCallback specAndreas Kling
2021-09-15Meta: Use Lagom:: namespaced names for code generatorsAndrew Kaster