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

4976 Коммитов

Автор SHA1 Сообщение Дата
ramiro%netscape.com d97a800952 I want to build these tests on platforms that dont have xpm, so i added
some ifdefs to allow building on loser platforms that dont ship xpm.
1998-07-31 11:00:24 +00:00
ramiro%netscape.com 05bb69e0dc Add caption files. 1998-07-31 10:46:34 +00:00
ramiro%netscape.com 21880b5e7c Unbloat the XfeWidgets a little bit. Move the combo stuff to their own lib. 1998-07-31 10:22:09 +00:00
peterl%netscape.com 70e291739a connected prefs 1998-07-31 06:02:06 +00:00
peterl%netscape.com 70340fca66 connected prefs, tweaked UI font sizes 1998-07-31 06:01:45 +00:00
peterl%netscape.com 5498738991 renamed LoadImage 1998-07-31 05:59:31 +00:00
mcafee%netscape.com 34cb4a03c0 These files moved to Netscape private tree, ns/fullsoft. 1998-07-31 05:59:17 +00:00
peterl%netscape.com e09afc3876 connected prefs to the webshell 1998-07-31 05:58:41 +00:00
peterl%netscape.com d4cf8f20b8 cleaned up 1998-07-31 05:58:13 +00:00
peterl%netscape.com 8b3ba4df8f renamed LoadImage to avoid conflicts with windows headers 1998-07-31 05:55:41 +00:00
peterl%netscape.com 7648489756 connected prefs
added compatibility mode
1998-07-31 05:54:59 +00:00
peterl%netscape.com f404d84fe9 improved font rounding when app units aren't twips 1998-07-31 05:53:55 +00:00
sdagley%netscape.com f2b26e1d6f Merging fix for #311292 1998-07-31 05:37:56 +00:00
mjudge%netscape.com c284a4a926 Updating files for Ender, should all be ifdefed. reviewed->danm 1998-07-31 05:31:02 +00:00
mjudge%netscape.com a12a2c9dbf Adding files for Ender, should all be ifdefed. reviewed->danm 1998-07-31 05:27:32 +00:00
mjudge%netscape.com 849a922dd9 Adding file for Ender's toolbar reviewed->danm 1998-07-31 05:26:44 +00:00
karnaze%netscape.com 21f10da2d7 sizing improvements of form controls for nav4 compatibility 1998-07-31 05:22:35 +00:00
guha%netscape.com f485dcfc43 Fix build breakage 1998-07-31 03:29:24 +00:00
toshok%netscape.com 30fbbb23c8 make sure we use the right size for an LO_FLOAT element. 1998-07-31 03:25:08 +00:00
toshok%netscape.com 0f96aa0aa8 track change to lo_AppendFloatInLineList, and plug a style sheet memory leak. 1998-07-31 03:23:54 +00:00
toshok%netscape.com ec01c58ae2 Change lo_AppendFloatInLineList to use lo_NewElement instead of XP_NEW_ZAP. This fixes a memory leak, since now it's allocated from the arena instead of just random heap space. 1998-07-31 03:22:35 +00:00
toshok%netscape.com 0a2d7a6329 Add LO_SPACER to the list of elements to ignore in lo_DisplayElement. 1998-07-31 03:19:21 +00:00
toshok%netscape.com a91ae082e3 plug memory leak. 1998-07-31 03:11:30 +00:00
guha%netscape.com bddaa4e168 Make related links work again 1998-07-31 02:55:27 +00:00
guha%netscape.com 0dff4ce3e4 Make Related links work again 1998-07-31 02:54:10 +00:00
mcafee%netscape.com a22a4f5d2a Moving this file to the Netscape private tree @ ns/fullsoft/public/fullsoft.h 1998-07-31 02:25:43 +00:00
thom%netscape.com 0b682348c9 Someone forgot to add nsParserCIID.h to the manifest, broke mac build (what about the others?) 1998-07-31 02:24:24 +00:00
leif dfe1b9368e *** empty log message *** 1998-07-31 02:22:50 +00:00
ftang%netscape.com 9fb7cbf352 back up last check in untill Mac Gromit tree green 1998-07-31 01:55:21 +00:00
mccabe%netscape.com 0ce06a27df Another attempt to remove trailing nul characters added courtesy CVS. 1998-07-31 01:45:05 +00:00
buster%netscape.com 7caca412fe LengthOf defined in both debug and non-debug builds 1998-07-31 01:40:21 +00:00
clu%netscape.com 43d63cf6c9 Backing out changes. 1998-07-31 00:43:46 +00:00
buster%netscape.com aa462112de we now paint backgrounds regardless of our content. Cell borders are
still conditionally painted based on whether the cell's content has
0=size or not.
1998-07-31 00:32:27 +00:00
buster%netscape.com 15c1f676f4 fixed an error where min width of col spanners were getting proportionately distributed
only desired width gets distributed, not min size.
1998-07-31 00:31:09 +00:00
mjudge%netscape.com e15205e219 ENDER checkins. all Ifdef'd out 1998-07-31 00:24:57 +00:00
blythe%netscape.com e71b3d8ea5 Remove unneeded functions 1998-07-31 00:18:30 +00:00
warren%netscape.com ed1a8f7d53 Added dummy privilege manager classes. 1998-07-31 00:14:18 +00:00
mccabe%netscape.com 97db8e8a7c Propagating numerous fixes from js/ref
and development branches, including but
not limited to:

