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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/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 size 2 getter size
3 getter type 3 getter type
4 method constructor 4 method constructor
5 method slice 5 method slice
6 interface BroadcastChannel : EventTarget 6 interface BroadcastChannel : EventTarget
7 getter name 7 getter name
8 getter onmessage 8 getter onmessage
9 method close 9 method close
10 method constructor 10 method constructor
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 getter objectStore 301 getter objectStore
302 getter unique 302 getter unique
303 method constructor 303 method constructor
304 method count 304 method count
305 method get 305 method get
306 method getAll 306 method getAll
307 method getAllKeys 307 method getAllKeys
308 method getKey 308 method getKey
309 method openCursor 309 method openCursor
310 method openKeyCursor 310 method openKeyCursor
311 setter name
311 interface IDBKeyRange 312 interface IDBKeyRange
312 static method bound 313 static method bound
313 static method lowerBound 314 static method lowerBound
314 static method only 315 static method only
315 static method upperBound 316 static method upperBound
316 getter lower 317 getter lower
317 getter lowerOpen 318 getter lowerOpen
318 getter upper 319 getter upper
319 getter upperOpen 320 getter upperOpen
320 method constructor 321 method constructor
(...skipping 11 matching lines...) Expand all
332 method createIndex 333 method createIndex
333 method delete 334 method delete
334 method deleteIndex 335 method deleteIndex
335 method get 336 method get
336 method getAll 337 method getAll
337 method getAllKeys 338 method getAllKeys
338 method index 339 method index
339 method openCursor 340 method openCursor
340 method openKeyCursor 341 method openKeyCursor
341 method put 342 method put
343 setter name
342 interface IDBOpenDBRequest : IDBRequest 344 interface IDBOpenDBRequest : IDBRequest
343 getter onblocked 345 getter onblocked
344 getter onupgradeneeded 346 getter onupgradeneeded
345 method constructor 347 method constructor
346 setter onblocked 348 setter onblocked
347 setter onupgradeneeded 349 setter onupgradeneeded
348 interface IDBRequest : EventTarget 350 interface IDBRequest : EventTarget
349 getter error 351 getter error
350 getter onerror 352 getter onerror
351 getter onsuccess 353 getter onsuccess
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 getter objectStore 722 getter objectStore
721 getter unique 723 getter unique
722 method constructor 724 method constructor
723 method count 725 method count
724 method get 726 method get
725 method getAll 727 method getAll
726 method getAllKeys 728 method getAllKeys
727 method getKey 729 method getKey
728 method openCursor 730 method openCursor
729 method openKeyCursor 731 method openKeyCursor
732 setter name
730 interface webkitIDBKeyRange 733 interface webkitIDBKeyRange
731 static method bound 734 static method bound
732 static method lowerBound 735 static method lowerBound
733 static method only 736 static method only
734 static method upperBound 737 static method upperBound
735 getter lower 738 getter lower
736 getter lowerOpen 739 getter lowerOpen
737 getter upper 740 getter upper
738 getter upperOpen 741 getter upperOpen
739 method constructor 742 method constructor
(...skipping 11 matching lines...) Expand all
751 method createIndex 754 method createIndex
752 method delete 755 method delete
753 method deleteIndex 756 method deleteIndex
754 method get 757 method get
755 method getAll 758 method getAll
756 method getAllKeys 759 method getAllKeys
757 method index 760 method index
758 method openCursor 761 method openCursor
759 method openKeyCursor 762 method openKeyCursor
760 method put 763 method put
764 setter name
761 interface webkitIDBRequest : EventTarget 765 interface webkitIDBRequest : EventTarget
762 getter error 766 getter error
763 getter onerror 767 getter onerror
764 getter onsuccess 768 getter onsuccess
765 getter readyState 769 getter readyState
766 getter result 770 getter result
767 getter source 771 getter source
768 getter transaction 772 getter transaction
769 method constructor 773 method constructor
770 setter onerror 774 setter onerror
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
805 setter onmessage 809 setter onmessage
806 setter onnotificationclick 810 setter onnotificationclick
807 setter onnotificationclose 811 setter onnotificationclose
808 setter onpush 812 setter onpush
809 setter onsync 813 setter onsync
810 PASS Verify the interface of ServiceWorkerGlobalScope 814 PASS Verify the interface of ServiceWorkerGlobalScope
811 PASS successfullyParsed is true 815 PASS successfullyParsed is true
812 816
813 TEST COMPLETE 817 TEST COMPLETE
814 818
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698