summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML
AgeCommit message (Expand)Author
2022-12-20AK: Stop using `DeprecatedString` in Base64 encodingJelle Raaijmakers
2022-12-19LibWeb: Fully Implement `get_an_elements_noopener`Keir Davis
2022-12-17LibWeb: Improve variable name in HTMLTableElementQuentin Ligier
2022-12-16LibWeb: Add spec links to IDL APIs in HTMLTableElementAndreas Kling
2022-12-16LibWeb: Allow setting HTMLTableElement.tFoot to null valueAndreas Kling
2022-12-16LibWeb: Allow setting HTMLTableElement.tHead to null valueAndreas Kling
2022-12-16LibWeb: Allow setting HTMLTableElement.caption to null valueAndreas Kling
2022-12-16LibWeb: Add spec link and comment to HTMLTableElement::caption()Andreas Kling
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Add make_handle({Nonnull,}GCPtr<T>) overloadsLinus Groh
2022-12-15LibWeb: Implement input range type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input local date and time type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input time type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input week type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input month type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input date type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input email type sanitation algorithmKyle Lanmon
2022-12-15LibWeb: Implement input color type sanitation algorithmKyle Lanmon
2022-12-14LibWeb: Convert Paintable coordinates to new pixel unitsSam Atkins
2022-12-14LibJS: Convert Promise::create() to NonnullGCPtrLinus Groh
2022-12-10LibWeb: Check HTML parser position is equal to or after insertion pointLuke Wilde
2022-12-10LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient eventsSam Atkins
2022-12-10LibWeb+WebContent+headless-browser: Make Page aware of the display scaleSam Atkins
2022-12-10LibWeb: Stub HTMLMediaElement.pauseLuke Wilde
2022-12-10LibWeb: Add spec link to HTMLMediaElement::loadLuke Wilde
2022-12-09WebContent+LibWeb+LibJS: Simplify injection of JS console globalsAndreas Kling
2022-12-08LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>Andreas Kling
2022-12-07LibJS: Replace standalone js_string() with PrimitiveString::create()Linus Groh
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-12-01LibWeb: Support displaying HTMLInputElement placeholder valuesTimothy Flynn
2022-11-30LibWeb: Support creating Path2D objects from SVG path stringsAndreas Kling
2022-11-30LibWeb: Use AntiAliasingPainter for canvas paintingMacDue
2022-11-29LibWeb: Remove outdated FIXME regarding application cache selectionTimothy Flynn
2022-11-27LibSyntax: Teach each highlighter about it's comment syntaxKyle Lanmon
2022-11-26LibWeb: Add initial implementation of structured cloneDaniel Ehrenberg
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-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