summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2021-07-27LibGfx: Remove Gfx::ImageDecoder::bitmap() in favor of frame(index)Andreas Kling
2021-07-27LibGfx: Improve ImageDecoder constructionAndreas Kling
2021-07-27LibWeb: Fix parsing of character references in attribute valuesovf
2021-07-26LibWeb: Add blurring support to box-shadowTobias Christiansen
2021-07-26LibWeb: Make functions and attributes in bindings writabledavidot
2021-07-26LibWeb: Fix that non-member calls to window gave the wrong this_valuedavidot
2021-07-26LibWeb: Make the custom CSSDeclaration methods only work on stringsdavidot
2021-07-26LibWeb: Add a CustomHasProperty trait to WrapperGeneratordavidot
2021-07-26LibWeb: Convert WrapperGenerator and the generated code to east-constdavidot
2021-07-25LibGfx: Make Gfx::Bitmap::set_nonvolatile() report allocation failureAndreas Kling
2021-07-24LibWeb: Add box-shadow renderingTobias Christiansen
2021-07-24LibWeb: Parse box-shadow in the DeprecatedCSSParserTobias Christiansen
2021-07-24LibWeb: Make box-shadow known throughout the CSS subsystemTobias Christiansen
2021-07-24LibWeb: Add box-shadow as a known ValueIDTobias Christiansen
2021-07-24LibWeb: Add BoxShadowStyleType as a CSS StyleTypeTobias Christiansen
2021-07-24LibWeb: Draw elements with opacity in a separate stacking contextEgor Ananyin
2021-07-24LibWeb: Parse and store the opacity propertyEgor Ananyin
2021-07-24LibWeb: Don't paint children stacking contexts inside the current oneEgor Ananyin
2021-07-24LibWeb: Add calc() resolution to CSS::LengthTobias Christiansen
2021-07-24LibWeb: Plumb calculated StyleValues into CSS::LengthTobias Christiansen
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