Closed Bug 1185836 Opened 10 years ago Closed 10 years ago

Replace a bunch of EnumerateRead in ActorsParent

Categories

(Core :: Storage: IndexedDB, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla42
Tracking Status
firefox42 --- fixed

People

(Reporter: khuey, Assigned: khuey)

References

Details

Attachments

(1 file)

Attached patch PatchSplinter Review
This isn't all of it, but its a good chunk.
Attachment #8636441 - Flags: review?(amarchesini)
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+
What's wrong with nested loops?
Yeah I don't see anything wrong with nested loops here. Pushed as is.
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: