Closed
Bug 766700
Opened 13 years ago
Closed 11 years ago
prtypes.h is not a link
Categories
(Webtools Graveyard :: DXR, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jrmuizel, Unassigned)
Details
(Whiteboard: mxr-parity)
On the following page:
http://dxr.lanedo.com/mozilla-central/xpcom/base/nscore.h
You can not click through prtypes.h
Updated•13 years ago
|
Whiteboard: mxr-parity
Comment 1•12 years ago
|
||
That example seems to have bitrotted. Would it be accurate to say that you want lines like…
# include "mozilla/mozalloc.h"
…at http://mxr.mozilla.org/mozilla-central/source/xpcom/base/nscore.h#19 to link to a search for a file of that name? MXR does that now (though none of the searches I try turn up anything) and DXR does not.
Comment 2•11 years ago
|
||
Fixed this awhile back. I think in was all wrapped up with the removal of the custom C++ tokenizer. Now all includes of non-generated code should link to their files. (You do have to navigate a context menu to do it. If anyone wants to complain about that, I would certainly be open to hearing it.)
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•