index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
Age
Commit message (
Expand
)
Author
2022-02-15
LibWeb: Allow label activation via any descendant of the label node
Andreas Kling
2022-02-15
LibWeb: Support implicit <label> targets
Andreas Kling
2022-02-15
LibWeb: Fail gracefully when reaching the unimplemented part of the AAA
Linus Groh
2022-02-15
LibWeb: Implement state switch for "[CDATA[" in HTML parser
Linus Groh
2022-02-15
LibWeb: Add an optional pointer to an HTMLParser to the HTMLTokenizer
Linus Groh
2022-02-15
LibWeb: Remove unused HTMLParser function declaration
Linus Groh
2022-02-15
LibWeb: Add spec links to each HTML tokenizer state section
Linus Groh
2022-02-15
LibWeb: Add stubs for document.write and document.writeln
Maciej
2022-02-15
LibWeb: Don't delay document load event forever with cached style sheets
Andreas Kling
2022-02-15
LibWeb: Don't delay document load event forever with cached CSS imports
Andreas Kling
2022-02-15
LibWeb: Force a relayout when scrolling to anchor
Andreas Kling
2022-02-15
LibWeb: Don't trigger page load for fragment navigation within same URL
Andreas Kling
2022-02-15
LibWeb: Repaint entire viewport after document layout
Andreas Kling
2022-02-15
LibWeb: Compute some height of BlockFormattingContexts earlier
michiell1
2022-02-15
LibWeb: Make IFC register absolutely positioned descendants with BFC
Andreas Kling
2022-02-15
LibWeb: Make InlineLevelIterator skip over positioned elements
Andreas Kling
2022-02-15
LibWeb: Implement HTMLElement.click()
Andreas Kling
2022-02-15
LibWeb: Add spec comments to the StackOfOpenElements class
Andreas Kling
2022-02-15
LibWeb: Rename element_before() => element_immediately_above()
Andreas Kling
2022-02-15
LibWeb: Add spec comments to find_appropriate_place_for_inserting_node()
Andreas Kling
2022-02-15
LibWeb: Remove non-standard ReturnNullIfCrossOrigin IDL attribute
Linus Groh
2022-02-15
LibWeb: Implement BCC's "content document" concept according to spec
Linus Groh
2022-02-15
LibWeb: Implement Origin's "same origin-domain" concept
Linus Groh
2022-02-15
LibWeb: Rename Origin::is_same() to Origin::is_same_origin()
Linus Groh
2022-02-15
LibWeb: Rename Origin::is_null() to Origin::is_opaque()
Linus Groh
2022-02-14
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
Anonymous
2022-02-14
LibWeb: Add stacking contexts to Node::for_each_child_in_paint_order
Steven Schmoll
2022-02-14
LibWeb: Paint inline-level and replaced elements on top of floats
Andreas Kling
2022-02-14
LibWeb: Support inline-level padding and border properly
Andreas Kling
2022-02-14
LibWeb: Always assign box model metrics in IFC::dimension_box_on_line()
Andreas Kling
2022-02-14
LibWeb: Add support for the record variant of URLSearchParams
Luke Wilde
2022-02-14
LibWeb: Don't emit current token on EOF in HTML Tokenizer
Karol Kosek
2022-02-14
LibWeb: Fix highlighting HTML comments
Karol Kosek
2022-02-13
Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string"
Andreas Kling
2022-02-13
LibWeb: Fix off-by-one in HTMLTokenizer::restore_to()
MacDue
2022-02-13
LibJS+LibLine: Run clang-format
Andreas Kling
2022-02-13
LibJS: Get rid of unnecessary work from canonical_numeric_index_string
Anonymous
2022-02-13
LibWeb: Don't crash on unknown CSS display types, fall back to inline
Andreas Kling
2022-02-12
LibWeb: Add stub implementation for Element's getClientRects
DerpyCrabs
2022-02-12
LibWeb: Implement Geometry::DOMRectList
DerpyCrabs
2022-02-12
LibWeb: Stop sizing the context root box in formatting contexts
Andreas Kling
2022-02-12
LibWeb: Always rebuild stacking context tree during layout
Andreas Kling
2022-02-12
LibWeb: Move initial containing block setup out of BFC
Andreas Kling
2022-02-12
LibWeb: Fix comparing current position to quote in Mime Type quote parse
Luke Wilde
2022-02-12
LibWeb: Set response header cookies on redirects
Idan Horowitz
2022-02-12
LibWeb: Pass cookie string by reference in Document::set_cookie
Idan Horowitz
2022-02-12
LibWeb: Ignore Location headers unless the response status code is 3xx
Idan Horowitz
2022-02-12
LibWeb: Add an enum for !important
Sam Atkins
2022-02-12
LibWeb: Decode XHR text with the specified charset in the MIME type
Luke Wilde
2022-02-12
LibWeb: Implement XMLHttpRequest.overrideMimeType
Luke Wilde
[next]