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

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

Issue 2229283003: Convert Budget to BudgetService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated global interface list Created 4 years, 4 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 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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 attribute @@toStringTag 382 attribute @@toStringTag
383 method constructor 383 method constructor
384 interface BroadcastChannel : EventTarget 384 interface BroadcastChannel : EventTarget
385 attribute @@toStringTag 385 attribute @@toStringTag
386 getter name 386 getter name
387 getter onmessage 387 getter onmessage
388 method close 388 method close
389 method constructor 389 method constructor
390 method postMessage 390 method postMessage
391 setter onmessage 391 setter onmessage
392 interface Budget 392 interface BudgetService
393 attribute @@toStringTag 393 attribute @@toStringTag
394 method constructor 394 method constructor
395 method getBudget 395 method getBudget
396 method getCost 396 method getCost
397 interface ByteLengthQueuingStrategy 397 interface ByteLengthQueuingStrategy
398 method constructor 398 method constructor
399 method size 399 method size
400 interface CDATASection : Text 400 interface CDATASection : Text
401 attribute @@toStringTag 401 attribute @@toStringTag
402 method constructor 402 method constructor
(...skipping 7408 matching lines...) Expand 10 before | Expand all | Expand 10 after
7811 method stop 7811 method stop
7812 method webkitCancelAnimationFrame 7812 method webkitCancelAnimationFrame
7813 method webkitCancelRequestAnimationFrame 7813 method webkitCancelRequestAnimationFrame
7814 method webkitRequestAnimationFrame 7814 method webkitRequestAnimationFrame
7815 method webkitRequestFileSystem 7815 method webkitRequestFileSystem
7816 method webkitResolveLocalFileSystemURL 7816 method webkitResolveLocalFileSystemURL
7817 PASS successfullyParsed is true 7817 PASS successfullyParsed is true
7818 7818
7819 TEST COMPLETE 7819 TEST COMPLETE
7820 7820
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/http/tests/budget/interfaces.html ('k') | third_party/WebKit/Source/modules/budget/Budget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698