Closed
Bug 530657
Opened 15 years ago
Closed 14 years ago
Docshell cleanup: Simplify code which takes nsIDOMDocument and then QIs that to nsIDocument.
Categories
(Core :: General, defect)
Core
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: justin.lebar+bug, Assigned: justin.lebar+bug)
References
Details
Attachments
(1 file)
(deleted),
patch
|
sicking
:
review+
benjamin
:
approval2.0+
|
Details | Diff | Splinter Review |
There are many places in nsDocShell.cpp where we get an nsIDOMDocument and then QI that to an nsIDocument.
Many of these instances could be simplified by getting the nsIDocument directly.
Assignee | ||
Comment 1•15 years ago
|
||
This depends on bug 500328, because I added code in my patch there to allow nsDocShell::GetInterface to cast directly to nsIDocument.
Depends on: 500328
Assignee | ||
Comment 2•14 years ago
|
||
Assignee: nobody → justin.lebar+bug
Status: NEW → ASSIGNED
Attachment #458384 -
Flags: review?(jonas)
Attachment #458384 -
Flags: review?(jonas) → review+
Assignee | ||
Updated•14 years ago
|
Attachment #458384 -
Flags: approval2.0?
Updated•14 years ago
|
Attachment #458384 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Comment 3•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•