spider%netscape.com
144a3763d5
Code to allow MonthView to display VEvents
...
push mComponentColor from DayView to Component Canvas
1998-10-01 01:10:20 +00:00
ramiro%netscape.com
41f2483398
Fix for bugzilla bug 955 just filed by akkana. Tooltip shell was using the
...
wrong visual and depth info.
1998-10-01 01:01:03 +00:00
cmanske%netscape.com
9e92ffbd7c
Fixed handling of Blockquote and fixed strings for this as well
1998-10-01 01:00:00 +00:00
cyeh%netscape.com
a962717508
remove TalkBack Glue shlb until we figure out some nifty wrapping thing for Netscape commercial builds.
1998-10-01 00:50:03 +00:00
pinkerton%netscape.com
3d33ad9669
Fix for #324967 so that we draw open folders with an open transform if the triggers are not displayed. This matches the finder behavior when triggers are showing.
1998-10-01 00:38:56 +00:00
pinkerton%netscape.com
aa06969882
Fix problem where moz_resources target was merging in a bad 'cfrg' resource that caused the app not to launch ("app is damaged or cannot be run on this machine" error in finder).
1998-10-01 00:23:24 +00:00
norris%netscape.com
c4ff5817c7
Fix bug 326297: various security holes caused by lack of quoting around
...
displayed URLs.
1998-10-01 00:23:05 +00:00
cyeh%netscape.com
9a52b07eb7
no more pics of bill please
1998-10-01 00:15:37 +00:00
cltbld%netscape.com
fc40b20c92
Added Full Circle Talk Back Glue
1998-09-30 23:19:08 +00:00
cyeh%netscape.com
c5bcddc6c7
uncomment out required closed bracket
1998-09-30 23:11:09 +00:00
vidur%netscape.com
29747d5519
Added makefile
1998-09-30 22:41:22 +00:00
spider%netscape.com
11e393b6f0
Implemented LineStyle's in RenderingContext
1998-09-30 22:24:46 +00:00
pnunn%netscape.com
306204526a
Patch from Adam Moss. Fixes problem with transparency mask on interlaced images.
...
Much thanks...pn
1998-09-30 22:03:58 +00:00
valeski%netscape.com
3fed126c5c
HTTP header building optimization. reduced dependency on PL_strlen.
1998-09-30 21:45:18 +00:00
troy%netscape.com
176b95045e
Added XXX warning about retuning an unitialized variable...
1998-09-30 21:41:35 +00:00
troy%netscape.com
ded6581a19
Missed adding this
1998-09-30 21:35:29 +00:00
beard%netscape.com
6291f09ece
Fixed prototype for newJSPrincipalsFromArray(JSContext *cx, void *principalsArray, void *pNSISecurityContext).
1998-09-30 21:15:22 +00:00
troy%netscape.com
c1950419d6
Moved some files around
1998-09-30 21:14:17 +00:00
troy%netscape.com
5a65eb2714
Moved some files around
1998-09-30 21:01:11 +00:00
warren%netscape.com
7e5b13e910
Broke out LiveConnect callbacks into separate file.
1998-09-30 20:54:09 +00:00
sudu%netscape.com
ede108603b
Changes to support secure liveconnect
1998-09-30 20:41:35 +00:00
sudu%netscape.com
29644366f7
Changes to support secure liveconnect and compiling xpcom interfaces only when MOZ_OJI is defined
1998-09-30 20:41:25 +00:00
sudu%netscape.com
47c3043682
Added a variable to pass security context from java
1998-09-30 20:41:18 +00:00
sudu%netscape.com
7e8d463bd8
Adding new files for secure liveconnect
1998-09-30 20:41:15 +00:00
cmanske%netscape.com
d7963a0b2d
Added more support to change list to blockquote
1998-09-30 20:30:51 +00:00
cyeh%netscape.com
fc77aefc15
Remove NSPR20 #ifdef
1998-09-30 20:24:05 +00:00
cls%seawood.org
34c9f27ece
Make autoconf ignore old setting of MOZ_MEDIUM as well as MOZ_LITE
1998-09-30 20:13:35 +00:00
beard%netscape.com
6f43233e5b
Made SpendTime method XP.
1998-09-30 20:07:45 +00:00
beard%netscape.com
262264571a
Fix for RDF popdown clipping. This should be extended to handle tool tips.
1998-09-30 20:03:22 +00:00
spider%netscape.com
4d7daaa02f
Updates to support latest raptor changes
1998-09-30 19:22:29 +00:00
michaelp%netscape.com
28f5a9e492
we no longer have a public font cache.
1998-09-30 19:01:46 +00:00
michaelp%netscape.com
9520dad117
font cache is no longer public.
1998-09-30 18:59:31 +00:00
michaelp%netscape.com
6b3518d778
we now defer plugin enumeration until we need to load one for real.
1998-09-30 18:59:03 +00:00
michaelp%netscape.com
43f8c27af3
we no longer have a public font cache. removed circular refs between font cache
...
and device context.
1998-09-30 18:58:24 +00:00
cls%seawood.org
8d52dcaee0
Moved defines for MOZ_MAIL_COMPOSE out of MOZ_MEDIUM ifdef and placed it under separate MOZ_MAIL_COMPOSE ifdef. Fixes --enable-mail-compose.
1998-09-30 18:58:15 +00:00
michaelp%netscape.com
1a14ac545f
added support for deferred plugin enumeration.
1998-09-30 18:57:27 +00:00
cls%seawood.org
40da7df1e3
Moved files out of MOZ_EDITOR ifdef to fix breakage under MOZ_LITE. Thanks to Tim Rowley <tor@cs.brown.edu> for the fix.
1998-09-30 18:40:05 +00:00
jfrancis%netscape.com
4b3eecd551
Making the world safe for MacOS 8.1
1998-09-30 18:31:22 +00:00
kin%netscape.com
0f25d20670
Fix for bug #325661 : ENDER: Reseting a form with an HTMLArea displays a dialog.
...
mozilla/cmd/xfe/forms.c
mozilla/lib/layout/editor.cpp
- Modified EDT_SetDefaultHTML() to call ReadFromBuffer instead
of EDT_PasteHTML. It can also handle the case where pHTML is null.
mozilla/lib/layout/edtbuf.cpp
- Modified ReadFromBuffer to handle case where pBuffer is null.
1998-09-30 18:26:53 +00:00
buster%netscape.com
f56f1f80d1
just synching up some minor cleanup work
1998-09-30 18:11:48 +00:00
raman%netscape.com
0e8aa0e8f8
Checking in changes from hshaw. These changes are bug fixes from 4.5. Minor tweaks after the codereview by raman.
1998-09-30 18:07:26 +00:00
raman%netscape.com
756b39af09
Reenabled the code that fixes the memory leaks during startup. I have compiled these changes on windows, solaris, linux. Lasttime I checked in, Mac compiled ok.
1998-09-30 18:06:19 +00:00
spider%netscape.com
499bba9397
Fix Linux Redhat 5.1 build to be compat with config
1998-09-30 18:02:28 +00:00
leaf%mozilla.org
44524bd2a8
changed 'cvs co ns/client.mk' to 'cvs co MozillaSourceMotif'
1998-09-30 17:18:16 +00:00
spider%netscape.com
ee5ad72f70
WIP: MonthView canvas
...
Support for NewModel command in MultiView
support for "target=" in LoadUrl
hookup Day/Week/Month on toolbar and menubar
1998-09-30 16:40:31 +00:00
terry%netscape.com
45d9de7a8d
Fixed stupid typo.
1998-09-30 15:04:04 +00:00
leaf%mozilla.org
a45de8044f
Changed the mail-recipient to external-tinderbox-incoming@mozilla.org,
...
so you don't have to be inside the firewall to contribute cycles.
1998-09-30 14:58:58 +00:00
ramiro%netscape.com
1c587cf473
Always update the boundary before invoking preferred_geometry.
1998-09-30 13:01:25 +00:00
ramiro%netscape.com
184665421d
Remove dead code. Make sure GetChildDimensions() returns non zero values.
1998-09-30 13:00:42 +00:00
ramiro%netscape.com
145ae24481
Modularize defaults.
1998-09-30 12:55:29 +00:00