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
Age
Commit message (
Expand
)
Author
2022-01-06
LibJS: Replace the custom unwind mechanism with completions :^)
Linus Groh
2022-01-04
LibWeb: Implement CanvasRenderingContext2D.measureText
sin-ack
2022-01-03
LibJS: Return Optional<T> from Completion::{value,target}(), not T
Linus Groh
2022-01-02
LibWeb: Support range syntax for media queries
Sam Atkins
2022-01-02
LibWeb: Rewrite media-query parsing to match spec grammar
Sam Atkins
2022-01-02
LibWeb: Make MediaCondition a top-level type and add factory methods
Sam Atkins
2022-01-02
LibWeb: Make MediaFeature a top-level class and add factory methods
Sam Atkins
2022-01-02
LibWeb: Remove media-query-related identifiers from identifiers.json
Sam Atkins
2022-01-02
LibWeb: Introduce MediaFeatureValue type for use in media queries
Sam Atkins
2022-01-02
LibWeb: Update `<general-enclosed>` definition to match spec change
Sam Atkins
2022-01-01
LibWeb: Avoid unnecessary copies in StyleInvalidator
Ben Wiederhake
2021-12-30
LibGUI+LibWeb: Use 'decrease_slider_by_steps()' method
Elyse
2021-12-30
LibGUI+LibWeb: Use 'increase_slider_by_steps()' method
Elyse
2021-12-30
Everywhere: Use 'decrease_slider_by()' method from AbstractSlider
Elyse
2021-12-30
Everywhere: Use 'increase_slider_by()' method from AbstractSlider
Elyse
2021-12-30
LibWeb: Implement Element.getAttributeNames
Luke Wilde
2021-12-27
LibWeb: Use start_of_input_stream_twin() for is_valid_escape_sequence()
Sam Atkins
2021-12-27
LibWeb: Pass correct values to would_start_an_identifier()
Sam Atkins
2021-12-27
LibWeb: Pass correct values to would_start_a_number()
Sam Atkins
2021-12-27
LibWeb: Add CSS::Tokenizer::start_of_input_stream_[twin|triplet]()
Sam Atkins
2021-12-27
LibWeb: Add rudimentary styling to `<details>` and `<summary>`
Sam Atkins
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.isContextLost()
Linus Groh
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.reset()
Linus Groh
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.restore()
Linus Groh
2021-12-27
LibWeb: Implement CanvasRenderingContext2D.save()
Linus Groh
2021-12-27
LibWeb: Encapsulate canvas drawing state in a struct
Linus Groh
2021-12-27
LibWeb: Let canvas {fill,stroke}Style default to black, not transparent
Linus Groh
2021-12-27
LibWeb: Fix copy/paste typo in CanvasRenderingContext2D::stroke_style()
Linus Groh
2021-12-21
LibWeb: Fix null-deref in <table> delete_row with index = -1 and no rows
Luke Wilde
2021-12-21
LibWeb: Capture <script> element's node document on execution
Luke Wilde
2021-12-21
LibWeb: Add a workaround to assign a proper mime type to QOI images
Linus Groh
2021-12-15
LibWeb: Use ByteBuffer::copy() instead of a manual copy in SubtleCrypto
Ali Mohammad Pur
2021-12-14
LibWeb: Replace incorrect empty Optional return with ByteBuffer
Linus Groh
2021-12-14
LibWeb: Remove dbgln() left from debugging :^)
Linus Groh
2021-12-14
LibWeb: Implement SubtleCrypto.digest()
Linus Groh
2021-12-14
LibWeb: Implement "get a copy of the bytes held by the buffer source"
Linus Groh
2021-12-14
LibWeb: Add the SubtleCrypto interface
Linus Groh
2021-12-12
LibWeb: Implement TextEncoder.prototype.encoding
Linus Groh
2021-12-12
LibWeb: Implement TextEncoder.prototype.encode()
Linus Groh
2021-12-12
LibWeb: Add the TextEncoder interface
Linus Groh
2021-12-11
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
Daniel Bertalan
2021-12-10
LibJS: Remove Object::value_of()
Linus Groh
2021-12-10
LibWeb: Implement AbortSignal.throwIfAborted
Luke Wilde
2021-12-10
LibWeb: Add support for AbortSignal.reason
Luke Wilde
2021-12-10
LibWeb: Fix off-by-one error when highlighting unquoted HTML attributes
Sam Atkins
2021-12-10
Browser+LibWeb+WebContent: Add variables display to Inspector
Sam Atkins
2021-12-09
LibWeb: Remove now-unused CustomStyleValue
Sam Atkins
2021-12-09
LibWeb: Handle dependency cycles in CSS var()s :^)
Sam Atkins
2021-12-09
LibWeb: Mitigate the billion-laughs attack on CSS variables
Sam Atkins
2021-12-09
LibWeb: Handle fallback values for CSS variables :^)
Sam Atkins
[next]