1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Libraries/LibWeb/HTML
Andreas Kling 29a4da30b7 LibWeb: Make DOM::Node::create_layout_node() not need parent's style
The StyleResolver can find the specified CSS values for the parent
element via the DOM. Forcing everyone to locate specified values for
their parent was completely unnecessary.
2021-01-06 14:58:48 +01:00
..
Parser LibWeb: Convert a bunch of String::format() => String::formatted() 2021-01-03 14:35:09 +01:00
AttributeNames.cpp Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
AttributeNames.h LibWeb: Add almost all obsolete but required IDL attributes 2020-11-12 10:38:26 +01:00
CanvasRenderingContext2D.cpp AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe 2020-11-10 19:11:52 +01:00
CanvasRenderingContext2D.h LibWeb: Move HTML classes into the Web::HTML namespace 2020-07-28 18:55:48 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Rename LayoutNode classes and move them into Layout namespace 2020-11-22 15:56:27 +01:00
HTMLBlinkElement.h AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpers 2021-01-01 15:33:30 +01:00
HTMLBodyElement.cpp LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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: Make DOM::Node::create_layout_node() not need parent's style 2021-01-06 14:58:48 +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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add almost all obsolete but required IDL attributes 2020-11-12 10:38:26 +01:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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: Add the submit event to HTMLFormElement 2020-11-22 18:20:56 +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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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: Make DOM::Node::create_layout_node() not need parent's style 2021-01-06 14:58:48 +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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 ProtocolServer: Stream the downloaded data if possible 2020-12-30 13:31:55 +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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Fix Document construction mishap in <template> element 2020-10-23 08:33:16 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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 LibWeb: Add namespace to Element 2020-10-22 15:24:42 +02:00
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: Move HTML classes into the Web::HTML namespace 2020-07-28 18:55:48 +02:00
ImageData.h LibWeb: Move HTML classes into the Web::HTML namespace 2020-07-28 18:55:48 +02:00
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