summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML
AgeCommit message (Expand)Author
2021-09-09LibWeb: Rename DOM::Window::document() => associated_document()Andreas Kling
2021-09-09LibWeb: Rename BrowsingContext::document() => active_document()Andreas Kling
2021-09-09LibWeb: Spin the event loop in HTML parser until scripts can runAndreas Kling
2021-09-09LibWeb: Use the task queue to fire "error" events on scriptsAndreas Kling
2021-09-09LibWeb: Use the task queue to fire "load" and "error" events on imagesAndreas Kling
2021-09-09LibWeb: Schedule HTML::EventLoop processing when there are queued tasksAndreas Kling
2021-09-09LibWeb: Give HTML::EventLoop a pointer to the JS::VMAndreas Kling
2021-09-09LibWeb: Let HTML::EventLoop know its typeAndreas Kling
2021-09-09LibWeb: Stub out HTML::EventLoop::process() with spec FIXME'sAndreas Kling
2021-09-09LibWeb: Give HTML::EventLoop a "currently running task"Andreas Kling
2021-09-09LibWeb: Add HTML::Task::Source to model "generic task sources"Andreas Kling
2021-09-09LibWeb: Stub out HTML::EventLoop::spin_until() with spec FIXME'sAndreas Kling
2021-09-09LibWeb: Add a bare-bones HTML event loop with a task queueAndreas Kling
2021-09-08LibWeb: Tweak for/event whitespace stripping in <script> to match specAndreas Kling
2021-09-08LibWeb: Annotate HTMLScriptElement::prepare_script() with spec commentsAndreas Kling
2021-09-07LibWeb: Don't trim whitespace when checking for "module" type on scriptsLuke Wilde
2021-09-07Everywhere: Behaviour => BehaviorAndreas Kling
2021-09-03Everywhere: Prevent risky implicit casts of (Nonnull)RefPtrDaniel Bertalan
2021-09-03LibWeb: Add support HTMLScriptElement.supportsLuke Wilde
2021-08-24LibWeb+Browser: Remove unnecessary InProcessWebView.h includesAndreas Kling
2021-08-12LibWeb: Remove pointless type castsDaniel Bertalan
2021-08-02LibWeb: Switch to new CSS Parser :^)Sam Atkins
2021-08-01LibWeb: Remove unused header includesBrian Gianforcaro
2021-07-31LibWeb: Fix regression of "contenteditable" attributeTheFightingCatfish
2021-07-28LibWeb: Fix incompatibility of attribute "contenteditable"SeekingBlues
2021-07-28LibWeb: Avoid assertion failure on parsing numeric character referencesovf
2021-07-27LibWeb: Return null if an unknown canvas context type is requestedK-Adam
2021-07-27LibWeb: Fix parsing of character references in attribute valuesovf
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-17LibWeb: Rename HTMLToken::doctype_data() => ensure_doctype_data()Max Wipfli
2021-07-17LibWeb: Change HTMLToken storage architectureMax Wipfli
2021-07-17LibWeb: Make HTMLTokens non-copyableMax Wipfli
2021-07-17LibWeb: Move HTMLToken in HTMLDocumentParserMax Wipfli
2021-07-17LibWeb: Remove friend class declarations from HTMLTokenMax Wipfli
2021-07-17LibWeb: Add HTMLToken(Type) constructor and use itMax Wipfli
2021-07-17LibWeb: Use setter for HTMLToken::m_{start,end}_positionMax Wipfli
2021-07-17LibWeb: Change HTMLToken::m_doctype into named DoctypeData structMax Wipfli
2021-07-17LibWeb: Hide implementation details of HTMLToken attribute listMax Wipfli
2021-07-17LibWeb: User getter+setter for HTMLToken tag name and self-closing flagMax Wipfli
2021-07-17LibWeb: Use getter and setter for Character type HTMLTokensMax Wipfli
2021-07-17LibWeb: User getter and setter for Comment type HTMLTokensMax Wipfli
2021-07-17LibWeb: Rename HTMLToken::AttributeBuilder struct to AttributeMax Wipfli
2021-07-17LibWeb: Make HTMLToken::{Position,AttributeBuilder} structs publicMax Wipfli
2021-07-16LibWeb: Fix assertion failures in HTMLTokenizerMax Wipfli
2021-07-15LibWeb: Fix assertion failure when tokenizing JS regex literalsMax Wipfli
2021-07-15LibWeb: Correct behavior of Comment* states in HTMLTokenizerMax Wipfli
2021-07-15LibWeb: VERIFY an empty builder when emitting tokens in HTMLTokenizerMax Wipfli
2021-07-14LibWeb: Remove unused HTMLTokenizer::m_input member variableMax Wipfli
2021-07-14LibWeb: Change HTMLToken.h to east const styleMax Wipfli
2021-07-14LibWeb: Change HTMLTokenizer.{cpp,h} to east const styleMax Wipfli