hyatt%netscape.com
9203168ad3
Checking in tabbrowser prototype. r=jag, sr=brendan
2001-09-22 07:27:30 +00:00
hewitt%netscape.com
7b84625e46
93857 - Both 'To:' and 'Bcc:' options simultaneously checked in composition window, r=varada, sr=mscott
2001-09-21 02:02:11 +00:00
stephend%netscape.com
87c16bccb7
Bug 100656. about:config 'Prefs' column should read 'Preference Name' r=chipc@netscape.com, sr=sspitzer@netscape.com. Patch by Bradley Hart <bhart00@yahoo.com>
2001-09-21 01:39:59 +00:00
hewitt%netscape.com
f73dd9fabf
97574 - Implement toolbarbutton and kill menubutton (except outliner.css), r=blake, sr=hyatt
2001-09-20 07:08:29 +00:00
blakeross%telocity.com
6b2d78b3e6
editable menulists use wrong text size/font (96946). r/sr=ben
2001-09-19 00:06:39 +00:00
jaggernaut%netscape.com
f8f3e80dd6
Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt.
2001-09-18 21:47:32 +00:00
aaronl%netscape.com
43b42de673
Bug 82207. Beginning XUL MSAA support (checkboxes). r=jgaunt, sr=hyatt
2001-09-18 03:09:01 +00:00
hewitt%netscape.com
60f317c194
99102 - update skin versions in all contents.rdf, r=hyatt, sr=blake
2001-09-17 23:40:50 +00:00
bryner%netscape.com
bc427652a4
Bug 89998 - deprecate titledbox in favor of groupbox. This checkin moves the groupbox functionality to groupbox.* instead of titledbox.*. Patch from andersma@luther.edu, r=bryner, sr=hewitt.
2001-09-15 06:47:08 +00:00
mkaply%us.ibm.com
bf6cf05d06
#95642
...
r=cls
When given the win/mac/unix choice for chrome, OS/2 should use win, not define its own
2001-09-14 21:07:39 +00:00
mkaply%us.ibm.com
23ee0801ef
#95642
...
r=cls
Because other platforms then Unix use the Unix build system, add Makefile.ins to some win
directories so platforms can choose to use the win versions of files
2001-09-13 23:01:14 +00:00
bnesse%netscape.com
7631bc8ecc
Fixes for bug 98582 (add title to about:config window) and bug 99291 (correctness: use defines instead of hard coded numbers in switch statement). r=dveditz, sr=waterson (98582) and r=bnesse, sr=brendan (99291). Checking in for chipc.
2001-09-12 22:50:00 +00:00
blakeross%telocity.com
2252e1565b
Quitting from Composer does not work correctly when in turbo (99318) and another non turbo-related quitting bug. r/sr=ben
2001-09-12 02:20:50 +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
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
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
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
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
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
ftang%netscape.com
c81f507039
back out change of 56863 because it cause 98233
2001-09-05 01:21:27 +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
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
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
hyatt%netscape.com
625cf7a212
Fix for 97544, r/sr=blake,ben, a=asa
2001-08-30 05:37:16 +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
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
hyatt%netscape.com
614c49b79e
Fix for 96179. r=sspitzer, sr=darin
2001-08-21 06:41:21 +00:00
blakeross%telocity.com
c4a9f265fc
More fallout from xul syntax changes. r=ben sr=hyatt
2001-08-21 06:16:33 +00:00
hewitt%netscape.com
0e58f8d7f8
93936 - die, 'work offline' text, die!, r=blake, sr=hyatt
2001-08-21 03:11:54 +00:00
hyatt%netscape.com
8330834eb2
Fix for 96042. r=dbaron, sr=sspitzer
2001-08-20 21:42:14 +00:00
blakeross%telocity.com
3cf2cdea17
another missed case of renamed command method. rs=hyatt
2001-08-20 02:43:34 +00:00
hyatt%netscape.com
12da608239
Fix for 96017. r-bryner, sr-blake
2001-08-20 00:36:52 +00:00
varga%utcru.sk
cca7ae546f
Fix for 94652.
...
allow for no multiple select in outliner.
r=bryner, sr=hyatt
2001-08-19 08:24:42 +00:00
hyatt%netscape.com
5583aaa00b
Fix for 94943. r=jag, sr=blake
2001-08-18 01:04:47 +00:00
blakeross%telocity.com
0f3e3a87b9
hyatt changed the name of the command method without updating the one caller (95352). r=ben sr=hyatt
2001-08-16 03:14:18 +00:00
hyatt%netscape.com
94e3fe7d46
93177.
2001-08-15 04:24:56 +00:00
hyatt%netscape.com
26d91ba502
Fix for 93177, r/sr=pavlov,ben
2001-08-15 04:09:41 +00:00
hyatt%netscape.com
2fb3c000b1
Fix for smoketest blocker toolbar bug. r/sr=jst,blake
2001-08-15 00:17:21 +00:00
hyatt%netscape.com
40b27ba896
Fix for smoketest blocker toolbar bug. r/sr=jst,blake
2001-08-14 23:28:30 +00:00
rpotts%netscape.com
33bbd6972c
bug #94205 . Adding flags to nsIWebNavigation::Stop().
2001-08-14 04:46:20 +00:00
blakeross%telocity.com
e9e8f88116
Reverting part of previous change which caused columnpicker funkiness. rs=sspitzer
2001-08-14 02:40:55 +00:00
sspitzer%netscape.com
efd3447de7
fix for #94767 . when the column toggle state changes, invalidate the outliner.
...
sr=hyatt
2001-08-14 02:30:17 +00:00
hwaara%chello.se
bf6bec59e9
#86877 , Buttons are never properly right-aligned on unix.
...
Patch tested and done by Mike Potter <mikep@oeone.com>
r=hwaara, sr=shaver
2001-08-14 00:19:25 +00:00
hyatt%netscape.com
5b2088b904
Fix for 94944. r=danm, sr=hewitt
2001-08-14 00:07:36 +00:00