Closed
Bug 91320
Opened 24 years ago
Closed 24 years ago
Remove unused files from htmlparser module
Categories
(Core :: DOM: HTML Parser, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla0.9.4
People
(Reporter: harishd, Assigned: harishd)
References
Details
Attachments
(4 files)
88.18 KB,
patch
|
Details | Diff | Splinter Review | |
33.26 KB,
patch
|
Details | Diff | Splinter Review | |
86.91 KB,
patch
|
Details | Diff | Splinter Review | |
98.10 KB,
patch
|
Details | Diff | Splinter Review |
** This is a tracking bug **
1. What is this?:
+EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
2. Add newlines to the end of these files at least: MANIFEST, makefile.win and
all the interfaces.
3. Remove from nsIContentSink:
+ * This file declares the concrete IContentSink interface.
4. [Optional] Replace the GetIID() implementations with the macro in the
interfaces, for example:
static const nsIID& GetIID() { static nsIID iid = NS_IDTD_IID; return iid; }
5. Is Verify() implemented anywhere after these changes? Maybe the function
could be removed althogether?
6. Newlines and tabs... Are you sure newlines are correct in all files? Also
the below lines have tabs that should be changed to spaces (I suspect
you have conffed VC++ to convert tabs to spaces in C++ files but not
in other files, which caused this so check other files as well):
+MODULE_NAME = nsParserModule
7. Make sure that we export as little as possible (like why do we export
nsParser.h).
8. Should all exportable files be moved to public?
9. What is the deal with nsParser.cpp, it looks like that belongs into some
other bug?
10. The diff shows you are removing no files, what gives? Did you forget to
cvs rm the files before you did diff?
Moving to more realistic target - m0.9.4!
Target Milestone: mozilla0.9.3 → mozilla0.9.4
Comment 9•24 years ago
|
||
sr=vidur
Assignee | ||
Comment 10•24 years ago
|
||
cvs removed nsDTDDebug, nsXMLTokenizer, nsTokenHandler, nsValidDTD..
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 11•24 years ago
|
||
Verified on 2001-08-08-Trunk build on WinNT.
Marking verified as per above developer comments.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•