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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload/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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 method transaction 484 method transaction
485 setter onabort 485 setter onabort
486 setter onclose 486 setter onclose
487 setter onerror 487 setter onerror
488 setter onversionchange 488 setter onversionchange
489 interface IDBFactory 489 interface IDBFactory
490 method cmp 490 method cmp
491 method constructor 491 method constructor
492 method deleteDatabase 492 method deleteDatabase
493 method open 493 method open
494 method webkitGetDatabaseNames
495 interface IDBIndex 494 interface IDBIndex
496 getter keyPath 495 getter keyPath
497 getter multiEntry 496 getter multiEntry
498 getter name 497 getter name
499 getter objectStore 498 getter objectStore
500 getter unique 499 getter unique
501 method constructor 500 method constructor
502 method count 501 method count
503 method get 502 method get
504 method getAll 503 method getAll
(...skipping 1803 matching lines...) Expand 10 before | Expand all | Expand 10 after
2308 setter onnotificationclick 2307 setter onnotificationclick
2309 setter onnotificationclose 2308 setter onnotificationclose
2310 setter onpaymentrequest 2309 setter onpaymentrequest
2311 setter onpush 2310 setter onpush
2312 setter onsync 2311 setter onsync
2313 PASS Verify the interface of ServiceWorkerGlobalScope 2312 PASS Verify the interface of ServiceWorkerGlobalScope
2314 PASS successfullyParsed is true 2313 PASS successfullyParsed is true
2315 2314
2316 TEST COMPLETE 2315 TEST COMPLETE
2317 2316
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698