summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2022-10-03LibWeb: Make intrinsic heights dependent on available widthAndreas Kling
2022-10-03LibWeb: Add missing null check while dispatching mouseenter eventsAndreas Kling
2022-10-03LibWeb: Get rid of FormattingContext::run_intrinsic_sizing()Andreas Kling
2022-10-03LibWeb: Bring CSS tokenization preprocessing closer to specSam Atkins
2022-10-03LibWeb: Use the term "ident sequence" instead of "name"Sam Atkins
2022-10-03LibWeb: Implement HTMLImageElement.completeAndreas Kling
2022-10-03LibWeb: Dispatch mouseenter and mouseleave events when requiredAndreas Kling
2022-10-03LibWeb: Don't add half-leading twice to inline block boxesAndreas Kling
2022-10-03LibWeb: It's AK_OS_MACOS, not AK_OS_MACAndreas Kling
2022-10-02LibJS: Make PromiseCapability GC-allocatedLinus Groh
2022-10-02LibJS: Move PromiseCapability into its own cpp/h fileLinus Groh
2022-10-02LibWeb: Fix string whitespace splitting mistakeMacDue
2022-10-02LibWeb: Move strip_and_collapse_whitespace() to Infra/Linus Groh
2022-10-02LibWeb: Replace incorrect uses of split_view() for whitespace splittingLinus Groh
2022-10-02LibWeb: Replace incorrect uses of String::trim_whitespace()Linus Groh
2022-10-02LibWeb: Replace incorrect uses of AK::is_ascii_space()Linus Groh
2022-10-02LibWeb: Add is_ascii_whitespace() functionLinus Groh
2022-10-02LibWeb: Support painting the hue-rotate() filter effectMacDue
2022-10-02LibWeb: Report the current OS instead of always saying SerenityOSAndreas Kling
2022-10-02LibWeb: Improve placement of abspos boxes with dual-auto insetsAndreas Kling
2022-10-02LibWeb: Reset painter translation when painting fixed-position elementsAndreas Kling
2022-10-02LibWeb: Add helpful locals in layout_absolutely_positioned_element()Andreas Kling
2022-10-02LibWeb: Vertical % margins are relative to containing block widthAndreas Kling
2022-10-02LibWeb: Reorganize layout algorithms around available spaceAndreas Kling
2022-10-02LibWeb: Don't try to format inline-block boxes in BFCAndreas Kling
2022-10-02LibWeb: Fix crash when loading a HTML string that contains an iframeMacDue
2022-10-01LibWeb: Don't scale by x, x when a scale x, y is provided as a transformHendiadyoin1
2022-10-01LibWeb: Remove the internal window object from WebEngineCustomDataAndrew Kaster
2022-10-01LibWeb: Cleanup unecessary uses and includes of HTML::WindowAndrew Kaster
2022-10-01LibWeb: Remove unused DOM::Node::window helper methodAndrew Kaster
2022-10-01LibWeb: Ensure that replaced documents keep the Window of their siblingAndrew Kaster
2022-10-01LibWeb: Remove prototype and constructor helpers from WindowAndrew Kaster
2022-10-01LibWeb: Use prototype and constructor methods from new IntrinsicsAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from WebGL and WebSocketAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from assorted classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from Fetch, XHR, FileAPIAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from UIEvents classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from WebAssembly classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from SVG classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from Geometry classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from HTML classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from CSS classesAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from DOM and WebIDLAndrew Kaster
2022-10-01LibWeb: Move Web prototypes and constructors to new Intrinsics objectAndrew Kaster
2022-10-01LibWeb: Remove FIXME for double-position `linear-gradient()` color stopsMacDue
2022-10-01LibWeb: Implement matrix3d transform function from css-transforms-2Luke Wilde
2022-10-01LibWeb: Implement rotation transform functions from css-transforms-2Luke Wilde
2022-10-01LibWeb: Implement Element.insertAdjacentTextLuke Wilde
2022-10-01LibWeb: Implement Element.insertAdjacentElementLuke Wilde
2022-09-30LibWeb: Apply :enabled pseudo class to only certain elementsLuke Wilde