summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2021-08-02LibWeb: Implement CSS parsing convenience functionsSam Atkins
2021-08-02LibWeb: Clarify naming and publicity of CSS Parser methodsSam Atkins
2021-08-02LibWeb: Only dump parsed CSS stylesheet if logging is enabledSam Atkins
2021-08-02Userland: Make use of container version of any_ofLenny Maiorani
2021-08-02LibWeb: Remove unneccessary breaks from text-decoration-renderingTobias Christiansen
2021-08-02LibWeb: Don't draw zero-length line for text-decoration: blinkTobias Christiansen
2021-08-01LibWeb: Remove unused header includesBrian Gianforcaro
2021-08-01LibJS: Remove unused includes out of Cell.h, move to the usersBrian Gianforcaro
2021-07-31LibWeb: Fix regression of "contenteditable" attributeTheFightingCatfish
2021-07-31LibWeb: Ignore unquoted data urls in CSSSam Atkins
2021-07-31LibWeb: Parse calc() values in new CSS ParserSam Atkins
2021-07-31LibWeb: Treat CSS calc() values as "builtin_or_dynamic"Sam Atkins
2021-07-31LibWeb: Allow peeking more than 1 token ahead in CSS ParserSam Atkins
2021-07-31LibWeb: Parse box-shadow property in new CSS ParserSam Atkins
2021-07-31LibWeb: Convert CSS parse_{color,length}() lambdas into methodsSam Atkins
2021-07-31LibWeb: Fix issues with CSS attribute selector handlingSam Atkins
2021-07-31LibWeb: Make CSS 'An+B' parsing spec-compliantSam Atkins
2021-07-31LibWeb: Parse CSS selectors according to the specSam Atkins
2021-07-31LibWeb: Fix dump_selector() handling of attribute selectorsSam Atkins
2021-07-31LibWeb: Bring Selector terminology in line with the CSS specSam Atkins
2021-07-31LibWeb: Stop parsing integer CSS values as LengthsSam Atkins
2021-07-31LibWeb: Define proper debug symbols for CSS Parser and TokenizerSam Atkins
2021-07-31LibWeb: Use references to CSS tokens instead of copying by valueSam Atkins
2021-07-31LibWeb: Get CSS @import rules working in new parserSam Atkins
2021-07-29LibWeb: Remove unused enum value CSS::StyleValue::PositionAndreas Kling
2021-07-29LibWeb: Add proper support for text-decoration-line property valuesTobias Christiansen
2021-07-29LibWeb: Handle comment blocks when skipping unknown @-rulesK-Adam
2021-07-28LibWeb: Fix incompatibility of attribute "contenteditable"SeekingBlues
2021-07-28LibWeb: Avoid assertion failure on parsing numeric character referencesovf
2021-07-27LibWeb: Return null if an unknown canvas context type is requestedK-Adam
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