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

Side by Side Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 2276593002: Support renaming of IndexedDB indexes and object stores. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added test coverage for the (slightly incorrect) behavior in strict mode when our flag is not enabl… Created 4 years, 3 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 interface Blob 1 interface Blob
2 getter isClosed 2 getter isClosed
3 getter size 3 getter size
4 getter type 4 getter type
5 method close 5 method close
6 method constructor 6 method constructor
7 method slice 7 method slice
8 interface BroadcastChannel : EventTarget 8 interface BroadcastChannel : EventTarget
9 getter name 9 getter name
10 getter onmessage 10 getter onmessage
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 getter objectStore 314 getter objectStore
315 getter unique 315 getter unique
316 method constructor 316 method constructor
317 method count 317 method count
318 method get 318 method get
319 method getAll 319 method getAll
320 method getAllKeys 320 method getAllKeys
321 method getKey 321 method getKey
322 method openCursor 322 method openCursor
323 method openKeyCursor 323 method openKeyCursor
324 setter name
324 interface IDBKeyRange 325 interface IDBKeyRange
325 static method bound 326 static method bound
326 static method lowerBound 327 static method lowerBound
327 static method only 328 static method only
328 static method upperBound 329 static method upperBound
329 getter lower 330 getter lower
330 getter lowerOpen 331 getter lowerOpen
331 getter upper 332 getter upper
332 getter upperOpen 333 getter upperOpen
333 method constructor 334 method constructor
(...skipping 12 matching lines...) Expand all
346 method delete 347 method delete
347 method deleteIndex 348 method deleteIndex
348 method get 349 method get
349 method getAll 350 method getAll
350 method getAllKeys 351 method getAllKeys
351 method getKey 352 method getKey
352 method index 353 method index
353 method openCursor 354 method openCursor
354 method openKeyCursor 355 method openKeyCursor
355 method put 356 method put
357 setter name
356 interface IDBObservation 358 interface IDBObservation
357 getter key 359 getter key
358 getter type 360 getter type
359 getter value 361 getter value
360 method constructor 362 method constructor
361 interface IDBObserver 363 interface IDBObserver
362 method constructor 364 method constructor
363 method observe 365 method observe
364 method unobserve 366 method unobserve
365 interface IDBOpenDBRequest : IDBRequest 367 interface IDBOpenDBRequest : IDBRequest
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 getter objectStore 1291 getter objectStore
1290 getter unique 1292 getter unique
1291 method constructor 1293 method constructor
1292 method count 1294 method count
1293 method get 1295 method get
1294 method getAll 1296 method getAll
1295 method getAllKeys 1297 method getAllKeys
1296 method getKey 1298 method getKey
1297 method openCursor 1299 method openCursor
1298 method openKeyCursor 1300 method openKeyCursor
1301 setter name
1299 interface webkitIDBKeyRange 1302 interface webkitIDBKeyRange
1300 static method bound 1303 static method bound
1301 static method lowerBound 1304 static method lowerBound
1302 static method only 1305 static method only
1303 static method upperBound 1306 static method upperBound
1304 getter lower 1307 getter lower
1305 getter lowerOpen 1308 getter lowerOpen
1306 getter upper 1309 getter upper
1307 getter upperOpen 1310 getter upperOpen
1308 method constructor 1311 method constructor
(...skipping 12 matching lines...) Expand all
1321 method delete 1324 method delete
1322 method deleteIndex 1325 method deleteIndex
1323 method get 1326 method get
1324 method getAll 1327 method getAll
1325 method getAllKeys 1328 method getAllKeys
1326 method getKey 1329 method getKey
1327 method index 1330 method index
1328 method openCursor 1331 method openCursor
1329 method openKeyCursor 1332 method openKeyCursor
1330 method put 1333 method put
1334 setter name
1331 interface webkitIDBRequest : EventTarget 1335 interface webkitIDBRequest : EventTarget
1332 getter error 1336 getter error
1333 getter onerror 1337 getter onerror
1334 getter onsuccess 1338 getter onsuccess
1335 getter readyState 1339 getter readyState
1336 getter result 1340 getter result
1337 getter source 1341 getter source
1338 getter transaction 1342 getter transaction
1339 method constructor 1343 method constructor
1340 setter onerror 1344 setter onerror
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1377 setter onmessage 1381 setter onmessage
1378 setter onnotificationclick 1382 setter onnotificationclick
1379 setter onnotificationclose 1383 setter onnotificationclose
1380 setter onpush 1384 setter onpush
1381 setter onsync 1385 setter onsync
1382 PASS Verify the interface of ServiceWorkerGlobalScope 1386 PASS Verify the interface of ServiceWorkerGlobalScope
1383 PASS successfullyParsed is true 1387 PASS successfullyParsed is true
1384 1388
1385 TEST COMPLETE 1389 TEST COMPLETE
1386 1390
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698