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

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

Issue 2770193003: Implement request id in PaymentDetailsInit (Closed)
Patch Set: Rebase once more since mojom file moved Created 3 years, 7 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 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface AbsoluteOrientationSensor : OrientationSensor 8 interface AbsoluteOrientationSensor : OrientationSensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 method constructor 10 method constructor
(...skipping 4705 matching lines...) Expand 10 before | Expand all | Expand 10 after
4716 method constructor 4716 method constructor
4717 method toJSON 4717 method toJSON
4718 interface PaymentManager 4718 interface PaymentManager
4719 attribute @@toStringTag 4719 attribute @@toStringTag
4720 getter instruments 4720 getter instruments
4721 method constructor 4721 method constructor
4722 method getManifest 4722 method getManifest
4723 method setManifest 4723 method setManifest
4724 interface PaymentRequest : EventTarget 4724 interface PaymentRequest : EventTarget
4725 attribute @@toStringTag 4725 attribute @@toStringTag
4726 getter id
4726 getter onshippingaddresschange 4727 getter onshippingaddresschange
4727 getter onshippingoptionchange 4728 getter onshippingoptionchange
4728 getter shippingAddress 4729 getter shippingAddress
4729 getter shippingOption 4730 getter shippingOption
4730 getter shippingType 4731 getter shippingType
4731 method abort 4732 method abort
4732 method canMakePayment 4733 method canMakePayment
4733 method constructor 4734 method constructor
4734 method show 4735 method show
4735 setter onshippingaddresschange 4736 setter onshippingaddresschange
4736 setter onshippingoptionchange 4737 setter onshippingoptionchange
4737 interface PaymentRequestUpdateEvent : Event 4738 interface PaymentRequestUpdateEvent : Event
4738 attribute @@toStringTag 4739 attribute @@toStringTag
4739 method constructor 4740 method constructor
4740 method updateWith 4741 method updateWith
4741 interface PaymentResponse 4742 interface PaymentResponse
4742 attribute @@toStringTag 4743 attribute @@toStringTag
4743 getter details 4744 getter details
4744 getter methodName 4745 getter methodName
4745 getter payerEmail 4746 getter payerEmail
4746 getter payerName 4747 getter payerName
4747 getter payerPhone 4748 getter payerPhone
4749 getter requestId
4748 getter shippingAddress 4750 getter shippingAddress
4749 getter shippingOption 4751 getter shippingOption
4750 method complete 4752 method complete
4751 method constructor 4753 method constructor
4752 method toJSON 4754 method toJSON
4753 interface Performance : EventTarget 4755 interface Performance : EventTarget
4754 attribute @@toStringTag 4756 attribute @@toStringTag
4755 getter memory 4757 getter memory
4756 getter navigation 4758 getter navigation
4757 getter onframetimingbufferfull 4759 getter onframetimingbufferfull
(...skipping 4431 matching lines...) Expand 10 before | Expand all | Expand 10 after
9189 setter scrollY 9191 setter scrollY
9190 setter scrollbars 9192 setter scrollbars
9191 setter status 9193 setter status
9192 setter statusbar 9194 setter statusbar
9193 setter toolbar 9195 setter toolbar
9194 setter visualViewport 9196 setter visualViewport
9195 PASS successfullyParsed is true 9197 PASS successfullyParsed is true
9196 9198
9197 TEST COMPLETE 9199 TEST COMPLETE
9198 9200
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698