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

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

Issue 2543353002: Fix V8 bindings for LongTaskObserver origin trial (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4571 matching lines...) Expand 10 before | Expand all | Expand 10 after
4582 setter onresourcetimingbufferfull 4582 setter onresourcetimingbufferfull
4583 setter onwebkitresourcetimingbufferfull 4583 setter onwebkitresourcetimingbufferfull
4584 interface PerformanceEntry 4584 interface PerformanceEntry
4585 attribute @@toStringTag 4585 attribute @@toStringTag
4586 getter duration 4586 getter duration
4587 getter entryType 4587 getter entryType
4588 getter name 4588 getter name
4589 getter startTime 4589 getter startTime
4590 method constructor 4590 method constructor
4591 method toJSON 4591 method toJSON
4592 interface PerformanceLongTaskTiming : PerformanceEntry
4593 attribute @@toStringTag
4594 getter culpritFrameId
4595 getter culpritFrameName
4596 getter culpritFrameSrc
4597 method constructor
4592 interface PerformanceMark : PerformanceEntry 4598 interface PerformanceMark : PerformanceEntry
4593 attribute @@toStringTag 4599 attribute @@toStringTag
4594 method constructor 4600 method constructor
4595 interface PerformanceMeasure : PerformanceEntry 4601 interface PerformanceMeasure : PerformanceEntry
4596 attribute @@toStringTag 4602 attribute @@toStringTag
4597 method constructor 4603 method constructor
4598 interface PerformanceNavigation 4604 interface PerformanceNavigation
4599 attribute @@toStringTag 4605 attribute @@toStringTag
4600 attribute TYPE_BACK_FORWARD 4606 attribute TYPE_BACK_FORWARD
4601 attribute TYPE_NAVIGATE 4607 attribute TYPE_NAVIGATE
(...skipping 4300 matching lines...) Expand 10 before | Expand all | Expand 10 after
8902 method stop 8908 method stop
8903 method webkitCancelAnimationFrame 8909 method webkitCancelAnimationFrame
8904 method webkitCancelRequestAnimationFrame 8910 method webkitCancelRequestAnimationFrame
8905 method webkitRequestAnimationFrame 8911 method webkitRequestAnimationFrame
8906 method webkitRequestFileSystem 8912 method webkitRequestFileSystem
8907 method webkitResolveLocalFileSystemURL 8913 method webkitResolveLocalFileSystemURL
8908 PASS successfullyParsed is true 8914 PASS successfullyParsed is true
8909 8915
8910 TEST COMPLETE 8916 TEST COMPLETE
8911 8917
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/ConditionalFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698