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

390 Коммитов

Автор SHA1 Сообщение Дата
danm%netscape.com f144820e06 XP_WIN versions of the privacy FE dialogs 1998-08-12 21:46:09 +00:00
ftang%netscape.com ed49410e8f add vps.u{f,t} . Thanks Van Le <levan@hotmail.com> from the net 1998-08-12 21:00:20 +00:00
ftang%netscape.com 1d93fbfb78 add credit lines 1998-08-12 20:58:12 +00:00
ftang%netscape.com 0fa6813c34 Add vps.txt for unicode conversion . Thaks Van Le <levan@hotmail.com> from the net 1998-08-12 19:18:59 +00:00
ftang%netscape.com a52145f74b fix problem with # 1998-08-12 19:16:01 +00:00
ftang%netscape.com 29f5d9865d fix # problem 1998-08-12 19:10:35 +00:00
akkana%netscape.com 699145defd Don't show caret on inactive Ender areas. Reviewed by cmanske. 1998-08-11 22:59:45 +00:00
ftang%netscape.com 5293dd1f32 fix bug 302137 by fallback to - on Mac. This is not really a fix . The real fix won't be here untill we have full Unicode support 1998-08-11 22:40:06 +00:00
ftang%netscape.com 5235075643 add koi8u to the cyrillic list, also fix bug 76586 by adding font list rearrange code 1998-08-11 22:22:42 +00:00
pinkerton%netscape.com 956db7dc06 Fix redraw problem on refresh with inline editing. 1998-08-11 19:15:28 +00:00
kin%netscape.com 4b4289be38 Modified lo_BeginTextareaTag() to call XP_STRCASECMP() when looking for
"HTMLAREA". Approved by nisheeth and toshok.
1998-08-11 19:10:47 +00:00
nisheeth%netscape.com 6da5d98aec Fixes bug 311240. We were crashing in layout when a new bookmark was added.
The real problem here is that RDF is overloading the HTML stream converter to 
get at the META tags.  I have a hacky fix to layout that checks for the special 
RDF slave context type and does not layout any tag other than META and HEAD.
This will get backed out as soon as we come up with a better solution...
1998-08-11 04:03:10 +00:00
ftang%netscape.com f17302162a Add cp1252 conversion tolower table and make winfe to use it.
Thanks for from the net  Antoine.Leca@renault.fr (Antoine Leca)
1998-08-10 23:29:27 +00:00
jwz%mozilla.org 31500d82ea I could tell you what this patch was for, but then I'd have to shoot you. 1998-08-10 03:50:04 +00:00
jwz%mozilla.org 8b0cbd04ac add -DNO_SECURITY so that it works on the internal Netscape builds as well
(which do have security, but which do not have a libmime with S/MIME code.)
1998-08-10 00:24:00 +00:00
waterson%netscape.com 17dec56a44 Modified timing macros to include MWContext parameter. 1998-08-09 20:32:30 +00:00
jwz%mozilla.org 741187535c build and link against libmime (on Unix only, until I find some victims to
test things out on the other platforms.)
1998-08-09 03:53:14 +00:00
jwz%mozilla.org 11d49b4463 various tweaks to get libmime to build, and be linkable with the
rest of Mozilla.
1998-08-09 03:51:51 +00:00
jwz%mozilla.org 4e53d461b5 in order to make libmime compile without libmsg, moved some
utility functions from libmsg/msgutil.c to new files
libxp/xp_linebuf.c and libnet/mkbuf.c:

	msg_GrowBuffer ==> XP_GrowBuffer
	msg_LineBuffer ==> XP_LineBuffer
	msg_ReBuffer ==> XP_ReBuffer
	msg_MakeRebufferingStream ==> NET_MakeRebufferingStream
1998-08-09 03:49:12 +00:00
beard%netscape.com 8630892040 Changed all uses of lo_NVList to not depend on OJI being defined. 1998-08-08 20:50:22 +00:00
jwz%mozilla.org dffc72e144 Got libmime and the mimefilt program to build in the public Mozilla code base.
Mostly I did this by turning on -DMOZILLA_30, which eliminates most of
the, uh, "progress" made in libmime since 3.0.  That this worked highlights
the fact that the 3.x libmime had far fewer cross-dependencies on libmsg
than 4.x did.
1998-08-08 02:20:33 +00:00
jwz%mozilla.org bfdaeef3b5 In 2.x/3.x, this file was lib/libmsg/addr.c.
In 4.x, it was lib/libmsg/addrutil.cpp.  (They felt the need to convert it
to C++ for no adequately explainable reason, and to add some dependencies
on the rest of libmsg.)

Since libmime needs this, and libmsg isn't being built, I converted it
back to C, removed the libmsg dep, and put a copy of this file here.

