Andreas Kling 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 anni fa
..
Attribute.h 120cd44011 LibWeb: Move Attribute to its own header file 5 anni fa
AttributeNames.cpp 21957745f7 LibWeb: Special-case initialization of HTML::AttributeNames::class_ 5 anni fa
AttributeNames.h 2149820260 LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo") 5 anni fa
CanvasRenderingContext2D.cpp 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 anni fa
CanvasRenderingContext2D.h a0f3e3c50e LibWeb: Add CanvasRenderingContext2D.canvas 5 anni fa
CharacterData.cpp 830a57c6b2 LibWeb: Rename directory LibHTML => LibWeb 5 anni fa
CharacterData.h 31db3f21ae LibWeb: Start implementing character token parsing 5 anni fa
Comment.cpp 830a57c6b2 LibWeb: Rename directory LibHTML => LibWeb 5 anni fa
Comment.h 7309642ca8 LibWeb: Use FlyString for Element tag names 5 anni fa
Document.cpp 5042e560ef LibJS: Make more Interpreter functions take a GlobalObject& 5 anni fa
Document.h 59f9b32a44 LibWeb: Remove unused Document::on_layout_updated hook 5 anni fa
DocumentFragment.h 660ec504ca LibWeb: Move get_element_by_id() to a NonElementParentNode mixin class 5 anni fa
DocumentType.cpp 830a57c6b2 LibWeb: Rename directory LibHTML => LibWeb 5 anni fa
DocumentType.h a9fba2fb91 LibWeb: Add "name" to DocumentType nodes 5 anni fa
Element.cpp 28dcef4757 LibWeb: Add LayoutTableRowGroup to implement display: table-row-group 5 anni fa
Element.h 992697d99f LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings 5 anni fa
ElementFactory.cpp 992697d99f LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings 5 anni fa
ElementFactory.h 7309642ca8 LibWeb: Use FlyString for Element tag names 5 anni fa
Event.h e323246517 Meta: Add missing copyright headers 5 anni fa
EventListener.cpp 97382677bd LibWeb: Make EventListener::function() return a reference 5 anni fa
EventListener.h 97382677bd LibWeb: Make EventListener::function() return a reference 5 anni fa
EventTarget.cpp beba585f37 LibWeb: Use FlyString for DOM event names 5 anni fa
EventTarget.h beba585f37 LibWeb: Use FlyString for DOM event names 5 anni fa
HTMLAnchorElement.cpp 7309642ca8 LibWeb: Use FlyString for Element tag names 5 anni fa
HTMLAnchorElement.h 992697d99f LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings 5 anni fa
HTMLBRElement.cpp 7309642ca8 LibWeb: Use FlyString for Element tag names 5 anni fa
HTMLBRElement.h 992697d99f LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings 5 anni fa
HTMLBlinkElement.cpp 7309642ca8 LibWeb: Use FlyString for Element tag names 5 anni fa
HTMLBlinkElement.h 992697d99f LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings 5 anni fa
HTMLBodyElement.cpp ec1891837f LibWeb: Fix <body> and <img> elements not parsing their class attribute 5 anni fa
HTMLBodyElement.h 992697d99f LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings 5 anni fa
HTMLCanvasElement.cpp 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 anni fa
HTMLCanvasElement.h 992697d99f LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings 5 anni fa
HTMLElement.cpp 7309642ca8 LibWeb: Use FlyString for Element tag names 5 anni fa
HTMLElement.h 2149820260 LibWeb: Use HTML::AttributeNames::foo instead of FlyString("foo") 5 anni fa
HTMLFontElement.cpp 7309642ca8 LibWeb: Use FlyString for Element tag names 5 anni fa
HTMLFontElement.h 992697d99f LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings 5 anni fa
HTMLFormElement.cpp 92392398a2 LibWeb: Add Page abstraction between PageView and main Frame 5 anni fa
HTMLFormElement.h 992697d99f LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings 5 anni fa
HTMLHRElement.cpp 7309642ca8 LibWeb: Use FlyString for Element tag names 5 anni fa
HTMLHRElement.h 992697d99f LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings 5 anni fa
HTMLHeadElement.cpp 7309642ca8 LibWeb: Use FlyString for Element tag names 5 anni fa
HTMLHeadElement.h 7309642ca8 LibWeb: Use FlyString for Element tag names 5 anni fa
HTMLHeadingElement.cpp 7309642ca8 LibWeb: Use FlyString for Element tag names 5 anni fa
HTMLHeadingElement.h 7309642ca8 LibWeb: Use FlyString for Element tag names 5 anni fa
HTMLHtmlElement.cpp 7309642ca8 LibWeb: Use FlyString for Element tag names 5 anni fa
HTMLHtmlElement.h 7309642ca8 LibWeb: Use FlyString for Element tag names 5 anni fa
HTMLIFrameElement.cpp 3ae3729b4e LibWeb: Let subframes propagate paint invalidations via host element 5 anni fa
HTMLIFrameElement.h 992697d99f LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings 5 anni fa
HTMLImageElement.cpp ec1891837f LibWeb: Fix <body> and <img> elements not parsing their class attribute 5 anni fa
HTMLImageElement.h 992697d99f LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings 5 anni fa
HTMLInputElement.cpp 92392398a2 LibWeb: Add Page abstraction between PageView and main Frame 5 anni fa
HTMLInputElement.h 992697d99f LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings 5 anni fa
HTMLLinkElement.cpp 959de19418 LibWeb: Process style sheets in document order 5 anni fa
HTMLLinkElement.h 992697d99f LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings 5 anni fa
HTMLScriptElement.cpp 5042e560ef LibJS: Make more Interpreter functions take a GlobalObject& 5 anni fa
HTMLScriptElement.h 992697d99f LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings 5 anni fa
HTMLStyleElement.cpp 959de19418 LibWeb: Process style sheets in document order 5 anni fa
HTMLStyleElement.h 992697d99f LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings 5 anni fa
HTMLTableCellElement.cpp 10851d87a2 LibWeb: Add (stub) HTMLTable{,Cell,Row}Element C++ classes 5 anni fa
HTMLTableCellElement.h 992697d99f LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings 5 anni fa
HTMLTableElement.cpp 10851d87a2 LibWeb: Add (stub) HTMLTable{,Cell,Row}Element C++ classes 5 anni fa
HTMLTableElement.h 992697d99f LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings 5 anni fa
HTMLTableRowElement.cpp 10851d87a2 LibWeb: Add (stub) HTMLTable{,Cell,Row}Element C++ classes 5 anni fa
HTMLTableRowElement.h 992697d99f LibWeb: Add HTML::TagNames namespace for global tag name FlyStrings 5 anni fa
HTMLTitleElement.cpp 7309642ca8 LibWeb: Use FlyString for Element tag names 5 anni fa
HTMLTitleElement.h 7309642ca8 LibWeb: Use FlyString for Element tag names 5 anni fa
ImageData.cpp 116cf92156 LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize 5 anni fa
ImageData.h 2d4c91df8e LibWeb: Add ImageData objects and implement 2D context putImageData() 5 anni fa
MouseEvent.h e323246517 Meta: Add missing copyright headers 5 anni fa
Node.cpp 7f22e2a3c4 LibWeb: Use the globals from HTML::AttributeNames in style resolution 5 anni fa
Node.h 285a4165f3 LibWeb: Add Node notifications for Document<=>Frame attach/detach 5 anni fa
NonElementParentNode.h 82444048de LibWeb: Add cached global attribute name FlyStrings 5 anni fa
ParentNode.cpp 632cc53e2c LibWeb: Add ParentNode::remove_all_children() 5 anni fa
ParentNode.h 632cc53e2c LibWeb: Add ParentNode::remove_all_children() 5 anni fa
TagNames.cpp 9b17bf3dcd LibWeb: Use HTML::TagNames globals in the new HTML parser 5 anni fa
TagNames.h 9b17bf3dcd LibWeb: Use HTML::TagNames globals in the new HTML parser 5 anni fa
Text.cpp 830a57c6b2 LibWeb: Rename directory LibHTML => LibWeb 5 anni fa
Text.h 7309642ca8 LibWeb: Use FlyString for Element tag names 5 anni fa
Window.cpp 92392398a2 LibWeb: Add Page abstraction between PageView and main Frame 5 anni fa
Window.h 3b11e471bd LibWeb: Allow reloading the current page with location.reload() 5 anni fa
XMLHttpRequest.cpp 6ed11f1d1c LibWeb: Move ResourceLoader into a new Loader/ directory 5 anni fa
XMLHttpRequest.h 602a36970f LibWeb: Add XMLHttpRequest.readyState and constants 5 anni fa