Граф коммитов

805 Коммитов

Автор SHA1 Сообщение Дата
ftang%netscape.com d928604a87 change to newly registered IANA charset name 1999-09-01 01:17:11 +00:00
harishd%netscape.com bd73964c84 Cleaned up some code.
Fixed  bugs 5974, 12641, and 12389.
1999-09-01 01:01:21 +00:00
cyeh%netscape.com cc2825cbe0 Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 00:54:34 +00:00
nisheeth%netscape.com dd775a9b5f The HTML Content sink now generates content IDs for each of the content objects it creates. The IDs start at NS_CONTENT_ID_COUNTER_BASE, defined in nsIContentSink.h, and increase monotonically as content objects get created. 1999-08-31 11:17:26 +00:00
ftang%netscape.com 4f67ea5d62 1. detect BOM, 2. Implement XML 1.0 Appendex F, 3. move hack from nsParser.cpp to nsScanner.cpp so we won't damage UCS2 data 1999-08-30 22:25:17 +00:00
tao%netscape.com 5b3ce9d3e1 Fix a memory leak. 1999-08-29 20:29:07 +00:00
rickg%netscape.com 4035d85a7f corrected string usage errors and removed warning 1999-08-29 17:35:19 +00:00
tao%netscape.com be5713c030 Patch to bug 11724. Fix suspec`ious buffer overrun problem. It prevents
double byte Ja texts in DTD being loaded correctly.
1999-08-27 21:11:35 +00:00
akkana%netscape.com d142888e03 cvsignore 1999-08-27 21:00:47 +00:00
akkana%netscape.com 8259d16a06 Standalone test of output sinks. Builds, but doesn't quite work yet because the charset service isn't registered 1999-08-27 20:58:57 +00:00
akkana%netscape.com ed99d29464 11249: add /body tag when writing body-only 1999-08-27 20:54:57 +00:00
beard%netscape.com 3683fd8500 plugged some memory leaks. 1999-08-27 03:46:33 +00:00
ftang%netscape.com aff1c072d0 add one more constant 1999-08-25 21:38:24 +00:00
harishd%netscape.com 491af8d2a3 Minor adjustments in consuming attributes ( Tracking down '<'). 1999-08-25 21:27:43 +00:00
ramiro%netscape.com 6cec5c3abb Cleanup zlib cruft. 1999-08-25 14:39:53 +00:00
ramiro%netscape.com 8644dc2074 Cleanup linking of libimg. 1999-08-25 13:37:11 +00:00
rickg%netscape.com 113fc083cc autogen content if onDataAvailable is never called 1999-08-25 03:47:37 +00:00
rickg%netscape.com fb42eba6ad removed warnings, unused debug code and a crufy comment 1999-08-25 03:10:47 +00:00
jdunn%netscape.com f0374764ce Fix AIX compiler errors. 1999-08-25 01:14:11 +00:00
harishd%netscape.com 5aa05c855b Fix for bug#s 3737, 12062, 9059. 1999-08-24 22:14:13 +00:00
harishd%netscape.com 2f27c8a717 Fix for bug# 10609 and partial fix for 10593. 1999-08-24 18:35:05 +00:00
akkana%netscape.com 70ab0ba259 Revise the doc encoder and content sink APIs yet again to make it easier
to add new flags (pass a flag in the constructor, rather than specific
booleans.  This in order to fix:
11249: Add flag to write only the body in html output.
1999-08-24 18:30:19 +00:00
ramiro%netscape.com e1f2489b0c Set the timer lib flags in one place. 1999-08-24 14:54:59 +00:00
ftang%netscape.com d4c30d8a5d add two new constant 1999-08-24 07:17:46 +00:00
nisheeth%netscape.com 68f5229bbb Fixed a warning on Linux. 1999-08-24 06:47:11 +00:00
mccabe%netscape.com 2290033202 NS_DECL_NSIFOO spam for nsIRequest, nsIChannel, nsIStreamListener, nsIStreamObserver, all from netwerk/
convert manual interface method declarations in implementation class to NS_DECL_NSIFOO macro.
1999-08-22 13:26:18 +00:00
ramiro%netscape.com 16bbd09726 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
ramiro%netscape.com 0e1b8a922a Fix for -lpref linking problems. Dont link with libpref, its not needed. 1999-08-18 00:27:50 +00:00
ramiro%netscape.com 0149d76208 Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
ramiro%netscape.com db81b7d904 Dont link in the parser into the app. Link it in dynamically where needed.
This makes the link depenencies on unix be more like windows.  Makes it
easier to track dependency problems and simplifies makefiles.
1999-08-17 13:54:48 +00:00
ramiro%netscape.com f544ac5394 Link expat and xmltok into the htmlparser statically. Not into the app. 1999-08-17 12:46:23 +00:00
sfraser%netscape.com 750ffd93c6 Part of fix for 11790, crash on quit. Need delete[] on an array. r dp, a chofmann 1999-08-13 23:27:54 +00:00
nisheeth%netscape.com 31359e6812 Fix for bug 8251. We needed to resolve relative URLs when we loaded external DTDs. This had been fixed earlier but the fix needed to get replicated for the Necko code path. 1999-08-11 05:53:37 +00:00
akkana%netscape.com 4c40366086 11572: default do-header to FALSE, which fixes a bunch of copy/paste bugs 1999-08-11 01:42:31 +00:00
slamm%netscape.com 50589a4dc0 Add a newline to the end of the file. 1999-08-10 23:17:10 +00:00
harishd%netscape.com e7b35d0f08 Moved kLegalOpen from BODY to SCRIPT.
CanContain() now checks for kLegalOpen.
1999-08-09 21:28:24 +00:00
harishd%netscape.com f14b0efea9 Added code to handle "stray" block closer ( bug# 11365 ).
Did some cleanup..
1999-08-09 21:26:55 +00:00
nisheeth%netscape.com ec008c2bd4 Fix for bug 8607. DOCTYPE decls are now propagated from the XML tokenizer to the XML content sink. 1999-08-07 06:26:01 +00:00
akkana%netscape.com a0e97ef4b7 Don't convert charset on nsStrings, as suggested in comments in bug 6672 1999-08-06 20:50:37 +00:00
rickg%netscape.com 517aef5d90 fixed bug 6659 1999-08-06 09:20:42 +00:00
harishd%netscape.com 4453e599bd Disabling RGESS_DEBUG which I had accidentally
checked in!!
1999-08-03 21:08:36 +00:00
harishd%netscape.com 3e6347d00d Hardcoding PI length in GetProcessingInstruction(). 1999-08-03 00:12:22 +00:00
harishd%netscape.com 888393d1ec Tweaks... Removed an extra append call. 1999-08-03 00:07:58 +00:00
harishd%netscape.com f144d32ae8 Partial fix of bug 10593. 1999-08-03 00:03:52 +00:00
harishd%netscape.com 88682a4fc0 Removed warning. mDTDState is of type nsresult 1999-08-03 00:03:00 +00:00
harishd%netscape.com 7dfb5e2370 Fix for bug# 11001. Allowing <P> to
contain <TABLE> - for backwards compatibility
1999-08-03 00:01:16 +00:00
harishd%netscape.com aedb5f920b Fix for bug#s 10530, and 10596.
Conditioning the raw buffer by removing the unwanted null chars.
1999-07-31 20:16:30 +00:00
akkana%netscape.com b0a31b5dd3 Fix 10621: write NS_LINEBREAK when we see the html whitespace tag 1999-07-30 23:40:57 +00:00
nisheeth%netscape.com ae646d4611 Fix for bug 10829. Removed an extra ADDREF to the content sink which was causing leakage of sinks and webshells. 1999-07-30 20:13:07 +00:00
mscott%netscape.com fa4af9e632 fix build breakage by including config.mak 1999-07-29 02:39:17 +00:00