summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/Scripting
AgeCommit message (Expand)Author
2022-10-30LibWeb: Implement 'Is non-secure context' AOLinus Groh
2022-10-30LibWeb: Implement 'Is secure context' AOLinus Groh
2022-10-24LibWeb: Implement recent changes to module script fetchingnetworkException
2022-10-24LibWeb: Add disallow further import maps steps to ESOnetworkException
2022-10-24LibWeb: Add the ImportMap structnetworkException
2022-10-24LibWeb: Add virtual destructor to EnvironmentLinus Groh
2022-10-24LibWeb: Add policy container to {Window,Worker}EnvironmentSettingsObjectLinus Groh
2022-10-20LibWeb: Make BrowsingContext GC-allocatedAndreas Kling
2022-10-20LibWeb: Don't store JS::Handle<JS::Promise> in EnvironmentSettingsObjectAndreas Kling
2022-10-15WebContent+LibWeb+LibJS: Report exceptions to the JS consolePavel
2022-10-09LibWeb: Remove the workaround "Worker Window" from WorkersAndrew Kaster
2022-10-06LibWeb: Fix unsafe capture in fetch_external_module_script_graph()Andreas Kling
2022-10-06LibWeb: Push the realm execution context before linking modulesnetworkException
2022-10-06LibWeb: Implement fetching module scriptsnetworkException
2022-10-06LibWeb: Implement ModuleScript and JavaScriptModuleScriptnetworkException
2022-10-06LibWeb: Implement ModuleMap and expose it on EnvironmentSettingsObjectnetworkException
2022-10-06LibWeb: Allow all Script types to be used as [[HostDefined]] valuesnetworkException
2022-10-06LibWeb: Implement module type allowednetworkException
2022-10-01LibWeb: Remove unecessary dependence on Window from HTML classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from DOM and WebIDLAndrew Kaster
2022-10-01LibWeb: Move Web prototypes and constructors to new Intrinsics objectAndrew Kaster
2022-09-25LibWeb: Move DOMException from DOM/ to WebIDL/Linus Groh
2022-09-24LibWeb: Remove now-unnecessary JS::Handles in HTML task capture listsAndreas Kling
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-06LibJS+LibWeb: Make HTML::Script GC-allocatedAndreas Kling
2022-09-06LibWeb: Always allow scripting in workers for nowAndreas Kling
2022-09-06LibWeb: Give web workers a (totally hacky) Window objectAndreas Kling
2022-09-06LibWeb: Make DOMException GC-allocatedAndreas 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-09-06LibWeb: Make DOM::Event and all its subclasses GC-allocatedAndreas Kling
2022-08-28LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]]Linus Groh
2022-08-23LibJS+LibWeb: Reduce use of GlobalObject as an intermediaryLinus Groh
2022-08-23LibWeb: Replace GlobalObject with VM in remaining AOs [Part 4/4]Linus Groh
2022-08-23LibJS: Remove GlobalObject from VM::throw_completion()Linus Groh
2022-08-05LibWeb: Bring browsing context creation closer to specAndreas Kling
2022-08-05LibWeb: Start implementing "create and initialize a Document" from HTMLAndreas Kling
2022-07-14LibWeb: Move Origin into the HTML namespaceLinus Groh
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-06-29LibWeb: Print unhandled rejections the same way as unhandled exceptionsLuke Wilde
2022-06-29LibWeb: Move ClassicScript::m_settings_object into the Script baseLuke Wilde
2022-06-19LibWeb: Add support for the <base> element changing the base URLLuke Wilde
2022-04-03LibWeb: Add a null-check for page() in ESO::is_scripting_enabled()Simon Wanner
2022-03-31LibWeb: Add 'is scripting enabled' concept to EnvironmentSettingsObjectLinus Groh
2022-03-18LibJS: Add infallible variant of VM::push_execution_context()Linus Groh
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2022-03-14LibWeb: Use inline script tag source line as javascript line offsetIdan Horowitz