Closed
Bug 536407
Opened 15 years ago
Closed 15 years ago
when building profiles, stop copying files to the application directory, use the profile
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 543800
People
(Reporter: jmaher, Unassigned)
References
Details
Attachments
(3 files)
707 bytes,
patch
|
jmaher
:
review-
|
Details | Diff | Splinter Review |
770 bytes,
patch
|
Details | Diff | Splinter Review | |
535 bytes,
patch
|
Details | Diff | Splinter Review |
We should be able to copy all extensions and preferences to the profile directory instead of pushing stuff into the application directory.
Fix the harnesses (mochitest, reftest, automation.py) to only use the profile directory for test specific bits. This includes all the extensions we use for chrome style testing.
Comment 1•15 years ago
|
||
Reporter | ||
Comment 2•15 years ago
|
||
Comment on attachment 427773 [details] [diff] [review]
Used the PROFILE_DIRECTORY variable for storing the file in profile
ted, really small patch here if you can take a look at it.
Attachment #427773 -
Flags: review?(ted.mielczarek)
Reporter | ||
Comment 3•15 years ago
|
||
Comment on attachment 427773 [details] [diff] [review]
Used the PROFILE_DIRECTORY variable for storing the file in profile
actually further testing of this patch resulted in a failure to run.
adifire: you are joining profile_directory, chrome, file. The probile is file is not defined. I believe we just need to join profile_directory and chrome. Please make these changes and test on your local system with mochitests.
Attachment #427773 -
Flags: review?(ted.mielczarek) → review-
Comment 4•15 years ago
|
||
Joel: Now I tried it in my local server and it's working.
Comment 5•15 years ago
|
||
Reporter | ||
Comment 6•15 years ago
|
||
So this patch just creates the mochikit.manifest file in the profile instead of the application directory.
One problem is that when the browser tries to load up chrome://mochikit/<path>/<file>, it just hangs there.
Is there anything else we need to do in order to get this to recognize the mochikit.manifest? A different location, a separate file?
Reporter | ||
Comment 7•15 years ago
|
||
As a side effect of bug 543800 we will be running everything out of the profile directory. The trick is to build a real extension, not just a .manifest file. Marking as a duplicate since this problem will be solved.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•