Closed
Bug 1185836
Opened 10 years ago
Closed 10 years ago
Replace a bunch of EnumerateRead in ActorsParent
Categories
(Core :: Storage: IndexedDB, defect)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: khuey, Assigned: khuey)
References
Details
Attachments
(1 file)
14.46 KB,
patch
|
baku
:
review+
|
Details | Diff | Splinter Review |
This isn't all of it, but its a good chunk.
Attachment #8636441 -
Flags: review?(amarchesini)
Comment 1•10 years ago
|
||
Comment on attachment 8636441 [details] [diff] [review]
Patch
Review of attachment 8636441 [details] [diff] [review]:
-----------------------------------------------------------------
::: dom/indexedDB/ActorsParent.cpp
@@ +11730,2 @@
>
> + for (auto iter = mObjectStores.ConstIter(); !iter.Done(); iter.Next()) {
can we split this in some static function? We have 2 nested for loops.
Attachment #8636441 -
Flags: review?(amarchesini) → review+
![]() |
||
Comment 2•10 years ago
|
||
What's wrong with nested loops?
Assignee | ||
Comment 3•10 years ago
|
||
Yeah I don't see anything wrong with nested loops here. Pushed as is.
Comment 7•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/2622250e83c9
https://hg.mozilla.org/mozilla-central/rev/7729f8422fb7
https://hg.mozilla.org/mozilla-central/rev/1d2034ff3816
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
![]() |
||
Updated•10 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•