1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:48:12 +00:00
serenity/Userland/Libraries/LibWeb/HTML
DexesTTP 22413ef729 LibWeb: Add WebSocket bindings
The WebSocket bindings match the original specification from the
WHATWG living standard, but do not match the later update of the
standard that involves FETCH. The FETCH update will be handled later
since the changes would also affect XMLHttpRequest.
2021-04-25 19:04:34 +02:00
..
Parser LibWeb: Utilize SourceLocation for HTMLDocumentParser logging 2021-04-25 09:32:03 +02:00
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
CanvasRenderingContext2D.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +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
EventHandler.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +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
FrameHostElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
FrameHostElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
GlobalEventHandlers.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +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 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLAreaElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLAreaElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLAreaElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLAudioElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLAudioElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLAudioElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLBaseElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLBaseElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLBaseElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLBlinkElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +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 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
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 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLButtonElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLButtonElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLButtonElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLCanvasElement.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +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 Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLDataElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLDataElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLDataListElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLDataListElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLDataListElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLDetailsElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLDetailsElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLDetailsElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLDialogElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLDialogElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLDialogElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLDirectoryElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLDirectoryElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLDirectoryElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLDivElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLDivElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLDivElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLDListElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLDListElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLDListElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +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 Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLEmbedElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLEmbedElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLFieldSetElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLFieldSetElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLFieldSetElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
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 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLFormElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLFormElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLFormElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLFrameElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLFrameElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLFrameElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLFrameSetElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLFrameSetElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLFrameSetElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
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 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
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 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
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 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLHtmlElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLHtmlElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLHtmlElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLIFrameElement.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
HTMLIFrameElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLIFrameElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLImageElement.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
HTMLImageElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLImageElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLInputElement.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
HTMLInputElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLInputElement.idl LibWeb: Add basic support for HTMLInputElement.form 2021-04-20 12:05:56 +02:00
HTMLLabelElement.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
HTMLLabelElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLLabelElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLLegendElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLLegendElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLLegendElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLLIElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLLIElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLLIElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLLinkElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLLinkElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLLinkElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLMapElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLMapElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLMapElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLMarqueeElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLMarqueeElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLMarqueeElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLMediaElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLMediaElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLMediaElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLMenuElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLMenuElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLMenuElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLMetaElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLMetaElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLMetaElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLMeterElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLMeterElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLMeterElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLModElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLModElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLModElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
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 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLOListElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLOListElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLOListElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLOptGroupElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLOptGroupElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLOptGroupElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLOptionElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLOptionElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLOptionElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLOutputElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLOutputElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLOutputElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLParagraphElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLParagraphElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLParagraphElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLParamElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLParamElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLParamElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLPictureElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLPictureElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLPictureElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLPreElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLPreElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLPreElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLProgressElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLProgressElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLProgressElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLQuoteElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLQuoteElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLQuoteElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLScriptElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLScriptElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLScriptElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLSelectElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLSelectElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLSelectElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLSlotElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLSlotElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLSlotElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLSourceElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLSourceElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLSourceElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLSpanElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLSpanElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLSpanElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLStyleElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLStyleElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLStyleElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTableCaptionElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTableCaptionElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTableCaptionElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTableCellElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTableCellElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTableCellElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTableColElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTableColElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTableColElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTableElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTableElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTableElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01: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 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTableSectionElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTableSectionElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTableSectionElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTemplateElement.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
HTMLTemplateElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTemplateElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTextAreaElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTextAreaElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTextAreaElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTimeElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTimeElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTimeElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTitleElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTitleElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTitleElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTrackElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTrackElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLTrackElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLUListElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLUListElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLUListElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLUnknownElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLUnknownElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLUnknownElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLVideoElement.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLVideoElement.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
HTMLVideoElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ImageData.cpp AK: Rename adopt() to adopt_ref() 2021-04-23 16:46:57 +02:00
ImageData.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
ImageData.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
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 Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
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 LibWeb: Add WebSocket bindings 2021-04-25 19:04:34 +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