Andreas Kling
|
0bcab60463
LibWeb: Make CSSStyleDeclaration an abstract class
|
3 years ago |
Linus Groh
|
4155cc7ed5
LibWeb: Start implementing the MediaQueryList interface
|
3 years ago |
Luke Wilde
|
1927600852
LibWeb: Add the History object and stub pushState and replaceState
|
3 years ago |
Andreas Kling
|
909e522cf7
LibWeb: Schedule HTML::EventLoop processing when there are queued tasks
|
3 years ago |
Andreas Kling
|
e91edcaa28
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
|
3 years ago |
Andreas Kling
|
a38aefed0b
LibWeb: Remove bogus forward declaration for Web::StackingContext
|
3 years ago |
Luke Wilde
|
1d8f8ea5b1
LibWeb: Add initial support for AbortController and AbortSignal
|
3 years ago |
Sam Atkins
|
38ee69adfa
LibWeb: Add StyleValue to Forward.h
|
3 years ago |
Tobias Christiansen
|
20667dfff5
LibWeb: Plumb calculated StyleValues into CSS::Length
|
4 years ago |
Daniel Bertalan
|
b0208ce433
Everywhere: Forward declare structs as structs
|
4 years ago |
Luke
|
f7ad8c0f94
LibWeb: Add DOMParser
|
4 years ago |
Andreas Kling
|
4190fd2199
LibWeb: Rename Web::Frame to Web::BrowsingContext
|
4 years ago |
DexesTTP
|
22413ef729
LibWeb: Add WebSocket bindings
|
4 years ago |
Andreas Kling
|
e4df1b223f
LibWeb: Implement a slow but functional HTMLCollection :^)
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Timothy Flynn
|
c00760c5f9
Browser+LibWeb+WebContent: Track the source of document.cookie requests
|
4 years ago |
Timothy Flynn
|
7193e518d1
Browser+LibWeb: Move the cookie structure into LibWeb
|
4 years ago |
Timothy Flynn
|
c2d38abe6f
Browser+LibWeb: Move cookie parser into LibWeb
|
4 years ago |
Luke
|
9e338a2be2
LibWeb: Add ProcessingInstruction node
|
4 years ago |
Timothy Flynn
|
e1b5613142
LibWeb: Defer mouse events from TextNode to Label
|
4 years ago |
Timothy Flynn
|
d8106dda73
LibWeb: Add "Label" to be the layout node for HTMLLabelElement
|
4 years ago |
Linus Groh
|
340e1f4b28
LibWeb: Implement the Screen interface
|
4 years ago |
Timothy Flynn
|
b50de19cd3
LibWeb: Add support for HTML input type=radio
|
4 years ago |
Andreas Kling
|
cad4cc9a2a
LibWeb: Invalidate element style after setting Element.style.foo
|
4 years ago |
Andreas Kling
|
33e3f0c71f
LibWeb: Expose barebones CSSStyleDeclaration to JavaScript
|
4 years ago |
Andreas Kling
|
0759f54bd3
LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOM
|
4 years ago |
Andreas Kling
|
a9830d9a55
LibWeb: Start exposing CSS style sheets to JavaScript :^)
|
4 years ago |
Andreas Kling
|
fefb05f6f3
LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheet
|
4 years ago |
Andreas Kling
|
0af4762662
LibWeb: Rename StyleRule => CSSStyleRule
|
4 years ago |
Sviatoslav Peleshko
|
54617e1a91
LibWeb: Added simple parsing for (at)import rules
|
4 years ago |