warren%netscape.com
|
495d11f50a
|
Parser changes for necko.
|
1999-06-21 00:33:51 +00:00 |
|
valeski%netscape.com
|
e23b3c673c
|
NECKO ifdef (ifdef'd _off_ by default) this checkin should not impact anything. checkin approved. If someone runs into a problem, call me at 303.546.0061.
|
1999-06-18 17:34:08 +00:00 |
|
rickg%netscape.com
|
a4f7f5d5e8
|
approved fix
|
1999-06-17 07:08:30 +00:00 |
|
nisheeth%netscape.com
|
15da3d57ee
|
Do not include nsXMLTokenizer.h any more.
|
1999-06-16 01:31:55 +00:00 |
|
nisheeth%netscape.com
|
6dbcdb1e3f
|
We no longer need to check an environment variable before instantiating the expat tokenizer. The next step is to remove the XML tokenizer from the build system.
|
1999-06-16 01:11:48 +00:00 |
|
jdunn%netscape.com
|
2f2ef137f0
|
Use C comment delims and not C++
|
1999-06-16 01:08:26 +00:00 |
|
akkana%netscape.com
|
43d9accae2
|
Oh, drat. Previous fix for const problem also threw away the result
of UnicodeToHTMLString. This fixes that.
|
1999-06-16 00:52:47 +00:00 |
|
akkana%netscape.com
|
a0137894e2
|
Fix const problem
|
1999-06-15 23:56:44 +00:00 |
|
ftang%netscape.com
|
68135936c6
|
push SetParserFilter from nsParser.h to nsIParser.h
|
1999-06-15 23:29:54 +00:00 |
|
akkana%netscape.com
|
1e5e0c80f5
|
6671: map dom codes back to entity form on output
|
1999-06-15 23:26:13 +00:00 |
|
cata%netscape.com
|
cace83a35f
|
External DTD support. (but wrapped in #ifdef EXTERNAL_ENTITY_SUPPORT)
|
1999-06-15 23:20:01 +00:00 |
|
bruce%cybersight.com
|
23d3ba8c13
|
Fix HP build bustage. Must comment out text after an #endif
|
1999-06-15 13:38:14 +00:00 |
|
akkana%netscape.com
|
5da6a94442
|
6180: Use proper Mac linebreaks on Mac; 6083: Don't output '=value' in attributes unless there is a value
|
1999-06-15 01:42:16 +00:00 |
|
akkana%netscape.com
|
15e2d7ad0b
|
Change NS_ASSERTION to NS_VERIFY -- not a fatal condition
|
1999-06-14 23:00:50 +00:00 |
|
mcafee%netscape.com
|
9568061668
|
Spelling error
|
1999-06-14 20:08:13 +00:00 |
|
rickg%netscape.com
|
87874b2f16
|
fixed build error; accidently left debug code exposed
|
1999-06-13 22:13:16 +00:00 |
|
rickg%netscape.com
|
fdacfb0a4b
|
faster viewing of text, bugs: 7889, 7892, 8047, 3795
|
1999-06-13 21:24:25 +00:00 |
|
ramiro%netscape.com
|
8eba1ffe7b
|
Conditionally ifdef out some dtd debugging code that chokes some
compilers because of badly broken streams code in prstrm.cpp.
|
1999-06-12 12:49:04 +00:00 |
|
harishd%netscape.com
|
1bdbaba543
|
Fix for bug#5682
Propagating error to nsParser.
|
1999-06-10 23:25:01 +00:00 |
|
harishd%netscape.com
|
0177a6cb05
|
Propagating NS_ERROR_HTMLPARSER_STOPPARSING on XML error.
|
1999-06-10 23:23:50 +00:00 |
|
harishd%netscape.com
|
46846f09d1
|
Capturing parser STOP error.
Fix for bug# 5682
|
1999-06-10 23:22:37 +00:00 |
|
harishd%netscape.com
|
651d219be1
|
*** empty log message ***
|
1999-06-10 23:21:39 +00:00 |
|
harishd%netscape.com
|
6992d121d7
|
Added a new member variable "mParserTerminated" to stop the parser
on an error.
|
1999-06-10 23:20:51 +00:00 |
|
briano%netscape.com
|
47fca80abb
|
Fix for FreeBSD 2.x.
|
1999-06-09 21:28:28 +00:00 |
|
harishd%netscape.com
|
a0307a66e3
|
Fix for Bug# 6749
|
1999-06-09 20:10:30 +00:00 |
|
harishd%netscape.com
|
dc6dcaea6b
|
Fix for Bug#6749
Made </SCRIPT> and </STYLE> to represent document's case in viewsource.
|
1999-06-09 20:09:52 +00:00 |
|
harishd%netscape.com
|
f4f9f09f69
|
Fix for Bug#6056
|
1999-06-09 19:54:09 +00:00 |
|
harishd%netscape.com
|
531b56785d
|
Fix for Bug#7462.
<TEXTAREA> was collecting skipped content twice.
|
1999-06-09 19:47:37 +00:00 |
|
nhotta%netscape.com
|
fe3c0ff7d2
|
Bug fix #7715, removing the hack (rev 3.95).
|
1999-06-09 19:45:00 +00:00 |
|
ramiro%netscape.com
|
1b4d1715e2
|
Port to KCC.
|
1999-06-09 10:09:47 +00:00 |
|
briano%netscape.com
|
8699ea0019
|
Handle the (Unix) platform-specific DLL naming conventions properly.
|
1999-06-04 22:17:30 +00:00 |
|
rickg%netscape.com
|
e87d99d372
|
fixed bugs 4396 and 7381
|
1999-06-04 02:34:36 +00:00 |
|
nisheeth%netscape.com
|
7743ba5471
|
The "Using expat for parsing XML message" is getting annoying. Only print it out for my debug build...
|
1999-06-04 00:30:23 +00:00 |
|
akkana%netscape.com
|
b0031e0a99
|
Vidur's initial implementation of Insert HTML Fragment
|
1999-06-03 22:38:38 +00:00 |
|
akkana%netscape.com
|
178a5787bb
|
Part of Vidur's html fragment changes
|
1999-06-03 22:27:43 +00:00 |
|
rickg%netscape.com
|
15ba567e47
|
fixed bug 7275 -- dup identifier
|
1999-06-03 21:56:22 +00:00 |
|
nisheeth%netscape.com
|
b060902f0e
|
Fix for bug 6518. The XML DTD now always gets used when the content type is text/xml.
|
1999-06-03 19:09:28 +00:00 |
|
harishd%netscape.com
|
1432b059d7
|
Fix for Bug# 7343
|
1999-06-03 18:35:32 +00:00 |
|
harishd%netscape.com
|
113e771d53
|
Allowing <MAP> to contain BLOCK elements - As per spec.
Allowing <A> to contain BLOCK elements - For Compatibility.
|
1999-06-03 18:34:55 +00:00 |
|
waterson%netscape.com
|
4287b83347
|
Single public include directory on Win32.
|
1999-06-03 18:34:27 +00:00 |
|
mcmullen%netscape.com
|
4b0ff2c414
|
Patches for OpenVMS and conversions to nsQuickSort(). Thanks to Colin Blake and James Lewis Nance (resp)
|
1999-06-03 18:15:53 +00:00 |
|
vidur%netscape.com
|
9a57d5d3ad
|
New file. Checked in while the tree is closed, but it's not yet in the build
|
1999-06-02 23:45:51 +00:00 |
|
harishd%netscape.com
|
a27960455f
|
Fix for bug# 6960. Treating '<<' as equivalent to '<<'
|
1999-06-02 16:33:08 +00:00 |
|
rickg%netscape.com
|
abc6c95cdf
|
oops -- I didn't mean to update these -- backing out
|
1999-05-29 03:04:16 +00:00 |
|
rickg%netscape.com
|
6f2e4c3ef0
|
fixed nsString2 usage error introduced by observerlist change
|
1999-05-29 03:01:22 +00:00 |
|
law%netscape.com
|
5a534f8277
|
Switching to idl-ed nsIObserverService
|
1999-05-29 02:13:10 +00:00 |
|
rickg%netscape.com
|
e77cffd5e5
|
small performance enhancement -- less searching
|
1999-05-28 07:14:08 +00:00 |
|
blizzard%redhat.com
|
e5d5dd0cd1
|
remove hard coded toolkit name
|
1999-05-28 04:12:24 +00:00 |
|
rickg%netscape.com
|
6e51e9c7ac
|
fixed bug 6950
|
1999-05-28 00:21:24 +00:00 |
|
nisheeth%netscape.com
|
0056e7e5d0
|
Allow LAYER tags to nest within themselves.
|
1999-05-27 22:28:31 +00:00 |
|