summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2022-02-15LibWeb: Allow label activation via any descendant of the label nodeAndreas Kling
2022-02-15LibWeb: Support implicit <label> targetsAndreas Kling
2022-02-15LibWeb: Fail gracefully when reaching the unimplemented part of the AAALinus Groh
2022-02-15LibWeb: Implement state switch for "[CDATA[" in HTML parserLinus Groh
2022-02-15LibWeb: Add an optional pointer to an HTMLParser to the HTMLTokenizerLinus Groh
2022-02-15LibWeb: Remove unused HTMLParser function declarationLinus Groh
2022-02-15LibWeb: Add spec links to each HTML tokenizer state sectionLinus Groh
2022-02-15LibWeb: Add stubs for document.write and document.writelnMaciej
2022-02-15LibWeb: Don't delay document load event forever with cached style sheetsAndreas Kling
2022-02-15LibWeb: Don't delay document load event forever with cached CSS importsAndreas Kling
2022-02-15LibWeb: Force a relayout when scrolling to anchorAndreas Kling
2022-02-15LibWeb: Don't trigger page load for fragment navigation within same URLAndreas Kling
2022-02-15LibWeb: Repaint entire viewport after document layoutAndreas Kling
2022-02-15LibWeb: Compute some height of BlockFormattingContexts earliermichiell1
2022-02-15LibWeb: Make IFC register absolutely positioned descendants with BFCAndreas Kling
2022-02-15LibWeb: Make InlineLevelIterator skip over positioned elementsAndreas Kling
2022-02-15LibWeb: Implement HTMLElement.click()Andreas Kling
2022-02-15LibWeb: Add spec comments to the StackOfOpenElements classAndreas Kling
2022-02-15LibWeb: Rename element_before() => element_immediately_above()Andreas Kling
2022-02-15LibWeb: Add spec comments to find_appropriate_place_for_inserting_node()Andreas Kling
2022-02-15LibWeb: Remove non-standard ReturnNullIfCrossOrigin IDL attributeLinus Groh
2022-02-15LibWeb: Implement BCC's "content document" concept according to specLinus Groh
2022-02-15LibWeb: Implement Origin's "same origin-domain" conceptLinus Groh
2022-02-15LibWeb: Rename Origin::is_same() to Origin::is_same_origin()Linus Groh
2022-02-15LibWeb: Rename Origin::is_null() to Origin::is_opaque()Linus Groh
2022-02-14LibJS: Get rid of unnecessary work from canonical_numeric_index_stringAnonymous
2022-02-14LibWeb: Add stacking contexts to Node::for_each_child_in_paint_orderSteven Schmoll
2022-02-14LibWeb: Paint inline-level and replaced elements on top of floatsAndreas Kling
2022-02-14LibWeb: Support inline-level padding and border properlyAndreas Kling
2022-02-14LibWeb: Always assign box model metrics in IFC::dimension_box_on_line()Andreas Kling
2022-02-14LibWeb: Add support for the record variant of URLSearchParamsLuke Wilde
2022-02-14LibWeb: Don't emit current token on EOF in HTML TokenizerKarol Kosek
2022-02-14LibWeb: Fix highlighting HTML commentsKarol Kosek
2022-02-13Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string"Andreas Kling
2022-02-13LibWeb: Fix off-by-one in HTMLTokenizer::restore_to()MacDue
2022-02-13LibJS+LibLine: Run clang-formatAndreas Kling
2022-02-13LibJS: Get rid of unnecessary work from canonical_numeric_index_stringAnonymous
2022-02-13LibWeb: Don't crash on unknown CSS display types, fall back to inlineAndreas Kling
2022-02-12LibWeb: Add stub implementation for Element's getClientRectsDerpyCrabs
2022-02-12LibWeb: Implement Geometry::DOMRectListDerpyCrabs
2022-02-12LibWeb: Stop sizing the context root box in formatting contextsAndreas Kling
2022-02-12LibWeb: Always rebuild stacking context tree during layoutAndreas Kling
2022-02-12LibWeb: Move initial containing block setup out of BFCAndreas Kling
2022-02-12LibWeb: Fix comparing current position to quote in Mime Type quote parseLuke Wilde
2022-02-12LibWeb: Set response header cookies on redirectsIdan Horowitz
2022-02-12LibWeb: Pass cookie string by reference in Document::set_cookieIdan Horowitz
2022-02-12LibWeb: Ignore Location headers unless the response status code is 3xxIdan Horowitz
2022-02-12LibWeb: Add an enum for !importantSam Atkins
2022-02-12LibWeb: Decode XHR text with the specified charset in the MIME typeLuke Wilde
2022-02-12LibWeb: Implement XMLHttpRequest.overrideMimeTypeLuke Wilde