mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 02:47:34 +00:00
LibWeb: Move CallbackType from Bindings/ to WebIDL/
Let's stop putting generic types and AOs from the Web IDL spec into the Bindings namespace and directory in LibWeb, and instead follow our usual naming rules of 'directory = namespace = spec name'. The IDL namespace is already used by LibIDL, so Web::WebIDL seems like a good choice.
This commit is contained in:
parent
dc44effd44
commit
4f73851afc
43 changed files with 168 additions and 165 deletions
|
@ -3,7 +3,6 @@ include(libweb_generators)
|
|||
set(SOURCES
|
||||
Bindings/AudioConstructor.cpp
|
||||
Bindings/CSSNamespace.cpp
|
||||
Bindings/CallbackType.cpp
|
||||
Bindings/IDLAbstractOperations.cpp
|
||||
Bindings/IDLOverloadResolution.cpp
|
||||
Bindings/ImageConstructor.cpp
|
||||
|
@ -413,6 +412,7 @@ set(SOURCES
|
|||
WebGL/WebGLContextEvent.cpp
|
||||
WebGL/WebGLRenderingContext.cpp
|
||||
WebGL/WebGLRenderingContextBase.cpp
|
||||
WebIDL/CallbackType.cpp
|
||||
WebSockets/WebSocket.cpp
|
||||
XHR/EventNames.cpp
|
||||
XHR/ProgressEvent.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue