briano%netscape.com
64f859af0e
Cleaned it up and eliminated the pointless #!gmake.
1999-09-02 00:30:07 +00:00
akkana%netscape.com
71bd6be10a
12018: add a linebreak for br tags even in unformatted mode
1999-09-01 23:37:36 +00:00
akkana%netscape.com
5f86832579
12085: Add meta tag to specify charset
1999-09-01 23:36:57 +00:00
cata%netscape.com
8197c9839b
Fixing build warnings. Step 2: switch to use new method from the interface.
1999-09-01 22:50:50 +00:00
rickg%netscape.com
93f0d1207b
removed debug code that was showing up in quantify
1999-09-01 21:22:22 +00:00
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
briano%netscape.com
d7b4f2ce29
Fix for Unix native compiler builds. A newline is required at the EOF.
1999-08-26 22:53:50 +00:00
nisheeth%netscape.com
c6f51e94f9
Protecting mozilla specific defines with MOZILLA_CLIENT...
1999-08-26 00:18:25 +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
jdunn%netscape.com
0267733534
Fix build error on AIX, which won't allow 'redefining' of functions (i.e memcopy)
...
I talked this over with Nisheeth and the only reason this was put in was to
fix compiler warnings.
1999-08-19 21:24:06 +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
nisheeth%netscape.com
5416354262
Fixed some warnings in xmlparse.c. Thanks a lot to kherron@sgum.mci.com for noticing these warnings, filing a bug, and attaching an attempted fix to the bug report.
1999-08-09 23:52:45 +00:00
nisheeth%netscape.com
06abea2aba
Checking in a patch that lets us build on a redhat 6.0 box with glibc-2.1.2-3 installed. Thanks a lot to Brian Ryner (bryner@students.uiuc.edu) for the patch.
1999-08-09 22:51:53 +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
nisheeth%netscape.com
dc583804db
Updating expat to latest release from James Clark.
1999-08-07 06:24:08 +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