Closed
Bug 854231
Opened 10 years ago
Closed 10 years ago
Element::GetOffsetRect looks dead
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
Details
Attachments
(1 file)
3.26 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
AFAICT, it's only called by nsGenericHTMLElement methods, and nsGenericHTMLElement overrides it. (Found by looking at <http://people.mozilla.org/~choller/firefox/coverage/mc-coverage-20130210-29dd80c95b7d/content/base/src/Element.cpp.gcov.html#490>.)
![]() |
||
Comment 1•10 years ago
|
||
I think this stuff used to be called by nsGenericElement::GetScrollHeight and such, but looks like no more.
Assignee | ||
Comment 2•10 years ago
|
||
Updated•10 years ago
|
Attachment #758522 -
Flags: review?(jst) → review+
Assignee | ||
Comment 3•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d4187b2c17fb
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•