Closed Bug 232431 Opened 21 years ago Closed 21 years ago

exthandler should not export as many headers

Categories

(Core Graveyard :: File Handling, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla1.7alpha

People

(Reporter: Biesinger, Assigned: Biesinger)

References

()

Details

Attachments

(1 file, 2 obsolete files)

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.
Attached patch patch (obsolete) — Splinter Review
Attachment #140072 - Flags: review?(bz-vacation)
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.7alpha
Comment on attachment 140072 [details] [diff] [review]
patch

sr=darin
Attachment #140072 - Flags: superreview+
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)
Attached patch patch v2 (obsolete) — Splinter Review
Attachment #140073 - Flags: superreview?(darin)
Attachment #140073 - Flags: review?(bz-vacation)
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)
Attached patch patch v3Splinter Review
ok, this works
Attachment #140073 - Attachment is obsolete: true
Attachment #140076 - Flags: review?(bz-vacation)
Comment on attachment 140076 [details] [diff] [review]
patch v3

r=bzbarsky
Attachment #140076 - Flags: review?(bz-vacation) → review+
Attachment #140076 - Flags: superreview?(darin)
Comment on attachment 140076 [details] [diff] [review]
patch v3

sr=darin
Attachment #140076 - Flags: superreview?(darin) → superreview+
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
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: