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-24
LibWeb: Conditionally update an object's children when its state changes
Timothy Flynn
2022-03-24
LibWeb: Correctly handle unknown MIME types in HTMLObjectElement
Timothy Flynn
2022-03-24
LibWeb: Add missing spec comment in focusing logic
Nukiloco
2022-03-24
LibWeb: Begin supporting non-image HTMLObjectElement data representation
Timothy Flynn
2022-03-24
LibWeb: Move automatic browsing context creation to HTMLIFrameElement
Timothy Flynn
2022-03-24
LibWeb: Remove inheritance of FormAssociatedElement from HTMLElement
Timothy Flynn
2022-03-23
LibWeb: Update HTMLObjectElement's children on fallback state changes
Timothy Flynn
2022-03-23
LibWeb: Move HTMLObjectElement spec link to correct method
Timothy Flynn
2022-03-23
LibWeb: Implement HTMLObjectElement's data URL according to the spec
Timothy Flynn
2022-03-23
LibGfx: Implement `Rect::to_rounded<U>()`
Jelle Raaijmakers
2022-03-22
LibWeb: Convert CRC2D to use TRY for error propagation
Linus Groh
2022-03-22
LibWeb: Handle input element value setting & getting closer to the spec
Timothy Flynn
2022-03-22
LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY(), pt 2
Linus Groh
2022-03-22
LibWeb: Convert HTMLOptionsCollection to use TRY for error propagation
Timothy Flynn
2022-03-22
LibWeb: Implement HTMLSelectElement.add()
Timothy Flynn
2022-03-22
LibWeb: Implement HTMLOptionsCollection.add()
Timothy Flynn
2022-03-21
LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex}
Andreas Kling
2022-03-21
LibTextCodec: Don't allocate Strings on encoding normalisation
Hendiadyoin1
2022-03-21
LibWeb: Implement "has element in select scope" per-spec
Simon Wanner
2022-03-20
LibWeb: Don't crash in BrowsingContextContainer::content_document()
Andreas Kling
2022-03-20
LibWeb: Ignore linked stylesheets with MIME types other than text/css
Andreas Kling
2022-03-20
LibWeb: Invalidate style & layout inside iframes when they change size
Andreas Kling
2022-03-20
LibWeb: Implement HTMLOptionElement.selected
Andreas Kling
2022-03-20
LibWeb: Implement HTMLSelectElement.selectedIndex
Andreas Kling
2022-03-20
LibWeb: Implement the rest of the Adoption Agency Algorithm
Simon Wanner
2022-03-19
LibWeb: Only delay "load" event for script elements that load something
Andreas Kling
2022-03-19
LibWeb: Don't delay document "load" event for non-loading link elements
Andreas Kling
2022-03-19
LibWeb: Don't delay document "load" event for unclosed script tags
Andreas Kling
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
[next]