Closed
Bug 1261534
Opened 10 years ago
Closed 10 years ago
dxr doesn't find all overrides of nsIFrame::GetChildLists
Categories
(Webtools Graveyard :: DXR, defect)
Webtools Graveyard
DXR
Tracking
(firefox48 affected)
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox48 | --- | affected |
People
(Reporter: tnikkel, Unassigned)
Details
https://dxr.mozilla.org/mozilla-central/search?q=%2Boverrides%3A%22nsIFrame%3A%3AGetChildLists%28nsTArray%3CChildList%3E+*%29+const%22
has two results. But from this search
http://mxr.mozilla.org/mozilla-central/search?string=GetChildLists
one can see that there are many more overrides not listed.
Comment 1•10 years ago
|
||
This also seems to apply to nsIFrame::HasSignificantTerminalNewlines.
Comment 2•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/dxr
https://github.com/mozilla/dxr/commit/9e7abb09ce4995cb436ef9bee20484aff204a1e3
Find overrides/overriddens from different translation units. Fixes bug 1261534.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
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
•