Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(202)

Issue 1834843002: [WIP] Plumbing for paint

Created:
4 years, 9 months ago by ikilpatrick
Modified:
4 years, 8 months ago
Reviewers:
CC:
chromium-reviews, blink-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[WIP] Plumbing for paint BUG=

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : \o/ #

Patch Set 4 : \o/\o/ #

Patch Set 5 : rebase #

Patch Set 6 : tmp #

Patch Set 7 : #

Patch Set 8 : done? #

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1565 lines, -17 lines) Patch
A third_party/WebKit/LayoutTests/csspaint/background-image-multiple.html View 1 2 3 4 5 6 7 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/background-image-multiple-expected.html View 1 2 3 4 5 6 7 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/background-image-tiled.html View 1 2 3 4 5 6 7 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/background-image-tiled-expected.html View 1 2 3 4 5 6 7 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/geometry-background-image.html View 1 2 3 4 5 6 7 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/geometry-background-image-expected.txt View 1 2 3 4 5 6 7 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/geometry-background-image-tiled.html View 1 2 3 4 5 6 7 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/geometry-background-image-tiled-expected.txt View 1 2 3 4 5 6 7 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/geometry-border-image.html View 1 2 3 4 5 6 7 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/geometry-border-image-expected.txt View 1 2 3 4 5 6 7 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/invalid-image-constructor-error.html View 1 2 3 4 5 6 7 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/invalid-image-constructor-error-expected.html View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/invalid-image-paint-error.html View 1 2 3 4 5 6 7 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/invalid-image-paint-error-expected.html View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/invalid-image-pending-script.html View 1 2 3 4 5 6 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/invalid-image-pending-script-expected.html View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/overdraw.html View 1 2 3 4 5 6 7 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/overdraw-expected.html View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/paint2d-composite.html View 1 2 3 4 5 6 7 1 chunk +74 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/paint2d-composite-expected.html View 1 2 3 4 5 6 7 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/paint2d-gradient.html View 1 2 3 4 5 6 7 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/paint2d-gradient-expected.html View 1 2 3 4 5 6 7 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/paint2d-paths.html View 1 2 3 4 5 6 7 1 chunk +49 lines, -0 lines 0 comments Download
A + third_party/WebKit/LayoutTests/csspaint/paint2d-paths-expected.html View 1 2 3 4 5 6 7 3 chunks +7 lines, -7 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/paint2d-rects.html View 1 2 3 4 5 6 7 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/paint2d-rects-expected.html View 1 2 3 4 5 6 7 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/paint2d-shadows.html View 1 2 3 4 5 6 7 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/paint2d-shadows-expected.html View 1 2 3 4 5 6 7 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/paint2d-transform.html View 1 2 3 4 5 6 7 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/paint2d-transform-expected.html View 1 2 3 4 5 6 7 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/resources/paint-logging-green.js View 1 2 3 4 5 6 7 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/resources/test-runner-geometry-logging.js View 1 2 3 4 5 6 7 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/resources/test-runner-simple-paint-worklet.js View 1 2 3 4 5 6 7 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/valid-image-after-load.html View 1 2 3 4 5 6 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/valid-image-after-load-expected.html View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/valid-image-before-load.html View 1 2 3 4 5 6 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/csspaint/valid-image-before-load-expected.html View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/worklet/webexposed/global-interface-listing-paint-worklet-expected.txt View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/core.gypi View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/css/CSSPaintImageGenerator.h View 1 2 3 4 5 6 7 8 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/css/CSSPaintImageGenerator.cpp View 1 2 3 4 5 1 chunk +33 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPaintValue.h View 1 2 3 4 5 6 7 8 2 chunks +24 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/CSSPaintValue.cpp View 1 2 3 4 5 6 7 8 4 chunks +22 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/ModulesInitializer.cpp View 1 2 3 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/canvas2d/Path2D.idl View 1 2 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.h View 1 2 3 4 5 4 chunks +11 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.cpp View 1 2 3 4 5 6 2 chunks +92 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/csspaint/CSSPaintImageGeneratorImpl.h View 1 2 3 4 5 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/csspaint/CSSPaintImageGeneratorImpl.cpp View 1 2 3 4 5 6 7 8 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/modules/csspaint/Geometry.h View 1 2 3 4 5 6 1 chunk +32 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/modules/csspaint/Geometry.idl View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/csspaint/PaintWorklet.h View 1 2 3 4 5 1 chunk +8 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/csspaint/PaintWorklet.cpp View 1 2 3 4 5 1 chunk +15 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.h View 1 2 3 4 5 6 7 8 3 chunks +7 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/modules/csspaint/PaintWorkletGlobalScope.cpp View 1 2 3 4 5 6 7 8 3 chunks +25 lines, -1 line 0 comments Download
M third_party/WebKit/Source/modules/modules.gypi View 1 2 3 4 5 6 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/blink_platform.gypi View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/graphics/ImageBuffer.h View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/graphics/PaintGeneratedImage.h View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/platform/graphics/PaintGeneratedImage.cpp View 1 2 3 4 5 6 7 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (1 generated)
ikilpatrick
4 years, 8 months ago (2016-03-31 16:16:47 UTC) #1
Description was changed from

==========
Begin registerPaint()

BUG=
==========

to

==========
[WIP] Plumbing for paint

BUG=
==========

Powered by Google App Engine
This is Rietveld 408576698