1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 15:07:35 +00:00
serenity/Userland/Libraries/LibWeb/Bindings
Simon Wanner 7969161f07 LibWeb: Implement window.name
Right now the only functionality supported is getting/setting via JS
and resetting when browsing cross origin.

The HTML Specification (7.11 Browsing the web) also specifies how the
name should be restored from history entries, but we don't have those
yet.
2022-03-16 21:49:54 +00:00
..
AudioConstructor.cpp LibWeb: Move Window from DOM directory & namespace to HTML 2022-03-08 00:30:30 +01:00
AudioConstructor.h LibWeb: Implement the legacy Audio factory function 2022-02-26 12:18:56 +01:00
CallbackType.h LibWeb: Introduce the Environment Settings Object 2022-02-08 17:47:44 +00:00
CrossOriginAbstractOperations.cpp LibWeb: Implement 'cross-origin accessible window property name' concept 2022-03-08 23:13:54 +01:00
CrossOriginAbstractOperations.h LibWeb: Implement 'cross-origin accessible window property name' concept 2022-03-08 23:13:54 +01:00
CSSNamespace.cpp LibWeb: Convert the CSS namespace object to ThrowCompletionOr 2021-10-31 15:48:36 +01:00
CSSNamespace.h LibWeb: Convert the CSS namespace object to ThrowCompletionOr 2021-10-31 15:48:36 +01:00
CSSRuleWrapperFactory.cpp LibWeb: Add the CSSStyleRule interface with some limited functionality 2021-09-30 00:00:55 +02:00
CSSRuleWrapperFactory.h LibWeb: Add the CSSStyleRule interface with some limited functionality 2021-09-30 00:00:55 +02:00
CSSStyleDeclarationWrapperCustom.cpp LibWeb: Support CSSStyleDeclaration.cssFloat 2022-02-21 22:27:56 +01:00
EventListenerWrapper.cpp LibWeb: Separate "event listener" from "EventListener" 2022-02-16 22:21:45 +01:00
EventListenerWrapper.h LibWeb: Separate "event listener" from "EventListener" 2022-02-16 22:21:45 +01:00
EventTargetWrapperFactory.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventTargetWrapperFactory.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventWrapperFactory.cpp LibWeb: Make document.createEvent("UIEvent") actually create a UIEvent 2022-02-25 19:38:31 +01:00
EventWrapperFactory.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ExceptionOrUtils.h LibWeb: Allow returning JS::ThrowCompletionOr<T> from wrapped functions 2022-03-09 16:43:00 +01:00
IDLAbstractOperations.cpp LibWeb: Allow calling invoke-a-callback with an existing argument list 2022-03-04 19:51:26 +01:00
IDLAbstractOperations.h LibWeb: Allow calling invoke-a-callback with an existing argument list 2022-03-04 19:51:26 +01:00
ImageConstructor.cpp LibWeb: Move Window from DOM directory & namespace to HTML 2022-03-08 00:30:30 +01:00
ImageConstructor.h LibJS: Convert NativeFunction::{call,construct}() to ThrowCompletionOr 2021-10-21 09:02:23 +01:00
LocationObject.cpp LibWeb: Move Window from DOM directory & namespace to HTML 2022-03-08 00:30:30 +01:00
LocationObject.h LibWeb: Implement the remaining LocationObject internal methods 2022-03-06 23:27:39 +01:00
MainThreadVM.cpp LibWeb: Move Window from DOM directory & namespace to HTML 2022-03-08 00:30:30 +01:00
MainThreadVM.h LibWeb: Implement the JS host hooks for promises, job callbacks and more 2022-02-08 17:47:44 +00:00
NavigatorObject.cpp LibWeb: Convert the Navigator object to ThrowCompletionOr 2021-10-31 15:48:36 +01:00
NavigatorObject.h LibWeb: Convert the Navigator object to ThrowCompletionOr 2021-10-31 15:48:36 +01:00
NodeWrapperFactory.cpp LibWeb: Add SVG <polygon> element and test case :^) 2022-02-11 21:38:27 +01:00
NodeWrapperFactory.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Replaceable.h LibWeb: Convert the Window object to ThrowCompletionOr 2021-10-31 15:48:36 +01:00
WindowObject.cpp LibWeb: Implement window.name 2022-03-16 21:49:54 +00:00
WindowObject.h LibWeb: Implement window.name 2022-03-16 21:49:54 +00:00
WindowObjectHelper.h LibWeb: Add stub implementation of HTMLOptionsCollection 2022-03-16 14:25:09 +01:00
WindowProxy.cpp LibWeb: Implement the WindowProxy exotic object 2022-03-08 23:13:54 +01:00
WindowProxy.h LibWeb: Implement the WindowProxy exotic object 2022-03-08 23:13:54 +01:00
Wrappable.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Wrappable.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
Wrapper.h LibJS: Remove the JS_TRACK_ZOMBIE_CELLS option 2022-02-05 11:52:51 +01:00