Luke
|
b6004a4ce1
LibWeb: Add non-const variants of Document::{html_element,body,head}()
|
4 years ago |
Luke
|
7f6baf8b17
LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts}
|
4 years ago |
Linus Groh
|
62c7608a25
LibJS+LibWeb: Move exception logging and remove should_log_exceptions
|
4 years ago |
Linus Groh
|
08373090ae
LibJS: Add VM::on_call_stack_emptied callback
|
4 years ago |
Andreas Kling
|
b91c49364d
AK: Rename adopt() to adopt_ref()
|
4 years ago |
Linus Groh
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
4 years ago |
Andreas Kling
|
b74bf31a53
LibWeb: Implement document.anchors
|
4 years ago |
Andreas Kling
|
43d16fa5b6
LibWeb: Implement document.applets
|
4 years ago |
Andreas Kling
|
e4df1b223f
LibWeb: Implement a slow but functional HTMLCollection :^)
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Timothy Flynn
|
2381b19719
Browser+LibWeb+WebContent: Parse cookies in the OOP tab
|
4 years ago |
Idan Horowitz
|
ad8e2f481d
LibWeb: Expose the MouseEvent::{clientX, clientY} attributes
|
4 years ago |
Timothy Flynn
|
c00760c5f9
Browser+LibWeb+WebContent: Track the source of document.cookie requests
|
4 years ago |
AnotherTest
|
9c201767a0
LibWeb: Fix some FIXMEs related to ExceptionOr<T>
|
4 years ago |
Timothy Flynn
|
1ef48d50ff
LibWeb+WebContent: Hook document.cookie to the backend cookie storage
|
4 years ago |
Linus Groh
|
d8d16dea95
LibWeb: Add a basic implementation of Document.createEvent()
|
4 years ago |
Luke
|
5beacf08a2
LibWeb: Make the node mutation algorithms more spec compliant
|
4 years ago |
Luke
|
ca71ac484b
LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subtree(_of_type)"
|
4 years ago |
Timothy Flynn
|
5de0e0068c
LibWeb: Support two-value background-repeat
|
4 years ago |
Timothy Flynn
|
fa9ba8bce5
LibWeb: Support rendering background images with 'background-repeat'
|
4 years ago |
Linus Groh
|
ade3adcc7a
LibWeb: Run queued promise jobs after callbacks
|
4 years ago |
Linus Groh
|
c183ebc723
LibWeb: Only call page_did_change_title() from main frame
|
4 years ago |
Linus Groh
|
dadf2e8251
LibJS: Make Interpreter::run() a void function
|
4 years ago |
Andreas Kling
|
36ea9fbd9e
LibWeb: Stub out Document.cookie
|
4 years ago |
Jean-Baptiste Boric
|
8dca96fb61
LibWeb: Provide file name to JavaScript interpreter
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
Andreas Kling
|
b126ead34e
LibWeb: Support assigning to document.body when it is null
|
4 years ago |
Andreas Kling
|
9194a97cbe
LibWeb: Add Document.createRange()
|
4 years ago |
Linus Groh
|
dd621cc650
LibWeb: Use DOMException in Document::set_body()
|
4 years ago |
Andreas Kling
|
794ebb699c
LibWeb: Remove low-hanging LibGUI fruit from LibWeb
|
4 years ago |