summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/DOM
AgeCommit message (Expand)Author
2020-10-22LibWeb: Use modern namespaces and fix clang-format comments in tag namesLuke
2020-10-20LibWeb: Tear down layout trees properlyAndreas Kling
2020-10-18LibWeb: Dispatch "load" on document and windowAndreas Kling
2020-10-18LibWeb: Make DOM::Window into an EventTargetAndreas Kling
2020-10-15LibWeb: Fix EventDispatcher::dispatch()Linus Groh
2020-10-11LibWeb: Make DOM Nodes keep their Document aliveAndreas Kling
2020-10-11LibWeb: Remove unused Document::fixup()Andreas Kling
2020-10-07LibWeb: Use RefPtrs more in getElementById() and getElementsByName()Andreas Kling
2020-09-29LibWeb: Implement performance.now()Andreas Kling
2020-09-29LibWeb: Remove a bunch of unnecessary <LibJS/Interpreter.h> includesAndreas Kling
2020-09-27LibWeb: Use JS::VM::call() in timer and RAF callback invocationAndreas Kling
2020-09-27LibJS: Remove a whole bunch of includes of <LibJS/Interpreter.h>Andreas Kling
2020-09-27LibWeb: Bypass the JS::Interpreter when invoking JS event callbacksAndreas Kling
2020-09-25Meta+LibHTTP through LibWeb: Make clang-format-10 cleanBen Wiederhake
2020-09-22LibJS: Move the current exception from Interpreter to VMAndreas Kling
2020-09-20LibJS+Clients: Add JS::VM object, separate Heap from InterpreterAndreas Kling
2020-09-20LibWeb: Add Bindings::ScriptExecutionContextAndreas Kling
2020-09-12LibWeb: Support window.alert() in multi-process contextAndreas Kling
2020-09-06LibWeb: Move DOM event dispatch to its own classAndreas Kling
2020-08-31LibWeb: Implement document ready stateLuke
2020-08-26LibJS: Add a helper for calling JS::Function's with argumentsAnotherTest
2020-08-21LibWeb: Implement <template> parsingLuke
2020-08-18LibWeb: Implement Element.innerTextNico Weber
2020-08-18LibWeb: Simplify Node::text_content()Nico Weber
2020-08-17LibWeb: Add more document tests, add comment, text and mixin testsLuke
2020-08-17LibWeb: Add Comment and DocumentFragment bindings, move querySelector...Luke
2020-08-17LibWeb: Add Node.textContentNico Weber
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-15LibWeb: Allow focusing individual (focusable) elements with Tab keyAndreas Kling
2020-08-15LibWeb: Add NonDocumentTypeChildNode::next_element_in_pre_order()Andreas Kling
2020-08-14LibJS+LibWeb: Clear exceptions after call'ing JavaScript functionsAndreas Kling
2020-08-12LibWeb: Fix #include <LibWeb/{DOM => HTML}/AttributeNames.h>Linus Groh
2020-08-12LibWeb: Move HTML::AttributeNames file into HTML/ directoryAndreas Kling
2020-08-12LibWeb: Initialize tag/attribute name globals in init-time constructorsAndreas Kling
2020-08-11LibWeb: Clear exceptions in each Document::run_javascript() callLinus Groh
2020-08-10LibWeb: Move tree iteration helpers from Node/LayoutNode to TreeNodeAndreas Kling
2020-08-09LibWeb: Add HTML elements to factories, add missing tags and attributesLuke
2020-08-04LibWeb: Make sure that head and body always get the HTML elementLuke
2020-08-03LibWeb: Add CharacterData and Text IDL interfacesAndreas Kling
2020-08-03LibWeb: Add Element.{next,previous}ElementSibling IDL attributesAndreas Kling
2020-08-03LibWeb: Move "element sibling" getters to NonDocumentTypeChildNodeAndreas Kling
2020-08-03LibWeb: Add the Document.documentElement APIAndreas Kling
2020-08-03LibWeb: Move contentEditable from Element to HTMLElementLuke
2020-08-02LibWeb: Implement the Element.contentEditable IDL attributeAndreas Kling
2020-08-02LibWeb: Only allow editing of elements with contenteditable="true"Andreas Kling
2020-08-02LibWeb: Allow inserting text at the cursor by typing characters :^)Andreas Kling
2020-08-02LibWeb: Add a basic DOM::Position classAndreas Kling
2020-07-28LibWeb: Add UIEvent class (base of MouseEvent, and others)Andreas Kling
2020-07-28LibWeb: Move the Page/Frame/EventHandler classes into Page/Andreas Kling
2020-07-28LibWeb: Move the CSS parser into CSS/Parser/Andreas Kling