OLD | NEW |
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 }, | 6 }, |
7 { | 7 { |
8 "prefix": "gpu", | 8 "prefix": "gpu", |
9 "base": "canvas/philip", | 9 "base": "canvas/philip", |
10 "args": ["--enable-accelerated-2d-canvas"] | 10 "args": ["--enable-accelerated-2d-canvas"] |
(...skipping 20 matching lines...) Expand all Loading... |
31 "args": ["--enable-deferred-image-decoding", | 31 "args": ["--enable-deferred-image-decoding", |
32 "--enable-per-tile-painting"] | 32 "--enable-per-tile-painting"] |
33 }, | 33 }, |
34 { | 34 { |
35 "prefix": "deferred", | 35 "prefix": "deferred", |
36 "base": "inspector/tracing", | 36 "base": "inspector/tracing", |
37 "args": ["--enable-deferred-image-decoding", | 37 "args": ["--enable-deferred-image-decoding", |
38 "--enable-per-tile-painting"] | 38 "--enable-per-tile-painting"] |
39 }, | 39 }, |
40 { | 40 { |
41 "name": "gpu/compositedscrolling/overflow", | 41 "prefix": "prefer_compositing_to_lcd_text", |
42 "base": "compositing/overflow", | 42 "base": "compositing/overflow", |
43 "args": ["--enable-prefer-compositing-to-lcd-text"] | 43 "args": ["--enable-prefer-compositing-to-lcd-text"] |
44 }, | 44 }, |
45 { | 45 { |
46 "name": "gpu/compositedscrolling/scrollbars", | 46 "prefix": "prefer_compositing_to_lcd_text", |
47 "base": "scrollbars", | 47 "base": "scrollbars", |
48 "args": ["--enable-prefer-compositing-to-lcd-text"] | 48 "args": ["--enable-prefer-compositing-to-lcd-text"] |
49 }, | 49 }, |
50 { | 50 { |
51 "prefix": "threaded", | 51 "prefix": "threaded", |
52 "base": "animations", | 52 "base": "animations", |
53 "args": ["--enable-threaded-compositing"] | 53 "args": ["--enable-threaded-compositing"] |
54 }, | 54 }, |
55 { | 55 { |
56 "prefix": "threaded", | 56 "prefix": "threaded", |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 "prefix": "regionbasedmulticol", | 122 "prefix": "regionbasedmulticol", |
123 "base": "fast/multicol", | 123 "base": "fast/multicol", |
124 "args": ["--enable-region-based-columns"] | 124 "args": ["--enable-region-based-columns"] |
125 }, | 125 }, |
126 { | 126 { |
127 "prefix": "regionbasedmulticol", | 127 "prefix": "regionbasedmulticol", |
128 "base": "fast/pagination", | 128 "base": "fast/pagination", |
129 "args": ["--enable-region-based-columns"] | 129 "args": ["--enable-region-based-columns"] |
130 } | 130 } |
131 ] | 131 ] |
132 | |
133 | |
OLD | NEW |