Closed
Bug 817879
Opened 13 years ago
Closed 13 years ago
Bad paths in devtools
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 20
People
(Reporter: jimm, Assigned: jimm)
References
Details
Attachments
(2 files)
989 bytes,
patch
|
jwalker
:
review+
|
Details | Diff | Splinter Review |
1.92 KB,
patch
|
jwalker
:
review+
|
Details | Diff | Splinter Review |
-Cu.import("resource://gre/modules/devtools/gcli.jsm");
+Cu.import("resource:///modules/devtools/gcli.jsm");
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Assignee: nobody → jmathies
Attachment #688037 -
Flags: review?(jwalker)
![]() |
Assignee | |
Comment 2•13 years ago
|
||
There are a few more like this.
Summary: Bad path for gcli.jsm in Toolbox.jsm → Bad paths in devtools
![]() |
Assignee | |
Comment 3•13 years ago
|
||
![]() |
Assignee | |
Updated•13 years ago
|
Attachment #688180 -
Flags: review?(jwalker)
![]() |
Assignee | |
Updated•13 years ago
|
Blocks: metro-build
Updated•13 years ago
|
Attachment #688180 -
Flags: review?(jwalker) → review+
Updated•13 years ago
|
Attachment #688037 -
Flags: review?(jwalker) → review+
Comment 4•13 years ago
|
||
Thanks for the fixes. Is there anything we should be doing to be warned earlier if we make this typo again?
![]() |
Assignee | |
Comment 5•13 years ago
|
||
(In reply to Joe Walker [:joe_walker] [:jwalker] from comment #4)
> Thanks for the fixes. Is there anything we should be doing to be warned
> earlier if we make this typo again?
Not really, currently you wouldn't know about it by doing a try build. App and gre have been mixed in the same locations forever. The work in bug 755724 should land soon which will split app and gre into separate locations, after which tests will catch these.
![]() |
Assignee | |
Comment 6•13 years ago
|
||
Comment 7•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 20
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•