summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Forward.h
AgeCommit message (Expand)Author
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-04-25LibWeb: Add WebSocket bindingsDexesTTP
2021-04-22LibWeb: Implement a slow but functional HTMLCollection :^)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-14Browser+LibWeb+WebContent: Track the source of document.cookie requestsTimothy Flynn
2021-04-14Browser+LibWeb: Move the cookie structure into LibWebTimothy Flynn
2021-04-14Browser+LibWeb: Move cookie parser into LibWebTimothy Flynn
2021-04-06LibWeb: Add ProcessingInstruction nodeLuke
2021-04-04LibWeb: Defer mouse events from TextNode to LabelTimothy Flynn
2021-04-04LibWeb: Add "Label" to be the layout node for HTMLLabelElementTimothy Flynn
2021-04-04LibWeb: Implement the Screen interfaceLinus Groh
2021-04-03LibWeb: Add support for HTML input type=radioTimothy Flynn
2021-03-16LibWeb: Invalidate element style after setting Element.style.fooAndreas Kling
2021-03-13LibWeb: Expose barebones CSSStyleDeclaration to JavaScriptAndreas Kling
2021-03-13LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOMAndreas Kling
2021-03-08LibWeb: Start exposing CSS style sheets to JavaScript :^)Andreas Kling
2021-03-07LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheetAndreas Kling
2021-03-07LibWeb: Rename StyleRule => CSSStyleRuleAndreas Kling
2021-02-28LibWeb: Added simple parsing for (at)import rulesSviatoslav Peleshko
2021-02-28LibWeb: Create base class CSSRule for all CSS rulesSviatoslav Peleshko
2021-02-20LibWeb: Add DOM::DOMException class and bindingsLinus Groh
2021-02-10LibWeb: Add DOM::ShadowRoot to forwarding headerAndreas Kling
2021-02-03LibWeb: Basic implementation of global event handlers :^)Andreas Kling
2021-01-23LibWeb: Add XHREventTarget and have XHR inherit from itLuke
2021-01-23LibWeb: Flesh out existing XHR methods a bit moreLuke
2021-01-23LibWeb: Move XMLHttpRequest to separate XHR directoryAndreas Kling
2021-01-18LibWeb: Stub out the PerformanceTiming object from Navigation TimingAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling