Commit Graph

5468 Commits

Author SHA1 Message Date
warren%netscape.com
512c8bf433 Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
ben%netscape.com
601c80f911 get button handling right for drop-on-home dialog 2000-06-03 02:40:33 +00:00
ben%netscape.com
1a8e11e5b9 text changes 2000-06-03 02:32:30 +00:00
ben%netscape.com
5a8401945d dialog height fix 2000-06-03 02:32:17 +00:00
ben%netscape.com
faec44f104 d&d fix 2000-06-03 02:31:40 +00:00
evaughan%netscape.com
04d65b243b Patch from:
Davor Cubranic
Tomi Leppikangas

That implements middle mouse click to position on unix.

Bug #24117

-r evaughan -a brendan
2000-06-03 02:07:52 +00:00
bryner%uiuc.edu
c4ecf7997b Fixing nsbeta2+ bug 3025 - filepicker now remembers a filename you type in
if you change directories.  r=pavlov.
2000-06-03 01:51:55 +00:00
ben%netscape.com
cc75c1e47f common dialog code cleanup. 2000-06-03 01:03:23 +00:00
hyatt%netscape.com
f399594a89 Removing old bindings. Does not affect build. 2000-06-02 23:46:37 +00:00
hyatt%netscape.com
1b2ffa3103 Adding hbox and vbox. Not used. Does not affect build. 2000-06-02 23:43:10 +00:00
cata%netscape.com
155a63c0a9 Fixing bug #31708, a=ftang, r=erik. 2000-06-02 23:31:52 +00:00
hyatt%netscape.com
a16af811db Fix for docshell regression. bug#41090, r=law 2000-06-02 22:13:51 +00:00
ben%netscape.com
1b5355a16b [perf] Reduce the number of webshells used to load a simple alert/confirm dialog 2000-06-02 13:06:39 +00:00
jj%netscape.com
9a573d82c9 #40724: update milestone to M16 (Finder's get info string) 2000-06-02 11:40:44 +00:00
alecf%netscape.com
db076a41cf just adding default access key for view menu so we can see it in mail 2000-06-02 08:55:26 +00:00
ben%netscape.com
86e241e348 d&d tweaks 2000-06-02 07:10:47 +00:00
ben%netscape.com
b6f876900b fix draggable scrollbars on mac 2000-06-02 05:28:11 +00:00
kin%netscape.com
b940c4a89e Fix for bug #41186: Drag & drop code is interfering with scrollbar operations
Modifed nsDragAndDrop.startDrag() so that it checks to see if it has
a list of flavours before it invokes a drag session.

r=mjudge@netscape.com  a=beppe@netscape.com
2000-06-02 05:19:39 +00:00
ben%netscape.com
9a72cc8908 text changes 2000-06-02 03:50:42 +00:00
ben%netscape.com
c678c050c9 fix a js error and make handling for the no-fonts-for-lang case (slightly) more elegant 2000-06-02 03:38:50 +00:00
mcafee%netscape.com
386d4a7d9b Fixing copy link/image context menu to also copy selection to clipboard (Unix/X11 needs this). (39055) r=pavlov 2000-06-02 03:13:35 +00:00
sspitzer%netscape.com
744d6240b4 we can't use the localized pretty name for "Local Folders" for the
the hostname of the "Local Folders" server, or for the name of the
directory on disk.  if we did, as soon as someone localized "Local Folders"
migration would break.  while I'm here, only hard code these strings
once.  to allow people to build without mailnews, hard code them in nsIPrefMigration.idl

