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

10199 Коммитов

Автор SHA1 Сообщение Дата
ddrinan%netscape.com 1f15f5d9e2 New dispatch table for NSM 1998-10-14 21:44:46 +00:00
ddrinan%netscape.com 050ccab3fc Changes for the new dispatch table used by NSM 1998-10-14 21:39:04 +00:00
troy%netscape.com 6a28419f91 Changed CreateViewForFrame() to mark the view as having transparent content
iff the background-color is transparent
1998-10-14 21:31:41 +00:00
mjudge%netscape.com 36f3d84bc2 turning on the MOZ_ENDER_MIME by default 1998-10-14 20:48:16 +00:00
mjudge%netscape.com 33260d663c turning on ender_mime 1998-10-14 20:47:31 +00:00
mjudge%netscape.com fc0cba5ff4 turning on ENDER_MIME 1998-10-14 20:46:42 +00:00
jfrancis%netscape.com 5fecd9aa22 Ender Mime Carpool. This is not your father's email client. 1998-10-14 20:38:35 +00:00
kin%netscape.com c3b62f6c1b Turn on MOZ_ENDER_MIME code. 1998-10-14 20:31:10 +00:00
kin%netscape.com a4d9891632 Turn on MOZ_ENDER_MIME code. Added JS event support. 1998-10-14 20:30:41 +00:00
kin%netscape.com b8fce33744 Turn on MOZ_ENDER_MIME code. Added mailto to the REQUIRES list. 1998-10-14 20:29:40 +00:00
fur%netscape.com 7526395281 Changed uses of cpp macro LINUX to linux. The former was defined by the old build system, but the latter is defined by the compiler. LINUX is not used in autoconf 1998-10-14 20:27:15 +00:00
mjudge%netscape.com 7f09382fb3 ender carpool 1998-10-14 20:24:50 +00:00
kipp%netscape.com f6a4b7ed34 Pass in style context 1998-10-14 20:11:33 +00:00
kipp%netscape.com 9676cf2b6c Revised frame sliding loop to use the pfd instead of the kid frames rect since now the kids rect is not valid until after vertical alignment 1998-10-14 20:11:12 +00:00
kipp%netscape.com 1dfacf973c Create views when necessary 1998-10-14 20:10:36 +00:00
kipp%netscape.com 727f7cef52 Create views when necessary; fixed code to avoid IsLeftMostChild when checking during flow floater placement (now that the childs rect is deferred until vertical alignment the code in IsLeftMostChild is no longer valid) 1998-10-14 20:10:08 +00:00
spider%netscape.com 574f7b259d WIP for supporting background load of CAPI via MVC 1998-10-14 17:04:34 +00:00
buster%netscape.com 6f87aa26b5 more tests added 1998-10-14 16:35:15 +00:00
buster%netscape.com a68c7be529 lots of work for incremental reflow when the target frame is a table frame 1998-10-14 16:32:45 +00:00
buster%netscape.com 00ce1c6356 fixed queryInterface to return *DOM interface 1998-10-14 16:30:24 +00:00
sman%netscape.com cbfc477565 Objects needed for background data loading. 1998-10-14 15:32:39 +00:00
fur%netscape.com 38672115e4 In my haste to fix a busted Mac build, I checked in some copy-n-pasted C++ comments. Oops. 1998-10-14 15:25:07 +00:00
fur%netscape.com 7ebd9a6a50 I had fixed the declaration of getttimeofday(), but not the use. Will somebody please tell me how Sun can change the type signature of such a commonly-used function ? 1998-10-14 13:47:12 +00:00
fur%netscape.com dba3073e49 Group jsutil.c nicely, with other JS files. 1998-10-14 13:16:06 +00:00
fur%netscape.com 764500da39 Add jsutil.c file, required for debug builds. 1998-10-14 13:13:04 +00:00
fur%netscape.com 14a3aa9dac Added jsutil.c, necessary for debug builds. 1998-10-14 13:12:12 +00:00
fur%netscape.com 484f7374da Remove declaration of gettimeofday() which is required on some versions of Solaris, but which leads to duplicate declarations on others 1998-10-14 12:02:54 +00:00
fur%netscape.com e625374abd Checkpoint JS1.4 from JS_STABLE_10131998_BRANCH. Changes include:
+ merging of js/src and js/ref
 + elimination of most dependencies on NSPR
 + JS1.4 feature additions and accumulated bug fixes

More details are in last week's mozilla status report.
1998-10-14 10:22:38 +00:00
sdagley%netscape.com 5aea78e7e8 First Checked In. 1998-10-14 06:03:41 +00:00
ramiro%netscape.com 8e4f337af8 Revive. 1998-10-14 06:02:31 +00:00
sdagley%netscape.com b1eb17947b Stopped using macros to access fields of struct that were longer than the actual struct field names. 1998-10-14 06:01:36 +00:00
sdagley%netscape.com 982db82108 Mac changes for NuCache (approved gagan and not part of Mozilla/Gromit builds yet) 1998-10-14 05:59:53 +00:00
morse%netscape.com 5d8a8f5aed undoing confusion in last two checkins 1998-10-14 05:58:43 +00:00
ramiro%netscape.com 997acb5209 Navigation buttons back in business. 1998-10-14 05:42:00 +00:00
ramiro%netscape.com e12b286b0e Add new toolbar items. 1998-10-14 05:41:14 +00:00
ramiro%netscape.com e5ca3992fa Add toolbar navigation item. 1998-10-14 05:40:35 +00:00
ramiro%netscape.com 27854ebda6 Add toolbar window list item. 1998-10-14 05:40:19 +00:00
ramiro%netscape.com 7b231102db Rename misnamed FrameList -> WindowList. 1998-10-14 05:39:43 +00:00
raman%netscape.com dcfbea280e Backing out my previous check-in. I was told my changes built ok on Mac, But I wasn't given complete information. Sorry for trouble. 1998-10-14 05:01:12 +00:00
sman%netscape.com 64bdb724e2 new stuff 1998-10-14 04:04:09 +00:00
mcafee%netscape.com 15330e398d C++ comments in a C file, hmm... 1998-10-14 03:42:34 +00:00
raman%netscape.com 08ae23051b Make smartupdate compile on unix. This fix is not part of the build system 1998-10-14 02:54:20 +00:00
raman%netscape.com d5c003d64c Support for nsICertPrincipal. We do the certificate verification of certificates passed by JavaSoft 1998-10-14 02:52:40 +00:00
jfrancis%netscape.com 6b885b243c burn baby burn!! 1998-10-14 02:21:50 +00:00
cls%seawood.org 5bdf18b882 Backed out previous change because the variables have different meanings under the nspr build. 1998-10-14 01:40:41 +00:00
warren%netscape.com 0837a42bcb Added 1998-10-14 01:35:59 +00:00
cls%seawood.org 8f9c977379 Tweaked tweak_nspr kludge so that it does not do variable substitution when it rearranges OBJDIR in nsprpub/config/UNIX.mk 1998-10-14 01:32:22 +00:00
warren%netscape.com b42f7ee90d Adding for OJI (adapted from the raptor interface). 1998-10-14 01:08:31 +00:00
akkana%netscape.com 0edd58f1e8 Tweak FE_DisplayAddRowOrColBorder 1998-10-14 01:01:10 +00:00
akkana%netscape.com 632cf1a25c 326690: when clicking in cell but outside cell contents, select nearest part of cell contents 1998-10-14 01:00:22 +00:00