index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
DOM
/
Document.h
Age
Commit message (
Expand
)
Author
2022-01-07
Everywhere: Fix spelling mistakes
mjz19910
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-12-09
LibWeb: Make DOMImplementation forward its ref count to DOM::Document
Andreas Kling
2021-11-18
LibWeb: Move BrowsingContext into HTML/
Andreas Kling
2021-11-17
LibWeb: Remove background-repeat/image fields and getters
Sam Atkins
2021-11-17
LibWeb: Store background layers in ComputedValues
Sam Atkins
2021-11-11
Everywhere: Pass AK::StringView by value
Andreas Kling
2021-10-06
LibWeb: Make CSS layout lazier
Andreas Kling
2021-10-05
LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes
Sam Atkins
2021-10-03
LibWeb: Let HTML::EventLoop drive the firing of `resize` events
Andreas Kling
2021-09-27
LibWeb: Support Document.hidden and Document.visibilityState
Andreas Kling
2021-09-26
LibWeb: Implement Document.importNode
Luke Wilde
2021-09-26
LibWeb: Add a "page showing" flag to documents
Andreas Kling
2021-09-26
LibWeb: Implement "update the current document readiness" from spec
Andreas Kling
2021-09-26
LibWeb: Store HTML document ready state as an enum
Andreas Kling
2021-09-26
LibWeb: Allow HTML parser to delay delivery of the document "load" event
Andreas Kling
2021-09-26
LibWeb: Implement more of HTMLParser::the_end() and bring closer to spec
Andreas Kling
2021-09-25
LibWeb: Rename HTMLDocumentParser => HTMLParser
Andreas Kling
2021-09-24
LibWeb: Rename CSS::StyleResolver => StyleComputer
Andreas Kling
2021-09-22
LibWeb: Add getElementsByTagNameNS and add support for * in non-NS
Luke Wilde
2021-09-20
LibWeb: Make <script src> loads partially async (by following the spec)
Andreas Kling
2021-09-19
LibWeb: Replace ScriptExecutionContext::interpreter() with realm()
Andreas Kling
2021-09-19
LibWeb: Add DOM::Document::is_active()
Andreas Kling
2021-09-16
LibWeb: Use explicit move to avoid unnecessary RefPtr ref / unref
Brian Gianforcaro
2021-09-15
LibWeb: Speed up computed style calculation
Sam Atkins
2021-09-13
LibWeb: Add the Web::URL namespace and move URLEncoder to it
Idan Horowitz
2021-09-12
LibWeb: Expose the location object via Document.location
Luke Wilde
2021-09-12
LibWeb: Add the History object and stub pushState and replaceState
Luke Wilde
2021-09-12
LibWeb: Add Document::is_fully_active
Luke Wilde
2021-09-11
LibWeb: Add naive support for the Document.referrer attribute
Andreas Kling
2021-09-09
LibWeb: Rename Document::complete_url() => parse_url()
Andreas Kling
2021-09-09
LibWeb: Implement "Document has a style sheet that is blocking scripts"
Andreas Kling
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-09-02
LibWeb: Give each Node a unique ID
Sam Atkins
2021-07-05
LibWeb: Make WrapperGenerator generate nullable wrapper types
Luke
2021-06-29
LibWeb: Add JSON serialization method to DOM::Node
Adam Hodgen
2021-06-25
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
Paul Irwin
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-18
LibWeb: Change Document's m_encoding to Optional<String>
Max Wipfli
2021-05-07
LibWeb: Add non-const variants of Document::{html_element,body,head}()
Luke
2021-05-04
LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts}
Luke
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
LibWeb: Implement document.anchors
Andreas Kling
2021-04-22
LibWeb: Implement document.applets
Andreas Kling
2021-04-22
LibWeb: Implement a slow but functional HTMLCollection :^)
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-14
Browser+LibWeb+WebContent: Track the source of document.cookie requests
Timothy Flynn
2021-04-13
LibWeb: Fix some FIXMEs related to ExceptionOr<T>
AnotherTest
2021-04-11
LibWeb+WebContent: Hook document.cookie to the backend cookie storage
Timothy Flynn
2021-04-10
LibWeb: Add a basic implementation of Document.createEvent()
Linus Groh
[next]