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-11-25
LibWeb: Add missing [SameObject] extended attributes in IDL files
Andreas Kling
2022-11-25
LibWeb: Implement [SameObject] for HTMLTableElement.{rows,tBodies}
Andreas Kling
2022-11-25
LibWeb: Implement [SameObject] behavior for HTMLTableSectionElement.rows
Andreas Kling
2022-11-25
LibWeb: Implement [SameObject] behavior for HTMLFormElement.elements
Andreas Kling
2022-11-25
LibWeb: Implement [SameObject] behavior for HTMLTableRowElement.cells
Andreas Kling
2022-11-24
LibWeb+WebContent: Move pending dialog handling from PageHost to Page
Timothy Flynn
2022-11-23
LibJS+LibWeb: Move JS::ModuleRequest to its own header file
Andreas Kling
2022-11-23
LibWeb: Avoid including LibJS/Parser.h in a handful of cpp files
Andreas Kling
2022-11-23
LibJS+LibWeb: Make CyclicModule.h not include AST.h
Andreas Kling
2022-11-23
LibJS: Make Parser::Error a standalone ParserError class
Andreas Kling
2022-11-22
LibJS: Reduce AST memory usage by shrink-wrapping source range info
Andreas Kling
2022-11-21
LibJS+LibWeb: Make JS::ExecutionContext protect its Web::HTML::ESO owner
Andreas Kling
2022-11-21
LibWeb: Remove unused should_invalidate_styles_on_attribute_changes()
Baitinq
2022-11-21
LibWeb: Don't implement bogus assertion in prepare-the-script-element
Andreas Kling
2022-11-21
LibWeb: Update the HTML parser part that deals with text in <script>
Andreas Kling
2022-11-21
LibWeb: Update HTMLScriptElement prepare and execute to latest HTML spec
Andreas Kling
2022-11-21
LibWeb: Rename HTMLScriptElement "non-blocking" to "force async"
Andreas Kling
2022-11-21
LibWeb: Add spec links to HTMLScriptElement member variables
Andreas Kling
2022-11-19
Everywhere: Remove unnecessary mutable attributes from lambdas
MacDue
2022-11-19
LibJS+LibWeb: Return non-const types from Ptr class operators
MacDue
2022-11-18
LibWeb: Fix clicking on links
MacDue
2022-11-16
LibWeb: Add a flag to pause an HTML event loop's execution
Timothy Flynn
2022-11-16
LibWeb: Adjust `foreignobject` to `foreignObject` in HTML parser
Andreas Kling
2022-11-15
LibWeb: Implement window.open
Idan Horowitz
2022-11-15
LibWeb: Add window.open feature detection abstract operations
Idan Horowitz
2022-11-15
LibWeb: Bring BrowsingContext::choose_a_browsing_context closer to spec
Idan Horowitz
2022-11-15
LibWeb: Add the 'opener browsing context' BrowsingContext property
Idan Horowitz
2022-11-15
LibWeb: Add the 'is popup' BrowsingContext property
Idan Horowitz
2022-11-15
LibWeb: Support parsing a URL relative to environment settings object
Idan Horowitz
2022-11-15
LibWeb: Implement the 'Entry Realm/{settings,global} object' concepts
Idan Horowitz
2022-11-15
LibWeb: Remove accidentally commited dbglns
Idan Horowitz
2022-11-14
LibWeb: Support device-height and device-width media query values
Aliaksandr Kalenik
2022-11-13
LibWeb: Support animated backgrounds
Moustafa Raafat
2022-11-13
LibWeb: Implement bare-bones `HTMLElement.dir`
Igor Pissolati
2022-11-10
LibWeb: Define method to check if an attribute is a boolean attribute
Timothy Flynn
2022-11-10
LibWeb: Define a few missing attribute names
Timothy Flynn
2022-11-09
Everywhere: Fix a few comment typos
Nico Weber
2022-11-08
LibWeb: Add a flag to track when a browsing context has been discarded
Timothy Flynn
2022-11-08
LibWeb: Apply the current transform in CRC2D.stroke()
Luke Wilde
2022-11-07
LibWeb: Implement HTMLTableRowElement.deleteCell
Luke Wilde
2022-11-07
LibWeb: Implement HTMLTableRowElement.insertCell
Luke Wilde
2022-11-07
LibWeb: Don't call load_src after process_the_iframe_attributes
Luke Wilde
2022-11-07
LibWeb: Return after firing the iframe load event for about:blank
Luke Wilde
2022-11-07
LibWeb: Implement Window.focus
Luke Wilde
2022-11-07
LibWeb: Extract the (un)focus steps out of HTMLElement
Luke Wilde
2022-11-07
LibWeb: Implement HTMLSelectElement.type
Luke Wilde
2022-11-07
LibWeb: Add HTMLOrSVGElement.autofocus
Luke Wilde
2022-11-07
LibWeb: Implement HTMLOrSVGElement.tabIndex
Luke Wilde
2022-11-06
Everywhere: Remove redundant inequality comparison operators
Daniel Bertalan
2022-11-05
LibWeb: Render text inside <input type=password> as asterisks (`*`)
Andreas Kling
[prev]
[next]