summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML
AgeCommit message (Expand)Author
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-24LibWeb+WebContent: Move pending dialog handling from PageHost to PageTimothy Flynn
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 CyclicModule.h not include AST.hAndreas Kling
2022-11-23LibJS: Make Parser::Error a standalone ParserError classAndreas Kling
2022-11-22LibJS: Reduce AST memory usage by shrink-wrapping source range infoAndreas Kling
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-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-19LibJS+LibWeb: Return non-const types from Ptr class operatorsMacDue
2022-11-18LibWeb: Fix clicking on linksMacDue
2022-11-16LibWeb: Add a flag to pause an HTML event loop's executionTimothy Flynn
2022-11-16LibWeb: Adjust `foreignobject` to `foreignObject` in HTML parserAndreas Kling
2022-11-15LibWeb: Implement window.openIdan Horowitz
2022-11-15LibWeb: Add window.open feature detection abstract operationsIdan Horowitz
2022-11-15LibWeb: Bring BrowsingContext::choose_a_browsing_context closer to specIdan Horowitz
2022-11-15LibWeb: Add the 'opener browsing context' BrowsingContext propertyIdan Horowitz
2022-11-15LibWeb: Add the 'is popup' BrowsingContext propertyIdan Horowitz
2022-11-15LibWeb: Support parsing a URL relative to environment settings objectIdan Horowitz
2022-11-15LibWeb: Implement the 'Entry Realm/{settings,global} object' conceptsIdan Horowitz
2022-11-15LibWeb: Remove accidentally commited dbglnsIdan Horowitz
2022-11-14LibWeb: Support device-height and device-width media query valuesAliaksandr Kalenik
2022-11-13LibWeb: Support animated backgroundsMoustafa Raafat
2022-11-13LibWeb: Implement bare-bones `HTMLElement.dir`Igor Pissolati
2022-11-10LibWeb: Define method to check if an attribute is a boolean attributeTimothy Flynn
2022-11-10LibWeb: Define a few missing attribute namesTimothy Flynn
2022-11-09Everywhere: Fix a few comment typosNico Weber
2022-11-08LibWeb: Add a flag to track when a browsing context has been discardedTimothy Flynn
2022-11-08LibWeb: Apply the current transform in CRC2D.stroke()Luke Wilde
2022-11-07LibWeb: Implement HTMLTableRowElement.deleteCellLuke Wilde
2022-11-07LibWeb: Implement HTMLTableRowElement.insertCellLuke Wilde
2022-11-07LibWeb: Don't call load_src after process_the_iframe_attributesLuke Wilde
2022-11-07LibWeb: Return after firing the iframe load event for about:blankLuke Wilde
2022-11-07LibWeb: Implement Window.focusLuke Wilde
2022-11-07LibWeb: Extract the (un)focus steps out of HTMLElementLuke Wilde
2022-11-07LibWeb: Implement HTMLSelectElement.typeLuke Wilde
2022-11-07LibWeb: Add HTMLOrSVGElement.autofocusLuke Wilde
2022-11-07LibWeb: Implement HTMLOrSVGElement.tabIndexLuke Wilde
2022-11-06Everywhere: Remove redundant inequality comparison operatorsDaniel Bertalan
2022-11-05LibWeb: Render text inside <input type=password> as asterisks (`*`)Andreas Kling