ben%netscape.com
81fa41f029
[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
92e8e8e863
#40724 : update milestone to M16 (Finder's get info string)
2000-06-02 11:40:44 +00:00
alecf%netscape.com
5e992c0d96
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
31a5393eba
d&d tweaks
2000-06-02 07:10:47 +00:00
ben%netscape.com
6dd0aa805e
fix draggable scrollbars on mac
2000-06-02 05:28:11 +00:00
kin%netscape.com
ff5f24368c
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
b64d712a88
text changes
2000-06-02 03:50:42 +00:00
ben%netscape.com
bab282a3bf
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
8fea413bce
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
1338d24776
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
8b9fe3f837
Small search fix: r=ben a=don (Past of last search checkin)
2000-06-02 01:56:04 +00:00
rjc%netscape.com
8a626724d9
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
0a4387166e
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
3ad94a533f
# 37239
...
r = leaf, a = brendan
OS/2 bringup - addition of SHORTNAME for DLL
2000-06-01 14:28:31 +00:00
cls%seawood.org
c3fdd6a636
Moved declaration of 'nsresult rv' for platforms w/o REPEATING_TIMERS (BeOS). Again.
2000-06-01 10:28:38 +00:00
ben%netscape.com
b283164979
add nsIPref utility wrapper (code cleanup)
2000-06-01 06:36:18 +00:00
ben%netscape.com
3bd88d75db
adding nsIPref utility wrapper
2000-06-01 06:35:57 +00:00
ben%netscape.com
5e364e04f4
make home button drop a little safer/smarter
2000-06-01 06:12:28 +00:00
sspitzer%netscape.com
c49b896301
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
c4571529dd
partial fix for 29403 and some text changes to open location dialog
2000-06-01 03:58:07 +00:00
ben%netscape.com
60b8aea325
partial fix for 29403
2000-06-01 03:56:00 +00:00
waterson%netscape.com
cffe3e1141
Factored code to NS_TraceMallocStartupWithArgs(). r=brendan
2000-06-01 02:10:53 +00:00
hyatt%netscape.com
a8014e9594
New grid tree bindings.
2000-06-01 01:49:14 +00:00
jbetak%netscape.com
dbb30dc19e
18022, bookmark doc charset caching
...
r=rjc, ftang, a=ftang
2000-06-01 01:27:18 +00:00
mcafee%netscape.com
fc78c5aaa8
Fixing forward/back hot keys (29348). r=slamm
2000-06-01 01:17:53 +00:00
jbetak%netscape.com
ee2ec41cac
18022, bookmark doc charset caching
...
r=rjc, ftang, a=ftang
2000-06-01 01:08:28 +00:00
mcafee%netscape.com
133b4e4d32
Fixing home hot key (29348) r=slamm
2000-05-31 22:42:34 +00:00
slamm%netscape.com
dedcc36295
Add window.close() to close broadcaster. Fix bug 40460 r=mcafee
2000-05-31 22:41:45 +00:00
ben%netscape.com
c5894fe52f
Add wrapper libraries for clipboard and drag and drop.
2000-05-31 12:18:10 +00:00
hyatt%netscape.com
980e8f5eec
Adding listbox bindings. Not used.
2000-05-31 09:33:45 +00:00
hyatt%netscape.com
958727d819
Turning on XBL tree event bindings.
2000-05-31 08:32:14 +00:00
hyatt%netscape.com
745faf9a2a
New bindings for removed content elements.
2000-05-31 07:42:06 +00:00
morse%netscape.com
f31438b346
doing the right thing to fix bug 40656, r=cmanske
2000-05-31 03:28:57 +00:00
pinkerton%netscape.com
1a1b1182c7
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
9156fa038a
Always call NS_TraceMallocStartup if NS_TRACE_MALLOC is defined.
2000-05-31 02:01:23 +00:00
rjc%netscape.com
5de39f7f80
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
efce6a6da4
Patch for autocomplete text field horkage.
2000-05-30 21:38:47 +00:00
hyatt%netscape.com
4d4e29e31f
Anony..
2000-05-30 09:07:09 +00:00
hyatt%netscape.com
f6c9c54fea
Patch anonymous content.
2000-05-30 09:06:22 +00:00
hyatt%netscape.com
f73a4c5b8b
Patch anonymousContent
2000-05-30 09:06:08 +00:00
ben%netscape.com
32d8b7f789
fix for radio group
2000-05-30 08:57:10 +00:00
ben%netscape.com
876ce6a6b2
moving autocomplete to global/content
2000-05-29 05:44:12 +00:00
ben%netscape.com
457eac3e4f
adding manifest for mac build system
2000-05-29 03:59:29 +00:00
ben%netscape.com
1430ecfac1
manifest for mac build system
2000-05-29 03:58:34 +00:00
ben%netscape.com
e80c0b56ff
typo
2000-05-29 03:50:58 +00:00
ben%netscape.com
87a3887699
fix build bustage
2000-05-29 03:26:53 +00:00
ben%netscape.com
e17bc5b9b0
disconnect global/resources/skin/ from build
2000-05-29 02:54:52 +00:00
ben%netscape.com
024eaa5644
move core toolkit XBL bindings into chrome://global/content/
2000-05-29 02:54:03 +00:00
ben%netscape.com
6288855874
fix assertion due to deprecated getter/setter usage
2000-05-28 09:34:18 +00:00
hyatt%netscape.com
03b3d1eb21
Fixing skin switching on the browser window. Ensure the content variables regenerate properly.
2000-05-28 09:27:10 +00:00