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
/
HTML
/
Scripting
/
WindowEnvironmentSettingsObject.cpp
Age
Commit message (
Expand
)
Author
2023-03-15
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
Matthew Olsson
2023-03-05
LibWeb/HTML: Propagate errors from Window::initialize_web_interfaces()
Linus Groh
2023-02-22
LibWeb: Make factory method of HTML::BrowsingContext fallible
Kenneth Myhra
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-10-24
LibWeb: Add policy container to {Window,Worker}EnvironmentSettingsObject
Linus Groh
2022-10-01
LibWeb: Move Web prototypes and constructors to new Intrinsics object
Andrew Kaster
2022-09-21
LibWeb: Add `id` field to Environment
Andreas Kling
2022-09-21
LibWeb: Remove confusing NOTE in WindowEnvironmentSettingsObject
Andreas Kling
2022-09-21
LibWeb: Make WESO allow cross-origin isolated APIs for now
Andreas Kling
2022-09-06
LibWeb+LibJS: Let JS::Realm::HostDefined objects mark things during GC
Andreas Kling
2022-09-06
LibWeb: Don't have Handle<Realm> in WindowEnvironmentSettingsObject
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-08-05
LibWeb: Start implementing "create and initialize a Document" from HTML
Andreas Kling
2022-06-19
LibWeb: Add support for the <base> element changing the base URL
Luke Wilde
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-02-08
LibWeb: Introduce the Environment Settings Object
Luke Wilde