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

819 Коммитов

Автор SHA1 Сообщение Дата
colin%theblakes.com 22b0bdeae4 OpenVMS specific changes for PRSTR items 1999-09-10 00:02:23 +00:00
warren%netscape.com 40ed9d6ad2 Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked. 1999-09-09 22:05:05 +00:00
briano%netscape.com 6074b8b8a4 Removed the obsolete non-NECKO leftovers. 1999-09-09 00:11:48 +00:00
harishd%netscape.com 3c57578589 Fix for bug#s 12184, 13170, 13171. 1999-09-08 18:58:34 +00:00
akkana%netscape.com cd420d3b0d Beginnings of stream converter for html/xif/text 1999-09-08 18:51:23 +00:00
akkana%netscape.com c7bdfac304 13052: move comment handling to OpenContainer, to ensure that open/close tags are balanced 1999-09-07 19:09:36 +00:00
cata%netscape.com c38e6a4ab2 Method name change. 1999-09-02 19:16:16 +00:00
harishd%netscape.com fc87f082cc Replacing ostream to nsStream in DebugDump methods. 1999-09-02 18:30:31 +00:00
kipp%netscape.com 78bace2449 Use nsAutoString instead of nsString for temps 1999-09-02 18:13:07 +00:00
briano%netscape.com cb47ce30d1 Cleaned it up and eliminated the pointless #!gmake. 1999-09-02 00:30:07 +00:00
akkana%netscape.com bd2138ff41 12018: add a linebreak for br tags even in unformatted mode 1999-09-01 23:37:36 +00:00
akkana%netscape.com 8490dc6772 12085: Add meta tag to specify charset 1999-09-01 23:36:57 +00:00
cata%netscape.com 0f0d23b266 Fixing build warnings. Step 2: switch to use new method from the interface. 1999-09-01 22:50:50 +00:00
rickg%netscape.com 972c91c92b removed debug code that was showing up in quantify 1999-09-01 21:22:22 +00:00
ftang%netscape.com 76a2c098ff change to newly registered IANA charset name 1999-09-01 01:17:11 +00:00
harishd%netscape.com 6a072f27ba Cleaned up some code.
Fixed  bugs 5974, 12641, and 12389.
1999-09-01 01:01:21 +00:00
cyeh%netscape.com 9577b5cefa Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people. 1999-09-01 00:54:34 +00:00
nisheeth%netscape.com d3eaaedcfb 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 49da4f2996 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 c69287006e Fix a memory leak. 1999-08-29 20:29:07 +00:00
rickg%netscape.com 3e1c22acb7 corrected string usage errors and removed warning 1999-08-29 17:35:19 +00:00
tao%netscape.com 03c8a3ee90 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 060daedce7 cvsignore 1999-08-27 21:00:47 +00:00
akkana%netscape.com 1a278509e0 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 3536bd2c52 11249: add /body tag when writing body-only 1999-08-27 20:54:57 +00:00
beard%netscape.com 05f8b8e443 plugged some memory leaks. 1999-08-27 03:46:33 +00:00
ftang%netscape.com fd9d5e597d add one more constant 1999-08-25 21:38:24 +00:00
harishd%netscape.com 71fca2d466 Minor adjustments in consuming attributes ( Tracking down '<'). 1999-08-25 21:27:43 +00:00
ramiro%netscape.com 7ee0e69965 Cleanup zlib cruft. 1999-08-25 14:39:53 +00:00
ramiro%netscape.com 5c9835cc68 Cleanup linking of libimg. 1999-08-25 13:37:11 +00:00
rickg%netscape.com eaba11ea01 autogen content if onDataAvailable is never called 1999-08-25 03:47:37 +00:00
rickg%netscape.com edf46449f1 removed warnings, unused debug code and a crufy comment 1999-08-25 03:10:47 +00:00
jdunn%netscape.com a646f41fd3 Fix AIX compiler errors. 1999-08-25 01:14:11 +00:00
harishd%netscape.com ef7db2ac2d Fix for bug#s 3737, 12062, 9059. 1999-08-24 22:14:13 +00:00
harishd%netscape.com d527cae564 Fix for bug# 10609 and partial fix for 10593. 1999-08-24 18:35:05 +00:00
akkana%netscape.com ff7a19a5bd 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 ec21b9ecbc Set the timer lib flags in one place. 1999-08-24 14:54:59 +00:00
ftang%netscape.com c9df10b372 add two new constant 1999-08-24 07:17:46 +00:00
nisheeth%netscape.com 3caa1eb200 Fixed a warning on Linux. 1999-08-24 06:47:11 +00:00
mccabe%netscape.com 17cdc659d1 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 2c19866af3 cleanup linking of libmozreg. 1999-08-21 15:41:53 +00:00
ramiro%netscape.com 6eeeaf7730 Fix for -lpref linking problems. Dont link with libpref, its not needed. 1999-08-18 00:27:50 +00:00
ramiro%netscape.com ee33c47ded Link in secfree dynamically only where needed. 1999-08-17 15:46:57 +00:00
ramiro%netscape.com 038e16b3a1 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 04349cdd68 Link expat and xmltok into the htmlparser statically. Not into the app. 1999-08-17 12:46:23 +00:00
sfraser%netscape.com f08ea2a98d 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 5b352a16be 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 998ecdd3eb 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 0375e0b94d Add a newline to the end of the file. 1999-08-10 23:17:10 +00:00
harishd%netscape.com ae9d16c074 Moved kLegalOpen from BODY to SCRIPT.
CanContain() now checks for kLegalOpen.
1999-08-09 21:28:24 +00:00