Closed
Bug 214955
Opened 21 years ago
Closed 21 years ago
Remove mime.js
Categories
(MailNews Core :: MIME, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stdowa+bugzilla, Assigned: sspitzer)
Details
Attachments
(1 file)
|
1.14 KB,
patch
|
sspitzer
:
review+
mscott
:
superreview+
|
Details | Diff | Splinter Review |
mime.js was checked in by rhp in mid 1999 and hasn't been changed since; the three functions don't appear to be used anymore.
| Reporter | ||
Comment 1•21 years ago
|
||
Patch doesn't include the cvs removal which should be done.
| Reporter | ||
Updated•21 years ago
|
Attachment #129126 -
Flags: superreview?(scott)
Attachment #129126 -
Flags: review?(sspitzer)
Comment 2•21 years ago
|
||
Comment on attachment 129126 [details] [diff] [review] Remove the file from jar.mn r/sr=mscott Please remove the file when you check in of course!
Attachment #129126 -
Flags: superreview?(scott) → superreview+
| Assignee | ||
Updated•21 years ago
|
Attachment #129126 -
Flags: review?(sspitzer) → review+
| Assignee | ||
Comment 3•21 years ago
|
||
fix checked into the trunk, for 1.5 final, by mscott.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Comment 4•21 years ago
|
||
So why does mime.js still exist in http://lxr.mozilla.org/seamonkey/source/mailnews/mime/resources/content/mime.js? Nothing seems to use it: http://lxr.mozilla.org/seamonkey/search?string=mime.js mime.js /mailnews/extensions/smime/build/nsMsgSMIMEFactory.cpp, line 75 -- { "SMIME JS Helper", /mailnews/extensions/smime/Makefile.in, line 35 -- $(INSTALL) $(srcdir)/resources/content/smime.js $(DIST)/bin/defaults/pref /mailnews/extensions/smime/Makefile.in, line 38 -- $(SYSINSTALL) $(IFLAGS1) $(srcdir)/resources/content/smime.js $(DESTDIR)$(mozappdir)/defaults/pref /mailnews/extensions/smime/jar.mn, line 3 -- content/messenger/am-smime.js (resources/content/am-smime.js) /mailnews/extensions/smime/resources/content/Makefile.in, line 30 -- $(INSTALL) $(srcdir)/smime.js $(DIST)/bin/defaults/pref /mailnews/extensions/smime/resources/content/Makefile.in, line 33 -- $(SYSINSTALL) $(IFLAGS1) $(srcdir)/smime.js $(DESTDIR)$(mozappdir)/defaults/pref /mailnews/extensions/smime/resources/content/am-smime.xul, line 38 -- <script type="application/x-javascript" src="chrome://messenger/content/am-smime.js"/> /mailnews/extensions/smoketest/resources/content/Makefile.in, line 30 -- $(INSTALL) $(srcdir)/smime.js $(DIST)/bin/defaults/pref /mailnews/extensions/smoketest/resources/content/Makefile.in, line 33 -- $(SYSINSTALL) $(IFLAGS1) $(srcdir)/smime.js $(DESTDIR)$(mozappdir)/defaults/pref
Comment 5•21 years ago
|
||
Sorry, LXR needs synching. Bonsai diff shows it's removed: http://bonsai.mozilla.org/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=mozilla/mailnews&command=DIFF_FRAMESET&file=jar.mn&rev1=1.66&rev2=1.67&root=/cvsroot
Status: RESOLVED → VERIFIED
Comment 6•20 years ago
|
||
Why not remove it entirely from the source tree?
Updated•20 years ago
|
Product: MailNews → Core
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•