summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Forward.h
AgeCommit message (Expand)Author
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
2021-09-13LibWeb: Add the Web::URL namespace and move URLEncoder to itIdan Horowitz
2021-09-12LibWeb: Make CSSStyleDeclaration an abstract classAndreas Kling
2021-09-12LibWeb: Start implementing the MediaQueryList interfaceLinus Groh
2021-09-12LibWeb: Add the History object and stub pushState and replaceStateLuke Wilde
2021-09-09LibWeb: Schedule HTML::EventLoop processing when there are queued tasksAndreas Kling
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-09-08LibWeb: Remove bogus forward declaration for Web::StackingContextAndreas Kling
2021-09-02LibWeb: Add initial support for AbortController and AbortSignalLuke Wilde
2021-08-25LibWeb: Add StyleValue to Forward.hSam Atkins
2021-07-24LibWeb: Plumb calculated StyleValues into CSS::LengthTobias Christiansen
2021-07-08Everywhere: Forward declare structs as structsDaniel Bertalan
2021-07-05LibWeb: Add DOMParserLuke
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-04-25LibWeb: Add WebSocket bindingsDexesTTP