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
2023-02-18
LibWeb: Make factory methods of DOM::Document fallible
Kenneth Myhra
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-18
LibWeb: Convert the Location object to IDL
Linus Groh
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2023-01-09
AK+Everywhere: Rename FlyString to DeprecatedFlyString
Timothy Flynn
2023-01-07
LibWeb: Add Functionality to Dump to Accessibility Tree
Jonah
2022-12-14
LibWeb: Add Document.createProcessingInstruction()
Andreas Kling
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-21
LibWeb: Remove unused should_invalidate_styles_on_attribute_changes()
Baitinq
2022-11-15
LibWeb: Implement document.open(string, string, string)
Idan Horowitz
2022-11-07
LibWeb: Start implementing the Element scroll attributes
Luke Wilde
2022-11-07
LibWeb: Stub Document.queryCommandSupported
Luke Wilde
2022-11-05
LibWeb: Cache the first <base href> (in tree order) in Document
Andreas Kling
2022-11-03
LibWeb: Make it obvious that DOM::Document makes a copy of its source
Timothy Flynn
2022-11-03
LibWeb: Fully implement the fragment serializing algorithm
Timothy Flynn
2022-10-29
LibWeb: Update "appropriate template contents owner document" AO
Andreas Kling
2022-10-20
LibWeb: Make the layout tree GC-allocated
Andreas Kling
2022-10-20
LibWeb: Make BrowsingContext GC-allocated
Andreas Kling
2022-10-20
LibWeb: Make the HTMLParser GC-allocated
Andreas Kling
2022-10-20
LibWeb: Tear down old layout tree when new document becomes active
Andreas Kling
2022-10-11
LibWeb: Add spec link for DOM::Document::m_selection
Andreas Kling
2022-10-10
LibWeb: Make Window.getSelection() forward to Document.getSelection()
Andreas Kling
2022-10-01
LibWeb: Cleanup unecessary uses and includes of HTML::Window
Andrew Kaster
2022-10-01
LibWeb: Remove unecessary dependence on Window from DOM and WebIDL
Andrew Kaster
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-21
LibWeb: Flesh out most of the "unload" algorithm for documents
Andreas Kling
2022-09-21
LibWeb: Save begin/end timestamps for load and DOMContentLoaded events
Andreas Kling
2022-09-21
LibWeb: Add load/unload timing structures to Document
Andreas Kling
2022-09-20
LibWeb: Implement Document/BrowsingContext hookup according to spec
Andreas Kling
2022-09-20
LibWeb+WebContent+Browser: Plumb visibility state from GUI to web pages
Andreas Kling
2022-09-20
LibWeb: Keep more of the navigation parameters in Document
Andreas Kling
2022-09-20
LibWeb: Flesh out "document visibility" state a bit more
Andreas Kling
2022-09-20
LibWeb: Set the document "completely loaded time" when appropriate
Andreas Kling
2022-09-18
LibWeb: Implement basic support for Document.all
Andreas Kling
2022-09-18
LibWeb: Make Document vend the same HTMLCollections every time
Andreas Kling
2022-09-17
LibWeb: Implement basic "scroll" events at the document level
Andreas Kling
2022-09-17
LibWeb: Add "scripts to execute in order as soon as possible"
Andreas Kling
2022-09-17
LibWeb: Make Document.createElement() lowercase HTML local names
Andreas Kling
2022-09-15
LibWeb: Implement document.domain getter
Luke Wilde
2022-09-07
LibWeb+WebContent: Add abstraction layer for event loop and timers
Andreas Kling
2022-09-06
LibWeb: Make DOMException GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make History GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make HTMLCollection and subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Remove Document::interpreter()
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make AbstractRange and subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOM::Event and all its subclasses GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make TreeWalker GC-allocated
Andreas Kling
[next]