OLD | NEW |
---|---|
1 [ | 1 [ |
2 { | 2 { |
3 "prefix": "color_space", | 3 "prefix": "color_space", |
4 "base": "fast/canvas/color-space", | 4 "base": "fast/canvas/color-space", |
5 "args": ["--enable-color-correct-rendering", | 5 "args": ["--enable-color-correct-rendering", |
6 "--enable-true-color-rendering"] | 6 "--enable-true-color-rendering"] |
7 }, | 7 }, |
8 { | 8 { |
9 "prefix": "gpu", | 9 "prefix": "gpu", |
10 "base": "fast/canvas", | 10 "base": "fast/canvas", |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
97 "prefix": "stable", | 97 "prefix": "stable", |
98 "base": "media/stable", | 98 "base": "media/stable", |
99 "args": ["--stable-release-mode"] | 99 "args": ["--stable-release-mode"] |
100 }, | 100 }, |
101 { | 101 { |
102 "prefix": "stable", | 102 "prefix": "stable", |
103 "base": "paint/invalidation", | 103 "base": "paint/invalidation", |
104 "args": ["--stable-release-mode"] | 104 "args": ["--stable-release-mode"] |
105 }, | 105 }, |
106 { | 106 { |
107 "prefix": "stable", | |
108 "base": "http/tests/origin_trials/webexposed", | |
109 "args": ["--stable-release-mode"] | |
110 }, | |
111 { | |
112 "prefix": "origin-trials-features-disabled", | |
113 "base": "http/tests/origin_trials/webexposed", | |
114 "args": ["--disable-blink-features=ForeignFetch,ImageCapture,LinkServiceWork er,LongTaskObserver,ServiceWorkerNavigationPreload,SetRootScroller,WebUSB,WebVR, WebShare", | |
iclelland
2017/01/26 20:14:11
This is a big list, and updating it unfortunately
chasej
2017/01/27 17:22:36
It should be straight-forward to add a new flag. L
| |
115 "--disable-features=ForeignFetch,ImageCapture,LinkServiceWorker,Lon gTaskObserver,ServiceWorkerNavigationPreload,SetRootScroller,WebUSB,WebVR,WebSha re"] | |
116 }, | |
117 { | |
107 "prefix": "android", | 118 "prefix": "android", |
108 "base": "fullscreen", | 119 "base": "fullscreen", |
109 "args": ["--enable-threaded-compositing", | 120 "args": ["--enable-threaded-compositing", |
110 "--enable-fixed-position-compositing", "--enable-prefer-compositing -to-lcd-text", | 121 "--enable-fixed-position-compositing", "--enable-prefer-compositing -to-lcd-text", |
111 "--enable-composited-scrolling-for-frames", "--enable-gesture-tap-h ighlight", "--enable-pinch", | 122 "--enable-composited-scrolling-for-frames", "--enable-gesture-tap-h ighlight", "--enable-pinch", |
112 "--force-overlay-fullscreen-video", "--enable-overlay-scrollbars", "--enable-overscroll-notifications", | 123 "--force-overlay-fullscreen-video", "--enable-overlay-scrollbars", "--enable-overscroll-notifications", |
113 "--enable-fixed-layout", "--enable-viewport", "--disable-canvas-aa" , | 124 "--enable-fixed-layout", "--enable-viewport", "--disable-canvas-aa" , |
114 "--disable-composited-antialiasing"] | 125 "--disable-composited-antialiasing"] |
115 }, | 126 }, |
116 { | 127 { |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
354 "prefix": "mojo-localstorage", | 365 "prefix": "mojo-localstorage", |
355 "base": "external/wpt/webstorage", | 366 "base": "external/wpt/webstorage", |
356 "args": ["--mojo-local-storage"] | 367 "args": ["--mojo-local-storage"] |
357 }, | 368 }, |
358 { | 369 { |
359 "prefix": "mojo-localstorage", | 370 "prefix": "mojo-localstorage", |
360 "base": "storage/domstorage/localstorage", | 371 "base": "storage/domstorage/localstorage", |
361 "args": ["--mojo-local-storage"] | 372 "args": ["--mojo-local-storage"] |
362 } | 373 } |
363 ] | 374 ] |
OLD | NEW |