ladybird/Userland/Libraries/LibWeb/HTML
Daniel Bertalan d7b6cc6421 Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Our existing implementation did not check the element type of the other
pointer in the constructors and move assignment operators. This meant
that some operations that would require explicit casting on raw pointers
were done implicitly, such as:
- downcasting a base class to a derived class (e.g. `Kernel::Inode` =>
  `Kernel::ProcFSDirectoryInode` in Kernel/ProcFS.cpp),
- casting to an unrelated type (e.g. `Promise<bool>` => `Promise<Empty>`
  in LibIMAP/Client.cpp)

This, of course, allows gross violations of the type system, and makes
the need to type-check less obvious before downcasting. Luckily, while
adding the `static_ptr_cast`s, only two truly incorrect usages were
found; in the other instances, our casts just needed to be made
explicit.
2021-09-03 23:20:23 +02:00
..
Parser LibWeb: Fix regression of "contenteditable" attribute 2021-07-31 17:39:28 +02:00
SyntaxHighlighter LibWeb: Hide implementation details of HTMLToken attribute list 2021-07-17 16:24:57 +04:30
AttributeNames.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
AttributeNames.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
BrowsingContextContainer.cpp LibWeb: Rename "FrameHostElement" to "BrowsingContextContainer" 2021-05-31 16:25:13 +02:00
BrowsingContextContainer.h LibWeb: Rename "FrameHostElement" to "BrowsingContextContainer" 2021-05-31 16:25:13 +02:00
CanvasRenderingContext2D.cpp LibGfx: Unify Rect, Point, and Size 2021-05-02 22:48:06 +02:00
CanvasRenderingContext2D.h AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
CanvasRenderingContext2D.idl LibWeb: Add a naive implemention of CanvasRenderingContext2D::fill_text 2021-04-15 20:22:08 +02:00
CloseEvent.h LibWeb: Add WebSocket bindings 2021-04-25 19:04:34 +02:00
CloseEvent.idl LibWeb: Add WebSocket bindings 2021-04-25 19:04:34 +02:00
DOMParser.cpp LibWeb: Add DOMParser 2021-07-05 12:39:46 +02:00
DOMParser.h LibWeb: Add DOMParser 2021-07-05 12:39:46 +02:00
DOMParser.idl LibWeb: Add DOMParser 2021-07-05 12:39:46 +02:00
EventHandler.h LibJS: Rename Function => FunctionObject 2021-06-27 22:36:04 +02:00
EventNames.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
EventNames.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
FormAssociatedElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
FormAssociatedElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GlobalEventHandlers.cpp LibJS: Rename ScriptFunction => OrdinaryFunctionObject 2021-06-27 22:36:04 +02:00
GlobalEventHandlers.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLAnchorElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLAnchorElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLAnchorElement.idl
HTMLAreaElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLAreaElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLAreaElement.idl
HTMLAudioElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLAudioElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLAudioElement.idl
HTMLBaseElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLBaseElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLBaseElement.idl
HTMLBlinkElement.cpp LibWeb: Remove unused header includes 2021-08-01 08:10:16 +02:00
HTMLBlinkElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLBodyElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLBodyElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLBodyElement.idl
HTMLBRElement.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
HTMLBRElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLBRElement.idl
HTMLButtonElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLButtonElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLButtonElement.idl
HTMLCanvasElement.cpp LibWeb: Return null if an unknown canvas context type is requested 2021-07-27 23:48:23 +02:00
HTMLCanvasElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLCanvasElement.idl LibWeb: Add basic support for HTMLCanvasElement.toDataURL() :^) 2021-04-19 23:49:16 +02:00
HTMLDataElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLDataElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLDataElement.idl
HTMLDataListElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLDataListElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLDataListElement.idl
HTMLDetailsElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLDetailsElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLDetailsElement.idl
HTMLDialogElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLDialogElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLDialogElement.idl
HTMLDirectoryElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLDirectoryElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLDirectoryElement.idl
HTMLDivElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLDivElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLDivElement.idl
HTMLDListElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLDListElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLDListElement.idl
HTMLElement.cpp LibWeb: Fix regression of "contenteditable" attribute 2021-07-31 17:39:28 +02:00
HTMLElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLElement.idl LibWeb: Expose the HTMLElement::{offsetLeft, offsetTop} attributes 2021-04-15 20:22:08 +02:00
HTMLEmbedElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLEmbedElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLEmbedElement.idl
HTMLFieldSetElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLFieldSetElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLFieldSetElement.idl
HTMLFontElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLFontElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLFontElement.idl
HTMLFormElement.cpp LibWeb+Browser: Remove unnecessary InProcessWebView.h includes 2021-08-24 16:37:28 +02:00
HTMLFormElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLFormElement.idl
HTMLFrameElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLFrameElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLFrameElement.idl
HTMLFrameSetElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLFrameSetElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLFrameSetElement.idl
HTMLHeadElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLHeadElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLHeadElement.idl
HTMLHeadingElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLHeadingElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLHeadingElement.idl
HTMLHRElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLHRElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLHRElement.idl
HTMLHtmlElement.cpp LibWeb: Propagate body background properties to root HTML element 2021-05-13 16:16:25 +02:00
HTMLHtmlElement.h LibWeb: Propagate body background properties to root HTML element 2021-05-13 16:16:25 +02:00
HTMLHtmlElement.idl
HTMLIFrameElement.cpp LibWeb: Rename "FrameHostElement" to "BrowsingContextContainer" 2021-05-31 16:25:13 +02:00
HTMLIFrameElement.h LibWeb: Rename "FrameHostElement" to "BrowsingContextContainer" 2021-05-31 16:25:13 +02:00
HTMLIFrameElement.idl
HTMLImageElement.cpp LibWeb: Switch to new CSS Parser :^) 2021-08-02 19:01:25 +04:30
HTMLImageElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLImageElement.idl
HTMLInputElement.cpp LibWeb+Browser: Remove unnecessary InProcessWebView.h includes 2021-08-24 16:37:28 +02:00
HTMLInputElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLInputElement.idl LibWeb: Expose HTMLInputElement.name 2021-05-04 22:03:14 +01:00
HTMLLabelElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLLabelElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLLabelElement.idl
HTMLLegendElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLLegendElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLLegendElement.idl
HTMLLIElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLLIElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLLIElement.idl
HTMLLinkElement.cpp LibWeb: Switch to new CSS Parser :^) 2021-08-02 19:01:25 +04:30
HTMLLinkElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLLinkElement.idl
HTMLMapElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLMapElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLMapElement.idl
HTMLMarqueeElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLMarqueeElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLMarqueeElement.idl
HTMLMediaElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLMediaElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLMediaElement.idl
HTMLMenuElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLMenuElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLMenuElement.idl
HTMLMetaElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLMetaElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLMetaElement.idl
HTMLMeterElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLMeterElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLMeterElement.idl
HTMLModElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLModElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLModElement.idl
HTMLObjectElement.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
HTMLObjectElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLObjectElement.idl
HTMLOListElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLOListElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLOListElement.idl
HTMLOptGroupElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLOptGroupElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLOptGroupElement.idl
HTMLOptionElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLOptionElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLOptionElement.idl
HTMLOutputElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLOutputElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLOutputElement.idl
HTMLParagraphElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLParagraphElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLParagraphElement.idl
HTMLParamElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLParamElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLParamElement.idl
HTMLPictureElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLPictureElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLPictureElement.idl
HTMLPreElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLPreElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLPreElement.idl
HTMLProgressElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLProgressElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLProgressElement.idl
HTMLQuoteElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLQuoteElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLQuoteElement.idl
HTMLScriptElement.cpp LibWeb: Check if scripting is disabled before running script 2021-07-05 12:39:46 +02:00
HTMLScriptElement.h LibWeb: Add support HTMLScriptElement.supports 2021-09-03 23:11:58 +02:00
HTMLScriptElement.idl LibWeb: Add support HTMLScriptElement.supports 2021-09-03 23:11:58 +02:00
HTMLSelectElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLSelectElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLSelectElement.idl
HTMLSlotElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLSlotElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLSlotElement.idl
HTMLSourceElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLSourceElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLSourceElement.idl
HTMLSpanElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLSpanElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLSpanElement.idl
HTMLStyleElement.cpp AK: Rename downcast<T> => verify_cast<T> 2021-06-24 19:57:01 +02:00
HTMLStyleElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLStyleElement.idl
HTMLTableCaptionElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLTableCaptionElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLTableCaptionElement.idl
HTMLTableCellElement.cpp LibWeb: Switch to new CSS Parser :^) 2021-08-02 19:01:25 +04:30
HTMLTableCellElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTableCellElement.idl
HTMLTableColElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLTableColElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLTableColElement.idl
HTMLTableElement.cpp Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr 2021-09-03 23:20:23 +02:00
HTMLTableElement.h LibWeb: Make WrapperGenerator generate nullable wrapper types 2021-07-05 12:39:46 +02:00
HTMLTableElement.idl LibWeb: Implement HTMLTableElement tbody attributes 2021-05-09 18:38:34 +02:00
HTMLTableRowElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTableRowElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTableRowElement.idl
HTMLTableSectionElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLTableSectionElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLTableSectionElement.idl
HTMLTemplateElement.cpp LibWeb: Implement the adoption steps for <template> elements 2021-07-05 12:39:46 +02:00
HTMLTemplateElement.h LibWeb: Implement the adoption steps for <template> elements 2021-07-05 12:39:46 +02:00
HTMLTemplateElement.idl
HTMLTextAreaElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLTextAreaElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLTextAreaElement.idl
HTMLTimeElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLTimeElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLTimeElement.idl
HTMLTitleElement.cpp LibWeb: Rename Web::Frame to Web::BrowsingContext 2021-05-30 12:39:53 +02:00
HTMLTitleElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTitleElement.idl
HTMLTrackElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLTrackElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLTrackElement.idl
HTMLUListElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLUListElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLUListElement.idl
HTMLUnknownElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLUnknownElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLUnknownElement.idl
HTMLVideoElement.cpp Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLVideoElement.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
HTMLVideoElement.idl
ImageData.cpp LibGfx: Use "try_" prefix for static factory functions 2021-07-21 18:02:15 +02:00
ImageData.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ImageData.idl
MessageEvent.h LibWeb: Add WebSocket bindings 2021-04-25 19:04:34 +02:00
MessageEvent.idl LibWeb: Add WebSocket bindings 2021-04-25 19:04:34 +02:00
SubmitEvent.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
SubmitEvent.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
SubmitEvent.idl
TagNames.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
TagNames.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
WebSocket.cpp LibJS: Rename ScriptFunction => OrdinaryFunctionObject 2021-06-27 22:36:04 +02:00
WebSocket.h LibWeb: Add WebSocket bindings 2021-04-25 19:04:34 +02:00
WebSocket.idl LibWeb: Add WebSocket bindings 2021-04-25 19:04:34 +02:00