summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-03-22LibWeb: Expose HTMLCollection's root element to its subclassesTimothy Flynn
2022-03-22LibWeb: Support `transform: translate(...)` by percentageSimon Wanner
2022-03-22LibGfx: Clip away coordinates outside the source bitmapSimon Wanner
2022-03-22LibWeb: Apply the CSS transform-origin propertySimon Wanner
2022-03-22LibWeb: Parse the CSS transform-origin propertySimon Wanner
2022-03-21LibWeb: Implement Range.surroundContents(newParent)Andreas Kling
2022-03-21LibWeb: Translate table cells by their top left borderKarol Kosek
2022-03-21LibWeb: Include table cell border widths when calculating cell rectsKarol Kosek
2022-03-21LibWeb: Fix two spec transcription mistakes in live range updatingAndreas Kling
2022-03-21LibWeb: Begin implementing SVGRectElement's SVGAnimatedLength attributesTimothy Flynn
2022-03-21LibWeb: Implement the SVGAnimatedLength typeTimothy Flynn
2022-03-21LibWeb: Begin implementing the SVGLength typeTimothy Flynn
2022-03-21LibWeb: Fix spec transcription mistake in Range.extractContents()Andreas Kling
2022-03-21LibWeb: Don't allow setting Range start/end to document being destroyedAndreas Kling
2022-03-21LibWeb: Update live ranges on Node insertion and removalAndreas Kling
2022-03-21LibWeb: Update live DOM ranges on Text and CharacterData mutationsAndreas Kling
2022-03-21LibWeb: Implement Range.insertNode(node)Andreas Kling
2022-03-21LibWeb: Implement Text.splitText(offset)Andreas Kling
2022-03-21LibWeb: Fix logic mistakes in Range stringificationAndreas Kling
2022-03-21LibWeb: Implement Range.extractContents()Andreas Kling
2022-03-21LibWeb: Add CharacterData.replaceData(offset, count, data)Andreas Kling
2022-03-21LibWeb: Add CharacterData.substringData(offset, count)Andreas Kling
2022-03-21LibWeb: Implement stringifier for DOM Range :^)Andreas Kling
2022-03-21LibWeb: Implement HTMLTableRowElement.{rowIndex,sectionRowIndex}Andreas Kling
2022-03-21LibWeb: Make parse_html_length() accept floating point numbersAndreas Kling
2022-03-21LibWeb: Ignore invisible boxes and stacking contexts during hit testingAndreas Kling
2022-03-21LibWeb: Pick up the CSS "visibility" property an honor it when paintingAndreas Kling
2022-03-21LibWeb: Remove now-unused PaintableBox::for_each_child_in_paint_order()Andreas Kling
2022-03-21LibWeb: Don't compute fragment absolute rect twice while hit testingAndreas Kling
2022-03-21LibWeb: Fix O(n^2) traversal in hit testingAndreas Kling
2022-03-21LibWeb: Add Paintable::dom_node() convenience accessorAndreas Kling
2022-03-21LibWeb: Add Painting::HitTestResult::dom_node()Andreas Kling
2022-03-21LibWeb: Make hit testing functions return Optional<HitTestResult>Andreas Kling
2022-03-21LibWeb: Only invalidate stacking context tree for opacity/z-index changeAndreas Kling
2022-03-21LibWeb: Build stacking context tree lazilyAndreas Kling
2022-03-21LibWeb: Fix constness of return type from StyleRule::block()Hendiadyoin1
2022-03-21LibWeb: Use llround in CSS::Token::to_closest_integerHendiadyoin1
2022-03-21LibWeb: Pull out larger parsing parts from Parser::parse_simple_selectorHendiadyoin1
2022-03-21LibWeb: Use a switch-statement on the delimiter for MatchType selectionHendiadyoin1
2022-03-21LibWeb: Condense Delim checks in Parser::parse_simple_selectorHendiadyoin1
2022-03-21LibWeb: Add StyleComponentValueRule::is_token() helperHendiadyoin1
2022-03-21LibWeb: Use a u32 for a delim tokens valueHendiadyoin1
2022-03-21LibWeb: Don't copy Tokens twice on StyleBlockRule initializationHendiadyoin1
2022-03-21LibWeb: Move passed string in MimeType constructorHendiadyoin1
2022-03-21LibTextCodec: Don't allocate Strings on encoding normalisationHendiadyoin1
2022-03-21LibWeb: Implement "has element in select scope" per-specSimon Wanner
2022-03-21LibWeb: Ignore invalid encodings in Content-Type headersSimon Wanner
2022-03-21LibGfx: Clamp coordinates for bilinear blending correctlySimon Wanner
2022-03-20LibWeb: Tweak our User-Agent stringAndreas Kling
2022-03-20Everywhere: Move js/web/wasm tests under /home/anon/TestsBrian Gianforcaro