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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/service-worker-navigation-preload-disabled/webexposed/global-interface-listing-expected.txt

Issue 2964743002: Revert "Indexed DB: Remove nonstandard IDBFactory.webkitGetDatabaseNames()" (Closed)
Patch Set: Undeprecate Created 3 years, 5 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 CONSOLE WARNING: line 70: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 70: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 3627 matching lines...) Expand 10 before | Expand all | Expand 10 after
3638 setter onabort 3638 setter onabort
3639 setter onclose 3639 setter onclose
3640 setter onerror 3640 setter onerror
3641 setter onversionchange 3641 setter onversionchange
3642 interface IDBFactory 3642 interface IDBFactory
3643 attribute @@toStringTag 3643 attribute @@toStringTag
3644 method cmp 3644 method cmp
3645 method constructor 3645 method constructor
3646 method deleteDatabase 3646 method deleteDatabase
3647 method open 3647 method open
3648 method webkitGetDatabaseNames
3648 interface IDBIndex 3649 interface IDBIndex
3649 attribute @@toStringTag 3650 attribute @@toStringTag
3650 getter keyPath 3651 getter keyPath
3651 getter multiEntry 3652 getter multiEntry
3652 getter name 3653 getter name
3653 getter objectStore 3654 getter objectStore
3654 getter unique 3655 getter unique
3655 method constructor 3656 method constructor
3656 method count 3657 method count
3657 method get 3658 method get
(...skipping 5591 matching lines...) Expand 10 before | Expand all | Expand 10 after
9249 setter scrollY 9250 setter scrollY
9250 setter scrollbars 9251 setter scrollbars
9251 setter status 9252 setter status
9252 setter statusbar 9253 setter statusbar
9253 setter toolbar 9254 setter toolbar
9254 setter visualViewport 9255 setter visualViewport
9255 PASS successfullyParsed is true 9256 PASS successfullyParsed is true
9256 9257
9257 TEST COMPLETE 9258 TEST COMPLETE
9258 9259
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698