1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:48:11 +00:00
serenity/Userland/Libraries/LibWeb/HTML
Luke e3d01c5e10 LibWeb: Make the node mutation event functions spec compliant
This particularly affects the insertion steps and the removed steps.

The insertion steps no longer take into the parent that the node
was inserted to, as per the spec. Due to this, I have renamed the
function from "inserted_into" to simply "inserted". None of the
users of the insertion steps was using it anyway.

The removed steps now take a pointer to the old parent instead of
a reference. This is because it is optional according to the spec
and old parent is null when running the removal steps for the
descendants of a node that just got removed.

This commit does not affect HTMLScriptElement as there is a bit
more to that, which is better suited for a separate commit.

Also adds in the adopted steps as they will be used later.
2021-04-06 21:42:00 +02:00
..
Parser Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes 2021-02-26 16:59:56 +01:00
AttributeNames.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
AttributeNames.h LibWeb: Add a whole bunch of onfooevent names to HTML::AttributeNames 2021-02-03 23:03:05 +01:00
CanvasRenderingContext2D.cpp LibWeb: Add CanvasRenderingContext2D.clearRect() 2021-03-15 21:20:33 +01:00
CanvasRenderingContext2D.h LibWeb: Add CanvasRenderingContext2D.clearRect() 2021-03-15 21:20:33 +01:00
CanvasRenderingContext2D.idl LibWeb: Add CanvasRenderingContext2D.clearRect() 2021-03-15 21:20:33 +01:00
EventHandler.h LibWeb: Basic implementation of global event handlers :^) 2021-02-03 23:03:05 +01:00
EventNames.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
EventNames.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
FrameHostElement.cpp LibWeb: Make the node mutation event functions spec compliant 2021-04-06 21:42:00 +02:00
FrameHostElement.h LibWeb: Make the node mutation event functions spec compliant 2021-04-06 21:42:00 +02:00
GlobalEventHandlers.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
GlobalEventHandlers.h LibWeb: Basic implementation of global event handlers :^) 2021-02-03 23:03:05 +01:00
HTMLAnchorElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLAnchorElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLAnchorElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLAreaElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLAreaElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLAreaElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLAudioElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLAudioElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLAudioElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLBaseElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLBaseElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLBaseElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLBlinkElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLBlinkElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLBodyElement.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
HTMLBodyElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLBodyElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLBRElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLBRElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLBRElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLButtonElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLButtonElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLButtonElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLCanvasElement.cpp LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x 2021-03-16 11:50:03 +01:00
HTMLCanvasElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLCanvasElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLDataElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLDataElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLDataElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLDataListElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLDataListElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLDataListElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLDetailsElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLDetailsElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLDetailsElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLDialogElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLDialogElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLDialogElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLDirectoryElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLDirectoryElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLDirectoryElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLDivElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLDivElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLDivElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLDListElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLDListElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLDListElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLElement.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
HTMLElement.h LibWeb: Use DOMException in HTMLElement::set_content_editable() 2021-02-20 09:14:19 +01:00
HTMLElement.idl LibWeb: Basic implementation of global event handlers :^) 2021-02-03 23:03:05 +01:00
HTMLEmbedElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLEmbedElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLEmbedElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLFieldSetElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLFieldSetElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLFieldSetElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLFontElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLFontElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLFontElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLFormElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLFormElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLFormElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLFrameElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLFrameElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLFrameElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLFrameSetElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLFrameSetElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLFrameSetElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLHeadElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLHeadElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLHeadElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLHeadingElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLHeadingElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLHeadingElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLHRElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLHRElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLHRElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLHtmlElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLHtmlElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLHtmlElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLIFrameElement.cpp LibWeb: Make the node mutation event functions spec compliant 2021-04-06 21:42:00 +02:00
HTMLIFrameElement.h LibWeb: Make the node mutation event functions spec compliant 2021-04-06 21:42:00 +02:00
HTMLIFrameElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLImageElement.cpp LibWeb: Rename CSSParser => DeprecatedCSSParser 2021-03-09 17:35:57 +01:00
HTMLImageElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLImageElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLInputElement.cpp LibWeb: Add support for HTML input type=radio 2021-04-03 15:39:46 +02:00
HTMLInputElement.h LibWeb: Start implementing <input type=text> using a shadow DOM 2021-02-10 19:06:20 +01:00
HTMLInputElement.idl LibWeb: Start implementing <input type=text> using a shadow DOM 2021-02-10 19:06:20 +01:00
HTMLLabelElement.cpp LibWeb: Add "Label" to be the layout node for HTMLLabelElement 2021-04-04 16:13:25 +02:00
HTMLLabelElement.h LibWeb: Add "Label" to be the layout node for HTMLLabelElement 2021-04-04 16:13:25 +02:00
HTMLLabelElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLLegendElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLLegendElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLLegendElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLLIElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLLIElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLLIElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLLinkElement.cpp LibWeb: Make the node mutation event functions spec compliant 2021-04-06 21:42:00 +02:00
HTMLLinkElement.h LibWeb: Make the node mutation event functions spec compliant 2021-04-06 21:42:00 +02:00
HTMLLinkElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLMapElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLMapElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLMapElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLMarqueeElement.cpp LibWeb: Respect the bgcolor attribute on <marquee> elements 2021-02-10 09:54:16 +01:00
HTMLMarqueeElement.h LibWeb: Respect the bgcolor attribute on <marquee> elements 2021-02-10 09:54:16 +01:00
HTMLMarqueeElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLMediaElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLMediaElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLMediaElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLMenuElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLMenuElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLMenuElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLMetaElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLMetaElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLMetaElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLMeterElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLMeterElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLMeterElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLModElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLModElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLModElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLObjectElement.cpp LibWeb: Remove a whole bunch of unnecessary #includes 2021-02-10 09:13:29 +01:00
HTMLObjectElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLObjectElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLOListElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLOListElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLOListElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLOptGroupElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLOptGroupElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLOptGroupElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLOptionElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLOptionElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLOptionElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLOutputElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLOutputElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLOutputElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLParagraphElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLParagraphElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLParagraphElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLParamElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLParamElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLParamElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLPictureElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLPictureElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLPictureElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLPreElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLPreElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLPreElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLProgressElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLProgressElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLProgressElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLQuoteElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLQuoteElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLQuoteElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLScriptElement.cpp LibWeb: Pass optional status code to ResourceLoader callbacks 2021-04-03 16:34:34 +02:00
HTMLScriptElement.h LibWeb: Make sure <script> elements get prepared when connected 2021-03-15 21:20:33 +01:00
HTMLScriptElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLSelectElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLSelectElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLSelectElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLSlotElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLSlotElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLSlotElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLSourceElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLSourceElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLSourceElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLSpanElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLSpanElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLSpanElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLStyleElement.cpp LibWeb: Make the node mutation event functions spec compliant 2021-04-06 21:42:00 +02:00
HTMLStyleElement.h LibWeb: Make the node mutation event functions spec compliant 2021-04-06 21:42:00 +02:00
HTMLStyleElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTableCaptionElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLTableCaptionElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLTableCaptionElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTableCellElement.cpp LibWeb: Rename CSSParser => DeprecatedCSSParser 2021-03-09 17:35:57 +01:00
HTMLTableCellElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLTableCellElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTableColElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLTableColElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLTableColElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTableElement.cpp LibWeb: Rename CSSParser => DeprecatedCSSParser 2021-03-09 17:35:57 +01:00
HTMLTableElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLTableElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTableRowElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLTableRowElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLTableRowElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTableSectionElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLTableSectionElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLTableSectionElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTemplateElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLTemplateElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLTemplateElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTextAreaElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLTextAreaElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLTextAreaElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTimeElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLTimeElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLTimeElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTitleElement.cpp LibWeb: Only call page_did_change_title() from main frame 2021-03-21 09:36:37 +01:00
HTMLTitleElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLTitleElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLTrackElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLTrackElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLTrackElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLUListElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLUListElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLUListElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLUnknownElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLUnknownElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLUnknownElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
HTMLVideoElement.cpp LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLVideoElement.h LibWeb: Use move semantics for QualifiedName more often 2021-02-07 11:20:15 +01:00
HTMLVideoElement.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ImageData.cpp LibWeb: Use Gfx::Bitmap::RGBA8888 for ImageData bitmaps 2021-03-16 12:10:31 +01:00
ImageData.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
ImageData.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
SubmitEvent.cpp LibWeb: Move HTML::SubmitEvent functions out of line 2021-01-18 12:18:29 +01:00
SubmitEvent.h LibWeb: Move HTML::SubmitEvent functions out of line 2021-01-18 12:18:29 +01:00
SubmitEvent.idl Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
TagNames.cpp Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
TagNames.h Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00