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

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

Issue 2545523004: Rename canMakeActivePayment to canMakePayment (Closed)
Patch Set: Rebase 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 | « 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: 'webkitURL' is deprecated. Please use 'URL' instead. 3 CONSOLE WARNING: line 94: 'webkitURL' is deprecated. Please use 'URL' instead.
4 This test documents all interface attributes and methods on the global window ob ject and element instances. 4 This test documents all interface attributes and methods on the global window ob ject and element instances.
5 5
6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 6 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
7 7
8 8
9 [INTERFACES] 9 [INTERFACES]
10 interface Accelerometer : Sensor 10 interface Accelerometer : Sensor
(...skipping 4509 matching lines...) Expand 10 before | Expand all | Expand 10 after
4520 method getManifest 4520 method getManifest
4521 method setManifest 4521 method setManifest
4522 interface PaymentRequest : EventTarget 4522 interface PaymentRequest : EventTarget
4523 attribute @@toStringTag 4523 attribute @@toStringTag
4524 getter onshippingaddresschange 4524 getter onshippingaddresschange
4525 getter onshippingoptionchange 4525 getter onshippingoptionchange
4526 getter shippingAddress 4526 getter shippingAddress
4527 getter shippingOption 4527 getter shippingOption
4528 getter shippingType 4528 getter shippingType
4529 method abort 4529 method abort
4530 method canMakeActivePayment 4530 method canMakePayment
4531 method constructor 4531 method constructor
4532 method show 4532 method show
4533 setter onshippingaddresschange 4533 setter onshippingaddresschange
4534 setter onshippingoptionchange 4534 setter onshippingoptionchange
4535 interface PaymentRequestUpdateEvent : Event 4535 interface PaymentRequestUpdateEvent : Event
4536 attribute @@toStringTag 4536 attribute @@toStringTag
4537 method constructor 4537 method constructor
4538 method updateWith 4538 method updateWith
4539 interface PaymentResponse 4539 interface PaymentResponse
4540 attribute @@toStringTag 4540 attribute @@toStringTag
(...skipping 4388 matching lines...) Expand 10 before | Expand all | Expand 10 after
8929 setter scrollY 8929 setter scrollY
8930 setter scrollbars 8930 setter scrollbars
8931 setter status 8931 setter status
8932 setter statusbar 8932 setter statusbar
8933 setter toolbar 8933 setter toolbar
8934 setter visualViewport 8934 setter visualViewport
8935 PASS successfullyParsed is true 8935 PASS successfullyParsed is true
8936 8936
8937 TEST COMPLETE 8937 TEST COMPLETE
8938 8938
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