Closed Bug 91320 Opened 24 years ago Closed 24 years ago

Remove unused files from htmlparser module

Categories

(Core :: DOM: HTML Parser, defect, P1)

x86
Windows NT
defect

Tracking

()

VERIFIED FIXED
mozilla0.9.4

People

(Reporter: harishd, Assigned: harishd)

References

Details

Attachments

(4 files)

** This is a tracking bug **
Severity: normal → major
Status: NEW → ASSIGNED
Depends on: 84007, 89009, 91245
Target Milestone: --- → mozilla0.9.3
Remove ValidDTD, prstrm, DTDDebug
Depends on: 90700
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?
Attached patch patch v1.2Splinter Review
Attached patch patch v1.3Splinter Review
Moving to more realistic target - m0.9.4!
Target Milestone: mozilla0.9.3 → mozilla0.9.4
Priority: -- → P1
sr=vidur
No longer depends on: 91245
cvs removed nsDTDDebug, nsXMLTokenizer, nsTokenHandler, nsValidDTD..
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
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.

Attachment

General

Creator:
Created:
Updated:
Size: