mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:17:46 +00:00
LibWeb: Implement the WindowProxy exotic object
A couple steps requiring working relationships between browsing contexts are currently FIXME'd - see #12917.
This commit is contained in:
parent
6f941433d6
commit
03c46a261f
4 changed files with 317 additions and 0 deletions
|
@ -14,6 +14,7 @@ set(SOURCES
|
|||
Bindings/NavigatorObject.cpp
|
||||
Bindings/NodeWrapperFactory.cpp
|
||||
Bindings/WindowObject.cpp
|
||||
Bindings/WindowProxy.cpp
|
||||
Bindings/Wrappable.cpp
|
||||
Crypto/Crypto.cpp
|
||||
Crypto/SubtleCrypto.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue