Closed
Bug 789360
Opened 12 years ago
Closed 12 years ago
references to modules using wrong url
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 18
People
(Reporter: jimm, Assigned: jimm)
References
Details
(Whiteboard: completed-elm)
Attachments
(3 files, 1 obsolete file)
1.16 KB,
patch
|
past
:
review+
|
Details | Diff | Splinter Review |
1.86 KB,
patch
|
past
:
review+
|
Details | Diff | Splinter Review |
968 bytes,
patch
|
past
:
review+
|
Details | Diff | Splinter Review |
http://mxr.mozilla.org/mozilla-central/source/browser/devtools/debugger/test/head.js#9
These should all be gre paths I believe.
Assignee | ||
Comment 1•12 years ago
|
||
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/devtools/debugger/test/browser_dbg_bfcache.js | head.js import threw an exception - [Exception... "Component returned failure code: 0x80520012 (NS_ERROR_FILE_NOT_FOUND) [nsIXPCComponents_Utils.import]" nsresult: "0x80520012 (NS_ERROR_FILE_NOT_FOUND)" location: "JS frame :: chrome://mochitests/content/browser/browser/devtools/debugger/test/head.js :: <TOP_LEVEL> :: line 9" data: no]
Assignee | ||
Comment 2•12 years ago
|
||
Assignee | ||
Comment 3•12 years ago
|
||
generalizing this bug for the rest.
Summary: browser/devtools/debugger/test/head.js references modules using wrong url → references to modules using wrong url
Comment 4•12 years ago
|
||
(In reply to Jim Mathies [:jimm] from comment #0)
> http://mxr.mozilla.org/mozilla-central/source/browser/devtools/debugger/test/
> head.js#9
>
> These should all be gre paths I believe.
Yes, that is true. How did you manage to get this error?
Assignee | ||
Comment 5•12 years ago
|
||
(In reply to Panos Astithas [:past] from comment #4)
> (In reply to Jim Mathies [:jimm] from comment #0)
> > http://mxr.mozilla.org/mozilla-central/source/browser/devtools/debugger/test/
> > head.js#9
> >
> > These should all be gre paths I believe.
>
> Yes, that is true. How did you manage to get this error?
You have to be running "metro-build" related changes, which is currently on elm.
Comment 6•12 years ago
|
||
(In reply to Jim Mathies [:jimm] from comment #5)
> (In reply to Panos Astithas [:past] from comment #4)
> > (In reply to Jim Mathies [:jimm] from comment #0)
> > > http://mxr.mozilla.org/mozilla-central/source/browser/devtools/debugger/test/
> > > head.js#9
> > >
> > > These should all be gre paths I believe.
> >
> > Yes, that is true. How did you manage to get this error?
>
> You have to be running "metro-build" related changes, which is currently on
> elm.
Ah, makes sense. If you want to change the other two imports in this file I can r+ it right away.
Assignee | ||
Comment 7•12 years ago
|
||
(In reply to Panos Astithas [:past] from comment #6)
> (In reply to Jim Mathies [:jimm] from comment #5)
> > (In reply to Panos Astithas [:past] from comment #4)
> > > (In reply to Jim Mathies [:jimm] from comment #0)
> > > > http://mxr.mozilla.org/mozilla-central/source/browser/devtools/debugger/test/
> > > > head.js#9
> > > >
> > > > These should all be gre paths I believe.
> > >
> > > Yes, that is true. How did you manage to get this error?
> >
> > You have to be running "metro-build" related changes, which is currently on
> > elm.
>
> Ah, makes sense. If you want to change the other two imports in this file I
> can r+ it right away.
I haven't had a chance to run these tests locally so I wasn't sure. Is devtools a platform resource? Seemed like the service was the only path that needed updating.
(I'll confirm this today when I get these tests running.)
Comment 8•12 years ago
|
||
(In reply to Jim Mathies [:jimm] from comment #7)
> (In reply to Panos Astithas [:past] from comment #6)
> > (In reply to Jim Mathies [:jimm] from comment #5)
> > > (In reply to Panos Astithas [:past] from comment #4)
> > > > (In reply to Jim Mathies [:jimm] from comment #0)
> > > > > http://mxr.mozilla.org/mozilla-central/source/browser/devtools/debugger/test/
> > > > > head.js#9
> > > > >
> > > > > These should all be gre paths I believe.
> > > >
> > > > Yes, that is true. How did you manage to get this error?
> > >
> > > You have to be running "metro-build" related changes, which is currently on
> > > elm.
> >
> > Ah, makes sense. If you want to change the other two imports in this file I
> > can r+ it right away.
>
> I haven't had a chance to run these tests locally so I wasn't sure. Is
> devtools a platform resource? Seemed like the service was the only path that
> needed updating.
>
> (I'll confirm this today when I get these tests running.)
Yes, the debugger server and client are in toolkit/:
http://mxr.mozilla.org/mozilla-central/source/browser/devtools/debugger/debugger-controller.js#18
I had a successful test run locally with these 3 changes.
Assignee | ||
Comment 9•12 years ago
|
||
devtools/debugger changes
Assignee: nobody → jmathies
Attachment #659083 -
Attachment is obsolete: true
Attachment #659234 -
Flags: review?(past)
Updated•12 years ago
|
Attachment #659234 -
Flags: review?(past) → review+
Updated•12 years ago
|
Status: NEW → ASSIGNED
Component: Developer Tools → Developer Tools: Debugger
Assignee | ||
Comment 10•12 years ago
|
||
Aside from one test affected by bug 789461 this gets devtools tests running successfully.
Attachment #659250 -
Flags: review?(past)
Assignee | ||
Comment 11•12 years ago
|
||
oops, I'll remove that dump statement.
Comment 12•12 years ago
|
||
Comment on attachment 659250 [details] [diff] [review]
devtools-2
Review of attachment 659250 [details] [diff] [review]:
-----------------------------------------------------------------
Huh, I wonder how that snuck in there...
r=me with the dump removed.
Attachment #659250 -
Flags: review?(past) → review+
Assignee | ||
Comment 13•12 years ago
|
||
One more in styleinspector/test/browser_ruleview_734259_style_editor_link.js.
Assignee | ||
Updated•12 years ago
|
Attachment #659303 -
Flags: review?
Assignee | ||
Updated•12 years ago
|
Attachment #659303 -
Flags: review? → review?(past)
Updated•12 years ago
|
Attachment #659303 -
Flags: review?(past) → review+
Assignee | ||
Updated•12 years ago
|
Whiteboard: completed-elm
Assignee | ||
Comment 14•12 years ago
|
||
Comment 15•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 18
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•