Luke
|
a826df773e
LibWeb: Make WrapperGenerator generate nullable wrapper types
|
4 years ago |
Adam Hodgen
|
4affe052b8
LibWeb: Add JSON serialization method to DOM::Node
|
4 years ago |
Paul Irwin
|
5eb65286b6
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
|
4 years ago |
Andreas Kling
|
4190fd2199
LibWeb: Rename Web::Frame to Web::BrowsingContext
|
4 years ago |
Max Wipfli
|
67a9ebc817
LibWeb: Change Document's m_encoding to Optional<String>
|
4 years ago |
Luke
|
b6004a4ce1
LibWeb: Add non-const variants of Document::{html_element,body,head}()
|
4 years ago |
Luke
|
7f6baf8b17
LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts}
|
4 years ago |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 years ago |
Andreas Kling
|
b74bf31a53
LibWeb: Implement document.anchors
|
4 years ago |
Andreas Kling
|
43d16fa5b6
LibWeb: Implement document.applets
|
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 |
AnotherTest
|
9c201767a0
LibWeb: Fix some FIXMEs related to ExceptionOr<T>
|
4 years ago |
Timothy Flynn
|
1ef48d50ff
LibWeb+WebContent: Hook document.cookie to the backend cookie storage
|
4 years ago |
Linus Groh
|
d8d16dea95
LibWeb: Add a basic implementation of Document.createEvent()
|
4 years ago |
Luke
|
5beacf08a2
LibWeb: Make the node mutation algorithms more spec compliant
|
4 years ago |
Timothy Flynn
|
5de0e0068c
LibWeb: Support two-value background-repeat
|
4 years ago |
Timothy Flynn
|
fa9ba8bce5
LibWeb: Support rendering background images with 'background-repeat'
|
4 years ago |
Andreas Kling
|
36ea9fbd9e
LibWeb: Stub out Document.cookie
|
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 |
Jean-Baptiste Boric
|
8dca96fb61
LibWeb: Provide file name to JavaScript interpreter
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Andreas Kling
|
b126ead34e
LibWeb: Support assigning to document.body when it is null
|
4 years ago |
Andreas Kling
|
9194a97cbe
LibWeb: Add Document.createRange()
|
4 years ago |
Andreas Kling
|
15cfde7233
LibWeb: Expose the Window object as Document.defaultView
|
4 years ago |
Linus Groh
|
dd621cc650
LibWeb: Use DOMException in Document::set_body()
|
4 years ago |
Linus Groh
|
0f1da7d40c
LibWeb: Add constructor to Document IDL interface
|
4 years ago |
Andreas Kling
|
a59b1825ce
LibWeb: Basic implementation of global event handlers :^)
|
4 years ago |