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-17
LibWeb: Use public inheritance for the RefCounted base class
Daniel Bertalan
2022-02-17
LibWeb: Fix -Wmismatched-tags warning from Clang
Daniel Bertalan
2022-02-16
LibWeb: Omit origin check for content document in FrameBox::paint()
Linus Groh
2022-02-16
LibWeb: Support "useCapture" parameter to add/removeEventListener
Andreas Kling
2022-02-16
LibWeb: Separate "event listener" from "EventListener"
Andreas Kling
2022-02-16
LibWeb: Follow HTTP 3xx redirections when loading images
Andreas Kling
2022-02-16
LibWeb: Explain discrepancy with media-query parsing
Sam Atkins
2022-02-16
LibWeb: Stop treating undefined lengths as valid
Sam Atkins
2022-02-16
LibWeb: Remove content-size hack from SVGFormattingContext
Sam Atkins
2022-02-16
LibWeb: Stop treating all SVG elements as inline
Sam Atkins
2022-02-16
LibWeb: Give SVG geometry elements a position
Sam Atkins
2022-02-16
LibWeb: Give `<svg>` elements a size again
Sam Atkins
2022-02-16
LibWeb: Add basic implementation of progress bar element
Rafał Babiarz
2022-02-16
Meta: Make the WrapperGenerator generate includes based on imports
Ali Mohammad Pur
2022-02-16
LibWeb: Add imports to all IDL files that depend on others
Ali Mohammad Pur
2022-02-16
LibWeb: Implement responseType and response for XHR
Ali Mohammad Pur
2022-02-16
LibWeb: Implement a very basic version of TextDecoder
Ali Mohammad Pur
2022-02-16
LibWeb: Don't check for get().is_empty() in WebAssemblyMemoryConstructor
Ali Mohammad Pur
2022-02-16
LibWeb: Implement reverse lookup to labels from their labelable nodes
Timothy Flynn
2022-02-16
LibWeb: Set cursor on mousemove for non-text elements
Adam Plumb
2022-02-16
LibWeb: Support Element.closest(selectors)
Edwin Hoksberg
2022-02-15
LibWeb: Make :checked selector actually look at checkedness
Andreas Kling
2022-02-15
LibWeb: Implement relative lengths in media queries :^)
Sam Atkins
2022-02-15
LibWeb: Remove unused MediaFeatureValue::equals() and friends
Sam Atkins
2022-02-15
LibWeb: Implement activation behavior for <input type=checkbox>
Andreas Kling
2022-02-15
LibWeb: Make <input type=checkbox> honor the "checked" attribute
Andreas Kling
2022-02-15
LibWeb: Add EventTarget::run_activation_behavior()
Andreas Kling
2022-02-15
LibWeb: Add Element::did_remove_attribute() virtual
Andreas Kling
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
[next]