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-31
LibWeb: Add 'is scripting enabled' concept to EnvironmentSettingsObject
Linus Groh
2022-03-31
LibWeb: Add the HTMLOrSVGElement IDL interface mixin
Idan Horowitz
2022-03-31
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
Idan Horowitz
2022-03-30
LibWeb: Rename `parse_css()` -> `parse_css_stylesheet()`
Sam Atkins
2022-03-29
LibWeb: Add HTMLTableCellElement::rowSpan
Simon Wanner
2022-03-29
LibWeb: Add HTMLTableCellElement::colSpan
Simon Wanner
2022-03-28
LibWeb: Load X(HT)ML documents and transform them into HTML DOM
Ali Mohammad Pur
2022-03-28
LibWeb: Define HTML::perform_a_microtask_checkpoint()
Ali Mohammad Pur
2022-03-27
LibWeb: Use Gfx::Font::pixel_size() when we want pixel metrics
Andreas Kling
2022-03-26
LibWeb: Remove debug spam about not executing empty script elements
Andreas Kling
2022-03-26
LibWeb: Make HTML{Button,Select,TextArea}Element focusable
Linus Groh
2022-03-26
LibWeb: Make any HTMLInputElement with type != hidden focusable
Linus Groh
2022-03-26
LibWeb: Make HTMLInputElement::TypeAttributeState an enum class
Linus Groh
2022-03-26
LibWeb: Move HTML dimension value parsing from CSS to HTML namespace
Andreas Kling
2022-03-26
LibWeb: Treat width/height on td/th elements as non-zero dimension value
Andreas Kling
2022-03-26
LibWeb: Treat width/height on table elements as non-zero dimension value
Andreas Kling
2022-03-26
LibWeb: Support the hspace and vspace attributes on img elements
Andreas Kling
2022-03-26
LibWeb: Treat img width/height attributes as HTML dimension values
Andreas Kling
2022-03-26
LibWeb: Bring handling of anchor elements closer to spec
sin-ack
2022-03-24
LibWeb: Weakly store a reference to the Window object in timer tasks
Timothy Flynn
2022-03-24
LibWeb: Handle XML MIME types in HTMLObjectElement
Idan Horowitz
2022-03-24
LibWeb: Discard ObjectElement's nested browsing context on image load
Idan Horowitz
2022-03-24
LibWeb: Implement getSVGDocument() for BrowsingContextContainer
Idan Horowitz
2022-03-24
LibWeb: Expose contentDocument on HTMLObjectElement
Idan Horowitz
2022-03-24
LibWeb: Rename PARSER_DEBUG => HTML_PARSER_DEBUG
Idan Horowitz
2022-03-24
LibWeb: Ignore application objects until we can support them
Timothy Flynn
2022-03-24
LibWeb: Discard an object's nested browsing contexts when falling back
Timothy Flynn
2022-03-24
LibWeb: Implement falling back early to an object's child representation
Timothy Flynn
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
[next]