summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/Document.idl
AgeCommit message (Expand)Author
2022-09-18LibWeb: Implement basic support for Document.allAndreas Kling
2022-09-15LibWeb: Implement document.domain getterLuke Wilde
2022-07-30LibWeb: Resolve circular IDL importsMacDue
2022-07-29LibWeb: Extract the ParentNode IDL mixinSam Atkins
2022-07-29LibWeb: Correct typo in Document.idlSam Atkins
2022-04-12LibWeb: Bring Document closer to specIgor Pissolati
2022-04-02LibWeb: Add the GlobalEventHandlers IDL mixinIdan Horowitz
2022-03-31LibWeb: Replace ad-hoc EventHandler type with callback function typedefIdan Horowitz
2022-03-09LibWeb: Add support for DOM's TreeWalkerAndreas Kling
2022-03-09LibWeb: Add basic support for DOM's NodeIterator and NodeFilterAndreas Kling
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-02-21LibWeb: Add basic support for dynamic markup insertionLorenz Steinert
2022-02-16LibWeb: Add imports to all IDL files that depend on othersAli Mohammad Pur
2022-02-15LibWeb: Add stubs for document.write and document.writelnMaciej
2022-02-03LibWeb: Add Document.hasFocus() stubAndreas Kling
2022-01-31LibWeb: Implement ParentNode.replaceChildrenLuke Wilde
2022-01-31LibWeb: Implement ParentNode.appendLuke Wilde
2022-01-31LibWeb: Implement ParentNode.prependLuke Wilde
2021-10-03LibWeb: Convert ParentNode.querySelectorAll to NodeListLuke Wilde
2021-09-27LibWeb: Implement the Document.activeElement attributeAndreas Kling
2021-09-27LibWeb: Support Document.hidden and Document.visibilityStateAndreas Kling
2021-09-26LibWeb: Implement Document.importNodeLuke Wilde
2021-09-22LibWeb: Add getElementsByTagNameNS and add support for * in non-NSLuke Wilde
2021-09-14LibWeb: Implement ParentNode.childrenLuke Wilde
2021-09-12LibWeb: Expose the location object via Document.locationLuke Wilde
2021-09-11LibWeb: Add naive support for the Document.referrer attributeAndreas Kling
2021-05-04LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts}Luke
2021-04-22LibWeb: Implement document.anchorsAndreas Kling
2021-04-22LibWeb: Implement document.appletsAndreas Kling
2021-04-22LibWeb: Implement a slow but functional HTMLCollection :^)Andreas Kling
2021-04-11LibWeb: Move element_child_count to ParentNode and add its IDL attributeLuke
2021-04-10LibWeb: Add a basic implementation of Document.createEvent()Linus Groh
2021-04-06LibWeb: Make the node mutation algorithms more spec compliantLuke
2021-03-15LibWeb: Stub out Document.cookieAndreas Kling
2021-03-08LibWeb: Start exposing CSS style sheets to JavaScript :^)Andreas Kling
2021-02-21LibWeb: Add Document.createRange()Andreas Kling
2021-02-21LibWeb: Expose the Window object as Document.defaultViewAndreas Kling
2021-02-17LibWeb: Add constructor to Document IDL interfaceLinus Groh
2021-02-03LibWeb: Basic implementation of global event handlers :^)Andreas Kling
2021-01-29LibWeb: Flesh out prepare_script and execute_scriptLuke
2021-01-28LibWeb: Add simple implementation of Document.createElementNSLuke
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling