bzbarsky%mit.edu
|
b4eebb0cbd
|
Remove bogus data-sniffing code in CanParse() impls, clean up signature, don't
peek a buffer if we're not planning to autodetect the parsemode. Bug 113201,
r=rbs, sr=jst
|
2004-05-13 23:39:06 +00:00 |
peterv%propagandism.org
|
e248a88fdd
|
Merging patch by gerv (from mozilla/htmlparser).
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-23 13:24:28 +00:00 |
bryner%brianryner.com
|
78f1cb532a
|
Speed up mapping HTML tag enums to atoms by using an array of static atoms, indexed by enum value. This avoids a UTF16 to UTF8 conversion and atom table lookup for each tag. Add a CString version of nsINodeInfoManager::GetNodeInfo(), convert literal string callers to use that version, and remove some unused variants of GetNodeInfo(). Bug 223595, r=axel@pike.org, sr=jst.
|
2003-11-05 05:17:07 +00:00 |
alecf%netscape.com
|
f69ebc1f6b
|
fix for the first part of bug 200580, remove nsIDTD::ConvertEntityToUnicode, nobody is using it r=harishd, sr=jst
|
2003-04-08 20:54:56 +00:00 |
jfrancis%netscape.com
|
308ab1fe69
|
fix for 159842: parser has no mechanism to allow parsing of incomplete html fragments. sr's from heikki, kin, bz
|
2002-08-29 08:17:41 +00:00 |
dbaron%fas.harvard.edu
|
e63a11c0e8
|
Split strict mode into almost-standards and full-standards mode, where the only quirk in almost standards mode is the quirky inline box model. Remove previous fix for bug 151620. Tweak mode detection to use almost-standards for XHTML Transitional, HTML 4.01 transitional with system ID, and for IBM system DOCTYPE. b=153032 r=karnaze, bzbarsky, harishd sr=waterson
|
2002-06-25 21:16:17 +00:00 |
harishd%netscape.com
|
7609e93846
|
Fix line numbers in html. b=111576, r=heikki, sr=jst, a=asa,chofmann
|
2002-04-10 22:16:46 +00:00 |
harishd%netscape.com
|
8534ae1d76
|
Backing out timeless's checkin. This wasn't supposed to happen until we branched
|
2002-04-09 00:43:00 +00:00 |
timeless%mac.com
|
cf65e75b10
|
Bug 111576 Incorrect line numbers in HTML files
patch by harishd, r=heikki, sr=jst, a=chofmann
|
2002-04-08 23:52:12 +00:00 |
dbaron%fas.harvard.edu
|
6cdcd7ef3a
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-24 00:16:18 +00:00 |
harishd%netscape.com
|
8ddc75fad9
|
Make sure to flush the tokenizer stack after tokenizing SCRIPT content. Note: This checkin also includes code clean up. b=104856, r=heikki, sr=jst
|
2002-02-14 23:45:20 +00:00 |
harishd%netscape.com
|
641b5b1ca4
|
119038 - Make sure that WillResume() and WillInterrupt() get called on the sink. This should fix the fast loader assertion. r=heikki, sr=brendan
|
2002-01-11 01:26:41 +00:00 |
harishd%netscape.com
|
7c522efd05
|
105137 - Eliminate nsTokens, nsParserNode usage for xml/xbl/xul/rdf documents. r=heikki, sr=jst
|
2002-01-09 01:37:50 +00:00 |
jst%netscape.com
|
f54b1ef763
|
Fixing bug 109400. Removing unnecessary layers of abstraction from nsHTMLTags that does nothing for us except using more memory than we need to use, and makes us slower. This makes nsHTMLTags::LookupTag() 4 times faster. r=harishd@netscape.com, rs=vidur@netscape.com
|
2001-11-28 06:13:11 +00:00 |
gerv%gerv.net
|
1c6c9ed7c8
|
License changes, take 2. Bug 98089. mozilla/include/, /mozilla/htmlparser/, /mozilla/intl/ (part 1).
|
2001-09-26 00:40:45 +00:00 |
dbaron%fas.harvard.edu
|
390e04a7df
|
Make forward-compatible the DOCTYPE handling for determining whether to be in quirks mode or strict mode: properly parse the DOCTYPE declaration and use a list of known public identifiers that should trigger quirks. Remove some remnants of modes that no longer exist. b=55264 r=harishd sr=vidur
|
2001-09-08 18:37:19 +00:00 |
harishd%netscape.com
|
a51389e84f
|
91320 - Removed unused files from htmlparser module and created a public directory.
r= heikki
sr=vidur
|
2001-08-03 21:15:15 +00:00 |