summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML
AgeCommit message (Expand)Author
2023-01-03LibWeb: Implement reset algorithm for HTMLSelectElementSrikavin Ramkumar
2023-01-03LibWeb: Implement reset algorithm for HTMLInputElementSrikavin Ramkumar
2023-01-03LibWeb: Implement reset button behaviorSrikavin Ramkumar
2023-01-03LibWeb: Implement HTMLFormElement::resetSrikavin Ramkumar
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2023-01-02Everywhere: Remove unused includes of LibC/stdlib.hBen Wiederhake
2023-01-02Everywhere: Move AK/Debug.h include to using files or removeBen Wiederhake
2022-12-30LibWeb: Stub HTMLInputElement.setSelectionRangeLuke Wilde
2022-12-30LibWeb: Fix a (charming) comment typoNico Weber
2022-12-28LibWeb: Make the atob JS function compliant with the specArda Cinar
2022-12-25LibWeb: Keep unhandledrejection event promises alive when task is queuedLuke Wilde
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