index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
DOM
/
Document.idl
Age
Commit message (
Expand
)
Author
2022-12-14
LibWeb: Add Document.createProcessingInstruction()
Andreas Kling
2022-12-10
LibWeb: Add Document.getSelection
Luke Wilde
2022-11-25
LibWeb: Add missing [SameObject] extended attributes in IDL files
Andreas Kling
2022-11-15
LibWeb: Implement document.open(string, string, string)
Idan Horowitz
2022-11-07
LibWeb: Stub Document.queryCommandSupported
Luke Wilde
2022-10-09
LibWeb: Add Exposed attribute and IDL spec links where missing
Andrew Kaster
2022-09-18
LibWeb: Implement basic support for Document.all
Andreas Kling
2022-09-15
LibWeb: Implement document.domain getter
Luke Wilde
2022-07-30
LibWeb: Resolve circular IDL imports
MacDue
2022-07-29
LibWeb: Extract the ParentNode IDL mixin
Sam Atkins
2022-07-29
LibWeb: Correct typo in Document.idl
Sam Atkins
2022-04-12
LibWeb: Bring Document closer to spec
Igor Pissolati
2022-04-02
LibWeb: Add the GlobalEventHandlers IDL mixin
Idan Horowitz
2022-03-31
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
Idan Horowitz
2022-03-09
LibWeb: Add support for DOM's TreeWalker
Andreas Kling
2022-03-09
LibWeb: Add basic support for DOM's NodeIterator and NodeFilter
Andreas Kling
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-02-21
LibWeb: Add basic support for dynamic markup insertion
Lorenz Steinert
2022-02-16
LibWeb: Add imports to all IDL files that depend on others
Ali Mohammad Pur
2022-02-15
LibWeb: Add stubs for document.write and document.writeln
Maciej
2022-02-03
LibWeb: Add Document.hasFocus() stub
Andreas Kling
2022-01-31
LibWeb: Implement ParentNode.replaceChildren
Luke Wilde
2022-01-31
LibWeb: Implement ParentNode.append
Luke Wilde
2022-01-31
LibWeb: Implement ParentNode.prepend
Luke Wilde
2021-10-03
LibWeb: Convert ParentNode.querySelectorAll to NodeList
Luke Wilde
2021-09-27
LibWeb: Implement the Document.activeElement attribute
Andreas Kling
2021-09-27
LibWeb: Support Document.hidden and Document.visibilityState
Andreas Kling
2021-09-26
LibWeb: Implement Document.importNode
Luke Wilde
2021-09-22
LibWeb: Add getElementsByTagNameNS and add support for * in non-NS
Luke Wilde
2021-09-14
LibWeb: Implement ParentNode.children
Luke Wilde
2021-09-12
LibWeb: Expose the location object via Document.location
Luke Wilde
2021-09-11
LibWeb: Add naive support for the Document.referrer attribute
Andreas Kling
2021-05-04
LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts}
Luke
2021-04-22
LibWeb: Implement document.anchors
Andreas Kling
2021-04-22
LibWeb: Implement document.applets
Andreas Kling
2021-04-22
LibWeb: Implement a slow but functional HTMLCollection :^)
Andreas Kling
2021-04-11
LibWeb: Move element_child_count to ParentNode and add its IDL attribute
Luke
2021-04-10
LibWeb: Add a basic implementation of Document.createEvent()
Linus Groh
2021-04-06
LibWeb: Make the node mutation algorithms more spec compliant
Luke
2021-03-15
LibWeb: Stub out Document.cookie
Andreas Kling
2021-03-08
LibWeb: Start exposing CSS style sheets to JavaScript :^)
Andreas Kling
2021-02-21
LibWeb: Add Document.createRange()
Andreas Kling
2021-02-21
LibWeb: Expose the Window object as Document.defaultView
Andreas Kling
2021-02-17
LibWeb: Add constructor to Document IDL interface
Linus Groh
2021-02-03
LibWeb: Basic implementation of global event handlers :^)
Andreas Kling
2021-01-29
LibWeb: Flesh out prepare_script and execute_script
Luke
2021-01-28
LibWeb: Add simple implementation of Document.createElementNS
Luke
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling