summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
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
2022-02-12LibWeb: Implement spec-compliant MIME type struct and parserLuke Wilde
2022-02-12LibWeb: Add support for 'arraybuffer' message types on WebSocketsserenitydev
2022-02-12LibWeb: Ignore malformed at-rules in CSS parserGuilherme Gonçalves
2022-02-11LibWeb: Rename Layout::Box absolute rect helpersAndreas Kling
2022-02-11LibWeb: Remove unused functions from Layout::BoxAndreas Kling
2022-02-11LibWeb: Clear the path of a SVGPathElement if the attribute changesSam Atkins
2022-02-11LibWeb: Make SVG AttributeParser::parse_path_data() staticSam Atkins
2022-02-11LibWeb: Use StringView instead of String in SVG::AttributeParserSam Atkins
2022-02-11LibWeb: Add SVG `<polygon>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<polyline>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<line>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<ellipse>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<circle>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Add SVG `<rect>` element and test case :^)Sam Atkins
2022-02-11LibWeb: Expose SVG length/coordinate parsing methodsSam Atkins
2022-02-11LibWeb: Move SVG::PathDataParser into its own file and rename itSam Atkins
2022-02-11LibWeb: Rename SVGPathBox -> SVGGeometryBoxSam Atkins
2022-02-11LibWeb: Move SVGPathElement methods into SVGGeometryElementSam Atkins
2022-02-11LibWeb: Add const versions of SVGBox::dom_node() and friendsSam Atkins
2022-02-11LibWeb: Remove CascadeOrigin::Any enum valueAndreas Kling
2022-02-11LibWeb: Remove unused CascadeOrigin::AnyAndreas Kling
2022-02-10LibWeb: Make :root selector match <html> element onlyAndreas Kling
2022-02-10LibWeb: Add "tag name" buckets to StyleComputer::RuleCacheAndreas Kling
2022-02-10LibWeb: Add "ID" buckets to StyleComputer::RuleCacheAndreas Kling
2022-02-10LibWeb: Cache CSS rules in buckets to reduce number of rules checkedAndreas Kling