Mobile/Fennec/Android/Development/Addons: Difference between revisions
Jump to navigation
Jump to search
(Link to BenWa's GeckoProfiler add-on.) |
(→Copy Profile: Update repo link.) |
||
Line 9: | Line 9: | ||
* https://addons.mozilla.org/en-us/android/addon/copy-profile/ | * https://addons.mozilla.org/en-us/android/addon/copy-profile/ | ||
* https://github.com/leibovic/ | * https://github.com/leibovic/copy-profile | ||
==Fennec Bootstrapper== | ==Fennec Bootstrapper== |
Revision as of 18:00, 30 September 2013
Here is an (incomplete) listing of addons you may find useful to add to your Android device's Firefox installation for development purposes.
Copy Profile
Via AMO: This add-on adds a "Copy Profile" item to your Firefox for Android menu. Selecting this menuitem will copy your profile to your sdcard, so that you can use adb to pull it to your desktop.
Profiles can be retrieved via:
adb pull /sdcard/mozilla_profile [<target directory>]
- https://addons.mozilla.org/en-us/android/addon/copy-profile/
- https://github.com/leibovic/copy-profile
Fennec Bootstrapper
Via github: This extension allows you to dynamically load chrome code in mobile/android/chrome/content/ from a remote location. This means you don't need to rebuild to test your changes.
Remote Profiler
Gecko has built-in cross platform profiling support. This extension provides a front end.