summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM
AgeCommit message (Expand)Author
2020-12-30ProtocolServer: Stream the downloaded data if possibleAnotherTest
2020-12-29LibWeb: Expose three more attribute methods on ElementLuke
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-17LibWeb: Escape text nodes in innerHTML getterLinus Groh
2020-12-17LibWeb: Include element attributes in innerHTML getterLinus Groh
2020-12-15LibWeb: Actually apply recomputed style to element's layout nodeAndreas Kling
2020-12-15LibWeb: Add hack to disable StyleInvalidator while parsing documentAndreas Kling
2020-12-15LibWeb: Remove unused Element::set_attributes()Andreas Kling
2020-12-15LibWeb: Put final foreground/background colors in LayoutStyleAndreas Kling
2020-12-14LibWeb: Add a simple StyleInvalidator classLinus Groh
2020-12-14LibWeb: Add a little assertion in Document::detach_from_frame()Andreas Kling
2020-12-14LibWeb: Simplify <iframe> content frame constructionAndreas Kling
2020-12-14LibWeb: Limit style update tree traversal to dirty subtreesAndreas Kling
2020-12-14LibWeb: Merge Document::layout() and Document::update_layout()Andreas Kling
2020-12-13LibWeb: Update stale #includes for HTML/TagNames.* moveAndreas Kling
2020-12-13LibWeb: Move DOM/TagNames.* => HTML/TagNames.*Andreas Kling
2020-12-13LibWeb: Mark element style dirty on style/id attribute change tooAndreas Kling
2020-12-13LibWeb: Mark element style dirty when class attribute changesAndreas Kling
2020-12-13LibWeb: Make DOM::Node::set_needs_style_update() schedule the updateAndreas Kling
2020-12-10LibWeb: Replace IDL 'void' return type with 'undefined'Linus Groh
2020-12-10LibWeb: Expect IDL namespace to end with semicolonLinus Groh
2020-12-09LibWeb: Expose DOM::Range to JavaScript.asynts
2020-12-09LibWeb: Make DOM::Range more suitable for JS.asynts
2020-12-09LibWeb: Add support for range deletion.asynts
2020-12-09LibWeb: Move editing stuff into EditEventHandler.asynts
2020-12-07LibWeb: Cache parsed inline style of DOM elementsAndreas Kling
2020-12-06LibWeb: Make document.title accessible from JavaScript :^)Andreas Kling
2020-12-06LibWeb: Strip and collapse whitespace in document.titleAndreas Kling
2020-12-06LibWeb: Pass current target box to BFC::run()Andreas Kling
2020-12-04LibWeb: Expose Document.getElementsByName() to JavaScriptAndreas Kling
2020-12-02LibWeb: Complete the URL in href_setter() before trying to load itAnotherTest
2020-12-01LibWeb: Implement Document.getElementsByClassName()Andreas Kling
2020-11-30LibWeb: Deallocate DOM timer ID's when the timer goes awayAndreas Kling
2020-11-29LibJS+LibWeb: Log JavaScript exceptions raised by web contentAndreas Kling
2020-11-25LibWeb: Rename Layout::LayoutTreeBuilder => Layout::TreeBuilderAndreas Kling
2020-11-25LibWeb: Keep track of the parent of each formatting contextAndreas Kling
2020-11-22LibWeb: Add HTML::EventNames and UIEvents::EventNamesLuke
2020-11-22LibWeb: Expose ParentNode.{first,last}ElementChildLuke
2020-11-22LibWeb: Make event dispatching spec-compliantLuke
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-11-22LibWeb: Reorganize layout system in terms of formatting contextsAndreas Kling
2020-11-14LibWeb: Use standardized encoding names, add encoding attribute to documentLuke
2020-11-13LibWeb: Add default values of URL and content type in documentLuke
2020-11-13LibWeb: Add initial implementation of document.implementationLuke
2020-11-13LibWeb: Add contentType attribute to DocumentLuke
2020-11-12LibWeb: Make Frame point weakly to PageAndreas Kling
2020-11-12LibWeb: Add almost all obsolete but required IDL attributesLuke
2020-11-11LibWeb: Move innerText from DOM::Element to HTML::HTMLElementLuke
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-11-01LibWeb: Enforce Same-Origin Policy (SOP) for XMLHttpRequest requestsBrendan Coles