Closed
Bug 1125057
Opened 11 years ago
Closed 11 years ago
Convert for-each-in loops to for-of in IndexedDB test suite
Categories
(Core :: Storage: IndexedDB, defect)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: janv, Assigned: janv)
Details
Attachments
(1 file)
|
14.47 KB,
patch
|
bent.mozilla
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•11 years ago
|
||
Easy one
Assignee: nobody → Jan.Varga
Status: NEW → ASSIGNED
Attachment #8553613 -
Flags: review?(bent.mozilla)
Comment on attachment 8553613 [details] [diff] [review]
patch
Review of attachment 8553613 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks!
Attachment #8553613 -
Flags: review?(bent.mozilla) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
The reason for this is that mochitests now generate many warnings like:
JavaScript warning: http://mochi.test:8888/tests/dom/indexedDB/test/unit/test_count.js, line 47: JavaScript 1.6's for-each-in loops are deprecated; consider using ES6 for-of instead
I guess it's better to convert it.
| Assignee | ||
Comment 4•11 years ago
|
||
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•