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

Side by Side Diff: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 2472583003: Navigation Timing Level 2 (Closed)
Patch Set: fixed layout tests failure Created 4 years 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 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead. 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' instead.
2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead. 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC ontext' instead.
3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead . 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use ' navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead .
4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated and will be remov ed in M57, around March 2017. Please use 'IDBTransaction' instead. See https://w ww.chromestatus.com/features/5775330191081472 for more details. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated and will be remov ed in M57, around March 2017. Please use 'IDBTransaction' instead. See https://w ww.chromestatus.com/features/5775330191081472 for more details.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated and will be removed i n M57, around March 2017. Please use 'IDBRequest' instead. See https://www.chrom estatus.com/features/5775330191081472 for more details. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated and will be removed i n M57, around March 2017. Please use 'IDBRequest' instead. See https://www.chrom estatus.com/features/5775330191081472 for more details.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated and will be remov ed in M57, around March 2017. Please use 'IDBObjectStore' instead. See https://w ww.chromestatus.com/features/5775330191081472 for more details. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated and will be remov ed in M57, around March 2017. Please use 'IDBObjectStore' instead. See https://w ww.chromestatus.com/features/5775330191081472 for more details.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated and will be removed in M57, around March 2017. Please use 'IDBKeyRange' instead. See https://www.chr omestatus.com/features/5775330191081472 for more details. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated and will be removed in M57, around March 2017. Please use 'IDBKeyRange' instead. See https://www.chr omestatus.com/features/5775330191081472 for more details.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated and will be removed in M57, around March 2017. Please use 'IDBIndex' instead. See https://www.chromesta tus.com/features/5775330191081472 for more details. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated and will be removed in M57, around March 2017. Please use 'IDBIndex' instead. See https://www.chromesta tus.com/features/5775330191081472 for more details.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated and will be removed i n M57, around March 2017. Please use 'IDBFactory' instead. See https://www.chrom estatus.com/features/5775330191081472 for more details. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated and will be removed i n M57, around March 2017. Please use 'IDBFactory' instead. See https://www.chrom estatus.com/features/5775330191081472 for more details.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated and will be removed in M57, around March 2017. Please use 'IDBDatabase' instead. See https://www.chr omestatus.com/features/5775330191081472 for more details. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated and will be removed in M57, around March 2017. Please use 'IDBDatabase' instead. See https://www.chr omestatus.com/features/5775330191081472 for more details.
(...skipping 4589 matching lines...) Expand 10 before | Expand all | Expand 10 after
4600 interface PerformanceNavigation 4600 interface PerformanceNavigation
4601 attribute @@toStringTag 4601 attribute @@toStringTag
4602 attribute TYPE_BACK_FORWARD 4602 attribute TYPE_BACK_FORWARD
4603 attribute TYPE_NAVIGATE 4603 attribute TYPE_NAVIGATE
4604 attribute TYPE_RELOAD 4604 attribute TYPE_RELOAD
4605 attribute TYPE_RESERVED 4605 attribute TYPE_RESERVED
4606 getter redirectCount 4606 getter redirectCount
4607 getter type 4607 getter type
4608 method constructor 4608 method constructor
4609 method toJSON 4609 method toJSON
4610 interface PerformanceNavigationTiming : PerformanceResourceTiming
4611 attribute @@toStringTag
4612 getter domComplete
4613 getter domContentLoadedEventEnd
4614 getter domContentLoadedEventStart
4615 getter domInteractive
4616 getter loadEventEnd
4617 getter loadEventStart
4618 getter redirectCount
4619 getter type
4620 getter unloadEventEnd
4621 getter unloadEventStart
4622 method constructor
4623 method toJSON
4610 interface PerformanceObserver 4624 interface PerformanceObserver
4611 attribute @@toStringTag 4625 attribute @@toStringTag
4612 method constructor 4626 method constructor
4613 method disconnect 4627 method disconnect
4614 method observe 4628 method observe
4615 interface PerformanceObserverEntryList 4629 interface PerformanceObserverEntryList
4616 attribute @@toStringTag 4630 attribute @@toStringTag
4617 method constructor 4631 method constructor
4618 method getEntries 4632 method getEntries
4619 method getEntriesByName 4633 method getEntriesByName
(...skipping 4287 matching lines...) Expand 10 before | Expand all | Expand 10 after
8907 method stop 8921 method stop
8908 method webkitCancelAnimationFrame 8922 method webkitCancelAnimationFrame
8909 method webkitCancelRequestAnimationFrame 8923 method webkitCancelRequestAnimationFrame
8910 method webkitRequestAnimationFrame 8924 method webkitRequestAnimationFrame
8911 method webkitRequestFileSystem 8925 method webkitRequestFileSystem
8912 method webkitResolveLocalFileSystemURL 8926 method webkitResolveLocalFileSystemURL
8913 PASS successfullyParsed is true 8927 PASS successfullyParsed is true
8914 8928
8915 TEST COMPLETE 8929 TEST COMPLETE
8916 8930
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698