summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Forward.h
AgeCommit message (Expand)Author
2022-01-20LibWeb: Add PercentageStyleValue, and parse itSam Atkins
2022-01-20LibWeb: Add CSS::Percentage, PercentageOr and LengthPercentage typesSam Atkins
2022-01-04LibWeb: Implement CanvasRenderingContext2D.measureTextsin-ack
2021-12-14LibWeb: Add the SubtleCrypto interfaceLinus Groh
2021-12-12LibWeb: Add the TextEncoder interfaceLinus Groh
2021-12-09LibWeb: Remove now-unused CustomStyleValueSam Atkins
2021-12-09LibWeb: Add new UnresolvedStyleValue classSam Atkins
2021-11-24LibWeb: Add JSON serialization for nested browsing contextsVyacheslav Pukhanov
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-11-17LibWeb: Add NodeWithStyleAndBoxModelMetrics to Forward.hSam Atkins
2021-11-10LibWeb: Add BackgroundSizeStyleValueSam Atkins
2021-11-10LibWeb: Parse CSS `background-position` propertySam Atkins
2021-10-19LibWeb: Add FlexFormattingContext to the forwarding headerAndreas Kling
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 DOMRectReadOnly and make DOMRect inherit from itAndreas Kling
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-10-06LibWeb: Start work towards modern CSS "display" valuesAndreas Kling
2021-10-05LibWeb: Fire MediaQueryListEvents when an MQL's match-state changesSam Atkins
2021-10-05LibWeb: Predeclare MediaList and CSSRuleListSam Atkins
2021-10-03LibWeb: Add support for NodeListLuke Wilde
2021-10-01LibWeb: Add CSSMediaRuleSam 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-28LibWeb: Add a basic KeyboardEvent and fire "keydown" events :^)Andreas Kling
2021-09-28LibWeb: Make URLSearchParams iterableIdan Horowitz
2021-09-27LibWeb: Add initial support for CustomEventLuke Wilde
2021-09-27LibWeb: Add some missing events in EventWrapperFactoryLuke Wilde
2021-09-27LibWeb: Add DOMRect and Element.getBoundingClientRect()Andreas Kling
2021-09-26LibWeb: Add support for HTMLOrSVGElement.datasetLuke 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: Clarify StyleValue API with new naming schemeSam Atkins
2021-09-22LibWeb: Add DOM::ExceptionOr<T> to forwarding headerAndreas Kling
2021-09-19LibWeb: Implement basic support for MessageChannel and MessagePortAndreas Kling
2021-09-17LibWeb: Add the IdleDeadline interface from the RequestIdleCallback specAndreas Kling
2021-09-14LibWeb: Add a bare implementation of the URL built-inIdan Horowitz
2021-09-13LibWeb: Add the URLSearchParams built-inIdan Horowitz