Luke Wilde
|
678dd2d180
LibWeb: Expose the location object via Document.location
|
3 years ago |
Luke Wilde
|
1927600852
LibWeb: Add the History object and stub pushState and replaceState
|
3 years ago |
Luke Wilde
|
3eca8cb243
LibWeb: Add Document::is_fully_active
|
3 years ago |
Andreas Kling
|
5c905acf1d
LibWeb: Add naive support for the Document.referrer attribute
|
3 years ago |
Andreas Kling
|
e1fb8bef09
LibWeb: Rename Document::complete_url() => parse_url()
|
3 years ago |
Andreas Kling
|
c759055c08
LibWeb: Implement "Document has a style sheet that is blocking scripts"
|
3 years ago |
Andreas Kling
|
e91edcaa28
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
|
3 years ago |
Sam Atkins
|
d7485df928
LibWeb: Give each Node a unique ID
|
3 years ago |
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 |