blakeross%telocity.com
cb84d51fca
66321 - prevent arrow key toggling in radiobuttons from bubbling. r=ben sr=hewitt
...
git-svn-id: svn://10.0.0.236/trunk@115032 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 04:06:23 +00:00
hewitt%netscape.com
d03e46b2bf
missed requires on unix
...
git-svn-id: svn://10.0.0.236/trunk@115031 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 04:01:36 +00:00
sgehani%netscape.com
ede69d0b9a
Land update notifications.
...
b=120201; r=law,pavlov; sr=dveditz
git-svn-id: svn://10.0.0.236/trunk@115030 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 04:01:34 +00:00
badami%netscape.com
0ba82820c6
Rolling back fix for bug 73308.
...
Seems to be causing regression 126311.
git-svn-id: svn://10.0.0.236/trunk@115029 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 04:01:22 +00:00
dbaron%fas.harvard.edu
6df13f8120
No newline at end of file will probably break some compilers (and it causes warnings on gcc).
...
git-svn-id: svn://10.0.0.236/trunk@115028 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:57:04 +00:00
hewitt%netscape.com
00cc82b2a7
whoops, didn't intend to check this in
...
git-svn-id: svn://10.0.0.236/trunk@115027 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:53:33 +00:00
dbaron%fas.harvard.edu
a6fa9e39c3
No newline at end of file could be dangerous -- I'm not sure. So preventing potential bustage.
...
git-svn-id: svn://10.0.0.236/trunk@115026 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:53:30 +00:00
hewitt%netscape.com
1597fc0a9c
68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag
...
git-svn-id: svn://10.0.0.236/trunk@115025 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:50:48 +00:00
ducarroz%netscape.com
a1dc44a2de
Fix for bug 93439. Better algorithm to extract attachment of embedded messages. Also use subject of the message as attachment name if needed. R=varada, SR=bienvenu
...
git-svn-id: svn://10.0.0.236/trunk@115024 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:45:45 +00:00
dbaron%fas.harvard.edu
1be77ac75f
Fix bustage from hewitt's checkin by exporting nsIFullScreen.idl. b=68136
...
git-svn-id: svn://10.0.0.236/trunk@115023 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:42:42 +00:00
ducarroz%netscape.com
40a6834d93
Fix for bug 112625. When decomposing a message into files, we need to parse children of a multipart/alternative part. R=cavin, SR=mscott
...
git-svn-id: svn://10.0.0.236/trunk@115022 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:39:55 +00:00
hewitt%netscape.com
3a936c3077
68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag
...
git-svn-id: svn://10.0.0.236/trunk@115021 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:33:52 +00:00
peterlubczynski%netscape.com
58ba5b055e
Fixing keyboard event bustage for Mac plugins bug 110190 r=sdagley sr=beard
...
git-svn-id: svn://10.0.0.236/trunk@115020 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:23:50 +00:00
sicking%bigfoot.com
e51968e5eb
change the xbl-syntax <... inherits=".."> to <... xbl:inherits="..">
...
b=119317 r=jkeiser sr=hyatt
git-svn-id: svn://10.0.0.236/trunk@115019 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:21:26 +00:00
rods%netscape.com
41c01215ce
It will no longer layout document with a zero width or height
...
Bug 114139 r=dcone sr=attinasi
git-svn-id: svn://10.0.0.236/trunk@115018 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:21:25 +00:00
joki%netscape.com
d4bd380211
Fix 36573, send text field change event through nsPresShell central dispatch method in order to correctly set target property. r:saari, sr:jst
...
git-svn-id: svn://10.0.0.236/trunk@115017 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:20:33 +00:00
dbaron%fas.harvard.edu
4281b39a7d
Some compilers (like gcc 3.0.3, at least) don't like a main that returns void, so make it return int. Fixing bustage. r=timeless
...
git-svn-id: svn://10.0.0.236/trunk@115016 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:20:04 +00:00
rods%netscape.com
d45c6e25f1
1) Makes sure that when a PrintSettings is created it is initialized from the
...
default printer.
2) Mail now uses the nsIWebBrowserPrint interface to create the PrintSettings
object it caches and uses
3) Editor now creates and caches a PrintSettings object.
Bug 123554 r=dcone sr=attinasi
git-svn-id: svn://10.0.0.236/trunk@115015 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:18:33 +00:00
joki%netscape.com
91468521dd
Fix for 104310, prevent recursive firing of onselect event. r:saari, sr:jst
...
git-svn-id: svn://10.0.0.236/trunk@115014 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:18:14 +00:00
dbragg%netscape.com
ecdd4eb6af
Updating the localeVersion to 0.9.9. Fixes bug 126240. r=tao, sr=dveditz
...
git-svn-id: svn://10.0.0.236/trunk@115013 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:18:10 +00:00
harishd%netscape.com
28bce6046e
Regression - Make EXPECTED TAG error message localizable. b=126452, r=harishd, sr=jst. ** Patch provided by heikki@netscape.com **
...
git-svn-id: svn://10.0.0.236/trunk@115012 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:16:14 +00:00
shrutiv%netscape.com
a733e80e45
Including cfg file for Mac customization
...
git-svn-id: svn://10.0.0.236/trunk@115011 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:13:31 +00:00
mscott%netscape.com
bb3d09156a
Bug #11926 , psuedo is spelled pseudo. Correct the spelling error on my pref.
...
rs=sspitzer
git-svn-id: svn://10.0.0.236/trunk@115010 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:11:27 +00:00
nhotta%netscape.com
2f7b56270c
Changed the conversion from UTF-8 to UCS2 to use uconv which can handle stream input,
...
bug 118664, r=ducarroz, sr=sspitzer.
git-svn-id: svn://10.0.0.236/trunk@115009 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:10:19 +00:00
timeless%mac.com
e4beb05e73
Bug 114166 Test app for nsDeque
...
rs=alecf
git-svn-id: svn://10.0.0.236/trunk@115008 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:09:40 +00:00
timeless%mac.com
29beedeb0d
Bug 114166 rewrite nsDeque
...
r=akkana sr=alecf
rs=alecf for TestDeque.cpp
git-svn-id: svn://10.0.0.236/trunk@115007 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:08:32 +00:00
naving%netscape.com
dd327121f2
114960 r=racham sr=mscott. Select the search text upon issuing search from search bar(quick search)
...
git-svn-id: svn://10.0.0.236/trunk@115006 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:06:30 +00:00
varada%netscape.com
0e09d6450f
fix for 86116-autospellcheck doesnt work all the time;r=ducarroz;sr=mscott
...
git-svn-id: svn://10.0.0.236/trunk@115005 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:06:08 +00:00
varada%netscape.com
adb8072aaf
fix for 105838;choosing right identity;r=ducarroz;sr=mscott
...
git-svn-id: svn://10.0.0.236/trunk@115004 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:05:53 +00:00
nhotta%netscape.com
c69aaa6d4d
Changed to use the service for nsIMimeConverter, bug 123699, sr=mscott.
...
git-svn-id: svn://10.0.0.236/trunk@115003 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:05:46 +00:00
dbragg%netscape.com
e062d3a804
Fix for blocker bug 126507. The fix for 91721 required the removal of the drop-down
...
box in the Pref/Appearance. I removed the drop down code but not the code that calls
it when the OK button is pressed. This fix corrects that. r=sgehani, sr=alecf
git-svn-id: svn://10.0.0.236/trunk@115002 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:05:24 +00:00
nhotta%netscape.com
be5ac9d0a7
Changed the conversion from UTF-8 to UCS2 to use uconv which can handle stream input,
...
bug 118664, r=ducarroz, sr=sspitzer.
git-svn-id: svn://10.0.0.236/trunk@115001 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:04:40 +00:00
nhotta%netscape.com
552b14c1fd
Changed to use the non nsString version of nsITextTransform::Change which saves the allocation for nsString, plus clean up,
...
bug 125077, r=ducarroz, sr=sspitzer.
git-svn-id: svn://10.0.0.236/trunk@115000 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 03:04:24 +00:00
bbaetz%student.usyd.edu.au
869ebcd121
The mac doesn't have strdup?? Using nsCRT::strdup instead, like the rest
...
of the file.
git-svn-id: svn://10.0.0.236/trunk@114999 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 02:37:47 +00:00
hewitt%netscape.com
d65be682b1
121955 - implement checkbox listitems, r=hyatt, sr=blake
...
git-svn-id: svn://10.0.0.236/trunk@114998 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 02:20:27 +00:00
hewitt%netscape.com
43735b115e
110165 - Crash scrolling in addressing widget, r=hyatt, sr=dbaron
...
git-svn-id: svn://10.0.0.236/trunk@114997 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 02:19:08 +00:00
cmanske%netscape.com
04c3580b8b
Update to Composer Publishing UI, b=88208, r=brade, sr=kin
...
git-svn-id: svn://10.0.0.236/trunk@114996 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 02:17:46 +00:00
pinkerton%netscape.com
1bdf0dd8ca
don't bail on bg drawing when moz-appearance is set on a root. r=bryner/sr=hyatt. bug#119736
...
git-svn-id: svn://10.0.0.236/trunk@114995 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 02:14:18 +00:00
bbaetz%student.usyd.edu.au
bb2690755b
Bug 110760 - directory listings shouldn't reuly on libappcomps.
...
Also fixes bug 102826 & related issues.
r=dougt, sr=darin
git-svn-id: svn://10.0.0.236/trunk@114994 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 02:14:17 +00:00
pinkerton%netscape.com
df549a9260
cleanup bg theme brush and fix things for dialog bg to draw. r=bryner/sr=hyatt. bug#119736
...
git-svn-id: svn://10.0.0.236/trunk@114993 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 02:14:04 +00:00
dbaron%fas.harvard.edu
57bd9db886
Fix IRIX bustage. We can't use C++ comments in headers included by C files.
...
git-svn-id: svn://10.0.0.236/trunk@114992 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 02:04:10 +00:00
alecf%netscape.com
d93d2484e1
argh, fix more mac bustage, I think this is the end of it.. Sorry, I hadn't re-exported my .xml files
...
git-svn-id: svn://10.0.0.236/trunk@114991 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 01:43:45 +00:00
hyatt%netscape.com
f178aa40ac
Scrolling ROCKS in Cocoa now. Not part of build.
...
git-svn-id: svn://10.0.0.236/trunk@114989 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 01:09:25 +00:00
hyatt%netscape.com
33a0508bfc
Scrolling ROCKS in Cocoa now. Not part of build.
...
git-svn-id: svn://10.0.0.236/trunk@114988 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 01:07:39 +00:00
alecf%netscape.com
c076eca201
add unicharutil static lib
...
git-svn-id: svn://10.0.0.236/trunk@114983 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 00:48:08 +00:00
alecf%netscape.com
bd7d7c1bf1
argh, add requires for non-gmake win32
...
git-svn-id: svn://10.0.0.236/trunk@114982 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 00:43:01 +00:00
smontagu%netscape.com
4ca6dc62ac
Linux bustage
...
git-svn-id: svn://10.0.0.236/trunk@114981 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 00:25:06 +00:00
blakeross%telocity.com
b49318adc9
Download manager. Not part of build.
...
git-svn-id: svn://10.0.0.236/trunk@114980 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 00:15:14 +00:00
blakeross%telocity.com
475b54447d
Download manager. Not part of build.
...
git-svn-id: svn://10.0.0.236/trunk@114979 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 00:11:23 +00:00
smontagu%netscape.com
f446513d7d
Yet another attempt to unbust tinderbox
...
git-svn-id: svn://10.0.0.236/trunk@114978 18797224-902f-48f8-a5cc-f745e15eee43
2002-02-20 00:05:34 +00:00