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
/
Environments.cpp
Age
Commit message (
Expand
)
Author
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-21
LibJS+LibWeb: Make JS::ExecutionContext protect its Web::HTML::ESO owner
Andreas Kling
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-11-15
LibWeb: Support parsing a URL relative to environment settings object
Idan Horowitz
2022-11-15
LibWeb: Implement the 'Entry Realm/{settings,global} object' concepts
Idan Horowitz
2022-10-30
LibWeb: Implement 'Is non-secure context' AO
Linus Groh
2022-10-30
LibWeb: Implement 'Is secure context' AO
Linus Groh
2022-10-24
LibWeb: Add disallow further import maps steps to ESO
networkException
2022-10-20
LibWeb: Make BrowsingContext GC-allocated
Andreas Kling
2022-10-20
LibWeb: Don't store JS::Handle<JS::Promise> in EnvironmentSettingsObject
Andreas Kling
2022-10-15
WebContent+LibWeb+LibJS: Report exceptions to the JS console
Pavel
2022-10-06
LibWeb: Implement ModuleMap and expose it on EnvironmentSettingsObject
networkException
2022-10-06
LibWeb: Implement module type allowed
networkException
2022-10-01
LibWeb: Remove unecessary dependence on Window from HTML classes
Andrew Kaster
2022-10-01
LibWeb: Move Web prototypes and constructors to new Intrinsics object
Andrew Kaster
2022-09-24
LibWeb: Remove now-unnecessary JS::Handles in HTML task capture lists
Andreas Kling
2022-09-06
LibWeb: Always allow scripting in workers for now
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-09-06
LibWeb: Make DOM::Event and all its subclasses GC-allocated
Andreas Kling
2022-08-28
LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]]
Linus Groh
2022-08-23
LibJS+LibWeb: Reduce use of GlobalObject as an intermediary
Linus Groh
2022-08-05
LibWeb: Bring browsing context creation closer to spec
Andreas Kling
2022-08-05
LibWeb: Start implementing "create and initialize a Document" from HTML
Andreas Kling
2022-06-29
LibWeb: Print unhandled rejections the same way as unhandled exceptions
Luke Wilde
2022-04-03
LibWeb: Add a null-check for page() in ESO::is_scripting_enabled()
Simon Wanner
2022-03-31
LibWeb: Add 'is scripting enabled' concept to EnvironmentSettingsObject
Linus Groh
2022-03-18
LibJS: Add infallible variant of VM::push_execution_context()
Linus Groh
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-03-06
LibWeb: Implement the 'Relevant realm/{settings,global} object' concepts
Linus Groh
2022-03-06
LibWeb: Implement the 'Current {settings,global} object' concepts
Linus Groh
2022-02-08
LibWeb: Introduce the Environment Settings Object
Luke Wilde