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

Side by Side Diff: LayoutTests/VirtualTestSuites

Issue 1008043002: [S.P.] Don't draw frames of animated images that are offscreen. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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
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 }, 7 },
8 { 8 {
9 "prefix": "gpu", 9 "prefix": "gpu",
10 "base": "canvas/philip", 10 "base": "canvas/philip",
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "reference_args": [] 210 "reference_args": []
211 }, 211 },
212 { 212 {
213 "prefix": "slimmingpaint", 213 "prefix": "slimmingpaint",
214 "base": "fast/events", 214 "base": "fast/events",
215 "args": ["--enable-slimming-paint"], 215 "args": ["--enable-slimming-paint"],
216 "reference_args": [] 216 "reference_args": []
217 }, 217 },
218 { 218 {
219 "prefix": "slimmingpaint", 219 "prefix": "slimmingpaint",
220 "base": "paint",
221 "args": ["--enable-slimming-paint"],
222 "reference_args": []
223 },
224 {
225 "prefix": "slimmingpaint",
220 "base": "svg/text", 226 "base": "svg/text",
221 "args": ["--enable-slimming-paint"], 227 "args": ["--enable-slimming-paint"],
222 "reference_args": [] 228 "reference_args": []
223 }, 229 },
224 { 230 {
225 "prefix": "slimmingpaint", 231 "prefix": "slimmingpaint",
226 "base": "svg/stroke", 232 "base": "svg/stroke",
227 "args": ["--enable-slimming-paint"], 233 "args": ["--enable-slimming-paint"],
228 "reference_args": [] 234 "reference_args": []
229 }, 235 },
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 "prefix": "scroll_customization", 317 "prefix": "scroll_customization",
312 "base": "fast/events/touch", 318 "base": "fast/events/touch",
313 "args": ["--enable-blink-features=ScrollCustomization"] 319 "args": ["--enable-blink-features=ScrollCustomization"]
314 }, 320 },
315 { 321 {
316 "prefix": "smoothscrolling", 322 "prefix": "smoothscrolling",
317 "base": "fast/events/touch/gesture", 323 "base": "fast/events/touch/gesture",
318 "args": ["--enable-smooth-scrolling"] 324 "args": ["--enable-smooth-scrolling"]
319 } 325 }
320 ] 326 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698