r=alecf
2000-06-02 02:49:06 +00:00
rjc%netscape.com
d2acff6427 Small search fix: r=ben a=don (Past of last search checkin) 2000-06-02 01:56:04 +00:00
rjc%netscape.com
9ecd834e1a Fix PDT bug # 40369 & 39029: search UI changes to enable mode switching, and proper alias resolution. r=pavlov, a=dveditz,don 2000-06-02 01:40:20 +00:00
kin%netscape.com
f45ca7f640 Changed bogus "event" reference to "aEvent" in contentAreaDNDObserver.onDragStart().
This should fix the D&D of selection regression.
a=beppe@netscape.com
2000-06-01 16:06:06 +00:00
mkaply%us.ibm.com
bb8f289194 # 37239
r = leaf, a = brendan
OS/2 bringup - addition of SHORTNAME for DLL
2000-06-01 14:28:31 +00:00
cls%seawood.org
e880e91327 Moved declaration of 'nsresult rv' for platforms w/o REPEATING_TIMERS (BeOS). Again. 2000-06-01 10:28:38 +00:00
ben%netscape.com
1923a46162 add nsIPref utility wrapper (code cleanup) 2000-06-01 06:36:18 +00:00
ben%netscape.com
16947092cd adding nsIPref utility wrapper 2000-06-01 06:35:57 +00:00
ben%netscape.com
9f4df01ebe make home button drop a little safer/smarter 2000-06-01 06:12:28 +00:00
sspitzer%netscape.com
f46ad05a0b fix for bug #40248. I was using the category manager incorrectly.
thanks to bruce@cubik.org for pointing it out.
2000-06-01 04:14:34 +00:00
ben%netscape.com
48fe888b7b partial fix for 29403 and some text changes to open location dialog 2000-06-01 03:58:07 +00:00
ben%netscape.com
8c0cf89fe9 partial fix for 29403 2000-06-01 03:56:00 +00:00
waterson%netscape.com
b2752f9263 Factored code to NS_TraceMallocStartupWithArgs(). r=brendan 2000-06-01 02:10:53 +00:00
hyatt%netscape.com
4c05a32b66 New grid tree bindings. 2000-06-01 01:49:14 +00:00
jbetak%netscape.com
14aec52d3b 18022, bookmark doc charset caching
r=rjc, ftang, a=ftang
2000-06-01 01:27:18 +00:00
mcafee%netscape.com
4c9434ac8d Fixing forward/back hot keys (29348). r=slamm 2000-06-01 01:17:53 +00:00
jbetak%netscape.com
d5d399e4ba 18022, bookmark doc charset caching
r=rjc, ftang, a=ftang
2000-06-01 01:08:28 +00:00
mcafee%netscape.com
ef4583b051 Fixing home hot key (29348) r=slamm 2000-05-31 22:42:34 +00:00
slamm%netscape.com
7e0d7ca54a Add window.close() to close broadcaster. Fix bug 40460 r=mcafee 2000-05-31 22:41:45 +00:00
ben%netscape.com
4411705c4b Add wrapper libraries for clipboard and drag and drop. 2000-05-31 12:18:10 +00:00
hyatt%netscape.com
bc5cc7c6d0 Adding listbox bindings. Not used. 2000-05-31 09:33:45 +00:00
hyatt%netscape.com
aea9d743ad Turning on XBL tree event bindings. 2000-05-31 08:32:14 +00:00
hyatt%netscape.com
32ec99ef86 New bindings for removed content elements. 2000-05-31 07:42:06 +00:00
morse%netscape.com
1bb7b10eee doing the right thing to fix bug 40656, r=cmanske 2000-05-31 03:28:57 +00:00
pinkerton%netscape.com
c5518c5362 fix for bug 33250. fixes memory leaks by freeing strings in dtor. also switching to using nsCRT::strdup. r/a=brendan. 2000-05-31 02:30:07 +00:00
brendan%mozilla.org
2d47c77443 Always call NS_TraceMallocStartup if NS_TRACE_MALLOC is defined. 2000-05-31 02:01:23 +00:00
rjc%netscape.com
5839bd125c Fix PDT+ bug # 40199: default to ISO-8859-1 encoding instead of UTF-8. Review: waterson 2000-05-31 00:28:48 +00:00
hyatt%netscape.com
ff7601bd18 Patch for autocomplete text field horkage. 2000-05-30 21:38:47 +00:00
hyatt%netscape.com
3b3b5f880c Anony.. 2000-05-30 09:07:09 +00:00