Closed
Bug 562426
Opened 15 years ago
Closed 15 years ago
running 'fennec -chrome chrome://mochikit/content/harness.xul' doesn't result in chrome harness as expected
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jmaher, Unassigned)
Details
if you build fennec with tests, you get all the test binaries and you can run something like:
python runtests.py --appname=<path>/fennec --chrome
This will create a profile and launch fennec similar to (manually removing the redirect here):
<path>/fennec -no-remote -profile <path>/profile -chrome chrome://mochikit/content/harness.xul
looking at the mochikit.manifest I have this:
oel@joel-ubuntu:~/e10s/mochitest$ cat ../fennec/chrome/mochikit.manifest
content mochikit /home/joel/e10s/mochitest/ contentaccessible=yes
joel@joel-ubuntu:~/e10s/mochitest$
Basically this works for desktop firefox and fennec with no problems. Doing this with e10s fennec builds launches a normal fennec window with the regular init screen instead of a chrome harness screen with a button to "run tests".
Comment 1•15 years ago
|
||
did this ever work w/ fennec (without xr)?
Comment 2•15 years ago
|
||
joel, any update?
| Reporter | ||
Comment 3•15 years ago
|
||
ok, I am able to run mochitest-chrome tests on a fennec 2.0 build with browser.tabs.remote=true.
This is looking like a WFM.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•