98357 Commits

Author SHA1 Message Date
arougthopher%lizardland.net
d8bd7b2036 Fix for Bug#125132
foreign characters not displayed properly in justified text

Still iterates one character at a time, but can handle utf-8 chars now.

r=arougthopher@lizardland.net
2002-02-20 05:38:13 +00:00
arougthopher%lizardland.net
3c4612992d Fix for Bug#125898
Fix for "tearing" of page while scrolling

r=mozilla@switkin.com
2002-02-20 05:34:02 +00:00
hewitt%netscape.com
7d0f387877 case issue in file name 2002-02-20 04:49:47 +00:00
hewitt%netscape.com
810382505e another missing file, is my brain missing as well? 2002-02-20 04:45:22 +00:00
ben%netscape.com
d00dee74bc updating nsIBookmarksService caller 2002-02-20 04:35:57 +00:00
ben%netscape.com
43b4c965df 114142 - uniform twisty & click behaviour. ensure correct style is used. r=blake, sr=hyatt 2002-02-20 04:33:43 +00:00
ben%netscape.com
be3b0a62a2 114142 - uniform twisty & click behaviour. ensure correct style is used. r=blake, sr=hyatt
required part of files landed previously, otherwise css files will be missing!
2002-02-20 04:33:08 +00:00
ben%netscape.com
6cd276e1a4 update nsIBookmarksService client to use new method name 2002-02-20 04:25:40 +00:00
dbaron%fas.harvard.edu
98b664f524 Fix extraneous whitespace in the makefile that was causing bustage (since $(srcdir)/file ended up with a space in the middle. b=120201 2002-02-20 04:20:14 +00:00
ben%netscape.com
9191be6b05 update makefile to include appropriate shell lib.
r=rjc sr=hyatt
2002-02-20 04:19:55 +00:00
ben%netscape.com
5a5bbe404b Updating call sites of bookmarks-service methods to use new method names.
r=rjc, sr=hyatt
2002-02-20 04:18:07 +00:00
ben%netscape.com
6b807340cb Fix for 106326 - better handling of IE favorites. Adding support for one-time import of
IE favorites in addition to dynamic root which is now off by default.
Also update the nsIBookmarkService API to support IDL naming conventions, and enhance API
with utility methods requested and required by clients.
r=rjc, sr=hyatt
2002-02-20 04:16:36 +00:00
sfraser%netscape.com
b0a318f120 Adding nsITimerScriptable.idl to the XML project for sgehani. 2002-02-20 04:09:44 +00:00
rjc%netscape.com
77a47fd87e Fix bug # 125361: bookmarks issue. r=tingley sr=ben 2002-02-20 04:08:01 +00:00
ben%netscape.com
7ceb4f2e83 Fix for 106326 - better handling of IE favorites. Adding support for one-time import of
IE favorites in addition to dynamic root which is now off by default.
r=rjc, sr=hyatt
2002-02-20 04:06:57 +00:00
blakeross%telocity.com
11c4275fcc 66321 - prevent arrow key toggling in radiobuttons from bubbling. r=ben sr=hewitt 2002-02-20 04:06:23 +00:00
hewitt%netscape.com
6f7fb6a9c6 missed requires on unix 2002-02-20 04:01:36 +00:00
sgehani%netscape.com
bdc87e0fa7 Land update notifications.
b=120201; r=law,pavlov; sr=dveditz
2002-02-20 04:01:34 +00:00
badami%netscape.com
9e5bd88f46 Rolling back fix for bug 73308.
Seems to be causing regression 126311.
2002-02-20 04:01:22 +00:00
dbaron%fas.harvard.edu
0b57710ae9 No newline at end of file will probably break some compilers (and it causes warnings on gcc). 2002-02-20 03:57:04 +00:00
hewitt%netscape.com
667203dfe4 whoops, didn't intend to check this in 2002-02-20 03:53:33 +00:00
dbaron%fas.harvard.edu
1f6e7ebcd5 No newline at end of file could be dangerous -- I'm not sure. So preventing potential bustage. 2002-02-20 03:53:30 +00:00
hewitt%netscape.com
b0b59edc7b 68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag 2002-02-20 03:50:48 +00:00
ducarroz%netscape.com
b08cd95732 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 2002-02-20 03:45:45 +00:00
dbaron%fas.harvard.edu
e995b53d3c Fix bustage from hewitt's checkin by exporting nsIFullScreen.idl. b=68136 2002-02-20 03:42:42 +00:00
ducarroz%netscape.com
2166a71a1b Fix for bug 112625. When decomposing a message into files, we need to parse children of a multipart/alternative part. R=cavin, SR=mscott 2002-02-20 03:39:55 +00:00
hewitt%netscape.com
5c354e81e6 68136 - Mozilla should have a Full-screen mode, r=ben, sr=jst/jag 2002-02-20 03:33:52 +00:00
peterlubczynski%netscape.com
f732ce82db Fixing keyboard event bustage for Mac plugins bug 110190 r=sdagley sr=beard 2002-02-20 03:23:50 +00:00
sicking%bigfoot.com
bc031b479d change the xbl-syntax <... inherits=".."> to <... xbl:inherits="..">
b=119317 r=jkeiser sr=hyatt
2002-02-20 03:21:26 +00:00
rods%netscape.com
57797bf5fc It will no longer layout document with a zero width or height
Bug 114139 r=dcone sr=attinasi
2002-02-20 03:21:25 +00:00
joki%netscape.com
dbbee99c3a Fix 36573, send text field change event through nsPresShell central dispatch method in order to correctly set target property. r:saari, sr:jst 2002-02-20 03:20:33 +00:00
dbaron%fas.harvard.edu
a16ddfb189 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 2002-02-20 03:20:04 +00:00
rods%netscape.com
785aacab83 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
2002-02-20 03:18:33 +00:00
joki%netscape.com
a5f34e8af5 Fix for 104310, prevent recursive firing of onselect event. r:saari, sr:jst 2002-02-20 03:18:14 +00:00
dbragg%netscape.com
c7478fbb13 Updating the localeVersion to 0.9.9. Fixes bug 126240. r=tao, sr=dveditz 2002-02-20 03:18:10 +00:00
harishd%netscape.com
88be35bf92 Regression - Make EXPECTED TAG error message localizable. b=126452, r=harishd, sr=jst. ** Patch provided by heikki@netscape.com ** 2002-02-20 03:16:14 +00:00
shrutiv%netscape.com
a583fda873 Including cfg file for Mac customization 2002-02-20 03:13:31 +00:00
mscott%netscape.com
a0a517ba38 Bug #11926, psuedo is spelled pseudo. Correct the spelling error on my pref.
rs=sspitzer
2002-02-20 03:11:27 +00:00
nhotta%netscape.com
f9d454c76c Changed the conversion from UTF-8 to UCS2 to use uconv which can handle stream input,
bug 118664, r=ducarroz, sr=sspitzer.
2002-02-20 03:10:19 +00:00
timeless%mac.com
387c5fb169 Bug 114166 Test app for nsDeque
rs=alecf
2002-02-20 03:09:40 +00:00
timeless%mac.com
abdca2b41a Bug 114166 rewrite nsDeque
r=akkana sr=alecf
rs=alecf for TestDeque.cpp
2002-02-20 03:08:32 +00:00
naving%netscape.com
9527f55f68 114960 r=racham sr=mscott. Select the search text upon issuing search from search bar(quick search) 2002-02-20 03:06:30 +00:00
varada%netscape.com
470277e568 fix for 86116-autospellcheck doesnt work all the time;r=ducarroz;sr=mscott 2002-02-20 03:06:08 +00:00
varada%netscape.com
5528685a90 fix for 105838;choosing right identity;r=ducarroz;sr=mscott 2002-02-20 03:05:53 +00:00
nhotta%netscape.com
1ee9b14b33 Changed to use the service for nsIMimeConverter, bug 123699, sr=mscott. 2002-02-20 03:05:46 +00:00
dbragg%netscape.com
1dc3a935a2 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
2002-02-20 03:05:24 +00:00
nhotta%netscape.com
2d23aab608 Changed the conversion from UTF-8 to UCS2 to use uconv which can handle stream input,
bug 118664, r=ducarroz, sr=sspitzer.
2002-02-20 03:04:40 +00:00
nhotta%netscape.com
5f883a9e95 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.
2002-02-20 03:04:24 +00:00
bbaetz%student.usyd.edu.au
e235d06fe8 The mac doesn't have strdup?? Using nsCRT::strdup instead, like the rest
of the file.
2002-02-20 02:37:47 +00:00
hewitt%netscape.com
99b488075a 121955 - implement checkbox listitems, r=hyatt, sr=blake 2002-02-20 02:20:27 +00:00