1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 04:08:11 +00:00
serenity/Userland/Libraries/LibWeb/Bindings
Andreas Kling 9e45594dc8 LibWeb: Stub out the PerformanceTiming object from Navigation Timing
Just have all the timing functions return 0 for now.

We can now run the Shynet JS on https://linus.dev/ although the XHR
is rejected by our same-origin policy.
2021-01-18 15:11:20 +01:00
..
EventListenerWrapper.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
EventListenerWrapper.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
EventTargetWrapperFactory.cpp LibWeb: Make the Window object "inherit" from EventTarget :^) 2021-01-18 12:18:29 +01:00
EventTargetWrapperFactory.h LibWeb: Make the Window object "inherit" from EventTarget :^) 2021-01-18 12:18:29 +01:00
EventWrapperFactory.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
EventWrapperFactory.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
LocationObject.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
LocationObject.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
NavigatorObject.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
NavigatorObject.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
NodeWrapperFactory.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
NodeWrapperFactory.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
RangeConstructor.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
RangeConstructor.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
RangePrototype.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
RangePrototype.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
RangeWrapper.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
RangeWrapper.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ScriptExecutionContext.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ScriptExecutionContext.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
WindowObject.cpp LibWeb: Make the Window object "inherit" from EventTarget :^) 2021-01-18 12:18:29 +01:00
WindowObject.h LibWeb: Move IDL attributes and functions to the prototype 2021-01-18 12:18:29 +01:00
WindowObjectHelper.h LibWeb: Stub out the PerformanceTiming object from Navigation Timing 2021-01-18 15:11:20 +01:00
Wrappable.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Wrappable.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Wrapper.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
XMLHttpRequestConstructor.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
XMLHttpRequestConstructor.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
XMLHttpRequestPrototype.cpp LibWeb: Add support for XMLHttpRequest request headers 2021-01-18 14:02:58 +01:00
XMLHttpRequestPrototype.h LibWeb: Add support for XMLHttpRequest request headers 2021-01-18 14:02:58 +01:00
XMLHttpRequestWrapper.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
XMLHttpRequestWrapper.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00