summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2021-07-24LibWeb: Add the parsing to the calc() handlingTobias Christiansen
2021-07-24LibWeb: Move type derivation of CSS::Length into seperate functionTobias Christiansen
2021-07-24LibWeb: Add tokenization of calc expressionTobias Christiansen
2021-07-24LibWeb: Add CalculatedStyleValue to the CSS StyleValuesTobias Christiansen
2021-07-24LibWeb: Use Length::resolved() in FlexFormattingContextTobias Christiansen
2021-07-23LibWeb: Manually convert the js bigint to a wasm i64 valueAli Mohammad Pur
2021-07-23LibWeb: Read the correct types in WebAssembly's to_js_value()Ali Mohammad Pur
2021-07-23LibWeb: Dont try to parse "data" urls as linksstelar7
2021-07-23LibWeb: Fix that empty event handlers return null instead of crashingdavidot
2021-07-22LibWeb: Resolve CSS text-decoration from value listSam Atkins
2021-07-22LibWeb: Resolve background properties from ValueListStyleValueSam Atkins
2021-07-22LibWeb: Implement ImageStyleValue parsingSam Atkins
2021-07-22LibWeb: Resolve CSS font property from value listSam Atkins
2021-07-22LibWeb: Resolve CSS list-style from value listSam Atkins
2021-07-22LibWeb: Resolve CSS flex/flex-flow from value listSam Atkins
2021-07-22LibWeb: Implement CSS color parsing from TokensSam Atkins
2021-07-22LibWeb: Handle ValueListStyleValues in StyleResolverSam Atkins
2021-07-22LibWeb: Expose StyleValue parsing method in CSS ParserSam Atkins
2021-07-22LibWeb: Convert StyleResolver.{h,cpp} to east constSam Atkins
2021-07-22LibWeb: Generate a ValueListStyleValue when parsing CSS valuesSam Atkins
2021-07-22LibWeb: Add CSS ValueListStyleValueSam Atkins
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-20LibWeb: Don't print JavaScript syntax error hintsAlexander
2021-07-19LibWeb: Implement justify-content for the FlexFormattingContextTobias Christiansen
2021-07-19LibWeb: Add parsing for the justify-content propertyTobias Christiansen
2021-07-17LibWeb: Rename HTMLToken::doctype_data() => ensure_doctype_data()Max Wipfli
2021-07-17LibWeb: Change HTMLToken storage architectureMax Wipfli
2021-07-17LibWeb: Make HTMLTokens non-copyableMax Wipfli
2021-07-17LibWeb: Move HTMLToken in HTMLDocumentParserMax Wipfli
2021-07-17LibWeb: Remove friend class declarations from HTMLTokenMax Wipfli
2021-07-17LibWeb: Add HTMLToken(Type) constructor and use itMax Wipfli
2021-07-17LibWeb: Use setter for HTMLToken::m_{start,end}_positionMax Wipfli
2021-07-17LibWeb: Change HTMLToken::m_doctype into named DoctypeData structMax Wipfli
2021-07-17LibWeb: Hide implementation details of HTMLToken attribute listMax Wipfli
2021-07-17LibWeb: User getter+setter for HTMLToken tag name and self-closing flagMax Wipfli
2021-07-17LibWeb: Use getter and setter for Character type HTMLTokensMax Wipfli
2021-07-17LibWeb: User getter and setter for Comment type HTMLTokensMax Wipfli
2021-07-17LibWeb: Rename HTMLToken::AttributeBuilder struct to AttributeMax Wipfli
2021-07-17LibWeb: Make HTMLToken::{Position,AttributeBuilder} structs publicMax Wipfli
2021-07-17LibWeb: Avoid UAF in query_selector{,_all}()Alexander
2021-07-17LibWasm+Everywhere: Make the instruction count limit configurableAli Mohammad Pur
2021-07-17Revert "LibWasm: Some more performance stuff (#8812)"Ali Mohammad Pur
2021-07-17LibWasm: Some more performance stuff (#8812)Ali Mohammad Pur
2021-07-16LibWeb: Fix assertion failures in HTMLTokenizerMax Wipfli
2021-07-15LibWeb: Fix assertion failure when tokenizing JS regex literalsMax Wipfli
2021-07-15LibWeb: Correct behavior of Comment* states in HTMLTokenizerMax Wipfli
2021-07-15LibWeb: VERIFY an empty builder when emitting tokens in HTMLTokenizerMax Wipfli
2021-07-14LibWeb: Remove unused HTMLTokenizer::m_input member variableMax Wipfli
2021-07-14LibWeb: Change HTMLToken.h to east const styleMax Wipfli
2021-07-14LibWeb: Change HTMLTokenizer.{cpp,h} to east const styleMax Wipfli