summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/paint
Commit message (Expand)AuthorAgeFilesLines
* Rename PaintLayer::mapXXXToPaintBackingCoordinates() to mapXXXInPaintInvalida...wangxianzhu2016-03-252-7/+7
* When the SVG element is 'visible', the SVG element is not shownhyunjune.kim2016-03-251-2/+3
* Build correct visual rects for scrollbars.wkorman2016-03-242-0/+10
* Fix comment for shouldSuppressPaintingLayer mode.chrishtr2016-03-231-3/+4
* Document how effective zoom relates to StyleImage sizingdavve2016-03-231-0/+2
* Straighten out zoom and border-imagedavve2016-03-231-2/+4
* Disable subsequence caching when didLayoutWithPendingStylesheets is true.chrishtr2016-03-231-3/+9
* Make GraphicsLayer the DisplayItemClient for scrollbars composited via PaintL...wkorman2016-03-231-0/+2
* Remove WTF_LOG_ERROR macro.tkent2016-03-221-1/+1
* Always apply parent clips to selection rects when painting.chrishtr2016-03-211-1/+3
* Consolidate background fill layer opaqueness into one methodschenney2016-03-212-13/+3
* Set m_{width,height}AvailableToChildrenChanged when scrollbars appearcbiesinger2016-03-181-0/+2
* Rename some LayoutObject's SVG-specific methodswangxianzhu2016-03-188-20/+20
* Fix the check for divide-by-zero in background image tilingschenney2016-03-181-2/+2
* Fix for lack of cover with background-size: coverschenney2016-03-181-3/+12
* Revert of Skip PaintLayer empty paint phases if it previously painted nothing...wangxianzhu2016-03-184-98/+16
* Implement canvas tainting for canvas filtersajuma2016-03-181-0/+2
* Avoid paintInvalidationContainer parameter of invalidatePaintIfNeeded()wangxianzhu2016-03-182-9/+11
* Rename isTreatedAsOrStackingContext to isStacked and move out of ComputedStylewangxianzhu2016-03-1715-65/+121
* Cleanup after selection gap painting removal.kotenkov2016-03-162-4/+0
* [SPv2] Fix paint offset computation for LayoutTableCell in property tree buildertrchen2016-03-162-2/+50
* First programmatic smooth scroll should run on the compositor if it canymalik2016-03-162-0/+10
* Switch from pointers to const references in image codeschenney2016-03-154-7/+7
* [SPv2] Create transform node for scrollbar paint offsettrchen2016-03-153-3/+45
* Adjust the pixel snapping methodology for tiled backgroundsschenney2016-03-143-34/+13
* Skip PaintLayer empty paint phases if it previously painted nothingwangxianzhu2016-03-124-16/+98
* blink: Rename platform/ methods to prefix with get when they collide.danakj2016-03-1143-190/+190
* Remove Image::computeIntrinsicDimensions()davve2016-03-091-8/+15
* [SPv2] Hookup overflow clip/scroll property nodes for normal flowtrchen2016-03-093-1/+27
* Renaming in PaintPropertyTreeBuilderwangxianzhu2016-03-081-32/+34
* style: Rename the PseudoId enum values to CamelCase and prefix them.danakj2016-03-083-10/+10
* Merge image sizing algorithmsdavve2016-03-084-13/+13
* style: Rename the values in a few enums to be CamelCase and prefixeddanakj2016-03-071-3/+3
* style: Remame values in EOverflow and EVerticalAlign to CamelCasedanakj2016-03-071-12/+12
* style: Rename the EMarginCollapse EBoxDecorationBreak and EBoxSizing enumsdanakj2016-03-052-2/+2
* style: Rename the EBorderCollapse and EBorderStyle enums to CamelCasedanakj2016-03-056-90/+90
* Support externally-defined canvas filtersajuma2016-03-043-45/+4
* Ensure frames respect paint offsets for paint property treespdr2016-03-032-13/+14
* Reland "Fully (?) fix overflow: auto with delayed scroll updates (patchset #5...cbiesinger2016-03-032-9/+20
* Partly revert of Conditionally create PaintLayer's scrollable area object (pa...wangxianzhu2016-03-022-10/+6
* Fix overlay scroll bar color on elements with dark backgroundkoggdal2016-03-021-8/+29
* Fix text-combine-upright positioning for fonts with internal leadingkojii2016-03-021-4/+1
* Rename more enums/functions that collide in chromium style.danakj2016-03-028-17/+17
* Remove old paint offset caching codewangxianzhu2016-03-0231-145/+104
* Rename enums/functions that collide in chromium style in platform/danakj2016-03-022-2/+2
* Create frame paint properties during layout tree property generationpdr2016-03-012-9/+61
* Fix a crash due to fullscreen with a CSS reference filterschenney2016-03-011-1/+1
* Remove unused IntPoint overload of ScrollableArea::setScrollOffset.skobes2016-03-012-6/+0
* Rename leftover enums/functions that collide in chromium style.danakj2016-03-011-6/+6
* Revert of Fully (?) fix overflow: auto with delayed scroll updates (patchset ...lfg2016-03-012-20/+9