summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2022-11-30LibWeb: Use AntiAliasingPainter for canvas paintingMacDue
2022-11-29LibWeb: Use span value if given in the grid-*-end propertymartinfalisse
2022-11-29LibWeb: Remove outdated FIXME regarding application cache selectionTimothy Flynn
2022-11-29LibWeb: Return the position at end-of-line in TextCursor hit-testAndreas Oppebøen
2022-11-28LibWeb: Treat unresolvable percentage width on inline-block as autoAndreas Kling
2022-11-27LibSyntax: Teach each highlighter about it's comment syntaxKyle Lanmon
2022-11-27LibWeb: Support box-sizing in flex formatting contextAliaksandr Kalenik
2022-11-27WebDriver: Implement stub for /session/{id}/printBaitinq
2022-11-26LibWeb+WebContent: Label redirects with new FrameLoader::Type::RedirectBaitinq
2022-11-26LibWeb: Don't collapse TextNode if it's editableBaitinq
2022-11-26LibWeb: Add initial implementation of structured cloneDaniel Ehrenberg
2022-11-26LibWeb: Return correct value from EventHandler::fire_keyboard_event()Sam Atkins
2022-11-26LibWeb: Add support for accessing exported wasm table instancesAli Mohammad Pur
2022-11-25LibWeb: Handle disabling of StyleSheet HTMLLinkElementsBaitinq
2022-11-25LibWeb: Add missing [SameObject] extended attributes in IDL filesAndreas Kling
2022-11-25LibWeb: Implement [SameObject] for HTMLTableElement.{rows,tBodies}Andreas Kling
2022-11-25LibWeb: Implement [SameObject] behavior for HTMLTableSectionElement.rowsAndreas Kling
2022-11-25LibWeb: Implement [SameObject] behavior for HTMLFormElement.elementsAndreas Kling
2022-11-25LibWeb: Implement [SameObject] behavior for HTMLTableRowElement.cellsAndreas Kling
2022-11-25LibWeb: Fix typo in calculate_inner_heightAliaksandr Kalenik
2022-11-25LibWeb: Flex, grid and table containers should not create BFCAliaksandr Kalenik
2022-11-24LibWeb+WebDriver: Support running headless WebDriver sessionsTimothy Flynn
2022-11-24LibWeb+WebContent: Virtualize methods needed for WebDriver in PageClientTimothy Flynn
2022-11-24LibWeb+WebContent: Virtualize PageClient methods needed for all clientsTimothy Flynn
2022-11-24LibWeb+WebContent: Move pending dialog handling from PageHost to PageTimothy Flynn
2022-11-23LibWeb: Use calculate_inner_width to compute min and max widthsAliaksandr Kalenik
2022-11-23LibWeb: Return max margin box width from greatest_child_widthAliaksandr Kalenik
2022-11-23Userland+Tests: Remove a few more LibJS/{AST.h,Parser.h} includesAndreas Kling
2022-11-23LibJS+LibWeb: Move JS::ModuleRequest to its own header fileAndreas Kling
2022-11-23LibWeb: Avoid including LibJS/Parser.h in a handful of cpp filesAndreas Kling
2022-11-23LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.hAndreas Kling
2022-11-23LibJS+LibWeb: Make CyclicModule.h not include AST.hAndreas Kling
2022-11-23LibJS: Make Parser::Error a standalone ParserError classAndreas Kling
2022-11-23LibWeb: Try to place out-of-flow blocks only in anonymous blocksAliaksandr Kalenik
2022-11-22LibJS: Reduce AST memory usage by shrink-wrapping source range infoAndreas Kling
2022-11-22LibWeb: Do not try to join floats into anonymous blockAliaksandr Kalenik
2022-11-22LibWeb: Support box-sizing in BFCAliaksandr Kalenik
2022-11-21LibWeb: Handle multiple line names in the CSS Gridmartinfalisse
2022-11-21LibJS+LibWeb: Make JS::ExecutionContext protect its Web::HTML::ESO ownerAndreas Kling
2022-11-21LibWeb: Remove unused should_invalidate_styles_on_attribute_changes()Baitinq
2022-11-21LibWeb: Don't implement bogus assertion in prepare-the-script-elementAndreas Kling
2022-11-21LibWeb: Update the HTML parser part that deals with text in <script>Andreas Kling
2022-11-21LibWeb: Update HTMLScriptElement prepare and execute to latest HTML specAndreas Kling
2022-11-21LibWeb: Rename HTMLScriptElement "non-blocking" to "force async"Andreas Kling
2022-11-21LibWeb: Add spec links to HTMLScriptElement member variablesAndreas Kling
2022-11-20LibWeb: Return content box position from calculate_static_positionAliaksandr Kalenik
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-19LibJS+LibWeb: Return non-const types from Ptr class operatorsMacDue
2022-11-18LibWeb: Implement most of WebDriver capability matchingTimothy Flynn
2022-11-18LibWeb: Extract out the User-Agent browser name and versionTimothy Flynn