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

Side by Side Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2312493002: [worklets] Introduce ThreadedWorkletMessagingProxy and AnimationWorkletMessagaingProxy. (Closed)
Patch Set: rebase. Created 4 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/worklet/import.html » ('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 }, 7 },
8 { 8 {
9 "prefix": "display_list_2d_canvas", 9 "prefix": "display_list_2d_canvas",
10 "base": "fast/canvas", 10 "base": "fast/canvas",
11 "args": ["--force-display-list-2d-canvas"] 11 "args": ["--force-display-list-2d-canvas"]
12 }, 12 },
13 { 13 {
14 "prefix": "threaded", 14 "prefix": "threaded",
15 "base": "compositing/visibility", 15 "base": "compositing/visibility",
16 "args": ["--enable-threaded-compositing"] 16 "args": ["--enable-threaded-compositing"]
17 }, 17 },
18 { 18 {
19 "prefix": "threaded", 19 "prefix": "threaded",
20 "base": "fast/compositorworker", 20 "base": "fast/compositorworker",
21 "args": ["--enable-threaded-compositing"] 21 "args": ["--enable-threaded-compositing"]
22 }, 22 },
23 { 23 {
24 "prefix": "threaded", 24 "prefix": "threaded",
25 "base": "http/tests/worklet",
26 "args": ["--enable-threaded-compositing"]
27 },
28 {
29 "prefix": "threaded",
25 "base": "compositing/webgl", 30 "base": "compositing/webgl",
26 "args": ["--enable-threaded-compositing"] 31 "args": ["--enable-threaded-compositing"]
27 }, 32 },
28 { 33 {
29 "prefix": "prefer_compositing_to_lcd_text", 34 "prefix": "prefer_compositing_to_lcd_text",
30 "base": "compositing/overflow", 35 "base": "compositing/overflow",
31 "args": ["--enable-prefer-compositing-to-lcd-text"] 36 "args": ["--enable-prefer-compositing-to-lcd-text"]
32 }, 37 },
33 { 38 {
34 "prefix": "prefer_compositing_to_lcd_text", 39 "prefix": "prefer_compositing_to_lcd_text",
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "prefix": "enable_wasm", 293 "prefix": "enable_wasm",
289 "base": "http/tests/wasm", 294 "base": "http/tests/wasm",
290 "args": ["--enable-wasm"] 295 "args": ["--enable-wasm"]
291 }, 296 },
292 { 297 {
293 "prefix": "mojo-service-worker", 298 "prefix": "mojo-service-worker",
294 "base": "http/tests/serviceworker", 299 "base": "http/tests/serviceworker",
295 "args": ["--mojo-service-worker"] 300 "args": ["--mojo-service-worker"]
296 } 301 }
297 ] 302 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/worklet/import.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698