Closed Bug 846321 Opened 12 years ago Closed 10 years ago

Avoid copying overloaded modules one-by-one on mobile device

Categories

(Add-on SDK Graveyard :: General, defect, P2)

defect

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: ochameau, Unassigned)

References

Details

Currently, when using -o/--overload-modules cfx option, each SDK module is individually copied to the device sdcard. That slows down cfx when using this option. We should somehow make a more efficient copy of these files. Here is possible ways: - Zip and copy and unzip - zip into the addon xpi - zip into its own zip file - ... (followup of bug 844409)
zipping with rest of the xpi makes most sense to me. I think we should just put it in the location where it's usually is when bundled with SDK and just have CFX set pref pointing to that URI.
won't fixing cfx.py bugs since there will be updates to it in the future. Also JPM now does what Irakli described afaict.
Blocks: cfx.py
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.