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-05-08
LibWeb: Add missing preprocessing step to the css tokenizer
stelar7
2022-05-08
LibWeb: Note and fix Gfx related quirk in ColorStyleValue::to_string
stelar7
2022-05-08
LibWeb: Commit transaction after parsing `'+'?† n <signed-integer>`
stelar7
2022-05-08
LibWeb: Dont consider '-n-' a `dashndashdigit-ident` token
stelar7
2022-05-08
LibWeb: Include sign in token debug info, if the type has explicit sign
stelar7
2022-05-08
LibWeb: Dont try to fetch another token in an+b parsing
stelar7
2022-05-08
LibWeb: Make an+b pattern selector serialization spec compliant
stelar7
2022-05-07
LibJS: Convert Console to use MarkedVector<Value>
Luke Wilde
2022-05-06
LibWeb: Remove a superfluous verify_cast on SVGGraphicsPaintable
DexesTTP
2022-05-06
LibWeb: Remove unneeded iteration filter on LiveNodeList
DexesTTP
2022-05-06
LibWeb: Remove unneeded .gitignore
DexesTTP
2022-05-06
LibWeb: Only generate ResourceLoader signposts while on Serenity
DexesTTP
2022-05-06
LibWeb: Remove unneeded LibGUI include in Window.cpp
DexesTTP
2022-05-04
LibWeb: Use Unicode data for CSS text-transform property
Karol Kosek
2022-04-29
LibWeb: Remove TokenStream::position() and ::rewind_to_position()
Sam Atkins
2022-04-29
LibWeb: Use StateTransaction for UnicodeRange parsing
Sam Atkins
2022-04-29
LibWeb: Use StateTransaction in more places
Sam Atkins
2022-04-29
LibWeb: Use StateTransaction for supports-query parsing
Sam Atkins
2022-04-29
LibWeb: Use StateTransaction for media-query parsing
Sam Atkins
2022-04-29
LibWeb: Extract MediaType to/from_string() logic into functions
Sam Atkins
2022-04-29
LibWeb: Allow whitespace inside An+B again and use StateTransactions
Sam Atkins
2022-04-29
LibWeb: Add StateTransaction RAII to CSS TokenStream
Sam Atkins
2022-04-29
LibWeb: Move variables in parse_a_n_plus_b_pattern() closer to usage
Sam Atkins
2022-04-29
LibWeb: Handle trailing tokens outside of parse_a_n_plus_b_pattern()
Sam Atkins
2022-04-29
LibWeb: Rename a local variable to not collide with a parameter
Sam Atkins
2022-04-29
LibWeb: Replace Result with ErrorOr in CSS Parser
Sam Atkins
2022-04-29
LibWeb: Make CSS ParsingContext::m_url not Optional
Sam Atkins
2022-04-23
LibWeb+AudioServer: Remove unused spaceship operators
Andrew Kaster
2022-04-23
LibWeb: Move XHR::open() towards more spec compliance
Kenneth Myhra
2022-04-23
LibWeb: XHR set_request_header() validate header name and value
Kenneth Myhra
2022-04-23
LibWeb: Trim leading and trailing HTTP whitespace bytes
Kenneth Myhra
2022-04-23
LibWeb: Use a more restrictive regex for method token production
Kenneth Myhra
2022-04-23
LibWeb: Combine headers in XMLHttpRequest::set_request_header
Kenneth Myhra
2022-04-20
LibWeb: Fix various spec comment inconsistencies
Linus Groh
2022-04-20
LibWeb: Add spec comments to Node
stelar7
2022-04-20
LibWeb: Add spec comments to EventTarget
stelar7
2022-04-20
LibWeb: Add spec comments to Event
stelar7
2022-04-20
LibWeb: Add spec comments to EventDispatcher
stelar7
2022-04-18
LibWeb: Add missing StyleValue::equals() methods
Sam Atkins
2022-04-18
LibWeb: Actually use BorderRadiusShorthandStyleValue
Sam Atkins
2022-04-18
LibWeb: Add missing [as/is]_border_radius_shorthand() methods
Sam Atkins
2022-04-18
LibWeb: Rename CombinedBorderRadiusSV -> BorderRadiusShorthandSV
Sam Atkins
2022-04-18
LibWeb: Disallow trailing commas in transform function arguments
Sam Atkins
2022-04-18
LibWeb: Disallow non-whitespace tokens after "none" in `transform`
Sam Atkins
2022-04-18
LibWeb: Use TransformFunctionMetadata when parsing their arguments
Sam Atkins
2022-04-18
LibWeb: Use generated TransformFunction enum and functions
Sam Atkins
2022-04-18
LibWeb: Add code generator for CSS transform functions
Sam Atkins
2022-04-17
LibWeb: Dont abort when parsing data- properties that contain dashes
stelar7
2022-04-14
LibWeb: Allow multiple text-decoration-lines
Sam Atkins
2022-04-14
LibWeb: Make StyleProperties::property() always return a value
Sam Atkins
[next]