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

1094 Коммитов

Автор SHA1 Сообщение Дата
fur bf0383f7b0 Initial checkin of JS1.3. (Minor fix required to accomodate JSAPI behavior changes) 1998-04-24 00:34:15 +00:00
fur 3a1785890d Initial checkin of JavaScript 1.3, migrated from JSFUN13_BRANCH in /m/src repository.
(Minor changes in libmocha required to accomodate JSAPI changes.)
1998-04-24 00:32:02 +00:00
ftang c104e42152 Change unicode mapping table to include EURP mapping 1998-04-23 01:12:20 +00:00
beard 586a4311fa AllocateMenuID 1998-04-22 02:18:55 +00:00
beard 86f4829027 nsPluginInstancePeer::AllocateMenuID 1998-04-22 02:18:25 +00:00
beard 4c8309b1db FE_AllocateMenuID 1998-04-22 02:13:46 +00:00
beard c9977395b0 npn_allocateMenuID. 1998-04-22 02:13:16 +00:00
gagan bc9fe32265 A mechanism to flush out all authorizations in a session. Added "about:logout"
A-montulli/R-valeski. Thanks to Kit Knox (kit@cn1.connectnet.com)
1998-04-22 01:03:41 +00:00
sar 41880a45ca change MOZ_SRC references to DEPTH 1998-04-21 21:22:54 +00:00
valeski 8875a442fe compiler warning fix (paren inclusion) submitted by dkindred@cmu.edu . approved/rev'd by nisheeth 1998-04-21 17:17:35 +00:00
hshaw b6ae450149 Change JAVA ifdef's to OJI to distinguish between OJI and tightly integrated JAVA 1998-04-21 06:47:20 +00:00
hshaw 631b45559e Remove dependency on sun-java/config/rules.mak. 1998-04-21 06:45:01 +00:00
montulli 5fb05f0a3d update cvpics.c to new streams API 1998-04-20 22:50:15 +00:00
pinkerton 705e272f86 Fix 2 const problems for Kathy (rev sdagley, appr sdagely). 1998-04-17 22:41:09 +00:00
pinkerton 85f61e783b No longer using extra icons for hilighted and disabled state, but drawing them with toolbox transform modes. 1998-04-17 22:39:57 +00:00
mlm 8160e2244d Oops - back out checkin from wrong tree 1998-04-17 21:42:16 +00:00
mlm bd01f00c88 Minor nit fixes that I intended to check in before, reviewed by Brendan 1998-04-17 21:37:22 +00:00
cmanske 0c472629da Fixed Table Editing bugs in Composer. Thanks to donwulff@iki.fi for finding a bug 1998-04-17 21:32:18 +00:00
valeski 019ac69aef patch from dkindred@cmu.edu. Parenthesis inclusion and a printf formatting snag. rev'd by gagan 1998-04-17 00:33:25 +00:00
ftang d85943d046 Add cp1258 tables 1998-04-16 21:57:10 +00:00
vidur ad74ba4547 Fixed compiler warnings. Patch submitted by Rick Osborne (rick@spacey.net) 1998-04-16 21:23:25 +00:00
briano b4348c6649 Fixed the npglue.c screwup. Should've been npglue.cpp. 1998-04-15 22:07:20 +00:00
nisheeth f1967ae089 Fix for text overflowing inside nested tables. Fix for background colors not
being inherited properly inside tables.
1998-04-15 05:28:39 +00:00
nisheeth ae5f88b527 Fix for nested comments. Thanks to Jan Kroken (jankr@nntp.ifi.uio.no) for the
patch.
1998-04-15 04:13:55 +00:00
nisheeth abd011db52 LO_UnlockLayout() was being called multiple times in LO_Reflow().
Thanks to Nicholas A. Ambrose (nicka@interdyn.com) for the patch.
1998-04-15 04:01:00 +00:00
nisheeth 327c45b1c0 Documentation patch. Thanks to Pete Bevin (moose@bestiary.com) for submitting
it.
1998-04-15 03:54:08 +00:00
pinkerton 1beacecf3c First Checked In. 1998-04-15 00:06:11 +00:00
ftang 60859b1399 Fix bug for FrontPage generated Chinese/Korean page could not be view
on Non Native system
1998-04-14 20:48:29 +00:00
ftang 429cd3963d Fix CP1250 and CP1253. Thanks Tomas Brodsky <brodsky@cfar.umd.edu> from the net 1998-04-14 20:42:55 +00:00
montulli ee20c702a1 initial add of files for additional pics functionality 1998-04-14 18:48:28 +00:00
ftang 9f55be21c6 (This is for the previous checkin) Fix warnning. Thanks tenthumbs@cybernex.net 1998-04-14 00:00:06 +00:00
ftang c44f03b6f5 Fix one warning. Thanks for 1998-04-13 23:58:48 +00:00
cyeh e0533b8d36 Remove for legal reasons. 1998-04-09 00:33:14 +00:00
valeski 043c8c0ec6 various null checks, fixes 107730, rev'd by malmer 1998-04-09 00:07:08 +00:00
montulli bc93ff1562 fix really small pics bug by calling Illegal_to_underscore
Rev: gagan
1998-04-08 21:23:19 +00:00
pinkerton 5393bba715 Added public DoInlineEditing() (rev sdagley, appr don) 1998-04-08 20:30:13 +00:00
pinkerton a73da497bc added public DoInlineEdit for the node edit HT event and made RefreshCellRange public (it was protected, but is public in LTreeView). (rev sdagley, appr don) 1998-04-08 20:29:54 +00:00
ramiro abb39b0d14 Fix hanging of unix browser on long/bogus dns lookups. r=asharma,a=ramiro 1998-04-08 04:38:32 +00:00
mlm 79d256e189 - Fix for ECMA conformance - remove the "assign()" hack by adding a
per-property setter function which performs the same function.

- Fix code reviewed by brendan.
1998-04-08 01:47:23 +00:00
slamm a22d641c7d Fix time comparison. Need to return 0 when keys are equal. Fix for Solaris. Patch from R-ramiro. A-brendan. 1998-04-08 00:02:10 +00:00
slamm 6607ad2aad Sanitization oversight. XP_QSORT() should recursively call XP_QSORT(), not qsort(). Patch from jk@tools.de. R-ramiro. A-toshok. 1998-04-07 23:30:24 +00:00
pinkerton 88494d23be Fix bug (our first patch from the net) with redraw of cell when the title was clicked to select it and the pane was read-only (like History). (rev sdagley, appr don) 1998-04-07 00:00:41 +00:00
ltabb 624c9d0d12 bump rev to 3.1 1998-03-28 03:38:53 +00:00
ltabb 781c480871 Free the lizard 1998-03-28 02:44:41 +00:00