Commit Graph

108858 Commits

Author SHA1 Message Date
sspitzer%netscape.com
cf1fa6795c more work on the sound datasource. 2002-09-16 07:55:17 +00:00
sspitzer%netscape.com
94bc3aa3ef switch to use contract ID. 2002-09-16 07:54:47 +00:00
darin%netscape.com
6eeda732ff fixing "oops" following my checkin for bug 45421 (thanks to cbiesinger) 2002-09-16 06:51:28 +00:00
sspitzer%netscape.com
3b12e3a918 adding new datasource for system sounds. right now, this is just used by mail (prefs and filters). so adding it here as to not bloat mozilla/widget. 2002-09-16 06:33:48 +00:00
rogerl%netscape.com
35c3192b27 Arithmetic. Global properties. 2002-09-16 06:33:47 +00:00
sspitzer%netscape.com
dbf6ed10ae fix bad comments. 2002-09-16 06:31:47 +00:00
jkeiser%netscape.com
02c9151814 Make default wrap soft again, fix up text reflow, remove cruft from button reflow (bug 164641), r=rods@netscape.com, sr=kin@netscape.com 2002-09-16 06:23:52 +00:00
jkeiser%netscape.com
287e8c1516 Allow nsHTMLValue to store embedded nulls (bug 162572), r=sicking@bigfoot.com, sr=bzbarsky@mit.edu 2002-09-16 06:19:27 +00:00
jkeiser%netscape.com
3ff4249a53 Make file inputs accept leading file:// (t.bubeck@reinform.de's patch, bug 165943), r=jkeiser@netscape.com, sr=darin@netscape.com 2002-09-16 06:00:08 +00:00
darin%netscape.com
c33caf4652 attempting to fix mac bustage 2002-09-16 04:34:53 +00:00
sspitzer%netscape.com
c2df862076 initial UI for sound picker. working on a datasource that will
sniff the system and display a menulist.  r/sr=sspitzer
2002-09-16 03:36:23 +00:00
sspitzer%netscape.com
da18d863c0 remove dead code. 2002-09-16 03:28:34 +00:00
sspitzer%netscape.com
dde805172f more fixes for allowing user to specify the default mail sound.
allow the pref to be set to a system sound, or to a file url.
r/sr=bienvenu
2002-09-16 03:27:57 +00:00
yxia%netscape.com
22a0eeedd4 Netscape 7.0 PR1 translation 2002-09-16 02:59:45 +00:00
bryner%netscape.com
28f04c1121 Remove unused include paths for datetime and finger now that they have moved to extensions. 2002-09-16 02:31:22 +00:00
arougthopher%lizardland.net
23fbf3de1e Bug#167157
[beos] need support for modeOpenMultiple for nsIFilePicker
r=arougthopher
2002-09-16 01:45:44 +00:00
arougthopher%lizardland.net
931ef6cf26 Bug#159137
Fix the font defaults under BeOS

