Commit Graph

8305 Commits

Author SHA1 Message Date
hwaara%chello.se
651b94b613 #94836, "Open Web Location' dialog needs cleanup [Open Address']". UI remake of the Open Web Location dialog. Now known as Open Address.
r=cmanske, sr=blake
2001-09-10 22:30:53 +00:00
dbaron%fas.harvard.edu
67ef0876cc Clean up nsIAppShellService.idl. b=98026 r=danm sr=alecf 2001-09-10 19:42:54 +00:00
ben%netscape.com
11fbfd06cc Add some more code to the prototype resizable popup binding. Not complete yet, but unused.
Part of fix for 95401 - implement resizable popups.
r=jag, sr=hyatt
2001-09-10 07:35:56 +00:00
oeschger%netscape.com
5bd135bc25 adding help key for content updates, a=asa, bug=85925, r=cotter 2001-09-10 00:48:51 +00:00
jaggernaut%netscape.com
b26394e3be Bug 73353: clean up REQUIRES. r=cls 2001-09-09 13:36:07 +00:00
aaronl%netscape.com
7404594d2f Reversing 82207 patch - mac problems. 2001-09-08 17:05:09 +00:00
aaronl%netscape.com
70d5ec6da2 Bug 82207. XUL Checkbox working with MSAA. r=jgaunt, sr=hyatt 2001-09-08 16:22:09 +00:00
cls%seawood.org
aa92046157 AIX linker requires that all symbols be resolved at link time so link against MOZ_COMPONENT_LIBS when building shared lib. Should fix tinderbox bustage. 2001-09-08 08:09:14 +00:00
blizzard%redhat.com
87395759c4 Rewrite XRemote code. It sucks less now. Fixes bugs 62250, 66543, 84239, 89911, 90580, 94289, 98764. r=jag, sr=alecf 2001-09-08 05:08:13 +00:00
danm%netscape.com
3fc216b7d0 restoring rev 1.11 (bug 97514 r=hyatt,pchen). the root cause of bug 98732 (and rev 1.12) has been fixed elsewhere (bug 98785). 2001-09-07 23:38:06 +00:00
danm%netscape.com
70e14767dc restoring rev 1.159 (bug 97514 r=hyatt,pchen). the root cause of bug 98732 (and rev 1.160) has been fixed elsewhere (bug 98785). 2001-09-07 23:37:16 +00:00
radha%netscape.com
1034cb6c92 Fix for bug 79063 r=rpotts sr=darin 2001-09-07 22:06:08 +00:00
rangansen%netscape.com
827743453d b=94026 r=rangansen sr=hewitt a=asa Changing UI string 2001-09-07 21:39:13 +00:00
sspitzer%netscape.com
c840390581 backing out danm's changes for #97514, as they cause the regression bug #98732
a=heikki
2001-09-07 19:29:43 +00:00
jaggernaut%netscape.com
5b93c1d9fc Bug 97571: Any <label> in <groupbox> becomes <caption> per XUL 1.0. r=ben, sr=hyatt 2001-09-07 14:23:21 +00:00
mkaply%us.ibm.com
47944f817f #94055
r=saari, sr=blizzard
Make OS/2 go down WIN32 only #ifdef as well to fix tabbing issues
2001-09-07 12:19:55 +00:00
cls%seawood.org
9c5fdde016 Remove unused fullcircle build references.
Bug #98293 r=namachi
2001-09-07 04:59:44 +00:00
gerv%gerv.net
8b08214b67 Set start page override and home page to be http://www.mozilla.org/start , a page encouraging people to get involved with Mozilla. r,a=asa. 2001-09-06 21:24:43 +00:00
dougt%netscape.com
f72e52e830 Merge ServiceManager and ComponentManager. Bug 96457. r=dp@netscape.com, sr=wat
erson@netscape.com
2001-09-06 21:13:11 +00:00
blizzard%redhat.com
9d72d547c8 honor the running state of the xremote service. not part of the build. 2001-09-06 20:46:57 +00:00
blizzard%redhat.com
b65a37c54e loading urls into the most recently used window works properly now and other cleanups. not part of the build. 2001-09-06 20:34:16 +00:00
blizzard%redhat.com
d7de97577c More work in progress. Added ping command and you can now open mail/news and browser windows remotely. Not part of the build. 2001-09-06 20:09:30 +00:00
danm%netscape.com
ec27c66397 XULWindow no longer needs to cache the widget size mode. bug 96475 r=hyatt,pchen 2001-09-06 18:35:59 +00:00
danm%netscape.com
6103f92c5d remove bug 70283's optimization to persist window size state only if it (apparently) hasn't changed. bug 86955, 89740. also set a newly opened window's main widget's zoom state even if it's not yet visible. bug 96475 r=hyatt,pchen 2001-09-06 18:35:55 +00:00
danm%netscape.com
910ae825f5 tell nsWindowWatcher about window creation/destruction so its enumerators will work. bug 97514 r=hyatt,pchen 2001-09-06 18:26:52 +00:00
blizzard%redhat.com
7794d6c4eb More new X Remote work. This code is now in better shape than the original. Not part of the build. 2001-09-06 06:43:54 +00:00
blizzard%redhat.com
53b8722854 get mailto: links working, clean up a lot of debugging code. not part of the build. 2001-09-06 03:39:51 +00:00
hyatt%netscape.com
ca78de6e2d Adding stack testcase to the debug menu for 93180. 2001-09-06 01:09:35 +00:00
hyatt%netscape.com
62648d1ce3 Fix for 93180. r-jag, sr=jst 2001-09-06 01:07:40 +00:00
hwaara%chello.se
96a370af69 #90774, "Up and Down should be 'Up Arrow' and 'Down Arrow'".
Patch by Neil <neil@parkwaycc.co.uk>.

