Closed
Bug 233145
Opened 21 years ago
Closed 21 years ago
stop implementing nsIURIContentListener in nsExternalAppHandler
Categories
(Core Graveyard :: File Handling, defect)
Core Graveyard
File Handling
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.7alpha
People
(Reporter: Biesinger, Assigned: Biesinger)
References
Details
Attachments
(1 file)
12.97 KB,
patch
|
bzbarsky
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
there is no real reason for this. RetargetLoadNotifications can just set
loadgroup and notificationCallbacks to nsnull.
Assignee | ||
Comment 1•21 years ago
|
||
this also makes nsIINterfaceRequestor unnecessary
Assignee | ||
Comment 2•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #140663 -
Flags: review?(bzbarsky)
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.7alpha
![]() |
||
Comment 3•21 years ago
|
||
Comment on attachment 140663 [details] [diff] [review]
patch
>Index: nsExternalHelperAppService.cpp
>- // make our docloader release the progress listener from the progress window...
>- if (mLoadCookie && mWebProgressListener)
and so on. This part bothers me -- I have no idea what it does and why (and
more importantly whether not doing it leaks).
Other than this one caveat, this looks great.
Assignee | ||
Comment 4•21 years ago
|
||
bz: nothing calls closeProgressWindow. Changing this function does therefore not
affect any possible leaks.
I have no idea why that function exists, too...
![]() |
||
Comment 5•21 years ago
|
||
Comment on attachment 140663 [details] [diff] [review]
patch
r=bzbarsky
Attachment #140663 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Updated•21 years ago
|
Attachment #140663 -
Flags: superreview?(darin)
Comment 6•21 years ago
|
||
Comment on attachment 140663 [details] [diff] [review]
patch
sr=darin
Attachment #140663 -
Flags: superreview?(darin) → superreview+
Assignee | ||
Comment 7•21 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•