serenity/Libraries/LibWeb/Bindings
Andreas Kling 52fcaae71c LibWeb: Make Document::url() return URL by value
Returning it by reference can lead to unpleasant situations if we use
this getter when the document may go away. Better to make the getter
return a copy than have to think about this everywhere.
2020-06-06 14:14:43 +02:00
..
CanvasRenderingContext2DWrapper.cpp LibJS: Simplify and normalize publicly-exposed Object functions 2020-05-27 13:17:35 +02:00
CanvasRenderingContext2DWrapper.h LibWeb: Add CanvasRenderingContext2D.canvas 2020-05-21 01:24:36 +02:00
DocumentWrapper.cpp LibJS: Object index properties have descriptors; Handle sparse indices 2020-05-28 17:17:13 +02:00
DocumentWrapper.h LibWeb: Add document.querySelector() 2020-05-26 00:12:20 +02:00
ElementWrapper.cpp LibJS: Simplify and normalize publicly-exposed Object functions 2020-05-27 13:17:35 +02:00
ElementWrapper.h LibWeb: Add Element.getAttribute() and Element.setAttribute() :^) 2020-05-26 12:27:10 +02:00
EventListenerWrapper.cpp LibJS: Move builtin prototypes to the global object 2020-04-18 13:24:45 +02:00
EventListenerWrapper.h
EventTargetWrapper.cpp LibJS: Simplify and normalize publicly-exposed Object functions 2020-05-27 13:17:35 +02:00
EventTargetWrapper.h
EventWrapper.cpp LibJS: Move builtin prototypes to the global object 2020-04-18 13:24:45 +02:00
EventWrapper.h
HTMLCanvasElementWrapper.cpp LibJS: Simplify and normalize publicly-exposed Object functions 2020-05-27 13:17:35 +02:00
HTMLCanvasElementWrapper.h
HTMLImageElementWrapper.cpp LibWeb: Add a JavaScript wrapper for HTMLImageElement :^) 2020-04-14 20:37:01 +02:00
HTMLImageElementWrapper.h LibWeb: Add a JavaScript wrapper for HTMLImageElement :^) 2020-04-14 20:37:01 +02:00
ImageDataWrapper.cpp LibJS: Simplify and normalize publicly-exposed Object functions 2020-05-27 13:17:35 +02:00
ImageDataWrapper.h LibWeb: Add ImageData objects and implement 2D context putImageData() 2020-04-21 23:49:51 +02:00
LocationObject.cpp LibWeb: Make Document::url() return URL by value 2020-06-06 14:14:43 +02:00
LocationObject.h LibWeb: Allow reloading the current page with location.reload() 2020-05-18 22:05:13 +02:00
MouseEventWrapper.cpp LibJS: Simplify and normalize publicly-exposed Object functions 2020-05-27 13:17:35 +02:00
MouseEventWrapper.h
NavigatorObject.cpp LibWeb: Move ResourceLoader into a new Loader/ directory 2020-06-01 20:42:50 +02:00
NavigatorObject.h LibWeb: Send User-Agent in HTTP requests 2020-05-21 12:58:57 +02:00
NodeWrapper.cpp LibWeb: Add a JavaScript wrapper for HTMLImageElement :^) 2020-04-14 20:37:01 +02:00
NodeWrapper.h
WindowObject.cpp LibJS: Simplify and normalize publicly-exposed Object functions 2020-05-27 13:17:35 +02:00
WindowObject.h LibJS: Move builtin prototypes to the global object 2020-04-18 13:24:45 +02:00
Wrappable.cpp
Wrappable.h
Wrapper.h LibJS+LibWeb: Pass prototype to Object constructor 2020-04-18 11:00:55 +02:00
XMLHttpRequestConstructor.cpp LibJS: Simplify and normalize publicly-exposed Object functions 2020-05-27 13:17:35 +02:00
XMLHttpRequestConstructor.h
XMLHttpRequestPrototype.cpp LibJS: Simplify and normalize publicly-exposed Object functions 2020-05-27 13:17:35 +02:00
XMLHttpRequestPrototype.h LibWeb: Add XMLHttpRequest.readyState and constants 2020-04-23 11:03:17 +02:00
XMLHttpRequestWrapper.cpp
XMLHttpRequestWrapper.h