Open
Bug 1445906
Opened 7 years ago
Updated 3 years ago
Extract nsDOMWindowUtils::GetRootBounds implementation to nsContentUtils
Categories
(Core :: DOM: Core & HTML, enhancement, P5)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: adrian17, Unassigned)
Details
from bug 1445408 comment 5:
"Also, maybe a followup to move the guts of GetRootBounds into nsContentUtils (probably taking a window or a document) and call it directly from here instead of going through nsIDOMWindowUtils?"
In other words, add something like
DOMRect*
nsDOMWindowUtils::GetRootBounds(nsIDocument *aDoc);
And convert nsDOMWindowUtils::GetRootBounds and its existing C++ callers to use it.
Updated•7 years ago
|
Priority: -- → P5
| Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•