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
/
HTML
Age
Commit message (
Expand
)
Author
2022-03-18
LibJS: Add infallible variant of VM::push_execution_context()
Linus Groh
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-16
LibWeb: Schedule a relayout after <image> and <object> elements load
Andreas Kling
2022-03-16
LibWeb: Implement window.name
Simon Wanner
2022-03-16
LibWeb: Add missing MEDIAQUERIES-5 media-features
Sam Atkins
2022-03-16
LibWeb: Expose HTMLSelectElement::options
Simon Wanner
2022-03-16
LibWeb: Add stub implementation of HTMLOptionsCollection
Simon Wanner
2022-03-16
LibWeb: Use the cached HTMLInputElement type within associated getters
Timothy Flynn
2022-03-16
LibWeb: Cache HTMLInputElement's parsed type attribute when it changes
Timothy Flynn
2022-03-16
LibWeb: Invalidate layout on BrowsingContext resize
Andreas Kling
2022-03-16
LibWeb: Add hack to dispatch load event for <object>s
sin-ack
2022-03-16
LibWeb: Make Element::set_shadow_root() disconnect any previous root
Andreas Kling
2022-03-16
LibWeb: Convert usages of type() to type_state()
sin-ack
2022-03-16
LibWeb: Ensure that radio group is updated when radio is checked from JS
sin-ack
2022-03-16
LibWeb: Fire a UIEvents::MouseEvent for HTMLElement.click()
sin-ack
2022-03-16
LibWeb: Refactor all LabelableNode subclasses + input event handling :^)
sin-ack
2022-03-16
LibWeb: Don't create HTMLInputElement's UA shadow tree for buttons
Andreas Kling
2022-03-15
LibWeb: Make BrowsingContext::reset_cursor_blink_cycle() more robust
Andreas Kling
2022-03-15
LibWeb: Create HTMLInputElement UA shadow tree when inserted into DOM
Andreas Kling
2022-03-15
LibWeb: Invalidate style when a browsing context's viewport is resized
Andreas Kling
2022-03-14
LibWeb: Fix resolving relative URLs in style sheets
Simon Wanner
2022-03-14
LibWeb: Use inline script tag source line as javascript line offset
Idan Horowitz
2022-03-13
LibWeb: Mark input elements for style update in set_checked()
Andreas Kling
2022-03-12
LibWeb: Implement HTMLTableSectionElement::deleteRow()
Idan Horowitz
2022-03-12
LibWeb: Implement HTMLTableSectionElement::insertRow()
Idan Horowitz
2022-03-12
LibWeb: Correct invalid index check in HTMLTableElement::insertRow()
Idan Horowitz
2022-03-11
LibWeb: Move PaintingBox to its own .cpp and .h files
Andreas Kling
2022-03-11
LibWeb: Move mouse event and label logic from layout to painting tree
Andreas Kling
2022-03-11
LibWeb: Rename Painting::Box => Paintable
Andreas Kling
2022-03-11
LibWeb: Add Painting::Box and move things from Layout::Box into it
Andreas Kling
2022-03-10
LibWeb: Add window.sessionStorage
Paul Wratt
2022-03-09
LibWeb: Use ValueID for media-query identifiers
Sam Atkins
2022-03-09
LibWeb: Use MediaFeatureIDs instead of Strings :^)
Sam Atkins
2022-03-09
LibWeb: Add the StyleSheet.href attribute
Andreas Kling
2022-03-09
LibWeb: Establish parent/child relationship between BrowsingContexts
Andreas Kling
2022-03-09
LibWeb: Use reverse iterator for reverse loop into NonnullRefPtrVector
Federico Guerinoni
2022-03-08
LibWeb: Stub out 'check if access between two BCs should be reported'
Linus Groh
2022-03-08
LibWeb: Move Timer from DOM directory & namespace to HTML
Linus Groh
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-03-06
LibWeb: Implement the 'Relevant realm/{settings,global} object' concepts
Linus Groh
2022-03-06
LibWeb: Implement the 'Current {settings,global} object' concepts
Linus Groh
2022-03-05
LibWeb: Add all overloads of CanvasRenderingContext2D::drawImage()
Idan Horowitz
2022-03-05
LibWeb: Use image's intrinsic dimensions when checking their usability
Idan Horowitz
2022-03-04
LibWeb: Implement CanvasRenderingContext2D.getImageData()
Linus Groh
2022-03-04
LibWeb: Change CanvasRenderingContext2D.createImageData() args to long
Linus Groh
2022-03-04
LibWeb: Implement CanvasRenderingContext2D.drawImage() closer to spec
Linus Groh
2022-03-04
LibWeb: Add CanvasRenderingContext2D's origin-clean flag
Linus Groh
2022-03-04
LibWeb: Remove dbgln() from ImageData::create_with_size()
Linus Groh
2022-03-04
LibWeb: Hide some debug logging behind CANVAS_RENDERING_CONTEXT_2D_DEBUG
Linus Groh
2022-03-04
LibWeb: Add HTMLMediaElement.canPlayType()
Linus Groh
[next]