summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2022-12-14LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert ArrayBuffer::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Array::create{,_from}() to NonnullGCPtrLinus Groh
2022-12-12LibCore: Rename `Stream::read_all` to `read_until_eof`Tim Schumacher
2022-12-11LibWeb: Support `calc()` values in `background-position`MacDue
2022-12-11LibWeb: Use space_used_by_floats to get x offset of box that creates BFCAliaksandr Kalenik
2022-12-11LibWeb: Check if block creates BFC even if all it's children are inlineAliaksandr Kalenik
2022-12-10LibWeb: Check HTML parser position is equal to or after insertion pointLuke Wilde
2022-12-10LibWeb: Use HashMap::try_ensure_capacity in StyleComputerThomas Queiroz
2022-12-10LibWeb: Use start-of-line in hit test of position directly to the leftAndreas Oppebøen
2022-12-10LibWeb: Use correct end-of-fragment node index for HitTestResultAndreas Oppebøen
2022-12-10LibWeb: Allow creating Lengths from CSSPixelsSam Atkins
2022-12-10LibWeb: Use ceilf() instead of ceil() for float valuesSam Atkins
2022-12-10LibWeb+WebContent+headless-browser: Remove PaintContext::scroll_offset()Sam Atkins
2022-12-10LibWeb+WebContent+headless-browser: Use CSSPixels for PageClient eventsSam Atkins
2022-12-10LibWeb: Rename some variables to avoid shadowingSam Atkins
2022-12-10LibWeb+WebContent+headless-browser: Make Page aware of the display scaleSam Atkins
2022-12-10LibWeb: Remove unused StyleProperties::length_or_fallback functionKarol Kosek
2022-12-10LibWeb: Support special border width identifiersKarol Kosek
2022-12-10LibWeb: Implement Selection.collapse_to_endRafał Babiarz
2022-12-10LibWeb: Implement Selection.collapse_to_startRafał Babiarz
2022-12-10LibWeb: Implement Selection.collapseRafał Babiarz
2022-12-10LibWeb: Actually hit-test child stacking contents with z-index of 0Luke Wilde
2022-12-10LibWeb: Implement Selection.setBaseAndExtentLuke Wilde
2022-12-10LibWeb: Add Document.getSelectionLuke Wilde
2022-12-10LibWeb: Stub Range.getBoundingClientRectLuke Wilde
2022-12-10LibWeb: Stub HTMLMediaElement.pauseLuke Wilde
2022-12-10LibWeb: Add spec link to HTMLMediaElement::loadLuke Wilde
2022-12-09WebContent+LibWeb+LibJS: Simplify injection of JS console globalsAndreas Kling
2022-12-09LibWeb: Display DragonFly in the user agent stringUndefine
2022-12-09LibWeb: Fix child wrapping in table fix upAliaksandr Kalenik
2022-12-09LibWeb: Consider specified cell widths in a tableAliaksandr Kalenik
2022-12-09LibWeb: Fix typo in TableFormattingContext.hAliaksandr Kalenik
2022-12-09LibWeb: Layout table rows that do not belong to table row groupAliaksandr Kalenik
2022-12-08Browser+LibWebView+WebContent: Do not domain match on cookie updatesTimothy Flynn
2022-12-08LibWeb/Fetch: Remove redundant timingInfo variablesLinus Groh
2022-12-08LibWeb/Fetch: Share validation logic in the Headers classLinus Groh
2022-12-08LibWeb/Fetch: Remove Authorization header upon cross-origin redirectLinus Groh
2022-12-08LibWeb/Fetch: Tweak wording in some spec commentsLinus Groh
2022-12-08LibWeb/Fetch: Update spec comment to decode bytes to stringLinus Groh
2022-12-08LibWeb/Fetch: Refactor forbidden request-headersLinus Groh
2022-12-08LibWeb/Fetch: Use tuple syntax for headers in spec commentsLinus Groh
2022-12-08LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>Andreas Kling
2022-12-08LibWeb: Introduce CSSPixels and DevicePixels classesSam Atkins
2022-12-07LibWeb: Consider strut while calculating baseline for a lineAliaksandr Kalenik
2022-12-07LibJS: Replace standalone js_string() with PrimitiveString::create()Linus Groh
2022-12-07Meta+Userland: Pass Gfx::FloatSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::FloatPoint by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue