Closed
Bug 1141752
Opened 10 years ago
Closed 10 years ago
Fix in-tree consumers that use non-standard flag argument of String.prototype.{search,match,replace} in battery-interface-idlharness.html.
Categories
(Testing :: web-platform-tests, defect)
Testing
web-platform-tests
Tracking
(firefox39 fixed)
RESOLVED
FIXED
mozilla39
| Tracking | Status | |
|---|---|---|
| firefox39 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
Derived from bug 1131107.
Before fixing bug 1108382, we need to remove all consumers of flag argument.
https://dxr.mozilla.org/mozilla-central/source/testing/web-platform/tests/battery-status/battery-interface-idlharness.html#44
> idls = node.textContent.replace('EventHandler', 'Function?', 'g').replace('unrestricted double', 'double', 'g');
I'll post patch shortly.
| Assignee | ||
Comment 1•10 years ago
|
||
Green on try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8d24e844aee7
Assignee: nobody → arai.unmht
Attachment #8575636 -
Flags: review?(james)
Updated•10 years ago
|
Attachment #8575636 -
Flags: review?(james) → review+
| Assignee | ||
Comment 2•10 years ago
|
||
Thank you for reviewing! :D
https://hg.mozilla.org/integration/mozilla-inbound/rev/91198711cb73
Comment 3•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
You need to log in
before you can comment on or make changes to this bug.
Description
•