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

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

Issue 2785523003: PaymentHandler: Rename PaymentAppManager to PaymentManager. (Closed)
Patch Set: PaymentHandler: Rename PaymentAppManager to PaymentManager. Created 3 years, 8 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 4664 matching lines...) Expand 10 before | Expand all | Expand 10 after
4675 getter dependentLocality 4675 getter dependentLocality
4676 getter languageCode 4676 getter languageCode
4677 getter organization 4677 getter organization
4678 getter phone 4678 getter phone
4679 getter postalCode 4679 getter postalCode
4680 getter recipient 4680 getter recipient
4681 getter region 4681 getter region
4682 getter sortingCode 4682 getter sortingCode
4683 method constructor 4683 method constructor
4684 method toJSON 4684 method toJSON
4685 interface PaymentAppManager 4685 interface PaymentManager
4686 attribute @@toStringTag 4686 attribute @@toStringTag
4687 method constructor 4687 method constructor
4688 method getManifest 4688 method getManifest
4689 method setManifest 4689 method setManifest
4690 interface PaymentRequest : EventTarget 4690 interface PaymentRequest : EventTarget
4691 attribute @@toStringTag 4691 attribute @@toStringTag
4692 getter onshippingaddresschange 4692 getter onshippingaddresschange
4693 getter onshippingoptionchange 4693 getter onshippingoptionchange
4694 getter shippingAddress 4694 getter shippingAddress
4695 getter shippingOption 4695 getter shippingOption
(...skipping 1726 matching lines...) Expand 10 before | Expand all | Expand 10 after
6422 method getRegistrations 6422 method getRegistrations
6423 method register 6423 method register
6424 setter oncontrollerchange 6424 setter oncontrollerchange
6425 setter onmessage 6425 setter onmessage
6426 interface ServiceWorkerRegistration : EventTarget 6426 interface ServiceWorkerRegistration : EventTarget
6427 attribute @@toStringTag 6427 attribute @@toStringTag
6428 getter active 6428 getter active
6429 getter backgroundFetch 6429 getter backgroundFetch
6430 getter installing 6430 getter installing
6431 getter onupdatefound 6431 getter onupdatefound
6432 getter paymentAppManager 6432 getter paymentManager
6433 getter pushManager 6433 getter pushManager
6434 getter scope 6434 getter scope
6435 getter sync 6435 getter sync
6436 getter waiting 6436 getter waiting
6437 method constructor 6437 method constructor
6438 method getNotifications 6438 method getNotifications
6439 method showNotification 6439 method showNotification
6440 method unregister 6440 method unregister
6441 method update 6441 method update
6442 setter onupdatefound 6442 setter onupdatefound
(...skipping 2729 matching lines...) Expand 10 before | Expand all | Expand 10 after
9172 setter scrollY 9172 setter scrollY
9173 setter scrollbars 9173 setter scrollbars
9174 setter status 9174 setter status
9175 setter statusbar 9175 setter statusbar
9176 setter toolbar 9176 setter toolbar
9177 setter visualViewport 9177 setter visualViewport
9178 PASS successfullyParsed is true 9178 PASS successfullyParsed is true
9179 9179
9180 TEST COMPLETE 9180 TEST COMPLETE
9181 9181
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698