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

939 Коммитов

Автор SHA1 Сообщение Дата
harishd%netscape.com edfc4f8016 Unblocking bug 18679.
[ scanner got into an infinte loop ]
1999-11-17 00:25:33 +00:00
jdunn%netscape.com e871be6de2 Fixing all unresolved symbols on unix. The bug has the diff's
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
rickg%netscape.com 3ac1556fa6 trivial removal of warnings; r=none 1999-11-14 23:15:35 +00:00
jdunn%netscape.com fc0b3a7bf4 adding newline at end of file... required by HP 1999-11-14 20:26:08 +00:00
rickg%netscape.com c7fca42f17 2nd half of parser wip; lots of bugs; r=harishd 1999-11-14 06:23:11 +00:00
harishd%netscape.com 38ad4a2ec2 Another attempt to fix the bustage!!! 1999-11-13 04:56:56 +00:00
harishd%netscape.com da13c6bd98 Fix for the bustage. 1999-11-13 04:37:54 +00:00
harishd%netscape.com aa7503d71d This checkin contains combined work of rickg and harishd
Harishd's Changes:
 Fix for bugs
 2749    - Tweaked strict comment handling, i.e., <!------> is now treated as an illegal comment in strict mode
16934   - Rectifed reporting of JS line error when a newline is found within a tag.
15204   - Made TEXTAREA content to reflect the source document.
11979, 16826  - Stoping the parser properly on receiving the stop-error message.
17594   - Added code to parse <!DOCTYPE> content correctly.
17496   - Building up the stack for orphaned OPTIONs

r=rickg

Rickg's Changes:
  rickg will be posting comments on his changes by 11/12/99.

r=harishd
1999-11-13 03:53:11 +00:00
akkana%netscape.com f7ee0a5e97 Backing out previous change -- it didn't do as much as I'd hoped 1999-11-11 22:45:32 +00:00
akkana%netscape.com 836bfb9d94 18576: improve wrapping of plaintext replies 1999-11-11 22:24:34 +00:00
jdunn%netscape.com 0c7a249849 removing ';' from the end of the macros, since the macro in nsTimer.h
already handles the trailing ';'.
NOTE: trying to compile a ';' fails on AIX
1999-11-11 21:35:34 +00:00
akkana%netscape.com 8bf133a8f7 17564, 17871, 17883, 18249, 13753,
18012, 16800, maybe 17565 and 13278:
Integrate contributions from Ben Bucksch (mozilla@bucksch.org)
and Daniel Brattell (bratell@lysator.liu.se) to improve formatted
plaintext output, including adding text style indicators, improving
table output and wrapping, and fixing several wrapping/whitespace bugs.
Also update the auto tests to reflect some of the bugs recently fixed.
  r=myself,mozilla@bucksch.org,bratell@lysator.liu.se
1999-11-10 23:50:45 +00:00
slamm%netscape.com 7699111c7e Fix warnings for partially bracketed initializers. r=rickg a=chofmann 1999-11-10 23:47:37 +00:00
nisheeth%netscape.com ecf204e501 a=sdagley. Move over to new timing macros... 1999-11-10 03:41:09 +00:00
dmose%mozilla.org 142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
nisheeth%netscape.com 02e8b01baf r=harishd, a=chofmann. Fix for bugs 11992, 10563. New lines get reported in the XML document prolog. Now, JS errors in XML report correct line numbers. 1999-11-03 23:50:16 +00:00
akkana%netscape.com eaec46cadb Contribution by Daniel Bratell <bratell@lysator.liu.se> to implement
format=flowed for mail plaintext output.  Restructures the plaintext
output wrapping code, wholly or partially fixes numerous bugs in plaintext
output (13278, 13442, 17823, 17824, 13753, 12551), makes the automated
tests work on Windows and adds some new automated tests. r=akkana.
1999-11-03 02:44:44 +00:00
cls%seawood.org bee74e223b Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +00:00
harishd%netscape.com 3bfbd06af1 No bug number.
Improvement to table performance by reducing
the number of context switch calls.

r=vidur
1999-11-02 20:58:12 +00:00
nisheeth%netscape.com 338766cb42 r=pollmann. Check local DTD directory for dtd files and, if found, load them from there. 1999-11-02 01:16:37 +00:00
akkana%netscape.com 4aa11f44fd Fix Sun build bustage: older gcc can't do nsCOMPtr on a forward type 1999-11-01 22:16:15 +00:00
akkana%netscape.com 155eeb4401 Formatting whitespace changes only 1999-11-01 21:53:50 +00:00
akkana%netscape.com 0e0de7cf56 17275, 16285, 15204: Switch to using nsISaveAsCharset for both charset and entity conversion. r=nhotta 1999-11-01 21:34:44 +00:00
tbogard%aol.net 29401ecc5e Changed NS_ASSERTION to use NS_WARN_IF_FALSE. r=pavlov 1999-11-01 21:24:24 +00:00
harishd%netscape.com 17f09a0eaa Fix fof bug 15674 - Putting back char* buffer.
r=akkana
1999-10-29 19:59:09 +00:00
harishd%netscape.com fb9c158faa Fix for bugs
1312   - Mapped all  HTML 4.0x FPIs to NOQUIRKS mode.
2749   - Tweaked strict comment handling code. -> r=rickg
17148 - Making sure that BeginContext() is ended only by EndContext()
17113, 1262 - Made AddLeaf(), in DTD,  to be cautious in handling text tokens.

