summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2022-03-22LibWeb: Tidy up CSS::Token::to_debug_string()Sam Atkins
2022-03-22LibWeb: Remove separate Token::m_unit fieldSam Atkins
2022-03-22LibWeb: Use CSS::Number for CalculatedStyleValue numbersSam Atkins
2022-03-22LibWeb: Use CSS::Number for Token numeric valuesSam Atkins
2022-03-22LibWeb: Implement a CSS::Number classSam Atkins
2022-03-22LibWeb: Use floats instead of doubles for CSS numbersSam Atkins
2022-03-22LibWeb: Use intermediate ints when converting strings to numbers in CSSSam Atkins
2022-03-22LibGfx+LibWeb: Use floats not doubles to create HSL colorsSam Atkins
2022-03-22LibWeb: Initialize PseudoClass/PseudoElement selectors in one goSam Atkins
2022-03-22LibWeb: Use a Variant for SimpleSelector's contentsSam Atkins
2022-03-22LibWeb: Make StyleComponentValueRule use a VariantSam Atkins
2022-03-22LibWeb: Allow percentages in word/letter-spacing propertiesSam Atkins
2022-03-22LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY(), pt 2Linus Groh
2022-03-22LibWeb: Explicitly ignore [[nodiscard]] values returned from TRY()Linus Groh
2022-03-22LibWeb: Convert Range to use TRY for error propagationTimothy Flynn
2022-03-22LibWeb: Convert HTMLOptionsCollection to use TRY for error propagationTimothy Flynn
2022-03-22LibWeb: Make DOM::ExceptionOr compatible with the TRY macroTimothy Flynn
2022-03-22LibCrypto: Fix grammar in a couple of commentsLinus Groh
2022-03-22LibGUI: Add CTRL+Enter callback to TextEditorRok Povsic
2022-03-22LibCore: Add Core::System::drop_privileges()Brian Gianforcaro
2022-03-22LibWeb: Fix crash when removing event listenersJamie Mansfield
2022-03-22LibWeb: Implement HTMLSelectElement.add()Timothy Flynn
2022-03-22LibWeb: Implement HTMLOptionsCollection.add()Timothy Flynn
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