r=arougthopher
2002-09-16 01:17:47 +00:00
sspitzer%netscape.com
f57d321dfe add backend code and hidden pref to allow custom sound when new mail arrives.
r/sr=bienvenu.  front end code to come soon.
2002-09-16 01:17:32 +00:00
sspitzer%netscape.com
1b1eef476f code cleanup. use contract ids instead of static cids. remove some usused static cids. 2002-09-16 00:46:09 +00:00
sspitzer%netscape.com
0f4900e0f8 code clean up in preparation from allowing the user to pick the sound on new mail.
cache the nsISound instance.  r/sr=bienvenu
2002-09-16 00:38:47 +00:00
ccarlen%netscape.com
8f95a67ae1 Bugscape 8854 - allow access to background images for embedding context menu listeners. Adding new interfaces, nsIContextMenuListener2 and nsIContextMenuInfo, to allow access to more information about the menu context. Also fixes bug 163928. r=pinkerton/sr=alecf 2002-09-16 00:13:37 +00:00
rogerl%netscape.com
293744eaed More gc. Method invocation. 2002-09-16 00:09:58 +00:00
ccarlen%netscape.com
49fda11dda Adding new files for bugscape 8854 - allow access to background images for embedding context menu listeners. Adding new interfaces, nsIContextMenuListener2 and nsIContextMenuInfo, to allow access to more information about the menu context. Also fixes bug 163928. r=pinkerton/sr=alecf 2002-09-16 00:07:07 +00:00
darin%netscape.com
0c2e6c2638 fixes bug 45421 "Offline: No feedback when browsing to an uncached URL in
offline mode" r=adamlock sr=rpotts
2002-09-15 23:40:43 +00:00
cbiesinger%web.de
3b649a913b putting back the inline keywords I accidentally removed 2002-09-15 21:07:48 +00:00
cbiesinger%web.de
6512e38d8f more unwanted stuff 2002-09-15 21:02:57 +00:00
cbiesinger%web.de
b23568c016 this should've never been checked in... 2002-09-15 21:02:03 +00:00
dougt%netscape.com
fb3a6729a5 fixes a gcc warning about a partially-bracketed initializer. patch by dbaron, r=me, b=168584 2002-09-15 20:59:29 +00:00
cbiesinger%web.de
f203245ef0 bug 163736 fixing speedracer bustage. checking in for roland mainz 2002-09-15 20:15:43 +00:00
dougt%netscape.com
dbdbdb3778 Fixing Unregister method to use the same PR_CALLBACK signature for implementations as were used for function declarations. 2002-09-15 19:55:08 +00:00
cbiesinger%web.de
60d1860a11 bug 166886 r=jesup,stuart sr=tor Crash while loading sourceforge.net (on a debug build) (on Tru64) fixed by doing some code cleanup 2002-09-15 19:51:37 +00:00
morse%netscape.com
b4bf2436f6 bug 166218, Bad cookie selection based on cookie path, r=dbaron, sr=jag 2002-09-15 19:12:05 +00:00
sspitzer%netscape.com
292aa074b2 fix for #167567. Message Display prefs: remove 2nd line for emoticon option.
initial patch contributed by stephend@netscape.com.  r/sr=sspitzer
2002-09-15 15:53:51 +00:00
t_mutreja%yahoo.com
5594f693c7 Bug: 156203(copy/paste doesn't always copy numbers/letters in <OL>)
Patch: t_mutreja@yahoo.com, r=akkana, sr=jst, a=asa.
2002-09-15 13:14:14 +00:00
tor%cs.brown.edu
6ee82128ba gfx2 is history. r=cls 2002-09-15 09:04:32 +00:00
seawood%netscape.com
89fb30d838 Remove extraneous ` from LD_LIBRARY_PATH 2002-09-15 08:12:41 +00:00
sspitzer%netscape.com
6930b7e8b0 fix regression caused by #166792. unable to attach files to compose.
r/sr=bienvenu
2002-09-15 06:38:42 +00:00
sspitzer%netscape.com
ab0ec1f06c fix problem with folder pane width not persisting (in normal messenger layout)
and fix gravity problem with folder pane (250px is too much!)
thanks to <gonufer@yahoo.com> for the bug report.
r/sr=bienvenu
2002-09-15 05:51:47 +00:00
sspitzer%netscape.com
07aa769793 fix for bug #168236. show buddy icon in the header area (for normal and view all, not collapsed). r/sr=bienvenu 2002-09-15 05:39:04 +00:00
sspitzer%netscape.com
efcac2928e code clean up for buddy icon in ab card pane. r/sr=bienvenu 2002-09-15 05:33:47 +00:00
seawood%netscape.com
3d97c01746 Removing unused MOZ_JAVA_SUPPLEMENT ifdef 2002-09-15 05:26:45 +00:00
sspitzer%netscape.com
6857142646 clean up code for showing buddy name icon in addressbook. r/sr=bienvenu 2002-09-15 05:07:07 +00:00
sspitzer%netscape.com
cbddf5e8ee remove some unnecessary includes. r/sr=no one 2002-09-15 05:05:19 +00:00
sspitzer%netscape.com
bd224d64aa switch from CID to contractid. r/sr=no one 2002-09-15 05:03:53 +00:00
curt%netscape.com
8039d77c85 Cleanup for first real build of gre installer.
(Not yet officially being built)
2002-09-15 04:52:30 +00:00
curt%netscape.com
342ed14705 This got missed in the name change update.
(bug #167795)
2002-09-15 04:44:26 +00:00
morse%netscape.com
d96eda2fc0 bug 166143 cookies with quotes around the max-age value expire immediately, r/sr=jag,jst 2002-09-15 04:02:44 +00:00
karnaze%netscape.com
f54367c783 bug 139524 - handle style of col's with spans. sr=kin, r=bernd 2002-09-15 03:45:10 +00:00
seawood%netscape.com
92d5f18935 Use the same PR_CALLBACK signature for funciton implementations as were used for function declarations.
Fixing OS/2 tinderbox bustage.
2002-09-15 02:48:28 +00:00
depstein%netscape.com
cb7e0071ed Enhanced nsIUriContentListener test implementations (incl Get/Set methods). Added UI for registering the listener (under Test menu). Not part of the build. 2002-09-15 02:35:22 +00:00