Using bit-wise search  for IsContainer() instead of looping. ( nsElementTable )

Fixed warnings.

r=pollmann
1999-10-28 23:25:59 +00:00
nisheeth%netscape.com f93347967c r=nisheeth. Fix for bug 17237 from Rick Gessner (rickg@netscape.com). Thanks, Rick. 1999-10-28 20:40:08 +00:00
rickg%netscape.com 1992774469 fixed bug17387 (pre-constructing DTD's). r=warren 1999-10-28 09:26:19 +00:00
rickg%netscape.com e1f53e872b fixed bug17388, dtd leak; r=mscott 1999-10-28 07:53:21 +00:00
nisheeth%netscape.com ff14b7a0cf r=nisheeth. Fix for bug 9781 submitted by Johnny Stenbeck (jst@citec.fi). Thanks Johnny. 1999-10-28 01:50:37 +00:00
nisheeth%netscape.com 6615ece773 Follow-up to fix for bug 10456. I made the earlier changes to the non-Necko part of the code! Making the same changes to the ifdef NECKO part. 1999-10-26 02:42:23 +00:00
nisheeth%netscape.com 34470138f8 Bugs 10456, 15027, 11948. r=harishd. We no longer try to load up external DTD files unless those DTD files are referred to via a chrome url. 1999-10-26 01:58:41 +00:00
akkana%netscape.com e8b58c7be4 Update a few of the standalone tests. Not part of the build 1999-10-22 21:35:16 +00:00
akkana%netscape.com 77ea9fe9c2 16988: filter out BR type=_moz, which the editor inserts. r=syd 1999-10-22 21:03:29 +00:00
akkana%netscape.com d7e228ed78 Fix a runtime error message -- r= (and suggested by) dp 1999-10-21 23:12:31 +00:00
pierre%netscape.com a966f87a22 Enabled MOZ_PERF_METRICS in the Mac build: - updated DefinesMozilla.h - fixed stopwatch.cpp - created libutilIDL.mcp - added StopWatch exports to libutil.exp - added xpcom.shlb to libutil.mcp - added libutil.shlb to htmlparser.mcp, layout.mcp, webshell.mcp 1999-10-21 05:41:45 +00:00
nisheeth%netscape.com 007e5bc033 Should not affect build. Include stopwatch object code if MOZ_PERF is defined. 1999-10-21 02:47:56 +00:00
harishd%netscape.com fd9d596cc7 Fix for the bustage.
r=pollmann
1999-10-20 23:14:50 +00:00
harishd%netscape.com a058f15fd0 Fixed Bug 16285 - Replaced char* with nsCAutoString for mBuffer.
This fixes the crash on doing Ctrl-c in editor.

r=akkana
1999-10-20 22:35:12 +00:00
harishd%netscape.com 3f574f91bb Fixed Bug 16014 - Rectifed a glitch in illegal-content handling code.
r=pollmann
1999-10-20 22:32:10 +00:00
akkana%netscape.com 258affb879 16726: don't print the doctype information in plaintext output. r=cmanske 1999-10-20 22:27:14 +00:00
nisheeth%netscape.com ef75c33b3c Changes should not affect the build. Renaming the RAPTOR_PERF_METRICS ifdef to MOZ_PERF_METRICS. 1999-10-19 22:27:20 +00:00
rickg%netscape.com 2942a58e82 fixed bug 16584; CRCRLF not handled correctly. r=syd 1999-10-19 08:52:30 +00:00
rickg%netscape.com 5ca278bf63 fixed bug16624; r=buster. Buffer used to translate unicode entities in forms wasn't being truncated. 1999-10-18 22:39:58 +00:00
harishd%netscape.com f749a4d3e1 Fix for Bug 16126 -- Error message was not getting propagated
to the parser ( CNavDTD::AddLeaf() )
Related to bug 16578 - Throwing userdefined tags to the floor
( what we used to do before ). This will avoid people from being
blocked.   Will work on a fix later.

r=nisheeth
1999-10-18 20:23:27 +00:00
rickg%netscape.com aa898ef8c0 another WIP for bug 13536; added charset notification back in; r=harish 1999-10-18 05:14:38 +00:00
rickg%netscape.com 6c5c027d11 removed warnings; no material code affected 1999-10-17 07:01:10 +00:00
rickg%netscape.com 81f6361a2f Fix (perf) bug 13536 dealing with viewsource; r=kmcclusk.
Viewsource is now based on XML. These changes make viewsource 2X faster,
30% smaller (in obj code), and uses between 30-60% less markup overhead.
This update also enables stylesheet usage on viewsource, which is controlled
by the viewsource namespace  in html.css.

Also, note that viewsource remains (and always has been) fully incremental.
Remaining performance issues are in contentsink as shown in quantify runs.
1999-10-17 02:50:38 +00:00
rickg%netscape.com c772f11a13 improve debug timing code for ongoing perf work; not enabled in normal build. r=peterl 1999-10-17 02:45:26 +00:00
nisheeth%netscape.com 391ae2d519 Changes do not get built in regular build. Fix timing hooks in the parser. 1999-10-15 23:42:09 +00:00