r=rchen, sr=blizzard.
2001-09-05 22:59:15 +00:00
jaggernaut%netscape.com
2257b01fb5 Bug 96721: Make nsAppRunner use WindowOpen instead of CreateTopLevelWindow, r=danm, sr=alecf 2001-09-05 22:34:20 +00:00
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
bryner%netscape.com
39d6a84c5c Bug 85946 - file picker not resiz[e]able. Patch from colin@theblakes.com, r=bryner, sr=blake, a=asa. 2001-08-24 06:53:22 +00:00
bryner%netscape.com
dd91f767b6 Bug 96434 - open folder in xp filepicker attempts a save instead of an open. r=jag, sr=shaver, a=dbaron. 2001-08-24 06:50:45 +00:00
radha%netscape.com
8745507311 Fix for bug 84519 r=adamlock sr=rpotts a=asa. history.go(toofar) gives problems to back/forward buttons 2001-08-23 21:55:57 +00:00
kaie%netscape.com
81956d03a6 Fixing my checkin for bug 76915 2001-08-23 06:15:38 +00:00
kaie%netscape.com
9acd90d6f6 b=76915 r=dveditz sr=sfraser a=asa
Giving GUI feedback instead of crashing
Part 3 of 3 - changes to existing code
2001-08-23 05:25:15 +00:00
blakeross%telocity.com
43964cd991 smart browsing pref pane polish. r/sr=hewitt 2001-08-22 06:59:21 +00:00
blakeross%telocity.com
e5fba8efc3 minor polish for autocomplete prefs dialog. r=kerz sr=hewitt 2001-08-22 04:42:32 +00:00
eddyk%netscape.com
c4aa043a0d bug 75469: move <script><![CDATA] ... into a .js file
r=timeless sr=ben
2001-08-22 04:15:28 +00:00
hewitt%netscape.com
6ad6ce43c3 94870 - Autocomplete ignores history entires starting with www, r=dmose, sr=waterson 2001-08-22 03:49:31 +00:00
hewitt%netscape.com
25d2b27b07 89198 - add option to show comments column in autocomplete, r=blake, sr=ben 2001-08-22 03:47:04 +00:00
blakeross%telocity.com
d24a978fd1 Textfield for anon ftp password not same length as checkbox (94939). r=ben sr=hewitt 2001-08-22 02:55:33 +00:00
blakeross%telocity.com
3e8c1d5338 Send Link and Send Page in Manage Bookmarks do nothing, and some history polish (73904). r=hewitt sr=ben 2001-08-22 02:52:30 +00:00
blakeross%telocity.com
a9a31475a9 fixing a minor typo, no bug, rs=hewitt 2001-08-22 02:49:22 +00:00
tao%netscape.com
f2190d1a41 91217: update locale version in package/locale provider registry.
r=jbetak,sr=sspitzer. 0.9.3 ->0.9.4
2001-08-22 01:52:23 +00:00
sspitzer%netscape.com
885c52c433 fix the fix for #87177. thanks to walk84 for pointing it out.
r=walk84, sr=bienvenu
2001-08-22 01:18:40 +00:00
stephend%netscape.com
4f5e83d2e1 Bug 88673. Cleaning up wording in history's prefs panel. Patch by Bradley Hart <bhart00@yahoo.com> r=jatin@netscape.com/timeless@mac.com sr=scc@mozilla.org 2001-08-22 00:47:21 +00:00
pchen%netscape.com
df074c3f00 bug 91726, r=pinkerton, sr=sfraser, under carbon, Internet Config seems to return mappings with a null mime type string, if we see a null mime type string, set mime type in nsMimeInfo to octet-stream 2001-08-22 00:19:08 +00:00
pchen%netscape.com
94c63020fd bug 93195, r=brade, sr=sfraser, relax minimum macos requirement back to 8.5 2001-08-21 21:14:12 +00:00
jat%princeton.edu
f2299aa85e Checking in for jesse. Replacing some eval() calls in chrome js with calls to parseInt() and new RegExp(). b=83314, r=mstoltz, sr=brendan. 2001-08-21 20:37:19 +00:00