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
Age
Commit message (
Expand
)
Author
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: Implement recent changes to module script fetching
networkException
2022-10-24
LibWeb: Add disallow further import maps steps to ESO
networkException
2022-10-24
LibWeb: Add the ImportMap struct
networkException
2022-10-24
LibWeb: Add virtual destructor to Environment
Linus Groh
2022-10-24
LibWeb: Add policy container to {Window,Worker}EnvironmentSettingsObject
Linus Groh
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-09
LibWeb: Remove the workaround "Worker Window" from Workers
Andrew Kaster
2022-10-06
LibWeb: Fix unsafe capture in fetch_external_module_script_graph()
Andreas Kling
2022-10-06
LibWeb: Push the realm execution context before linking modules
networkException
2022-10-06
LibWeb: Implement fetching module scripts
networkException
2022-10-06
LibWeb: Implement ModuleScript and JavaScriptModuleScript
networkException
2022-10-06
LibWeb: Implement ModuleMap and expose it on EnvironmentSettingsObject
networkException
2022-10-06
LibWeb: Allow all Script types to be used as [[HostDefined]] values
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: Remove unecessary dependence on Window from DOM and WebIDL
Andrew Kaster
2022-10-01
LibWeb: Move Web prototypes and constructors to new Intrinsics object
Andrew Kaster
2022-09-25
LibWeb: Move DOMException from DOM/ to WebIDL/
Linus Groh
2022-09-24
LibWeb: Remove now-unnecessary JS::Handles in HTML task capture lists
Andreas Kling
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
LibJS+LibWeb: Make HTML::Script GC-allocated
Andreas Kling
2022-09-06
LibWeb: Always allow scripting in workers for now
Andreas Kling
2022-09-06
LibWeb: Give web workers a (totally hacky) Window object
Andreas Kling
2022-09-06
LibWeb: Make DOMException GC-allocated
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-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-23
LibWeb: Replace GlobalObject with VM in remaining AOs [Part 4/4]
Linus Groh
2022-08-23
LibJS: Remove GlobalObject from VM::throw_completion()
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-07-14
LibWeb: Move Origin into the HTML namespace
Linus Groh
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-06-29
LibWeb: Print unhandled rejections the same way as unhandled exceptions
Luke Wilde
2022-06-29
LibWeb: Move ClassicScript::m_settings_object into the Script base
Luke Wilde
2022-06-19
LibWeb: Add support for the <base> element changing the base URL
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-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-14
LibWeb: Use inline script tag source line as javascript line offset
Idan Horowitz
[next]