- Preliminary exception handling per
ECMA proposal; try, multiple
catchblocks, and finally.  Catchblocks
are of the form catch (v) or
catch(v:<guard>), where guard is an
optional boolean expression that is
evaluated to determine whether the
exception is to be caught by that block.

- ECMA-proposed 'in' operator; "'foo' in
o" or "4 in o" asks if o has property
foo or element 4.

- Added a new set of defines in
jsconfig.h for js 1.4
features-in-progress.  (in, instanceof,
exception handling.)  Default build
version is now 1.4.  Fixed a few
conditional features that had become
broken.

- Progress towards porting to FreeBSD
and Alpha; casts of NaN and friends to
int are a little more localized.  Not
there yet...

- New config files to compile on more
OSes; various fixes to improve
portability.
1998-07-31 00:07:22 +00:00
ftang%netscape.com 55588f170a Fix 310625. Change single byte conversion table in macfe.r to convert EURO sign from 0x80 (cp1252) to 0xDB (MacRoman) 1998-07-30 23:58:53 +00:00
mccabe%netscape.com d6b6b2000c Propagating work and bug fixes from
development branch:

- Preliminary exception handling per
ECMA proposal; try, multiple
catchblocks, and finally.  Catchblocks
are of the form catch (v) or
catch(v:<guard>), where guard is an
optional boolean expression that is
evaluated to determine whether the
exception is to be caught by that block.

- ECMA-proposed 'in' operator; "'foo' in
o" or "4 in o" asks if o has property
foo or element 4.

- Added a new set of defines in
jsconfig.h for js 1.4
features-in-progress.  (in, instanceof,
exception handling.)  Default build
version is now 1.4.  Fixed a few
conditional features that had become
broken.

- Progress towards porting to FreeBSD
and Alpha; casts of NaN and friends to
int are a little more localized.  Not
there yet...

- New config files to compile on more
OSes; various fixes to improve
portability.
1998-07-30 23:46:29 +00:00
mccabe%netscape.com 980224a89e Added NPL. 1998-07-30 23:44:39 +00:00
spider%netscape.com c25a71e7b3 Use new raptor gfx stuff 1998-07-30 23:33:17 +00:00
michaelp%netscape.com 1149b4b190 improved performance of background rendering. 1998-07-30 23:31:42 +00:00
scullin%netscape.com 9a9d0ae491 Fixed date struct overflow. 1998-07-30 23:30:10 +00:00
spider%netscape.com 6622afa59e New rules to pull/build raptor as dist 1998-07-30 23:28:03 +00:00
spider%netscape.com c62c2254f6 Update to new nsIWidget interface 1998-07-30 23:26:58 +00:00
clu%netscape.com 5b6687b4d1 #300214; #300216; #300212; reviewed by jfrancis. Fixed PREV and NEXT in cell dialog in order that it would apply the changes before moving down to the next selection. Fixed the color chip in cell dialog so it now updates correctly. Captions in the cell dialog are now enabled and disabled with their respective edit fields. 1998-07-30 23:25:34 +00:00
spider%netscape.com f4fc829530 Removing NS_NewParserNode method 1998-07-30 23:14:18 +00:00
kmcclusk%netscape.com 2c5fec4acb Fixes for scrolling. Each widget does an AddChild to insert it in it's parent's
list of children.
1998-07-30 23:06:32 +00:00
pierre%netscape.com f967849293 fix tinderbox: compile the MemAllocator stubs before NSRuntime 1998-07-30 22:54:07 +00:00