Home | History | Annotate | Download | only in WebCore

Lines Matching full:outline

2816         * manual-tests/inline-outline-repaint.html: Removed.
2817 * manual-tests/outline-repaint-glitch.html: Removed.
5861 Incomplete repaint of inlines' outline during editing
5863 * manual-tests/inline-outline-repaint.html: Added.
5865 (WebCore::RenderBlock::layoutBlock): Add the maximal outline width to the
6943 REGRESSION (r13655): Layer outline not clipped where it should be
7588 Test: fast/repaint/layer-outline.html fast/repaint/layer-outline-horizontal.html
7593 Layer outline does not repaint
7597 outline phase and do it only if the outlineRect isn't empty.
7598 (WebCore::RenderLayer::calculateRects): Actually add the outline width to the
7599 outline rect.
7644 delta rectangles that need to be invalidated must be inflated by the outline size to ensure
7645 that the previous outline is erased, and the space where the new outline is to be drawn is
7648 * manual-tests/outline-repaint-glitch.html: Added. Manual testcase.
7649 This is just an outline version of border-repaint-glitch.html
7723 outline-offset. Changed shadow parsing to use getColorFromPrimitiveValue
7732 Added an outline-offset for <input type=text> of -2px.
7735 (WebCore::CSSParser::parseValue): Added focus ring color as an outline color all
20491 contentEditable outline darkens as caret moves