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
/
HTML
Age
Commit message (
Expand
)
Author
2023-01-03
LibWeb: Implement reset algorithm for HTMLSelectElement
Srikavin Ramkumar
2023-01-03
LibWeb: Implement reset algorithm for HTMLInputElement
Srikavin Ramkumar
2023-01-03
LibWeb: Implement reset button behavior
Srikavin Ramkumar
2023-01-03
LibWeb: Implement HTMLFormElement::reset
Srikavin Ramkumar
2023-01-03
LibGfx: Make Font::width() return a float
Andreas Kling
2023-01-02
Everywhere: Remove unused includes of LibC/stdlib.h
Ben Wiederhake
2023-01-02
Everywhere: Move AK/Debug.h include to using files or remove
Ben Wiederhake
2022-12-30
LibWeb: Stub HTMLInputElement.setSelectionRange
Luke Wilde
2022-12-30
LibWeb: Fix a (charming) comment typo
Nico Weber
2022-12-28
LibWeb: Make the atob JS function compliant with the spec
Arda Cinar
2022-12-25
LibWeb: Keep unhandledrejection event promises alive when task is queued
Luke Wilde
2022-12-20
AK: Stop using `DeprecatedString` in Base64 encoding
Jelle Raaijmakers
2022-12-19
LibWeb: Fully Implement `get_an_elements_noopener`
Keir Davis
2022-12-17
LibWeb: Improve variable name in HTMLTableElement
Quentin Ligier
2022-12-16
LibWeb: Add spec links to IDL APIs in HTMLTableElement
Andreas Kling
2022-12-16
LibWeb: Allow setting HTMLTableElement.tFoot to null value
Andreas Kling
2022-12-16
LibWeb: Allow setting HTMLTableElement.tHead to null value
Andreas Kling
2022-12-16
LibWeb: Allow setting HTMLTableElement.caption to null value
Andreas Kling
2022-12-16
LibWeb: Add spec link and comment to HTMLTableElement::caption()
Andreas Kling
2022-12-15
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
Linus Groh
2022-12-15
LibJS: Add make_handle({Nonnull,}GCPtr<T>) overloads
Linus Groh
2022-12-15
LibWeb: Implement input range type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input local date and time type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input time type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input week type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input month type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input date type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input email type sanitation algorithm
Kyle Lanmon
2022-12-15
LibWeb: Implement input color type sanitation algorithm
Kyle Lanmon
2022-12-14
LibWeb: Convert Paintable coordinates to new pixel units
Sam Atkins
2022-12-14
LibJS: Convert Promise::create() to NonnullGCPtr
Linus Groh
2022-12-10
LibWeb: Check HTML parser position is equal to or after insertion point
Luke Wilde
2022-12-10
LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient events
Sam Atkins
2022-12-10
LibWeb+WebContent+headless-browser: Make Page aware of the display scale
Sam Atkins
2022-12-10
LibWeb: Stub HTMLMediaElement.pause
Luke Wilde
2022-12-10
LibWeb: Add spec link to HTMLMediaElement::load
Luke Wilde
2022-12-09
WebContent+LibWeb+LibJS: Simplify injection of JS console globals
Andreas Kling
2022-12-08
LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>
Andreas Kling
2022-12-07
LibJS: Replace standalone js_string() with PrimitiveString::create()
Linus Groh
2022-12-07
Meta+Userland: Pass Gfx::IntSize by value
MacDue
2022-12-07
Meta+Userland: Pass Gfx::IntPoint by value
MacDue
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-12-01
LibWeb: Support displaying HTMLInputElement placeholder values
Timothy Flynn
2022-11-30
LibWeb: Support creating Path2D objects from SVG path strings
Andreas Kling
2022-11-30
LibWeb: Use AntiAliasingPainter for canvas painting
MacDue
2022-11-29
LibWeb: Remove outdated FIXME regarding application cache selection
Timothy Flynn
2022-11-27
LibSyntax: Teach each highlighter about it's comment syntax
Kyle Lanmon
2022-11-26
LibWeb: Add initial implementation of structured clone
Daniel Ehrenberg
2022-11-25
LibWeb: Handle disabling of StyleSheet HTMLLinkElements
Baitinq
[prev]
[next]