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

59337 Коммитов

Автор SHA1 Сообщение Дата
kipp cc3135da10 updated 1998-04-25 18:41:41 +00:00
kipp f0db59c603 Stop using nsStyleMolecule; fixed bug that led to missing spaces 1998-04-25 18:41:33 +00:00
kipp dbfabd5c7a Fixed up cursor handling; map align parameter 1998-04-25 18:40:47 +00:00
kipp 14bfc9fbd0 Removed nsStyleMolecule decl 1998-04-25 18:40:17 +00:00
kipp e88c5944a1 Repaired cursor discovery logic to handle A tag oddities 1998-04-25 18:40:01 +00:00
kipp 881a887f23 new atoms 1998-04-25 18:39:16 +00:00
kipp 8143878ab1 Updated to new style constants 1998-04-25 18:37:29 +00:00
kipp 5a60c8962c Stop building unused tags file 1998-04-25 18:34:02 +00:00
kipp f94192041a Implement nsStyleText, nsStyleDisplay; added cursors; removed hack code 1998-04-25 18:33:32 +00:00
kipp 0881a942f0 Tidy up style constants 1998-04-25 18:33:11 +00:00
kipp 7c51e017b9 Cleaned up the API 1998-04-25 18:32:59 +00:00
kipp edb8a27c9e Added nsStyleText, nsStyleDisplay; removed nsStyleMolecule and hack code; cleaned up a few others 1998-04-25 18:32:11 +00:00
wtc 1599c0527a "gmake clobber" should remove $(OBJDIR) too. 1998-04-25 16:14:33 +00:00
hshaw 5edfa17cf1 Only compile security stubs if NO_SECURITY turned on 1998-04-25 11:32:20 +00:00
hshaw 1425a614e2 libjar is not part of public source 1998-04-25 11:29:10 +00:00
mccabe e3b569eaac Fix to (115008). ECMA fix - revert to earlier behavior of decompiling
functions created with new Function as "function anonymous (...)".
Now only version 1.2 decompiles to the source for an anonymous
function.
1998-04-25 08:37:06 +00:00
mccabe e249717235 Pared down prmjtime.c and prmjtime to just what is needed by jsdate.c
and synchronized them with js/ref/prtime.[ch].
1998-04-25 07:42:22 +00:00
mccabe 18e9d8a4bb Propagate a fix for #ifndef HAVE_LONG_LONG that found its way into src/prmjtime.c but not ref/prtime.c 1998-04-25 05:26:09 +00:00
mccabe 9464bbf93b Add some braces to quiet dangling-else warnings by gcc 2.8.1. 1998-04-25 05:24:42 +00:00
mccabe 43f5474e6a Call JS_GC instead of js_GC within JS_MaybeGC. Thanks to
A. Hodgkinson <ahodgkin@acorn.co.uk> for finding this (and to chouck
for checking it in to js/ref/jsapi.c.)
1998-04-25 05:11:41 +00:00
troy 16ebcb630d Changed IntersectRect() to return an empty rect in the case where the
two source rects don't intersect. Also changed '==' operator to return
TRUE if both rects are empty
1998-04-25 04:34:52 +00:00
troy e6ae1b0bcb Added mOverflow to nsStylePosition 1998-04-25 04:07:18 +00:00
rjc 777b3dd09d Vocabulary additions for NavCenter appearance styles 1998-04-25 02:07:03 +00:00
rjc e7d0f3e990 Add prototypes to remove warnings on Mac. 1998-04-25 00:07:08 +00:00
kmcclusk d7d08c392b Added SelectAll member function to nsITextWidget
Fixed Select(start, stop) for nsITextWidget and nsITextAreaWidget
Added NS_MOVE event
Cleanup up nsWindow.cpp by centralizing code to initialize events and dispatch events.
1998-04-24 23:09:11 +00:00
jband 9280678e1e removing code that is not supposed to be released to the public at this time. This code still lives (for now) under m/src/ns/js/ref/jsd/ on the branch JSFUN13_BRANCH 1998-04-24 22:59:00 +00:00
slamm f95329aca1 Remove some unused code including old-style command handling. Examples of the new command handling can be seen in EditorView.cpp and RDFView.cpp 1998-04-24 22:33:18 +00:00
karnaze 1865b0f73a added text area 1998-04-24 22:28:41 +00:00
karnaze 8ebdcf5a79 enabled text area 1998-04-24 22:27:07 +00:00
slamm 54c27f7fe2 Add beginnings of context menu support 1998-04-24 22:26:55 +00:00
slamm a15c2ac09b Fix attachments and specify resources to make it look better. The resources can later be moved down to xfe/resources 1998-04-24 22:26:29 +00:00
slamm 5fe8450fa8 Minor logic fix. 1998-04-24 22:23:13 +00:00
briano 89e7dfffcc Added support for SCO UnixWare 7, and consolidated all the Linux's.
Thanks to Thorsten Heit (thorsten@wurzelausix.cs.uni-sb.de) for the
Linux suggestion.
1998-04-24 22:22:42 +00:00
gagan cff58d285b This is the fix for bug #93760. It has a potential of breaking some server
implementations of decoding the authentication string that involve a user
login string of accentuated characters (for example- �����)
1998-04-24 22:12:09 +00:00
karnaze 3943ad1a15 added radio groups, select/option, beter sizing. widgets take creation parms. 1998-04-24 21:37:30 +00:00
buster 58bd0f2550 even better pagination. Tables with small captions can split, and
simple tables with big cells can split the cell (and it's row)
1998-04-24 20:59:44 +00:00
kipp ad25b5147a Put generated source into the right directory 1998-04-24 19:56:36 +00:00
kipp f63073c257 updated scripts to work properly 1998-04-24 19:56:23 +00:00
kipp 238d4e2bc3 added new properties 1998-04-24 19:56:09 +00:00
kipp b0be7ae060 latest props 1998-04-24 19:55:53 +00:00
wtc d221fae7a3 Eliminated compiler warnings. Fixed by Rick Osborne <rick@stacey.net>. 1998-04-24 19:48:37 +00:00
bjorn fc0b74d9e8 Protection around ASFILES added, so that gcc runs smoothly. 1998-04-24 19:02:01 +00:00
troy 800accf63a Added mZIndex to nsStylePosition. Absolutely positioned code now passed
it along to view system
1998-04-24 18:34:31 +00:00
wtc 1fd1e00f5a Serge Orlov <sorlov@con.mcst.ru> reported that gmake 3.74 on Solaris 2.5
doesn't like the extra tabs in this file.  I don't know why.  It works
for me and everyone else.  But since it doesn't hurt, I deleted the
extra tabs.
1998-04-24 18:13:13 +00:00
fur 5942cfe7fc When JS_MaybeGC() has decided to do a garbage collection, really do
it, even when the only assignments have been to local JS variables.
Thanks to ahodgkin@acorn.co.uk for noticing.
1998-04-24 18:08:04 +00:00
fur 2f21599e82 Eliminate non-ECMA warnings about lack of return value 1998-04-24 17:56:47 +00:00
rods 23421bd9d8 changed the items are add into the combo box 1998-04-24 16:21:32 +00:00
guha 13b67bfe25 Remove SCook.c from mac project file 1998-04-24 16:13:20 +00:00
guha 7588564730 Fix potential mac problems 1998-04-24 16:10:38 +00:00
guha 1b97d0d27c smore cleanup and bug fixes 1998-04-24 16:04:53 +00:00