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

Side by Side Diff: LayoutTests/VirtualTestSuites

Issue 1119683003: Implement requestIdleCallback API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | LayoutTests/virtual/threaded/fast/idle-callback/README.txt » ('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",
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 { 156 {
157 "prefix": "sharedarraybuffer", 157 "prefix": "sharedarraybuffer",
158 "base": "fast/workers", 158 "base": "fast/workers",
159 "args": ["--js-flags=--harmony-sharedarraybuffer", 159 "args": ["--js-flags=--harmony-sharedarraybuffer",
160 "--enable-blink-features=SharedArrayBuffer"] 160 "--enable-blink-features=SharedArrayBuffer"]
161 }, 161 },
162 { 162 {
163 "prefix": "trustedeventsdefaultaction", 163 "prefix": "trustedeventsdefaultaction",
164 "base": "fast/events", 164 "base": "fast/events",
165 "args": ["--enable-blink-features=TrustedEventsDefaultAction"] 165 "args": ["--enable-blink-features=TrustedEventsDefaultAction"]
166 },
167 {
168 "prefix": "threaded",
169 "base": "fast/idle-callback",
170 "args": ["--enable-threaded-compositing"]
166 } 171 }
167 ] 172 ]
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/virtual/threaded/fast/idle-callback/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698