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
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
2022-11-25
LibWeb: Add missing [SameObject] extended attributes in IDL files
Andreas Kling
2022-11-25
LibWeb: Implement [SameObject] for HTMLTableElement.{rows,tBodies}
Andreas Kling
2022-11-25
LibWeb: Implement [SameObject] behavior for HTMLTableSectionElement.rows
Andreas Kling
2022-11-25
LibWeb: Implement [SameObject] behavior for HTMLFormElement.elements
Andreas Kling
2022-11-25
LibWeb: Implement [SameObject] behavior for HTMLTableRowElement.cells
Andreas Kling
2022-11-24
LibWeb+WebContent: Move pending dialog handling from PageHost to Page
Timothy Flynn
2022-11-23
LibJS+LibWeb: Move JS::ModuleRequest to its own header file
Andreas Kling
2022-11-23
LibWeb: Avoid including LibJS/Parser.h in a handful of cpp files
Andreas Kling
2022-11-23
LibJS+LibWeb: Make CyclicModule.h not include AST.h
Andreas Kling
2022-11-23
LibJS: Make Parser::Error a standalone ParserError class
Andreas Kling
2022-11-22
LibJS: Reduce AST memory usage by shrink-wrapping source range info
Andreas Kling
[next]