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

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

Issue 2184973002: Add UMA to count the usage of sendBeacon with non-simple Content-Type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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
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",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "base": "webexposed", 62 "base": "webexposed",
63 "args": ["--stable-release-mode"] 63 "args": ["--stable-release-mode"]
64 }, 64 },
65 { 65 {
66 "prefix": "stable", 66 "prefix": "stable",
67 "base": "http/tests/serviceworker/webexposed", 67 "base": "http/tests/serviceworker/webexposed",
68 "args": ["--stable-release-mode"] 68 "args": ["--stable-release-mode"]
69 }, 69 },
70 { 70 {
71 "prefix": "stable", 71 "prefix": "stable",
72 "base": "http/tests/navigation",
73 "args": ["--stable-release-mode"]
74 },
75 {
76 "prefix": "stable",
72 "base": "animations-unprefixed", 77 "base": "animations-unprefixed",
73 "args": ["--stable-release-mode"] 78 "args": ["--stable-release-mode"]
74 }, 79 },
75 { 80 {
76 "prefix": "stable", 81 "prefix": "stable",
77 "base": "media/stable", 82 "base": "media/stable",
78 "args": ["--stable-release-mode"] 83 "args": ["--stable-release-mode"]
79 }, 84 },
80 { 85 {
81 "prefix": "android", 86 "prefix": "android",
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 "prefix": "documentwriteevaluator", 258 "prefix": "documentwriteevaluator",
254 "base": "http/tests/preload/document-write", 259 "base": "http/tests/preload/document-write",
255 "args": ["--enable-blink-features=DocumentWriteEvaluator"] 260 "args": ["--enable-blink-features=DocumentWriteEvaluator"]
256 }, 261 },
257 { 262 {
258 "prefix": "asyncawait", 263 "prefix": "asyncawait",
259 "base": "inspector/sources/debugger-async/async-await", 264 "base": "inspector/sources/debugger-async/async-await",
260 "args": ["--js-flags=--harmony-async-await"] 265 "args": ["--js-flags=--harmony-async-await"]
261 } 266 }
262 ] 267 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698