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

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

Issue 2516923002: [Merge M-56] Add canMakeActivePayment() method to web payments. (Closed)
Patch Set: 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 | « components/payments/payment_request.mojom ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('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 4515 matching lines...) Expand 10 before | Expand all | Expand 10 after
4526 method getManifest 4526 method getManifest
4527 method setManifest 4527 method setManifest
4528 interface PaymentRequest : EventTarget 4528 interface PaymentRequest : EventTarget
4529 attribute @@toStringTag 4529 attribute @@toStringTag
4530 getter onshippingaddresschange 4530 getter onshippingaddresschange
4531 getter onshippingoptionchange 4531 getter onshippingoptionchange
4532 getter shippingAddress 4532 getter shippingAddress
4533 getter shippingOption 4533 getter shippingOption
4534 getter shippingType 4534 getter shippingType
4535 method abort 4535 method abort
4536 method canMakeActivePayment
4536 method constructor 4537 method constructor
4537 method show 4538 method show
4538 setter onshippingaddresschange 4539 setter onshippingaddresschange
4539 setter onshippingoptionchange 4540 setter onshippingoptionchange
4540 interface PaymentRequestUpdateEvent : Event 4541 interface PaymentRequestUpdateEvent : Event
4541 attribute @@toStringTag 4542 attribute @@toStringTag
4542 method constructor 4543 method constructor
4543 method updateWith 4544 method updateWith
4544 interface PaymentResponse 4545 interface PaymentResponse
4545 attribute @@toStringTag 4546 attribute @@toStringTag
(...skipping 4358 matching lines...) Expand 10 before | Expand all | Expand 10 after
8904 method stop 8905 method stop
8905 method webkitCancelAnimationFrame 8906 method webkitCancelAnimationFrame
8906 method webkitCancelRequestAnimationFrame 8907 method webkitCancelRequestAnimationFrame
8907 method webkitRequestAnimationFrame 8908 method webkitRequestAnimationFrame
8908 method webkitRequestFileSystem 8909 method webkitRequestFileSystem
8909 method webkitResolveLocalFileSystemURL 8910 method webkitResolveLocalFileSystemURL
8910 PASS successfullyParsed is true 8911 PASS successfullyParsed is true
8911 8912
8912 TEST COMPLETE 8913 TEST COMPLETE
8913 8914
OLDNEW
« no previous file with comments | « components/payments/payment_request.mojom ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698