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
2021-07-24
LibWeb: Add the parsing to the calc() handling
Tobias Christiansen
2021-07-24
LibWeb: Move type derivation of CSS::Length into seperate function
Tobias Christiansen
2021-07-24
LibWeb: Add tokenization of calc expression
Tobias Christiansen
2021-07-24
LibWeb: Add CalculatedStyleValue to the CSS StyleValues
Tobias Christiansen
2021-07-24
LibWeb: Use Length::resolved() in FlexFormattingContext
Tobias Christiansen
2021-07-23
LibWeb: Manually convert the js bigint to a wasm i64 value
Ali Mohammad Pur
2021-07-23
LibWeb: Read the correct types in WebAssembly's to_js_value()
Ali Mohammad Pur
2021-07-23
LibWeb: Dont try to parse "data" urls as links
stelar7
2021-07-23
LibWeb: Fix that empty event handlers return null instead of crashing
davidot
2021-07-22
LibWeb: Resolve CSS text-decoration from value list
Sam Atkins
2021-07-22
LibWeb: Resolve background properties from ValueListStyleValue
Sam Atkins
2021-07-22
LibWeb: Implement ImageStyleValue parsing
Sam Atkins
2021-07-22
LibWeb: Resolve CSS font property from value list
Sam Atkins
2021-07-22
LibWeb: Resolve CSS list-style from value list
Sam Atkins
2021-07-22
LibWeb: Resolve CSS flex/flex-flow from value list
Sam Atkins
2021-07-22
LibWeb: Implement CSS color parsing from Tokens
Sam Atkins
2021-07-22
LibWeb: Handle ValueListStyleValues in StyleResolver
Sam Atkins
2021-07-22
LibWeb: Expose StyleValue parsing method in CSS Parser
Sam Atkins
2021-07-22
LibWeb: Convert StyleResolver.{h,cpp} to east const
Sam Atkins
2021-07-22
LibWeb: Generate a ValueListStyleValue when parsing CSS values
Sam Atkins
2021-07-22
LibWeb: Add CSS ValueListStyleValue
Sam Atkins
2021-07-21
LibGfx: Use "try_" prefix for static factory functions
Andreas Kling
2021-07-20
LibWeb: Don't print JavaScript syntax error hints
Alexander
2021-07-19
LibWeb: Implement justify-content for the FlexFormattingContext
Tobias Christiansen
2021-07-19
LibWeb: Add parsing for the justify-content property
Tobias Christiansen
2021-07-17
LibWeb: Rename HTMLToken::doctype_data() => ensure_doctype_data()
Max Wipfli
2021-07-17
LibWeb: Change HTMLToken storage architecture
Max Wipfli
2021-07-17
LibWeb: Make HTMLTokens non-copyable
Max Wipfli
2021-07-17
LibWeb: Move HTMLToken in HTMLDocumentParser
Max Wipfli
2021-07-17
LibWeb: Remove friend class declarations from HTMLToken
Max Wipfli
2021-07-17
LibWeb: Add HTMLToken(Type) constructor and use it
Max Wipfli
2021-07-17
LibWeb: Use setter for HTMLToken::m_{start,end}_position
Max Wipfli
2021-07-17
LibWeb: Change HTMLToken::m_doctype into named DoctypeData struct
Max Wipfli
2021-07-17
LibWeb: Hide implementation details of HTMLToken attribute list
Max Wipfli
2021-07-17
LibWeb: User getter+setter for HTMLToken tag name and self-closing flag
Max Wipfli
2021-07-17
LibWeb: Use getter and setter for Character type HTMLTokens
Max Wipfli
2021-07-17
LibWeb: User getter and setter for Comment type HTMLTokens
Max Wipfli
2021-07-17
LibWeb: Rename HTMLToken::AttributeBuilder struct to Attribute
Max Wipfli
2021-07-17
LibWeb: Make HTMLToken::{Position,AttributeBuilder} structs public
Max Wipfli
2021-07-17
LibWeb: Avoid UAF in query_selector{,_all}()
Alexander
2021-07-17
LibWasm+Everywhere: Make the instruction count limit configurable
Ali Mohammad Pur
2021-07-17
Revert "LibWasm: Some more performance stuff (#8812)"
Ali Mohammad Pur
2021-07-17
LibWasm: Some more performance stuff (#8812)
Ali Mohammad Pur
2021-07-16
LibWeb: Fix assertion failures in HTMLTokenizer
Max Wipfli
2021-07-15
LibWeb: Fix assertion failure when tokenizing JS regex literals
Max Wipfli
2021-07-15
LibWeb: Correct behavior of Comment* states in HTMLTokenizer
Max Wipfli
2021-07-15
LibWeb: VERIFY an empty builder when emitting tokens in HTMLTokenizer
Max Wipfli
2021-07-14
LibWeb: Remove unused HTMLTokenizer::m_input member variable
Max Wipfli
2021-07-14
LibWeb: Change HTMLToken.h to east const style
Max Wipfli
2021-07-14
LibWeb: Change HTMLTokenizer.{cpp,h} to east const style
Max Wipfli
[prev]
[next]