Closed
Bug 229183
Opened 21 years ago
Closed 21 years ago
Minor optimization in nsHTMLDocument::StartDocumentLoad()
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla1.7alpha
People
(Reporter: keeda, Assigned: keeda)
Details
Attachments
(1 file)
2.98 KB,
patch
|
jst
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
Another silly little thing thats been sitting in my tree forever.
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.7alpha
Assignee | ||
Comment 1•21 years ago
|
||
NS_NewXMLContentSink just wants a nsISupports*. Pass it the docshell just like
we do for the HTML content sink.
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 137843 [details] [diff] [review]
Dont QI to nsIWebShell
jst, could you please r+sr another trivial patch for me.
BTW, whats the official story on nsIWebShell. Do we want to eliminate it
someday? Is anybody working on that ?
Attachment #137843 -
Flags: review?(jst)
Comment 3•21 years ago
|
||
Comment on attachment 137843 [details] [diff] [review]
Dont QI to nsIWebShell
r+sr=jst.
I don't know that we'll ever eliminate nsIWebShell, but it's more of an
internal interface, so the less it's used the better.
Attachment #137843 -
Flags: superreview+
Attachment #137843 -
Flags: review?(jst)
Attachment #137843 -
Flags: review+
Assignee | ||
Updated•21 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•