summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb
AgeCommit message (Expand)Author
2020-12-15LibWeb: Add equals() for LengthStyleValue and ColorStyleValueAndreas Kling
2020-12-15LibWeb: Add hack to disable StyleInvalidator while parsing documentAndreas Kling
2020-12-15LibWeb: Dimension inline-block and replaced boxes during splittingAndreas Kling
2020-12-15LibWeb: Remove unused Element::set_attributes()Andreas Kling
2020-12-15LibWeb: Use IdentifierStyleValue for CSS 'list-style-type'Andreas Kling
2020-12-15LibWeb: Put final foreground/background colors in LayoutStyleAndreas Kling
2020-12-15LibWeb: Use IdentifierStyleValue for CSS 'text-transform'Andreas Kling
2020-12-15LibWeb: Use IdentifierStyleValue for CSS 'text-decoration-line'Andreas Kling
2020-12-15LibWeb: Make CSS "background: none" work againAndreas Kling
2020-12-14LibWeb: Add a simple StyleInvalidator classLinus Groh
2020-12-14LibWeb: Convert remaining CSS identifiers to use IdentifierStyleValueAndreas Kling
2020-12-14LibWeb: Use IdentifierStyleValue for CSS 'position'Andreas Kling
2020-12-14LibWeb: Use CSS::ValueID for 'text-align' valuesAndreas Kling
2020-12-14LibWeb: Improvements to font lookupAndreas Kling
2020-12-14LibWeb: Virtualize StyleValue equality checkAndreas Kling
2020-12-14LibWeb: Add a little assertion in Document::detach_from_frame()Andreas Kling
2020-12-14LibWeb: Simplify <iframe> content frame constructionAndreas Kling
2020-12-14LibWeb: Use final box model metrics for absolute 'right' and 'bottom'Andreas Kling
2020-12-14LibWeb: Limit style update tree traversal to dirty subtreesAndreas Kling
2020-12-14LibWeb: Layout absolutely positioned children *after* computing heightAndreas Kling
2020-12-14LibWeb: Don't replace selection on key press in non-editable contentAndreas Kling
2020-12-14LibWeb: Make StyleProperties::length_box() default to auto valuesAndreas Kling
2020-12-14LibWeb: Merge Document::layout() and Document::update_layout()Andreas Kling
2020-12-13LibWeb: Set the encoding of HTML documentsAndreas Kling
2020-12-13LibWeb: Update stale #includes for HTML/TagNames.* moveAndreas Kling
2020-12-13LibWeb: Attach DOM::Document to its frame before parsingAndreas Kling
2020-12-13LibWeb: Make HTMLDocumentParser take an existing documentAndreas Kling
2020-12-13LibWeb: Move DOM/TagNames.* => HTML/TagNames.*Andreas Kling
2020-12-13LibWeb: Mark element style dirty on style/id attribute change tooAndreas Kling
2020-12-13LibWeb: Mark element style dirty when class attribute changesAndreas Kling
2020-12-13LibWeb: Make DOM::Node::set_needs_style_update() schedule the updateAndreas Kling
2020-12-12LibWeb: Store layout box model metrics as floatsAndreas Kling
2020-12-12LibWeb: Use the margin box of floating elements for flowing aroundAndreas Kling
2020-12-12LibWeb: Don't place floating boxes before everything elseAndreas Kling
2020-12-12LibWeb: Make the ad-hoc CSS parser a little more tolerantAndreas Kling
2020-12-12LibWeb: Apply 'min-width' and 'max-width' constraints to replaced boxesAndreas Kling
2020-12-11LibWeb: Remove some unnecessary is_replaced() checks in BFCAndreas Kling
2020-12-11LibWeb: Move replaced element layout out of Layout::ReplacedBoxAndreas Kling
2020-12-11LibWeb: Fix inline-block width computation with no specified widthAndreas Kling
2020-12-10LibWeb: Use the surrounding text color as the caret colorAndreas Kling
2020-12-10LibWeb: Replace IDL 'void' return type with 'undefined'Linus Groh
2020-12-10LibWeb: Expect IDL namespace to end with semicolonLinus Groh
2020-12-09LibWeb: Apply suggested fixes.asynts
2020-12-09LibWeb: Expose DOM::Range to JavaScript.asynts
2020-12-09LibWeb: Make DOM::Range more suitable for JS.asynts
2020-12-09LibWeb: Join start and end after deleting selection.asynts
2020-12-09LibWeb: Implement deletion of more complex selections.asynts
2020-12-09LibWeb: Fix many bugs with the editing.asynts
2020-12-09LibWeb: Add support for cursor movement and delete.asynts
2020-12-09LibWeb: Support range delection accross nodes with shared parent.asynts