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

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

Powered by Google App Engine
This is Rietveld 408576698