1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:37:36 +00:00

LibWeb: Add a simple window.location object with some getters :^)

This commit is contained in:
Andreas Kling 2020-05-18 21:42:40 +02:00
parent a1e7aa330c
commit 1ec4db04cd
6 changed files with 162 additions and 0 deletions

View file

@ -8,6 +8,7 @@ set(SOURCES
Bindings/HTMLCanvasElementWrapper.cpp
Bindings/HTMLImageElementWrapper.cpp
Bindings/ImageDataWrapper.cpp
Bindings/LocationObject.cpp
Bindings/MouseEventWrapper.cpp
Bindings/NavigatorObject.cpp
Bindings/NodeWrapper.cpp