index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
DOM
Age
Commit message (
Expand
)
Author
2020-12-30
ProtocolServer: Stream the downloaded data if possible
AnotherTest
2020-12-29
LibWeb: Expose three more attribute methods on Element
Luke
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-17
LibWeb: Escape text nodes in innerHTML getter
Linus Groh
2020-12-17
LibWeb: Include element attributes in innerHTML getter
Linus Groh
2020-12-15
LibWeb: Actually apply recomputed style to element's layout node
Andreas Kling
2020-12-15
LibWeb: Add hack to disable StyleInvalidator while parsing document
Andreas Kling
2020-12-15
LibWeb: Remove unused Element::set_attributes()
Andreas Kling
2020-12-15
LibWeb: Put final foreground/background colors in LayoutStyle
Andreas Kling
2020-12-14
LibWeb: Add a simple StyleInvalidator class
Linus Groh
2020-12-14
LibWeb: Add a little assertion in Document::detach_from_frame()
Andreas Kling
2020-12-14
LibWeb: Simplify <iframe> content frame construction
Andreas Kling
2020-12-14
LibWeb: Limit style update tree traversal to dirty subtrees
Andreas Kling
2020-12-14
LibWeb: Merge Document::layout() and Document::update_layout()
Andreas Kling
2020-12-13
LibWeb: Update stale #includes for HTML/TagNames.* move
Andreas Kling
2020-12-13
LibWeb: Move DOM/TagNames.* => HTML/TagNames.*
Andreas Kling
2020-12-13
LibWeb: Mark element style dirty on style/id attribute change too
Andreas Kling
2020-12-13
LibWeb: Mark element style dirty when class attribute changes
Andreas Kling
2020-12-13
LibWeb: Make DOM::Node::set_needs_style_update() schedule the update
Andreas Kling
2020-12-10
LibWeb: Replace IDL 'void' return type with 'undefined'
Linus Groh
2020-12-10
LibWeb: Expect IDL namespace to end with semicolon
Linus Groh
2020-12-09
LibWeb: Expose DOM::Range to JavaScript.
asynts
2020-12-09
LibWeb: Make DOM::Range more suitable for JS.
asynts
2020-12-09
LibWeb: Add support for range deletion.
asynts
2020-12-09
LibWeb: Move editing stuff into EditEventHandler.
asynts
2020-12-07
LibWeb: Cache parsed inline style of DOM elements
Andreas Kling
2020-12-06
LibWeb: Make document.title accessible from JavaScript :^)
Andreas Kling
2020-12-06
LibWeb: Strip and collapse whitespace in document.title
Andreas Kling
2020-12-06
LibWeb: Pass current target box to BFC::run()
Andreas Kling
2020-12-04
LibWeb: Expose Document.getElementsByName() to JavaScript
Andreas Kling
2020-12-02
LibWeb: Complete the URL in href_setter() before trying to load it
AnotherTest
2020-12-01
LibWeb: Implement Document.getElementsByClassName()
Andreas Kling
2020-11-30
LibWeb: Deallocate DOM timer ID's when the timer goes away
Andreas Kling
2020-11-29
LibJS+LibWeb: Log JavaScript exceptions raised by web content
Andreas Kling
2020-11-25
LibWeb: Rename Layout::LayoutTreeBuilder => Layout::TreeBuilder
Andreas Kling
2020-11-25
LibWeb: Keep track of the parent of each formatting context
Andreas Kling
2020-11-22
LibWeb: Add HTML::EventNames and UIEvents::EventNames
Luke
2020-11-22
LibWeb: Expose ParentNode.{first,last}ElementChild
Luke
2020-11-22
LibWeb: Make event dispatching spec-compliant
Luke
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-11-22
LibWeb: Reorganize layout system in terms of formatting contexts
Andreas Kling
2020-11-14
LibWeb: Use standardized encoding names, add encoding attribute to document
Luke
2020-11-13
LibWeb: Add default values of URL and content type in document
Luke
2020-11-13
LibWeb: Add initial implementation of document.implementation
Luke
2020-11-13
LibWeb: Add contentType attribute to Document
Luke
2020-11-12
LibWeb: Make Frame point weakly to Page
Andreas Kling
2020-11-12
LibWeb: Add almost all obsolete but required IDL attributes
Luke
2020-11-11
LibWeb: Move innerText from DOM::Element to HTML::HTMLElement
Luke
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-11-01
LibWeb: Enforce Same-Origin Policy (SOP) for XMLHttpRequest requests
Brendan Coles
[next]