ladybird/Libraries/LibWeb/HTML
asynts 938e5c7719 Everywhere: Replace a bundle of dbg with dbgln.
These changes are arbitrarily divided into multiple commits to make it
easier to find potentially introduced bugs with git bisect.Everything:

The modifications in this commit were automatically made using the
following command:

    find . -name '*.cpp' -exec sed -i -E 's/dbg\(\) << ("[^"{]*");/dbgln\(\1\);/' {} \;
2021-01-09 21:11:09 +01:00
..
Parser LibWeb: No need to report that we encountered <svg> or <math> 2021-01-09 15:22:23 +01:00
AttributeNames.cpp Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
AttributeNames.h
CanvasRenderingContext2D.cpp Everywhere: Replace a bundle of dbg with dbgln. 2021-01-09 21:11:09 +01:00
CanvasRenderingContext2D.h
CanvasRenderingContext2D.idl LibWeb: Replace IDL 'void' return type with 'undefined' 2020-12-10 11:02:46 +01:00
EventNames.cpp Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
EventNames.h LibWeb: Add HTML::EventNames and UIEvents::EventNames 2020-11-22 18:20:56 +01:00
HTMLAnchorElement.cpp
HTMLAnchorElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLAnchorElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLAreaElement.cpp
HTMLAreaElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLAreaElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLAudioElement.cpp
HTMLAudioElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLAudioElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLBaseElement.cpp
HTMLBaseElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLBaseElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLBlinkElement.cpp
HTMLBlinkElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLBodyElement.cpp
HTMLBodyElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLBodyElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLBRElement.cpp LibWeb: Make DOM::Node::create_layout_node() not need parent's style 2021-01-06 14:58:48 +01:00
HTMLBRElement.h LibWeb: Make DOM::Node::create_layout_node() not need parent's style 2021-01-06 14:58:48 +01:00
HTMLBRElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLButtonElement.cpp
HTMLButtonElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLButtonElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLCanvasElement.cpp LibWeb: Convert a bunch of dbg() to dbgln() 2021-01-09 14:03:06 +01:00
HTMLCanvasElement.h LibWeb: Make DOM::Node::create_layout_node() not need parent's style 2021-01-06 14:58:48 +01:00
HTMLCanvasElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLDataElement.cpp
HTMLDataElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLDataElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLDataListElement.cpp
HTMLDataListElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLDataListElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLDetailsElement.cpp
HTMLDetailsElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLDetailsElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLDialogElement.cpp
HTMLDialogElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLDialogElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLDirectoryElement.cpp
HTMLDirectoryElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLDirectoryElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLDivElement.cpp
HTMLDivElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLDivElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLDListElement.cpp
HTMLDListElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLDListElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLElement.cpp LibWeb: Remove hand-rolled is_foo() helpers in Layout::Node classes 2021-01-01 18:56:49 +01:00
HTMLElement.h LibWeb: Remove more hand-rolled type information :^) 2021-01-01 18:14:00 +01:00
HTMLElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLEmbedElement.cpp
HTMLEmbedElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLEmbedElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLFieldSetElement.cpp
HTMLFieldSetElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLFieldSetElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLFontElement.cpp
HTMLFontElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLFontElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLFormElement.cpp LibWeb: Convert a bunch of dbg() to dbgln() 2021-01-09 14:03:06 +01:00
HTMLFormElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLFormElement.idl LibWeb: Replace IDL 'void' return type with 'undefined' 2020-12-10 11:02:46 +01:00
HTMLFrameElement.cpp
HTMLFrameElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLFrameElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLFrameSetElement.cpp
HTMLFrameSetElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLFrameSetElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLHeadElement.cpp
HTMLHeadElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLHeadElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLHeadingElement.cpp
HTMLHeadingElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLHeadingElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLHRElement.cpp
HTMLHRElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLHRElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLHtmlElement.cpp
HTMLHtmlElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLHtmlElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLIFrameElement.cpp LibWeb: Make DOM::Node::create_layout_node() not need parent's style 2021-01-06 14:58:48 +01:00
HTMLIFrameElement.h LibWeb: Make DOM::Node::create_layout_node() not need parent's style 2021-01-06 14:58:48 +01:00
HTMLIFrameElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLImageElement.cpp LibWeb: Convert a bunch of dbg() to dbgln() 2021-01-09 14:03:06 +01:00
HTMLImageElement.h LibWeb: Make DOM::Node::create_layout_node() not need parent's style 2021-01-06 14:58:48 +01:00
HTMLImageElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLInputElement.cpp LibWeb: Make DOM::Node::create_layout_node() not need parent's style 2021-01-06 14:58:48 +01:00
HTMLInputElement.h LibWeb: Make DOM::Node::create_layout_node() not need parent's style 2021-01-06 14:58:48 +01:00
HTMLInputElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLLabelElement.cpp
HTMLLabelElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLLabelElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLLegendElement.cpp
HTMLLegendElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLLegendElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLLIElement.cpp
HTMLLIElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLLIElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLLinkElement.cpp
HTMLLinkElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLLinkElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLMapElement.cpp
HTMLMapElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLMapElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLMarqueeElement.cpp
HTMLMarqueeElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLMarqueeElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLMediaElement.cpp
HTMLMediaElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLMediaElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLMenuElement.cpp
HTMLMenuElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLMenuElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLMetaElement.cpp
HTMLMetaElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLMetaElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLMeterElement.cpp
HTMLMeterElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLMeterElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLModElement.cpp
HTMLModElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLModElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLObjectElement.cpp LibWeb: Make DOM::Node::create_layout_node() not need parent's style 2021-01-06 14:58:48 +01:00
HTMLObjectElement.h LibWeb: Make DOM::Node::create_layout_node() not need parent's style 2021-01-06 14:58:48 +01:00
HTMLObjectElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLOListElement.cpp
HTMLOListElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLOListElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLOptGroupElement.cpp
HTMLOptGroupElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLOptGroupElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLOptionElement.cpp
HTMLOptionElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLOptionElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLOutputElement.cpp
HTMLOutputElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLOutputElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLParagraphElement.cpp
HTMLParagraphElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLParagraphElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLParamElement.cpp
HTMLParamElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLParamElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLPictureElement.cpp
HTMLPictureElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLPictureElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLPreElement.cpp
HTMLPreElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLPreElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLProgressElement.cpp
HTMLProgressElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLProgressElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLQuoteElement.cpp
HTMLQuoteElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLQuoteElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLScriptElement.cpp LibWeb: Convert a bunch of dbg() to dbgln() 2021-01-09 14:03:06 +01:00
HTMLScriptElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLScriptElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLSelectElement.cpp
HTMLSelectElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLSelectElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLSlotElement.cpp
HTMLSlotElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLSlotElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLSourceElement.cpp
HTMLSourceElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLSourceElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLSpanElement.cpp
HTMLSpanElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLSpanElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLStyleElement.cpp
HTMLStyleElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLStyleElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLTableCaptionElement.cpp
HTMLTableCaptionElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLTableCaptionElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLTableCellElement.cpp
HTMLTableCellElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLTableCellElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLTableColElement.cpp
HTMLTableColElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLTableColElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLTableElement.cpp
HTMLTableElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLTableElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLTableRowElement.cpp
HTMLTableRowElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLTableRowElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLTableSectionElement.cpp
HTMLTableSectionElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLTableSectionElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLTemplateElement.cpp
HTMLTemplateElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLTemplateElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLTextAreaElement.cpp
HTMLTextAreaElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLTextAreaElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLTimeElement.cpp
HTMLTimeElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLTimeElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLTitleElement.cpp LibWeb: Notify the PageClient when the children of <title> change 2020-12-17 02:02:00 +01:00
HTMLTitleElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLTitleElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLTrackElement.cpp
HTMLTrackElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLTrackElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLUListElement.cpp
HTMLUListElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLUListElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLUnknownElement.cpp
HTMLUnknownElement.h LibWeb: Remove more hand-rolled type information :^) 2021-01-01 18:14:00 +01:00
HTMLUnknownElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
HTMLVideoElement.cpp
HTMLVideoElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLVideoElement.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
ImageData.cpp LibWeb: Convert a bunch of dbg() to dbgln() 2021-01-09 14:03:06 +01:00
ImageData.h
ImageData.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
SubmitEvent.h LibWeb: Add the submit event to HTMLFormElement 2020-11-22 18:20:56 +01:00
SubmitEvent.idl LibWeb: Expect IDL namespace to end with semicolon 2020-12-10 11:02:46 +01:00
TagNames.cpp Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
TagNames.h LibWeb: Move DOM/TagNames.* => HTML/TagNames.* 2020-12-13 15:57:09 +01:00