1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:37:34 +00:00
serenity/Libraries/LibWeb/Bindings
Andreas Kling 9ce25bbf1d LibWeb: Generate CanvasRenderingContext2D bindings from IDL :^)
We're still missing optional argument support, so this implementation
doesn't support fill(), only fill(fill_rule).

Still it's really nice to get rid of so much hand-written wrapper code.
2020-06-22 19:07:25 +02:00
..
EventListenerWrapper.cpp LibWeb: Split JS wrapper constructors into construct/initialize 2020-06-20 17:50:48 +02:00
EventListenerWrapper.h LibJS+LibWeb: Add JS::Object::inherits(class_name) 2020-06-21 15:15:52 +02:00
EventWrapperFactory.cpp LibWeb: Generate Event and MouseEvent bindings from IDL :^) 2020-06-21 16:12:28 +02:00
EventWrapperFactory.h LibWeb: Generate Event and MouseEvent bindings from IDL :^) 2020-06-21 16:12:28 +02:00
LocationObject.cpp LibWeb: Add some missing wrapper calls to base class initialize() 2020-06-20 18:27:31 +02:00
LocationObject.h LibJS+LibWeb: Add JS::Object::inherits(class_name) 2020-06-21 15:15:52 +02:00
NavigatorObject.cpp LibWeb: Split JS wrapper constructors into construct/initialize 2020-06-20 17:50:48 +02:00
NavigatorObject.h LibJS+LibWeb: Add JS::Object::inherits(class_name) 2020-06-21 15:15:52 +02:00
NodeWrapperFactory.cpp LibWeb: Add HTMLElement wrapper 2020-06-21 14:39:15 +02:00
NodeWrapperFactory.h LibWeb: Generate Event and MouseEvent bindings from IDL :^) 2020-06-21 16:12:28 +02:00
WindowObject.cpp LibWeb: Fix build after atob/btoa changes 2020-06-21 01:07:16 +02:00
WindowObject.h LibWeb: Add atob/btoa to WindowObject 2020-06-20 19:38:49 +02:00
Wrappable.cpp LibWeb: Add missing copyright headers 2020-03-15 10:24:05 +01:00
Wrappable.h LibWeb: Split JS wrapper constructors into construct/initialize 2020-06-20 17:50:48 +02:00
Wrapper.h LibJS+LibWeb: Add JS::Object::inherits(class_name) 2020-06-21 15:15:52 +02:00
XMLHttpRequestConstructor.cpp LibWeb: Add some missing wrapper calls to base class initialize() 2020-06-20 18:27:31 +02:00
XMLHttpRequestConstructor.h LibJS: Move native objects towards two-pass construction 2020-06-20 15:46:30 +02:00
XMLHttpRequestPrototype.cpp LibWeb: Add some missing wrapper calls to base class initialize() 2020-06-20 18:27:31 +02:00
XMLHttpRequestPrototype.h LibJS+LibWeb: Add JS::Object::inherits(class_name) 2020-06-21 15:15:52 +02:00
XMLHttpRequestWrapper.cpp LibWeb: Split JS wrapper constructors into construct/initialize 2020-06-20 17:50:48 +02:00
XMLHttpRequestWrapper.h LibWeb: Split JS wrapper constructors into construct/initialize 2020-06-20 17:50:48 +02:00