Closed
Bug 459171
Opened 16 years ago
Closed 5 years ago
No results for some mozilla-central text searches
Categories
(Webtools Graveyard :: MXR, defect)
Webtools Graveyard
MXR
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
()
Details
mozilla-central text search:
http://mxr.mozilla.org/mozilla-central/search?string=AddInlineMinWidthForFlow
> No results found
seamonkey text search:
http://mxr.mozilla.org/seamonkey/search?string=AddInlineMinWidthForFlow
> Found 3 matching lines in 2 files
mozilla-central ident search:
http://mxr.mozilla.org/mozilla-central/ident?i=AddInlineMinWidthForFlow
> 5 lines match (at least one bogus)
Comment 1•16 years ago
|
||
timeless, can you reproduce this on konigsberg?
http://mxr-test.konigsberg.mozilla.org/mozilla-central/search?string=AddInlineMinWidthForFlow
/layout/generic/nsTextFrameThebes.cpp (View CVS log or CVS annotations) (View Hg log or Hg annotations)
* line 5259 -- nsTextFrame::AddInlineMinWidthForFlow(nsIRenderingContext *aRenderingContext,
* line 5368 -- f->AddInlineMinWidthForFlow(aRenderingContext, aData);
/layout/generic/nsTextFrame.h (View CVS log or CVS annotations) (View Hg log or Hg annotations)
* line 250 -- void AddInlineMinWidthForFlow(nsIRenderingContext *aRenderingContext,
Found 3 matching lines in 2 files
http://mxr-test.konigsberg.mozilla.org/seamonkey/search?string=AddInlineMinWidthForFlow
/layout/generic/nsTextFrameThebes.cpp (View CVS log or CVS annotations)
* line 4990 -- nsTextFrame::AddInlineMinWidthForFlow(nsIRenderingContext *aRenderingContext,
* line 5083 -- f->AddInlineMinWidthForFlow(aRenderingContext, aData);
/layout/generic/nsTextFrame.h (View CVS log or CVS annotations)
* line 248 -- void AddInlineMinWidthForFlow(nsIRenderingContext *aRenderingContext,
Found 3 matching lines in 2 files
http://mxr-test.konigsberg.mozilla.org/mozilla-central/ident?i=AddInlineMinWidthForFlow
Defined as a function in:
* layout/generic/nsTextFrameThebes.cpp (View CVS log or CVS annotations) (View Hg log or Hg annotations)
o line 5257, as member of class nsTextFrame
Defined as a function prototype in:
* layout/generic/nsTextFrameThebes.cpp (View CVS log or CVS annotations) (View Hg log or Hg annotations)
o line 5366
* layout/generic/nsTextFrame.h (View CVS log or CVS annotations) (View Hg log or Hg annotations)
o line 250
Referenced in:
* layout/generic/nsTextFrameThebes.cpp (View CVS log or CVS annotations) (View Hg log or Hg annotations)
o line 5259
o line 5368
there's a known bug (not sure about filed) where genxref has off by one errors in one of two indexing modes (definition v. use)
5257 // temporarily override the "current line ending" settings.
5258 void
5259 nsTextFrame::AddInlineMinWidthForFlow(nsIRenderingContext *aRenderingContext,
the bogus bit is from that....
the no results ... i dunno, it isn't a bug in mxr (mxr.mozilla.org is currently having indexing issues).... if you need access to konigsberg let reed/myself know (we need an ip... or a hint about a url you tried to reach).
Comment 3•5 years ago
|
||
mxr is gone, mass closing.
https://searchfox.org/ is a much better alternative.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•