blizzard%redhat.com
98e563eca4
More WIP on new X Remote code. Not part of the build. OpenURL() with and without arguments work now.
2001-09-05 21:48:23 +00:00
valeski%netscape.com
93959d48cc
r=dbaron, sr=dougt. 97667. nsIInterfaceRequestor is now frozen. nsIInterfaceRequestorUtils.h is now required if you want to use do_GetInterface() for convenience. The two were split because the stuff that is now in nsIInterfaceRequestorUtils.h wasn't ready for freezing. Also, .idl files should just contain interface defs anyway.
2001-09-05 21:28:38 +00:00
bnesse%netscape.com
b3a71b6595
Fix for bug 92447. Internalize loading of config file so it can be re-read if the preferences are reset. r=chipc, mitesh. sr=sfraser.
2001-09-05 18:22:10 +00:00
kaie%netscape.com
d52ef98bc5
b=24847 r=dcone sr=attinasi
...
Implement printing of Landscape in Unix.
Contact me at kai.engert@gmx.de
2001-09-05 14:30:16 +00:00
bryner%netscape.com
6c5a4b3d24
Bug 94491 - make the filepicker not allow multiple selection, since our filepicker API doesn't support it. r=jag, sr=jst.
2001-09-05 08:06:09 +00:00
cls%seawood.org
3a5f285fbc
Deactivate sidebar panels when the panel is not selected.
...
Special thanks to matt@netscape.com for providing this patch.
Bug #53239 r=cls sr=ben a=asa
2001-09-05 07:43:17 +00:00
edburns%acm.org
c87e337f09
r=peterl
...
sr=waterson
a=asa
modules/plugin/base/src/nsIPluginInstanceOwner.h
modules/plugin/base/src/nsPluginHostImpl.cpp
modules/plugin/base/src/nsPluginHostImpl.h
modules/plugin/base/src/nsPluginViewer.cpp
modules/oji/src/nsJVMManager.cpp
modules/oji/src/nsJVMManager.h
layout/html/base/src/nsObjectFrame.cpp
xpfe/global/resources/locale/en-US/region.properties
Here's what I did to fix this bug.
I pestered Rick Potts about the problem of
nsIWebBrowserChrome->SetStatus() not being synchronous. He fixed that
under bug 97227.
Taking advantage of Rick's fix to 97227, I modified
nsIPluginInstanceOwner to have new method, ShowStatus(const PRUnichar
*aStatusMsg). This is necessary to allow for localized messages to be
posted from the plugin, such as "Starting plugin for type
application/x-java-vm" or "Beginnen steckbar f�r Art
application/x-java-vm".
I modified all the implementations of nsIPluginInstanceOwner:
layout/html/base/src/nsObjectFrame.cpp
modules/plugin/base/src/nsPluginViewer.cpp
I inserted a call to nsIPluginInstanceOwner->ShowStatus() at the part
just before the big "whole damn app freezes when starting java" thing
happens.
I also modifed nsJVMManager.cpp ShowJavaConsole() to do the same. These
are the two places I know of now that can start java.
2001-09-05 03:58:34 +00:00
dougt%netscape.com
d5f58776bc
Upload Channel API changes. Bug 29839. r=darin@Netscape.com, sr=rpotts@netscape.com.
...
Also fixes bug 63408, not alerting when file-not-found. r/sr same as above
2001-09-05 03:52:26 +00:00
ftang%netscape.com
c81f507039
back out change of 56863 because it cause 98233
2001-09-05 01:21:27 +00:00
bryner%netscape.com
d643acd8b3
Bug 96438 - file name and type descriptions aren't aligned with fields. r=jag, sr=sfraser.
2001-09-05 00:39:00 +00:00
stephend%netscape.com
250ac4cd39
Bug 94839. 'Open Web Location dialog shouldn't have an icon'. Patch by Bradley Hart <bhart00@yahoo.com>. r=hwaara, sr=ben
2001-09-04 23:40:33 +00:00
danm%netscape.com
6a7fab413d
add new file nsAppShellWindowEnumerator. bug 96151 r=hyatt,sfraser
2001-09-04 23:30:58 +00:00
danm%netscape.com
663d96b96a
add new z-level enumerators. bug 96151 r=hyatt,sfraser
2001-09-04 23:30:46 +00:00
danm%netscape.com
0e9ef80bd8
move window enumerators to new file; add new z-level enumerators. bug 96151 r=hyatt,sfraser
2001-09-04 23:30:41 +00:00
danm%netscape.com
f04f0c683b
new implementation for window enumerators, including new z-level enumerators. bug 96151 r=hyatt,sfraser
2001-09-04 23:30:24 +00:00
blizzard%redhat.com
80efc3e4ee
Ongoing new X Remote Code. Not part of the build.
2001-09-04 23:01:23 +00:00
dmose%netscape.com
257eee2168
Bug 92135: shows source of autocomplete items in the mail compose window using icons in the dropdown (default match, local addressbook, remote addressbook). Allows (via hidden pref; off by default) for more sophisticated info about each address -- specific addrbook name, or random ldap attribute, like department). Also fixes minor LDAP autocomplete i18n regression introduced post 0.9.3 and found while testing. r=sspitzer; sr=hewitt; a=asa
2001-09-04 05:25:08 +00:00
kaie%netscape.com
d73bf08c82
b=76915 r=jag sr=hyatt a=blizzard
...
Fixing a text string.
2001-09-03 14:11:39 +00:00
bnesse%netscape.com
db539cd196
Fix for bug 37592. Implement about:config. Checking in for chipc. r=darin, hewitt, mstoltz,srilatha. sr=waterson. a=brendan.
2001-09-01 06:01:25 +00:00
gerv%gerv.net
f23a33b28b
Added units to font size pref panel and fixed visual glitch in DPI dropdown. Bug 89842 and bug 96339. r=bzbarsky, sr=blake, a=asa.
2001-09-01 00:18:20 +00:00
ftang%netscape.com
0a0ec605b8
fix bug 56863. r=blizzard sr=jst a=asa
...
make about:plugins localizable.
2001-08-31 22:47:53 +00:00
ftang%netscape.com
6e56d084cb
fix 56863. r=blizzard sr=jst. add plugins.properties to the jar.mn
2001-08-31 22:46:28 +00:00
ftang%netscape.com
194d3dbc5e
fix bug 56863. add plugins.properties to the list. r=blizzard sr=jst
2001-08-31 22:44:17 +00:00
ftang%netscape.com
5d5232ba94
fix bug 56863. r=blizzard sr=jst
...
not part of the build yet, won't break the tree
2001-08-31 22:43:11 +00:00
sgehani%netscape.com
d620387ef6
Show "homepage override URL" once every time milestone changes even for
...
existing profiles.
b=97220; r=jag,dveditz; sr=mscott; a=blizzard
2001-08-31 21:34:52 +00:00
dbaron%fas.harvard.edu
be938a64b6
Undoing backout of bug 97227 because valeski and rpotts insist. I guess drivers aren't doing approvals after all.
2001-08-31 04:28:26 +00:00
dbaron%fas.harvard.edu
5434e861aa
Backing out unapproved checkin for bug 97227. a=brendan,blizzard
2001-08-31 03:45:20 +00:00
kaie%netscape.com
ae172dc462
b=94026 r=law sr=hewitt a=dbaron
...
Changing UI string
2001-08-31 03:10:35 +00:00
hewitt%netscape.com
292c232309
83222 - offline:Mac - GUI - offline indicator hidden in message window, r=ben, sr=hyatt, a=dbaron
2001-08-31 00:12:56 +00:00
rpotts%netscape.com
9e2f57a942
bug #97227 (r=valeski, sr=vidur). This patch makes all calls to nsIWebBrowserChrome::SetStatus(...) display synchronously.
2001-08-30 21:47:45 +00:00
hyatt%netscape.com
625cf7a212
Fix for 97544, r/sr=blake,ben, a=asa
2001-08-30 05:37:16 +00:00
morse%netscape.com
8f6ea28242
bug 97414, localization of datestring in view->pageinfo window, r=pchen, sr=kin, a=asa
2001-08-30 00:37:57 +00:00
waterson%netscape.com
fe14ff8338
Bug 96910. Restore NS_NewGenericModule() entry point for backwards compatibility. r=dougt, sr=jband, a=asa
2001-08-29 21:59:43 +00:00
pchen%netscape.com
2afe17b617
bug 82983, r=jag, sr=ben, don't pass a name for bookmarks properties dialog so that we don't try to reuse an existing dialog, also set dialog as dependent so that properties dialogs will go away when the bookmarks window gets closed
2001-08-29 21:58:04 +00:00
ccarlen%netscape.com
45a4b21a3b
Fixing senna requires bustage.
2001-08-29 15:33:31 +00:00
ccarlen%netscape.com
d48280a189
Bug 86021 - Enable -turbo for multiple profiles. r=valeski, r=/sr=blake,waterson, a=dbaron
2001-08-29 14:02:38 +00:00
pierre%netscape.com
1f791b08d6
Bug 39117 "[zoom]View Enlarge/Reduce Text Size doesn't work on mac". Calculate zoom in nsFontMetricsMac::GetNativeTextStyle() and remove disabling of menus in viewZoomOverlay. r=rbs, sr=sfraser, a=dbaron
2001-08-29 07:52:02 +00:00
tao%netscape.com
31780763c5
8124: default charset should be set in ja-unix.jar -> move this pref to
...
en-unix.jar.(r=jbetak,sr=sspitzer).
2001-08-29 03:00:27 +00:00
tao%netscape.com
562e7bdf22
8120: intl.collationOption should be defined in ja-unix.jar
...
(r=jbetak,sr=mscott) move this pref to en-unix.jar.
2001-08-29 02:55:47 +00:00
tao%netscape.com
4cacaf1298
8052: Available tab list on Sidebar customize tab is still US contents
...
after switching to JP region pack. (r=jbetak,sr=mscott)
use "intl.content.langcode" instead of u-a locale
2001-08-29 02:47:01 +00:00
tao%netscape.com
fd5e62e10b
70099: Remove new MailNews dependency on Navigator.
...
(r=jbetak,sr=mscott,a=dbaron). move the url from browser to communicator.
2001-08-29 02:06:06 +00:00
tao%netscape.com
22be0e1a95
90083: Restart message does not make sense when selecting new locale.
...
(r=jbetak, sr=mscott, a=dbaron) rephrase the message.
2001-08-29 00:53:00 +00:00
dp%netscape.com
eebcd1a09b
bug #14889 Lazy loading wallet dll r=morse,gagan sr=jband a=asa
2001-08-28 22:32:03 +00:00
thesteve%netscape.com
1324218ecd
Bug#81373 (mac static build)
...
links in "everything" else meta-Component for mac static builds;
and an empty `.o' for other builds.
r=jfrancis
sr=sfraser
a=asa on behalf of drivers
2001-08-28 02:02:44 +00:00
loadrunner%betak.net
78b61e0bc6
96856 The order of JA character set name in Customize Character Coding dialog is not correct,
...
r=tao, sr=kin, a=dbaron
2001-08-27 06:47:53 +00:00
rjesup%wgate.com
6f3e4115eb
Bug 94243: VoidArray usage patch. a=asa sr=brendan r=waterson r=bienvenu
...
r=pierre r=jband/dbradley Also fixes some whitespace issues.
2001-08-27 06:15:54 +00:00
blakeross%telocity.com
d708f52e87
no need to build/ship test autocomplete file. rs=ben a=asa via irc
2001-08-26 02:49:35 +00:00
bryner%netscape.com
7096510637
Bug 94154 - focus textfield after directory change, and bug 92754 - clear directory selection on directory change. r=jag, sr=ben, a=dbaron.
2001-08-25 20:38:14 +00:00
hyatt%netscape.com
62d3de24fd
Fix for 95475. r=jag, sr=ben, a=dbaron
2001-08-25 02:01:08 +00:00
jaggernaut%netscape.com
430862f98d
Bug 96211: "Kill them darn js strict warnings", episode button.xml
...
Patch by Henrik Gemal <gemal@gemal.dk>, r=jag, sr=brendan, a=Asa
2001-08-24 18:54:28 +00:00