Closed Bug 488182 Opened 15 years ago Closed 15 years ago

Use an Iterator to grab both key and values from cleartext for processing bookmarks

Categories

(Cloud Services :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: Mardak, Assigned: Mardak)

References

Details

Right now we just do for (key in cleartext) and later do cleartext[key].. we can save that step by just doing [key, val] in Iterator(cleartext)
http://hg.mozilla.org/labs/weave/rev/b4c813a7e33c

Get rid of extra record.cleartext references within the for/each/switch -- even for unused keys like incomingSharedAnno.
Assignee: nobody → edilee
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Target Milestone: -- → 0.4
Component: Weave → General
Product: Mozilla Labs → Weave
Version: Trunk → unspecified
QA Contact: weave → general
Blocks: 486042
You need to log in before you can comment on or make changes to this bug.