Closed
Bug 1011589
Opened 11 years ago
Closed 11 years ago
Use mocha.css directly instead of copying the CSS from mocha.css to test-agent.css
Categories
(Firefox OS Graveyard :: Gaia::TestAgent, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: julienw, Assigned: rickychien)
Details
Attachments
(3 files, 1 obsolete file)
See [1], it seems that at one point we copied mocha's css directly in the test-agent CSS. This would be a good idea to use mocha's css instead, and possibly only override it if necessary in test-agent.css.
[1] https://github.com/mozilla-b2g/js-test-agent/blob/63266195932081af785d9fb4e455077cc2be44c3/test-agent.css#L204-L473
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → ricky060709
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•11 years ago
|
||
I think that we only need to patch the test agent app on Gaia.
Attachment #8431423 -
Flags: review?(felash)
| Reporter | ||
Comment 2•11 years ago
|
||
Comment on attachment 8431423 [details] [review]
Gaia PR
looks good, but you also need a patch for js-test-agent, because we're copying the test agent CSS in "make update-common".
Also bug 874510 will copy it each time we run the test client/server so that we won't even have it checked in in git :)
Attachment #8431423 -
Flags: review?(felash) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
| Assignee | ||
Comment 4•11 years ago
|
||
| Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8438880 [details]
Js-test-agent PR
>https://github.com/mozilla-b2g/js-test-agent/pull/80/files
Attachment #8438880 -
Attachment mime type: text/plain → text/x-github-pull-request
| Assignee | ||
Comment 6•11 years ago
|
||
Attachment #8438880 -
Attachment is obsolete: true
| Assignee | ||
Comment 7•11 years ago
|
||
| Assignee | ||
Comment 8•11 years ago
|
||
| Assignee | ||
Comment 9•11 years ago
|
||
Merged follow-up bug of updating gaia_node_modules.revision.
https://github.com/mozilla-b2g/gaia/commit/856395fcb9451f7b36184be9d337d103be647564
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•