index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
DOM
/
Document.cpp
Age
Commit message (
Expand
)
Author
2020-06-08
LibJS: Make more Interpreter functions take a GlobalObject&
Andreas Kling
2020-06-08
LibWeb: Add Page abstraction between PageView and main Frame
Andreas Kling
2020-06-07
LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings
Andreas Kling
2020-06-07
LibWeb: Remove unused Document::on_layout_updated hook
Andreas Kling
2020-06-07
LibWeb: Move Frame.{cpp,h} into a new Frame/ directory
Andreas Kling
2020-06-06
LibWeb: Add Node notifications for Document<=>Frame attach/detach
Andreas Kling
2020-06-04
LibWeb: Process style sheets in document order
Andreas Kling
2020-06-03
LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo")
Andreas Kling
2020-05-30
LibWeb: Handle two kinds of deferred script executions
Andreas Kling
2020-05-28
LibWeb: Rename Web::HtmlView => Web::PageView
Andreas Kling
2020-05-27
LibWeb: Bring up basic external script execution in the new parser
Andreas Kling
2020-05-26
LibWeb: Add cached global attribute name FlyStrings
Andreas Kling
2020-05-26
AK: Rename FileSystemPath -> LexicalPath
Sergey Bugaev
2020-05-26
LibWeb: Add document.querySelector()
Linus Groh
2020-05-24
LibWeb: A whole bunch of work towards spec-compliant <script> elements
Andreas Kling
2020-05-15
LibJS: Let parser keep track of errors
Linus Groh
2020-05-10
LibWeb: Add Document create_element() and create_text_node() helpers
Andreas Kling
2020-04-13
LibJS: Do not execute scripts with parse errors
Stephan Unverwerth
2020-04-07
LibWeb: Add Origin concept (protocol, host, port tuple)
Andreas Kling
2020-04-07
LibCore: Add Core::Timer::create_single_shot()
Andreas Kling
2020-04-05
AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr
Andreas Kling
2020-04-04
LibWeb: Handle javascript: URLs inside LibWeb :^)
Andreas Kling
2020-04-01
LibJS: Add Interpreter::create<GlobalObjectType>()
Andreas Kling
2020-04-01
LibWeb+LibJS: Move DOM Window object to dedicated classes
Andreas Kling
2020-03-30
LibWeb: Support more advanced selectors in document.querySelectorAll()
Andreas Kling
2020-03-30
LibWeb: Add naive support for document.querySelectorAll()
Andreas Kling
2020-03-29
LibJS+LibWeb: Function calls should always go through Interpreter
Andreas Kling
2020-03-29
LibJS+LibWeb: Move native properties to separate getters/setters
Andreas Kling
2020-03-28
LibJS: Rework how native functions are called to improve |this| value
Andreas Kling
2020-03-28
LibWeb: Move get_element_by_id() to a NonElementParentNode mixin class
Andreas Kling
2020-03-25
LibWeb: Add Document::invalidate_layout()
Andreas Kling
2020-03-22
LibWeb: Implement cancelAnimationFrame()
Andreas Kling
2020-03-22
LibWeb: Add basic support for requestAnimationFrame()
Andreas Kling
2020-03-21
LibWeb: Add a naive implementation of setInterval()
Andreas Kling
2020-03-21
LibWeb: Make the "document" global a native property
Andreas Kling
2020-03-21
LibJS+LibWeb: Fix some inconsistencies in NativeFunction callbacks
Andreas Kling
2020-03-16
LibJS: Add "Heap" and "Runtime" subdirectories
Andreas Kling
2020-03-15
LibJS: Pass "this" as an Object* to NativeFunction callbacks
Andreas Kling
2020-03-14
LibWeb: Start implementing basic JavaScript DOM bindings
Andreas Kling
2020-03-14
LibWeb: Parse <script> elements and run any JavaScript found inside
Andreas Kling
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling