summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM
AgeCommit message (Expand)Author
2021-03-30LibWeb: Get the first DOM node with a 'title' attribute for tooltip areaTimothy Flynn
2021-03-26LibWeb: Call requestAnimationFrame() callback with undefined this valueLinus Groh
2021-03-21LibWeb: Only call page_did_change_title() from main frameLinus Groh
2021-03-16LibWeb: Invalidate element style after setting Element.style.fooAndreas Kling
2021-03-16LibWeb: Add Window.innerWidth and Window.innerHeightAndreas Kling
2021-03-16LibJS: Make Interpreter::run() a void functionLinus Groh
2021-03-15LibWeb: Stub out Document.cookieAndreas Kling
2021-03-13LibWeb: Expose barebones CSSStyleDeclaration to JavaScriptAndreas Kling
2021-03-13LibWeb: Rename StyleDeclaration => CSSStyleDeclaration to match CSSOMAndreas Kling
2021-03-09LibWeb: Rename CSSParser => DeprecatedCSSParserAndreas Kling
2021-03-08LibWeb: Start exposing CSS style sheets to JavaScript :^)Andreas Kling
2021-03-07LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheetAndreas Kling
2021-03-06LibWeb: Add a couple child node operations to Node and add node typesLuke
2021-03-01LibWeb: Provide file name to JavaScript interpreterJean-Baptiste Boric
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-22LibWeb: Support assigning to document.body when it is nullAndreas Kling
2021-02-21LibWeb: Add Document.createRange()Andreas Kling
2021-02-21LibWeb: Expose the Window object as Document.defaultViewAndreas Kling
2021-02-21LibWeb: Replace WrapperGenerator's snake_name() with String::to_snakecase()Linus Groh
2021-02-20LibWeb: Implement Window.prompt()Linus Groh
2021-02-20LibWeb: Use DOMException in Document::set_body()Linus Groh
2021-02-20LibWeb: Return InvalidCharacterError from Element::set_attribute() for empty ...Linus Groh
2021-02-20LibWeb: Add DOM::ExceptionOr<T> containerLinus Groh
2021-02-20LibWeb: Add DOM::DOMException class and bindingsLinus Groh
2021-02-17LibWeb: Add constructor to Range IDL interfaceLinus Groh
2021-02-17LibWeb: Add constructor to Event IDL interfaceLinus Groh
2021-02-17LibWeb: Add constructor to Document IDL interfaceLinus Groh
2021-02-10LibWeb: Relayout document on CharacterData data changeAndreas Kling
2021-02-10LibWeb: Generate layout nodes for shadow subtreesAndreas Kling
2021-02-10LibWeb: Add a way to make a DOM::Text always editableAndreas Kling
2021-02-10LibWeb: Add DOM::Node::parent_or_shadow_host()Andreas Kling
2021-02-10LibWeb: Add a way to give DOM::Element a ShadowRootAndreas Kling
2021-02-10LibWeb: Remove WidgetBox layout nodeAndreas Kling
2021-02-10LibWeb: Move window.confirm() to using a PageClient callbackAndreas Kling
2021-02-10LibWeb: Remove low-hanging LibGUI fruit from LibWebAndreas Kling
2021-02-10LibWeb: Remove a whole bunch of unnecessary #includesAndreas Kling
2021-02-08LibWeb: Implement Element.getElementsBy{Tag,Class}Name()Linus Groh
2021-02-08LibWeb: Make getElementsByClassName() case-insensitive in quirks modeLinus Groh
2021-02-08LibWeb: Make getElementsByTagName() case-insensitive for HTML elementsLinus Groh
2021-02-07LibWeb: Don't assert on <colgroup> & friendsAndreas Kling
2021-02-07LibWeb: Reorganize Element::create_layout_node() into a switchAndreas Kling
2021-02-07LibWeb: Use any_of() for DOM::Element::has_class()Andreas Kling
2021-02-07LibWeb: Use move semantics for QualifiedName more oftenAndreas Kling
2021-02-03LibWeb: Basic implementation of global event handlers :^)Andreas Kling
2021-02-03LibWeb: Move main thread JavaScript VM to its own fileAndreas Kling
2021-01-31Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-processAndreas Kling
2021-01-29LibWeb: Flesh out prepare_script and execute_scriptLuke
2021-01-28LibWeb: Add simple implementation of Document.createElementNSLuke
2021-01-28LibWeb: Add simple implementation of Node.removeChild()Andreas Kling
2021-01-28LibWeb: Remove accidentally committed changes from b72f067f0daac88ebe66e3f714...Andreas Kling