summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2022-01-22LibJS: Add host layering point related to modules to VMdavidot
2022-01-22LibJS: Refactor interpreter to use Script and Source Text ModulesLuke Wilde
2022-01-20LibWeb: Don't match the node querySelector(All) was called onLuke Wilde
2022-01-20Userland: Add horizontal mouse scroll supportDmitry Petrov
2022-01-20LibWeb: Add Formatters for Length, Percentage and LengthPercentageSam Atkins
2022-01-20LibWeb: Remove reference_for_percent parameter from Length::resolved()Sam Atkins
2022-01-20LibWeb: Remove Length::Type::Percentage :^)Sam Atkins
2022-01-20LibWeb: Convert opacity property from Length to PercentageSam Atkins
2022-01-20LibWeb: Convert width/height and min-/max- versions to LengthPercentageSam Atkins
2022-01-20LibWeb: Convert flex-basis to LengthPercentageSam Atkins
2022-01-20LibWeb: Convert background-position to LengthPercentageSam Atkins
2022-01-20LibWeb: Handle percentage font sizesSam Atkins
2022-01-20LibWeb: Remove Node::m_font_sizeSam Atkins
2022-01-20LibWeb: Handle percentage and number line-heightsSam Atkins
2022-01-20LibWeb: Add missing "auto" identifiers for min-width/heightSam Atkins
2022-01-20LibWeb: Convert background-size from Length to LengthPercentageSam Atkins
2022-01-20LibWeb: Convert border-radii from Length to LengthPercentage :^)Sam Atkins
2022-01-20LibWeb: Remove BorderRadiusStyleValue::to_length() hackSam Atkins
2022-01-20LibWeb: Convert `stroke-width` to LengthPercentageSam Atkins
2022-01-20LibWeb: Remove unused StyleProperties::background_repeat()Sam Atkins
2022-01-20LibWeb: Add PercentageStyleValue, and parse itSam Atkins
2022-01-20LibWeb: Alphabetize StyleValue classesSam Atkins
2022-01-20LibWeb: Add CSS::Percentage, PercentageOr and LengthPercentage typesSam Atkins
2022-01-19LibWeb: Remove `unknown` value in `@supports` query logicSam Atkins
2022-01-19LibJS: Pass source text to ECMAScriptFunctionObject::create()Linus Groh
2022-01-16LibJS: Rename FunctionKind::{Regular => Normal}Linus Groh
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-14AK+Everywhere: Make Variant::visit() respect the Variant's constnessAli Mohammad Pur
2022-01-12Base+Browser: Add Browser iconselectrikmilk
2022-01-08LibJS: Convert Interpreter::run() to ThrowCompletionOr<Value>Linus Groh
2022-01-07Everywhere: Fix spelling mistakesmjz19910
2022-01-06LibJS: Replace the custom unwind mechanism with completions :^)Linus Groh
2022-01-04LibWeb: Implement CanvasRenderingContext2D.measureTextsin-ack
2022-01-03LibJS: Return Optional<T> from Completion::{value,target}(), not TLinus Groh
2022-01-02LibWeb: Support range syntax for media queriesSam Atkins
2022-01-02LibWeb: Rewrite media-query parsing to match spec grammarSam Atkins
2022-01-02LibWeb: Make MediaCondition a top-level type and add factory methodsSam Atkins
2022-01-02LibWeb: Make MediaFeature a top-level class and add factory methodsSam Atkins
2022-01-02LibWeb: Remove media-query-related identifiers from identifiers.jsonSam Atkins
2022-01-02LibWeb: Introduce MediaFeatureValue type for use in media queriesSam Atkins
2022-01-02LibWeb: Update `<general-enclosed>` definition to match spec changeSam Atkins
2022-01-01LibWeb: Avoid unnecessary copies in StyleInvalidatorBen Wiederhake
2021-12-30LibGUI+LibWeb: Use 'decrease_slider_by_steps()' methodElyse
2021-12-30LibGUI+LibWeb: Use 'increase_slider_by_steps()' methodElyse
2021-12-30Everywhere: Use 'decrease_slider_by()' method from AbstractSliderElyse
2021-12-30Everywhere: Use 'increase_slider_by()' method from AbstractSliderElyse
2021-12-30LibWeb: Implement Element.getAttributeNamesLuke Wilde
2021-12-27LibWeb: Use start_of_input_stream_twin() for is_valid_escape_sequence()Sam Atkins
2021-12-27LibWeb: Pass correct values to would_start_an_identifier()Sam Atkins
2021-12-27LibWeb: Pass correct values to would_start_a_number()Sam Atkins