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

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

Issue 2383413002: Add OriginTrial flag for Long Task Observer (Closed)
Patch Set: sync and rebase Created 4 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/timing/Performance.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. Please use 'IDBT ransaction' instead. 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT ransaction' instead.
5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead. 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque st' instead.
6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead. 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO bjectStore' instead.
7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead. 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR ange' instead.
8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead. 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto ry' instead.
10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead. 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData base' instead.
(...skipping 4452 matching lines...) Expand 10 before | Expand all | Expand 10 after
4463 getter sourceFrame 4463 getter sourceFrame
4464 method constructor 4464 method constructor
4465 interface PerformanceEntry 4465 interface PerformanceEntry
4466 attribute @@toStringTag 4466 attribute @@toStringTag
4467 getter duration 4467 getter duration
4468 getter entryType 4468 getter entryType
4469 getter name 4469 getter name
4470 getter startTime 4470 getter startTime
4471 method constructor 4471 method constructor
4472 method toJSON 4472 method toJSON
4473 interface PerformanceLongTaskTiming : PerformanceEntry
4474 attribute @@toStringTag
4475 method constructor
4476 interface PerformanceMark : PerformanceEntry 4473 interface PerformanceMark : PerformanceEntry
4477 attribute @@toStringTag 4474 attribute @@toStringTag
4478 method constructor 4475 method constructor
4479 interface PerformanceMeasure : PerformanceEntry 4476 interface PerformanceMeasure : PerformanceEntry
4480 attribute @@toStringTag 4477 attribute @@toStringTag
4481 method constructor 4478 method constructor
4482 interface PerformanceNavigation 4479 interface PerformanceNavigation
4483 attribute @@toStringTag 4480 attribute @@toStringTag
4484 attribute TYPE_BACK_FORWARD 4481 attribute TYPE_BACK_FORWARD
4485 attribute TYPE_NAVIGATE 4482 attribute TYPE_NAVIGATE
(...skipping 3442 matching lines...) Expand 10 before | Expand all | Expand 10 after
7928 method stop 7925 method stop
7929 method webkitCancelAnimationFrame 7926 method webkitCancelAnimationFrame
7930 method webkitCancelRequestAnimationFrame 7927 method webkitCancelRequestAnimationFrame
7931 method webkitRequestAnimationFrame 7928 method webkitRequestAnimationFrame
7932 method webkitRequestFileSystem 7929 method webkitRequestFileSystem
7933 method webkitResolveLocalFileSystemURL 7930 method webkitResolveLocalFileSystemURL
7934 PASS successfullyParsed is true 7931 PASS successfullyParsed is true
7935 7932
7936 TEST COMPLETE 7933 TEST COMPLETE
7937 7934
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/timing/Performance.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698