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.cpp
Age
Commit message (
Expand
)
Author
2021-07-05
LibWeb: Make WrapperGenerator generate nullable wrapper types
Luke
2021-07-04
LibWeb: Hook on_call_stack_emptied after m_interpreter was initialized
Idan Horowitz
2021-06-29
LibWeb: Add JSON serialization method to DOM::Node
Adam Hodgen
2021-06-27
LibJS: Rename Function => FunctionObject
Andreas Kling
2021-06-27
LibWeb: Make ExceptionOr capable of holding all error types in the spec
Ali Mohammad Pur
2021-06-25
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
Paul Irwin
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-15
LibJS: Add the FinalizationRegistry built-in object
Idan Horowitz
2021-06-12
LibJS: Store and maintain an "execution generation" counter
Idan Horowitz
2021-06-06
AK+Everywhere: Disallow constructing Functions from incompatible types
Ali Mohammad Pur
2021-06-03
Everywhere: Replace ctype.h to avoid narrowing conversions
Max Wipfli
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-16
LibWeb: Fix "adopt" => "adopt_ref" change in adoptNode exceptions
Luke
2021-05-07
LibWeb: Implement replacing the current body when setting document.body
Luke
2021-05-07
LibWeb: Add non-const variants of Document::{html_element,body,head}()
Luke
2021-05-04
LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts}
Luke
2021-04-24
LibJS+LibWeb: Move exception logging and remove should_log_exceptions
Linus Groh
2021-04-24
LibJS: Add VM::on_call_stack_emptied callback
Linus Groh
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
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-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
Browser+LibWeb+WebContent: Parse cookies in the OOP tab
Timothy Flynn
2021-04-15
LibWeb: Expose the MouseEvent::{clientX, clientY} attributes
Idan Horowitz
2021-04-14
Browser+LibWeb+WebContent: Track the source of document.cookie requests
Timothy Flynn
2021-04-13
LibWeb: Fix some FIXMEs related to ExceptionOr<T>
AnotherTest
2021-04-11
LibWeb+WebContent: Hook document.cookie to the backend cookie storage
Timothy Flynn
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-04-06
LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subt...
Luke
2021-04-05
LibWeb: Support two-value background-repeat
Timothy Flynn
2021-04-03
LibWeb: Support rendering background images with 'background-repeat'
Timothy Flynn
2021-04-02
LibWeb: Run queued promise jobs after callbacks
Linus Groh
2021-03-21
LibWeb: Only call page_did_change_title() from main frame
Linus Groh
2021-03-16
LibJS: Make Interpreter::run() a void function
Linus Groh
2021-03-15
LibWeb: Stub out Document.cookie
Andreas Kling
2021-03-01
LibWeb: Provide file name to JavaScript interpreter
Jean-Baptiste Boric
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-22
LibWeb: Support assigning to document.body when it is null
Andreas Kling
2021-02-21
LibWeb: Add Document.createRange()
Andreas Kling
2021-02-20
LibWeb: Use DOMException in Document::set_body()
Linus Groh
2021-02-10
LibWeb: Remove low-hanging LibGUI fruit from LibWeb
Andreas Kling
2021-02-10
LibWeb: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-02-08
LibWeb: Make getElementsByClassName() case-insensitive in quirks mode
Linus Groh
2021-02-08
LibWeb: Make getElementsByTagName() case-insensitive for HTML elements
Linus Groh
2021-02-03
LibWeb: Move main thread JavaScript VM to its own file
Andreas Kling
2021-01-31
Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-process
Andreas Kling
2021-01-28
LibWeb: Add simple implementation of Document.createElementNS
Luke
[next]