947
edits
(→Overview: remove extraneous sentence and formatting) |
|||
Line 43: | Line 43: | ||
==== Profiles Creation in Existing Mozilla Python Code ==== | ==== Profiles Creation in Existing Mozilla Python Code ==== | ||
Currently several | Currently several test harnesses modify profiles. The collected knowledge should be upstreamed to the mozprofile package and existing code made to use this package. | ||
1) [https://wiki.mozilla.org/Buildbot/Talos Talos] has profile directories with the prefs.js and other related files already in there. We copy those to the tmp dir and point firefox at it. In addition, we create a user.js file from prefs stored in the .config file. The last thing we copy is the extensions (such as pageloader). {{bug|694638}} | 1) [https://wiki.mozilla.org/Buildbot/Talos Talos] has profile directories with the prefs.js and other related files already in there. We copy those to the tmp dir and point firefox at it. In addition, we create a user.js file from prefs stored in the .config file. The last thing we copy is the extensions (such as pageloader). {{bug|694638}} |
edits