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

Side by Side Diff: third_party/WebKit/LayoutTests/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 5599 matching lines...) Expand 10 before | Expand all | Expand 10 after
9257 setter scrollY 9258 setter scrollY
9258 setter scrollbars 9259 setter scrollbars
9259 setter status 9260 setter status
9260 setter statusbar 9261 setter statusbar
9261 setter toolbar 9262 setter toolbar
9262 setter visualViewport 9263 setter visualViewport
9263 PASS successfullyParsed is true 9264 PASS successfullyParsed is true
9264 9265
9265 TEST COMPLETE 9266 TEST COMPLETE
9266 9267
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698