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

Side by Side Diff: chrome/test/data/indexeddb/cursor_prefetch.html

Issue 8662017: IndexedDB: Cursor pre-fetching. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix indentation Created 9 years 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 | « chrome/test/data/indexeddb/common.js ('k') | chrome/test/data/indexeddb/cursor_prefetch.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>IndexedDB cursor prefetch test</title>
4 <script type="text/javascript" src="common.js"></script>
5 <script type="text/javascript" src="cursor_prefetch.js"></script>
6 </head>
7 <body onLoad="test()">
8 <div id="status">Starting...</div>
9 </body>
10 </html>
11
OLDNEW
« no previous file with comments | « chrome/test/data/indexeddb/common.js ('k') | chrome/test/data/indexeddb/cursor_prefetch.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698