Someday, something more sensible should be done.  Like deleting the copy
in libmsg, perhaps.
1998-08-08 02:17:51 +00:00
cmanske%netscape.com 9076fefa9f Fixed P0 Composer bug 312249 (backspacing when lines wrap) with help/review/approval by nisheeth. Also layout's part of fix to 310966 (changing doc colorsof current windows) 1998-08-08 02:06:57 +00:00
nisheeth%netscape.com 3858b3fd8f Fixes bugs 301002, 206090, and 312021. Blocked tags were getting misordered.
lo_FinishLayout() was getting called multiple times.  These fixes were migrated
over from the 4.06 branch.
1998-08-07 23:59:48 +00:00
nisheeth%netscape.com ad3409c277 lo_FillinImageGeometry() was not being called before the image load was started
for the case when an <IMG> tag was processed while layout was blocked.  Fixed.
1998-08-07 23:45:27 +00:00
clu%netscape.com 74d5115b8c modified a conditional statement in ChangeTableSelection so that table selection can be correct on the mac when the movement is ED_MOVE_NONE (unlike other platforms, macfe passes in a NULL pData). Reviewed by cmanske and brade. 1998-08-07 09:17:19 +00:00
saari%netscape.com caf57269df Fixing a checkin error for the MacMemAllocator changes. This fixes some recent instability in Mac Grommit. 1998-08-07 00:21:29 +00:00
ramiro%netscape.com 9cad043096 DONT USE C++ COMMENT IN C FILES. Fix bustage. 1998-08-06 20:32:12 +00:00
kin%netscape.com 599ba3fd21 Added support for the new HTMLArea form element. All changes are ifdef'd ENDER. 1998-08-06 20:10:37 +00:00
norris%netscape.com 93c522052e Get signed JavaScript working using the non-Java capabilities code.
Also, implement a preference to run only signed JavaScript.
1998-08-06 19:46:03 +00:00
ftang%netscape.com 7bf086887e check in viscii unicode conversion table. Thanks for
Thu Nguyen <tnn@neomagic.com> from the net
1998-08-06 06:15:27 +00:00
beard%netscape.com c7000d7409 Disabled object stack item caching, as stale cache entries are living longer than the PA_Tags they are associated with. This is the cause of defect ID: 311147 in bugsplat. 1998-08-05 09:01:09 +00:00
ftang%netscape.com 1b8c382ca3 add viscii to unicode conversion source
thanks Thu Nguyen <tnn@neomagic.com> from the net.
1998-08-05 08:45:21 +00:00
warren%netscape.com 77d1adcec1 Removed 1998-08-05 02:56:18 +00:00
warren%netscape.com 0e2ee7c7f4 lib/plugin is obsolete -- moved to modules/plugin 1998-08-05 02:55:03 +00:00
pinkerton%netscape.com fd5fa6e7ee First Checked In. 1998-08-05 02:50:38 +00:00
kin%netscape.com 81912c692b Fix Linux build bustage when ENDER is defined. Changed C++ comment to C
comment. Approved by nisheeth.
1998-08-05 02:41:21 +00:00
morse%netscape.com 2bdcf7385c change for anonymous mode, reviewed by dfm 1998-08-05 01:49:15 +00:00
morse%netscape.com dc30084ee1 change for anonymous mode 1998-08-05 01:47:15 +00:00
ftang%netscape.com 9d561452e3 back up cp9xx table check in rev 3.3 untill more test got perform 1998-08-05 01:23:24 +00:00
raman%netscape.com bb30d1cf9b Adde context as argument to all caps public methods that could be used by JS 1998-08-04 23:54:29 +00:00
av%netscape.com 0c1a191dbb Adding sizing feature to the plugin API. Reviewed by Nisheeth. 1998-08-04 23:49:09 +00:00
kin%netscape.com fb49032bbb Fixed Unix build bustage when ENDER is defined.
Reviewed and approved by brendan.
1998-08-04 23:18:10 +00:00
waterson%netscape.com 24d817af36 Added timing for top-level table blockage. 1998-08-04 22:56:15 +00:00
toshok%netscape.com a21823cc66 Fix problem of alignment inside table cells getting lost. fixes 311994 (www.zdnet.com) and 311983 (www.mozilla.org) initial layout. 1998-08-04 22:26:42 +00:00
saari%netscape.com bb35a39676 Merging in sfraser's MacMemAllocator changes from 4.5, along with improved MacMemAllocator/cache behavior. 1998-08-04 21:50:56 +00:00
ftang%netscape.com 809ac6747f these are meaningless check in to attach comment for my last check in.
Accidentally, my last check do not include comment.
Below is the comment for last check in;
Add KOI8-U support for UNIX
Add XP_ASSERT to Unicode converter
1998-08-04 21:11:09 +00:00
ftang%netscape.com 4be86e7b2f *** empty log message *** 1998-08-04 20:53:37 +00:00
ftang%netscape.com c409be364f Switch to the windows cp9xx Unicode conversion table instead 1998-08-04 20:53:11 +00:00
waterson%netscape.com 1420a5b95e Changes to timing to support clocks. Layout changes approved by toshok, netlib changes approved by gagan. 1998-08-04 19:35:56 +00:00