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

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

Issue 2456893002: Remove careOf field from PaymentAddress. (Closed)
Patch Set: Remove use counter Created 4 years, 1 month 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/frame/Deprecation.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 4421 matching lines...) Expand 10 before | Expand all | Expand 10 after
4432 method closePath 4432 method closePath
4433 method constructor 4433 method constructor
4434 method ellipse 4434 method ellipse
4435 method lineTo 4435 method lineTo
4436 method moveTo 4436 method moveTo
4437 method quadraticCurveTo 4437 method quadraticCurveTo
4438 method rect 4438 method rect
4439 interface PaymentAddress 4439 interface PaymentAddress
4440 attribute @@toStringTag 4440 attribute @@toStringTag
4441 getter addressLine 4441 getter addressLine
4442 getter careOf
4443 getter city 4442 getter city
4444 getter country 4443 getter country
4445 getter dependentLocality 4444 getter dependentLocality
4446 getter languageCode 4445 getter languageCode
4447 getter organization 4446 getter organization
4448 getter phone 4447 getter phone
4449 getter postalCode 4448 getter postalCode
4450 getter recipient 4449 getter recipient
4451 getter region 4450 getter region
4452 getter sortingCode 4451 getter sortingCode
(...skipping 3554 matching lines...) Expand 10 before | Expand all | Expand 10 after
8007 method stop 8006 method stop
8008 method webkitCancelAnimationFrame 8007 method webkitCancelAnimationFrame
8009 method webkitCancelRequestAnimationFrame 8008 method webkitCancelRequestAnimationFrame
8010 method webkitRequestAnimationFrame 8009 method webkitRequestAnimationFrame
8011 method webkitRequestFileSystem 8010 method webkitRequestFileSystem
8012 method webkitResolveLocalFileSystemURL 8011 method webkitResolveLocalFileSystemURL
8013 PASS successfullyParsed is true 8012 PASS successfullyParsed is true
8014 8013
8015 TEST COMPLETE 8014 TEST COMPLETE
8016 8015
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/Deprecation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698