Closed
Bug 1345578
Opened 8 years ago
Closed 8 years ago
Wrong definition of nsIRequestObserver from an XPIDL file
Categories
(Webtools :: Searchfox, enhancement)
Webtools
Searchfox
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mccr8, Unassigned)
Details
If I click on nsIRequestObserver, then click on go to definition, I end up in some random JS file that defines a variable with that name.
http://searchfox.org/mozilla-central/source/netwerk/base/nsIStreamListener.idl
Yeah, this is kind of a UI glitch. Stuff in IDL files is supposed to find both JS and C++ implementations. There happens to be one JS implementation, so we have a "Go to definition" link for it. If you click on the second "Go to definition" menu item, you'll be taken to the C++ code.
| Reporter | ||
Comment 2•8 years ago
|
||
Ah, I see. Yeah if they said "Go to JS definition" or whatever it would be clearer. Or just put the C++ one first because that's what I care about. ;)
| Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•