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-11-30
LibWeb: Use AntiAliasingPainter for canvas painting
MacDue
2022-11-29
LibWeb: Use span value if given in the grid-*-end property
martinfalisse
2022-11-29
LibWeb: Remove outdated FIXME regarding application cache selection
Timothy Flynn
2022-11-29
LibWeb: Return the position at end-of-line in TextCursor hit-test
Andreas Oppebøen
2022-11-28
LibWeb: Treat unresolvable percentage width on inline-block as auto
Andreas Kling
2022-11-27
LibSyntax: Teach each highlighter about it's comment syntax
Kyle Lanmon
2022-11-27
LibWeb: Support box-sizing in flex formatting context
Aliaksandr Kalenik
2022-11-27
WebDriver: Implement stub for /session/{id}/print
Baitinq
2022-11-26
LibWeb+WebContent: Label redirects with new FrameLoader::Type::Redirect
Baitinq
2022-11-26
LibWeb: Don't collapse TextNode if it's editable
Baitinq
2022-11-26
LibWeb: Add initial implementation of structured clone
Daniel Ehrenberg
2022-11-26
LibWeb: Return correct value from EventHandler::fire_keyboard_event()
Sam Atkins
2022-11-26
LibWeb: Add support for accessing exported wasm table instances
Ali Mohammad Pur
2022-11-25
LibWeb: Handle disabling of StyleSheet HTMLLinkElements
Baitinq
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-25
LibWeb: Fix typo in calculate_inner_height
Aliaksandr Kalenik
2022-11-25
LibWeb: Flex, grid and table containers should not create BFC
Aliaksandr Kalenik
2022-11-24
LibWeb+WebDriver: Support running headless WebDriver sessions
Timothy Flynn
2022-11-24
LibWeb+WebContent: Virtualize methods needed for WebDriver in PageClient
Timothy Flynn
2022-11-24
LibWeb+WebContent: Virtualize PageClient methods needed for all clients
Timothy Flynn
2022-11-24
LibWeb+WebContent: Move pending dialog handling from PageHost to Page
Timothy Flynn
2022-11-23
LibWeb: Use calculate_inner_width to compute min and max widths
Aliaksandr Kalenik
2022-11-23
LibWeb: Return max margin box width from greatest_child_width
Aliaksandr Kalenik
2022-11-23
Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includes
Andreas Kling
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 Runtime/AbstractOperations.h not include AST.h
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-23
LibWeb: Try to place out-of-flow blocks only in anonymous blocks
Aliaksandr Kalenik
2022-11-22
LibJS: Reduce AST memory usage by shrink-wrapping source range info
Andreas Kling
2022-11-22
LibWeb: Do not try to join floats into anonymous block
Aliaksandr Kalenik
2022-11-22
LibWeb: Support box-sizing in BFC
Aliaksandr Kalenik
2022-11-21
LibWeb: Handle multiple line names in the CSS Grid
martinfalisse
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-20
LibWeb: Return content box position from calculate_static_position
Aliaksandr Kalenik
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: Implement most of WebDriver capability matching
Timothy Flynn
2022-11-18
LibWeb: Extract out the User-Agent browser name and version
Timothy Flynn
[next]