summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/Scripting/WindowEnvironmentSettingsObject.cpp
AgeCommit message (Expand)Author
2023-03-15LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtrMatthew Olsson
2023-03-05LibWeb/HTML: Propagate errors from Window::initialize_web_interfaces()Linus Groh
2023-02-22LibWeb: Make factory method of HTML::BrowsingContext fallibleKenneth Myhra
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-10-24LibWeb: Add policy container to {Window,Worker}EnvironmentSettingsObjectLinus Groh
2022-10-01LibWeb: Move Web prototypes and constructors to new Intrinsics objectAndrew Kaster
2022-09-21LibWeb: Add `id` field to EnvironmentAndreas Kling
2022-09-21LibWeb: Remove confusing NOTE in WindowEnvironmentSettingsObjectAndreas Kling
2022-09-21LibWeb: Make WESO allow cross-origin isolated APIs for nowAndreas Kling
2022-09-06LibWeb+LibJS: Let JS::Realm::HostDefined objects mark things during GCAndreas Kling
2022-09-06LibWeb: Don't have Handle<Realm> in WindowEnvironmentSettingsObjectAndreas Kling
2022-09-06LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocatedAndreas Kling
2022-08-05LibWeb: Start implementing "create and initialize a Document" from HTMLAndreas Kling
2022-06-19LibWeb: Add support for the <base> element changing the base URLLuke Wilde
2022-03-08LibWeb: Move Window from DOM directory & namespace to HTMLLinus Groh
2022-02-08LibWeb: Introduce the Environment Settings ObjectLuke Wilde