Closed
Bug 1321220
Opened 8 years ago
Closed 8 years ago
Remove legacy generator from image/.
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: arai, Assigned: arai)
References
Details
Attachments
(1 file)
4.34 KB,
patch
|
aosmond
:
review+
|
Details | Diff | Splinter Review |
Just replaced legacy generator with ES6 generator.
some notes:
* image/test/mochitest/test_has_transparency.html
ES6 generator doesn't throw StopIteration, but returns object with {done, value} properties
Attachment #8815634 -
Flags: review?(tnikkel)
Updated•8 years ago
|
Attachment #8815634 -
Flags: review?(tnikkel) → review?(aosmond)
Comment 1•8 years ago
|
||
Comment on attachment 8815634 [details] [diff] [review]
Remove legacy generator from image/.
Review of attachment 8815634 [details] [diff] [review]:
-----------------------------------------------------------------
TIL the new syntax, thanks :).
Attachment #8815634 -
Flags: review?(aosmond) → review+
Assignee | ||
Comment 2•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/d29194b9a835f320ddfb8507db29a089375bd3e6
Bug 1321220 - Remove legacy generator from image/. r=aosmond
Comment 3•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 53
Comment 4•8 years ago
|
||
[bugday-20170104] Bug verified
You need to log in
before you can comment on or make changes to this bug.
Description
•