Closed
Bug 788463
Opened 13 years ago
Closed 13 years ago
Marionette imports log4moz.js from the wrong url
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla18
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
|
2.20 KB,
patch
|
mdas
:
review+
|
Details | Diff | Splinter Review |
It is imported through resource://gre/modules/services-common/log4moz.js while it is not part of the gre, and should thus be imported from resource:///modules/services-common/log4moz.js.
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #658445 -
Flags: review?(mdas)
Comment 2•13 years ago
|
||
Comment on attachment 658445 [details] [diff] [review]
Import log4moz.js from resource:/// instead of resource://gre/
Review of attachment 658445 [details] [diff] [review]:
-----------------------------------------------------------------
Great, thanks. Jgriffin and I tested it, and it works in both m-c and b2g builds.
Attachment #658445 -
Flags: review?(mdas) → review+
| Assignee | ||
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•