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

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

Issue 2818173003: Indexed DB: Remove nonstandard IDBFactory.webkitGetDatabaseNames() (Closed)
Patch Set: Remove content_browsertest for wGDN Created 3 years, 7 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 BackgroundFetchClickEvent : BackgroundFetchEvent 1 interface BackgroundFetchClickEvent : BackgroundFetchEvent
2 getter state 2 getter state
3 method constructor 3 method constructor
4 interface BackgroundFetchEvent : ExtendableEvent 4 interface BackgroundFetchEvent : ExtendableEvent
5 getter tag 5 getter tag
6 method constructor 6 method constructor
7 interface BackgroundFetchFailEvent : BackgroundFetchEvent 7 interface BackgroundFetchFailEvent : BackgroundFetchEvent
8 getter fetches 8 getter fetches
9 method constructor 9 method constructor
10 interface BackgroundFetchFetch 10 interface BackgroundFetchFetch
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 method transaction 486 method transaction
487 setter onabort 487 setter onabort
488 setter onclose 488 setter onclose
489 setter onerror 489 setter onerror
490 setter onversionchange 490 setter onversionchange
491 interface IDBFactory 491 interface IDBFactory
492 method cmp 492 method cmp
493 method constructor 493 method constructor
494 method deleteDatabase 494 method deleteDatabase
495 method open 495 method open
496 method webkitGetDatabaseNames
497 interface IDBIndex 496 interface IDBIndex
498 getter keyPath 497 getter keyPath
499 getter multiEntry 498 getter multiEntry
500 getter name 499 getter name
501 getter objectStore 500 getter objectStore
502 getter unique 501 getter unique
503 method constructor 502 method constructor
504 method count 503 method count
505 method get 504 method get
506 method getAll 505 method getAll
(...skipping 1810 matching lines...) Expand 10 before | Expand all | Expand 10 after
2317 setter onnotificationclick 2316 setter onnotificationclick
2318 setter onnotificationclose 2317 setter onnotificationclose
2319 setter onpaymentrequest 2318 setter onpaymentrequest
2320 setter onpush 2319 setter onpush
2321 setter onsync 2320 setter onsync
2322 PASS Verify the interface of ServiceWorkerGlobalScope 2321 PASS Verify the interface of ServiceWorkerGlobalScope
2323 PASS successfullyParsed is true 2322 PASS successfullyParsed is true
2324 2323
2325 TEST COMPLETE 2324 TEST COMPLETE
2326 2325
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698