Closed
Bug 1490599
Opened 6 years ago
Closed 6 years ago
Implement MerchantValidationEvent.prototype.methodName attribute
Categories
(Core :: DOM: Web Payments, enhancement, P1)
Core
DOM: Web Payments
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: marcosc, Assigned: marcosc)
References
(Blocks 1 open bug, )
Details
(Keywords: dev-doc-complete)
Attachments
(1 file, 1 obsolete file)
3.55 KB,
patch
|
marcosc
:
review+
|
Details | Diff | Splinter Review |
New attribute added to the Payment Request spec.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
This addition is tiny, so I just did it as I was writing the tests for it.
Assignee: nobody → mcaceres
Priority: P3 → P1
Assignee | ||
Updated•6 years ago
|
Summary: Add MerchantValidationEvent.prototype.methodName attribute → Implement MerchantValidationEvent.prototype.methodName attribute
Assignee | ||
Comment 2•6 years ago
|
||
Attachment #9008619 -
Flags: review?(amarchesini)
Assignee | ||
Comment 3•6 years ago
|
||
Tests landed in WPT https://github.com/web-platform-tests/wpt/pull/12962/files
Assignee | ||
Updated•6 years ago
|
Keywords: dev-doc-needed
Updated•6 years ago
|
Attachment #9008619 -
Flags: review?(amarchesini) → review+
Assignee | ||
Comment 4•6 years ago
|
||
Attachment #9008619 -
Attachment is obsolete: true
Attachment #9009001 -
Flags: review+
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by ebalazs@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6dba6afbe836
Implement MerchantValidationEvent.prototype.methodName attribute. r=baku
Keywords: checkin-needed
Comment 6•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
Comment 7•6 years ago
|
||
BCD update has been done, but is not yet pushed while I work on adding other payment request changes the next few days;
Keywords: dev-doc-needed → dev-doc-complete
Comment 8•6 years ago
|
||
In addition to the BCD change, the following article content work has been done:
New pages:
* https://developer.mozilla.org/en-US/docs/Web/API/MerchantValidationEvent/MerchantValidationEvent
* https://developer.mozilla.org/en-US/docs/Web/API/MerchantValidationEvent/complete
* https://developer.mozilla.org/en-US/docs/Web/API/MerchantValidationEvent/methodName
* https://developer.mozilla.org/en-US/docs/Web/API/MerchantValidationEvent/validationURL
Pages updated:
* https://developer.mozilla.org/en-US/docs/Web/API/MerchantValidationEvent
You need to log in
before you can comment on or make changes to this bug.
Description
•