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

Side by Side Diff: LayoutTests/VirtualTestSuites

Issue 802383003: Run CSSOM smooth scroll animations on the compositor when possible (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add comment Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/fast/scroll-behavior/resources/scroll-behavior-test.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "prefix": "gpu", 3 "prefix": "gpu",
4 "base": "fast/canvas", 4 "base": "fast/canvas",
5 "args": ["--enable-accelerated-2d-canvas", 5 "args": ["--enable-accelerated-2d-canvas",
6 "--disable-display-list-2d-canvas", 6 "--disable-display-list-2d-canvas",
7 "--enable-impl-side-painting"] 7 "--enable-impl-side-painting"]
8 }, 8 },
9 { 9 {
10 "prefix": "gpu", 10 "prefix": "gpu",
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 "prefix": "threaded", 61 "prefix": "threaded",
62 "base": "animations", 62 "base": "animations",
63 "args": ["--enable-threaded-compositing"] 63 "args": ["--enable-threaded-compositing"]
64 }, 64 },
65 { 65 {
66 "prefix": "threaded", 66 "prefix": "threaded",
67 "base": "transitions", 67 "base": "transitions",
68 "args": ["--enable-threaded-compositing"] 68 "args": ["--enable-threaded-compositing"]
69 }, 69 },
70 { 70 {
71 "prefix": "threaded",
72 "base": "fast/scroll-behavior",
73 "args": ["--enable-threaded-compositing",
74 "--enable-prefer-compositing-to-lcd-text"]
75 },
76 {
71 "prefix": "stable", 77 "prefix": "stable",
72 "base": "webexposed", 78 "base": "webexposed",
73 "args": ["--stable-release-mode"] 79 "args": ["--stable-release-mode"]
74 }, 80 },
75 { 81 {
76 "prefix": "stable", 82 "prefix": "stable",
77 "base": "animations-unprefixed", 83 "base": "animations-unprefixed",
78 "args": ["--stable-release-mode"] 84 "args": ["--stable-release-mode"]
79 }, 85 },
80 { 86 {
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 "prefix": "slimmingpaint", 209 "prefix": "slimmingpaint",
204 "base": "fast/multicol", 210 "base": "fast/multicol",
205 "args": ["--enable-slimming-paint", "--enable-impl-side-painting", "--enable -region-based-columns"] 211 "args": ["--enable-slimming-paint", "--enable-impl-side-painting", "--enable -region-based-columns"]
206 }, 212 },
207 { 213 {
208 "prefix": "rootlayerscrolls", 214 "prefix": "rootlayerscrolls",
209 "base": "fast/scrolling", 215 "base": "fast/scrolling",
210 "args": ["--root-layer-scrolls"] 216 "args": ["--root-layer-scrolls"]
211 } 217 }
212 ] 218 ]
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/scroll-behavior/resources/scroll-behavior-test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698