Closed
Bug 232431
Opened 21 years ago
Closed 21 years ago
exthandler should not export as many headers
Categories
(Core Graveyard :: File Handling, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.7alpha
People
(Reporter: Biesinger, Assigned: Biesinger)
References
()
Details
Attachments
(1 file, 2 obsolete files)
770 bytes,
patch
|
bzbarsky
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
EXPORTS = nsExternalHelperAppService.h \
nsExternalProtocolHandler.h \
$(OSDIR)/nsOSHelperAppService.h \
nsHelperAppRDF.h \
$(NULL)
of those, only nsExternalHelperAppService.h is used outside of docshell/build
and uriloader/exthandler:
/camino/src/download/nsDownloadListener.h, line 54 -- #include
"nsExternalHelperAppService.h"
there's probably no good reason for that, but I'll investigate that in another
bug. for this bug, I'll just remove the other three files from EXPORTS.
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #140072 -
Flags: review?(bz-vacation)
Assignee | ||
Updated•21 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.7alpha
Comment 2•21 years ago
|
||
Comment on attachment 140072 [details] [diff] [review]
patch
sr=darin
Attachment #140072 -
Flags: superreview+
Assignee | ||
Comment 3•21 years ago
|
||
Comment on attachment 140072 [details] [diff] [review]
patch
actually camino was now changed to no longer include that header -> I can
remove the entire EXPORTS statement
Attachment #140072 -
Attachment is obsolete: true
Attachment #140072 -
Flags: review?(bz-vacation)
Assignee | ||
Comment 4•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #140073 -
Flags: superreview?(darin)
Attachment #140073 -
Flags: review?(bz-vacation)
Assignee | ||
Comment 5•21 years ago
|
||
Comment on attachment 140073 [details] [diff] [review]
patch v2
arg, damnit, this requires a bit more thought (because docshell needs to
include nsOSHelperAppService.h)
Attachment #140073 -
Flags: superreview?(darin)
Attachment #140073 -
Flags: review?(bz-vacation)
Assignee | ||
Updated•21 years ago
|
Attachment #140076 -
Flags: review?(bz-vacation)
![]() |
||
Comment 7•21 years ago
|
||
Comment on attachment 140076 [details] [diff] [review]
patch v3
r=bzbarsky
Attachment #140076 -
Flags: review?(bz-vacation) → review+
Assignee | ||
Updated•21 years ago
|
Attachment #140076 -
Flags: superreview?(darin)
Comment 8•21 years ago
|
||
Comment on attachment 140076 [details] [diff] [review]
patch v3
sr=darin
Attachment #140076 -
Flags: superreview?(darin) → superreview+
Assignee | ||
Comment 9•21 years ago
|
||
Checking in Makefile.in;
/cvsroot/mozilla/uriloader/exthandler/Makefile.in,v <-- Makefile.in
new revision: 1.49; previous revision: 1.48
done
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
•