Closed
Bug 96683
Opened 23 years ago
Closed 23 years ago
nsIParser.h revison seems to be older than it's supposed to be.
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
INVALID
mozilla0.9.4
People
(Reporter: harishd, Assigned: harishd)
Details
When I moved nsI* into htmlparser/public I somehow screwed up the revision for
nsIParser.h. Here is the patch to bring nsIParser.h up-to-date.
Index: nsIParser.h
===================================================================
RCS file: /cvsroot/mozilla/htmlparser/public/nsIParser.h,v
retrieving revision 1.1
diff -u -r1.1 nsIParser.h
--- nsIParser.h 2001/08/03 21:14:24 1.1
+++ nsIParser.h 2001/08/23 18:39:18
@@ -85,12 +85,12 @@
kCharsetFromWeakDocTypeDefault,
kCharsetFromUserDefault ,
kCharsetFromDocTypeDefault,
+ kCharsetFromCache,
kCharsetFromParentFrame,
kCharsetFromBookmarks,
kCharsetFromAutoDetection,
kCharsetFromMetaTag,
kCharsetFromByteOrderMark,
- kCharsetFromCache,
kCharsetFromHTTPHeader,
kCharsetFromUserForced,
kCharsetFromOtherComponent,
Status: NEW → ASSIGNED
Whiteboard: [fix in hand]
Target Milestone: --- → mozilla0.9.4
Comment 1•23 years ago
|
||
This has been fixed and checked in.
oh ok. thanx. Closing bug INVALID.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Depends on: 2800, 7380, 28825, 47041, 47352, 47353, 50661, 56518, 62453, 64668, 74495, 78638, 80351, LinkUI
QA Contact: bsharma → ckritzer
Resolution: --- → INVALID
Summary: nsIParser.h revision seems to be older than it's supposed to be. → Implement 100% Support for W3C P3P Platform for Privacy Preferences
Whiteboard: [fix in hand] → [helpwanted]
oh boy! I have no idea how the summary,status whiteboard, etc..got updated.
Looks like a bad bug.
updating the summary that got changed on it's * own *!!!!!!
No longer depends on: 2800, 7380, 28825, 47041, 47352, 47353, 50661, 56518, 62453, 64668, 74495, 78638, 80351, LinkUI
Keywords: helpwanted,
meta,
mozilla1.0,
qawanted
Summary: Implement 100% Support for W3C P3P Platform for Privacy Preferences → nsIParser.h revison seems to be older than it's supposed to be.
Whiteboard: [helpwanted]
You need to log in
before you can comment on or make changes to this bug.
Description
•