Commit Graph

79692 Commits

Author SHA1 Message Date
scc%mozilla.org
98342357b3 partial fix for ports bustage 2001-04-02 22:42:49 +00:00
scc%mozilla.org
4565a75477 fix speedracer bustage; r=jag and jst 2001-04-02 22:00:34 +00:00
ashuk%eng.sun.com
49ccb36ceb Merging JAVADEV_RTM_20001102 into Trunk
_Ashu
2001-04-02 21:18:06 +00:00
dbaron%fas.harvard.edu
2045177b94 Fix bustage (if CSS_REPORT_PARSE_ERRORS is defined) from scc's string branch landing. nsLiteralChar was removed, so use nsLocalString instead. r=disttsc@bart.nl sr=scc@mozilla.org 2001-04-02 21:14:23 +00:00
scc%mozilla.org
70de2e4a46 landing string branch; see bug #73786 2001-04-02 19:40:52 +00:00
pinkerton%netscape.com
19eacb143c set the out param for GetSelection in all cases. fixes blocker. r=blake, sr=smfr. bug 74217. 2001-04-02 18:18:53 +00:00
sonmi%netscape.com
4fd12678a2 improved usage and parameters, reduced connections from 5 to 1 2001-04-02 17:32:48 +00:00
brade%netscape.com
4ff611a587 use internet config to get colors for text and window background; sr=sfraser 2001-04-02 14:27:28 +00:00
brade%netscape.com
36309c6df8 only add flavors when we have data in that flavor; r=pinkerton 2001-04-02 14:11:01 +00:00
glazman%netscape.com
19188a09b9 Default namespace in html:style was HTML by default; b=72302, r=peterv, sr=attinasi 2001-04-02 13:56:22 +00:00
sspitzer%netscape.com
9d55928600 fix warnings 2001-04-02 09:20:17 +00:00
sspitzer%netscape.com
1f21bcf863 fix for #74354. on a new header, force the row for the parent thread to update.
sr=bienvenu
2001-04-02 07:48:53 +00:00
sspitzer%netscape.com
7f9f62f103 fix #74354. the icon in the thread column should have the green arrow
if the thread has any unread messages

fix #72281.  if new message arrive and they are children of a collapsed
thread, they should not become the king of the thread.

sr=bienvenu
2001-04-02 07:22:27 +00:00
jfrancis%netscape.com
4199d71c20 bug 58281: fixing mem leaks when shuffling nsISupports around in editor paste code. r=fm; sr=kin 2001-04-02 06:09:44 +00:00
sspitzer%netscape.com
2dda32e796 re-fix #72256. now that AdjustSelection() is working, inappropriately calling RowCountChange() will mess up the selection. (I'm the champ who added the inappropriate call.) sr=bienvenu 2001-04-02 05:30:39 +00:00
mscott%netscape.com
23101321c2 NOT PART OF THE BUILD YET
Windows specific icon channel implemenation for reading out icon bitmaps from the OS.

Landing files for icon urls. For windows only currently, this code will read out
icon bitmaps based on info from the windows registry and turns that into a 24 bit RGB image
which we can render. Icon urls have the form of:
icon://test.html/large
icon://test.doc/small
icon://test.doc (defaults to small).

Currently doesn't work on win2k yet.
2001-04-02 04:57:23 +00:00
mscott%netscape.com
fe97cce85f NOT PART OF THE BUILD YET
Landing files for icon urls. For windows only currently, this code will read out
icon bitmaps based on info from the windows registry and turns that into a 24 bit RGB image
which we can render. Icon urls have the form of:
icon://test.html/large
icon://test.doc/small
icon://test.doc (defaults to small).

Currently doesn't work on win2k yet.
2001-04-02 04:56:18 +00:00
stephend%netscape.com
01f32e31ec Removing 'Netscape' from console output in nsPop3Protocol.cpp. Bug 42509. Patch by Henrik Gemal <gemal@gemal.dk> r=hwaara@chello.se sr=blizzard@mozilla.org 2001-04-02 03:57:29 +00:00
karnaze%netscape.com
180aa09df9 new regression test, not affecting the build. 2001-04-02 03:37:59 +00:00
karnaze%netscape.com
bdefe04918 new regression tests, not affecting the build. 2001-04-02 03:24:31 +00:00
karnaze%netscape.com
036af5b01b bug 57467 - print a new row on the current page if it will waste too much space otherwise. sr=attinasi. 2001-04-02 03:21:58 +00:00
darin%netscape.com
4e05acafb9 Fixes bug 72520 "support for cacheKeys must be implemented" r=gordon sr=dougt 2001-04-02 01:20:43 +00:00
darin%netscape.com
70077848e8 Fixes bug 73875 "www.fox.com does not load" r=beard sr=brendan 2001-04-02 01:12:40 +00:00
pollmann%netscape.com
c109661ded Bug 65609: (DOM) Allow form elements inside a subtree to find their parent when the subtree is appended/inserted. r=nisheeth@netscape.com, sr=jst@netscape.com 2001-04-02 00:45:52 +00:00
bryner%uiuc.edu
a7df13353f Bug 38061 - removing obsolete headers. sr=cls. 2001-04-02 00:22:19 +00:00
mcafee%netscape.com
589229a55e Minor UI changes to get content to fit on pref panes with better resizing behavior (74002). sr=ben 2001-04-01 22:28:34 +00:00
waterson%netscape.com
ffa2de9ecd Bug 69973. Use NC_EXTENSION on Win32, too. Patch submitted by william.cook@crocodile-clips.com, r=bryner, ksosez@softhome.net; sr=waterson 2001-04-01 20:10:37 +00:00
jgmyers%netscape.com
d88836a8ba don't decode overlong UTF8 sequences: bug 29314 r=jag sr=scc 2001-04-01 19:40:32 +00:00
jgmyers%netscape.com
26264d042a distinguish weak crypto: bug 31896 r=ddrinan 2001-04-01 19:38:12 +00:00
jgmyers%netscape.com
d72d1758bc distinguish weak crypto in PSM2: bug 31896 r=dmose ser=darin 2001-04-01 19:37:29 +00:00
chak%netscape.com
a80aabe1e6 Calling Activate()/Deactivate() from inside of HandleEvent() as suggested by blizzard
This is a part of:
Fix for #71014 - arrow keys don't work inside text areas in mfcEmbed.
r=saari, sr=blizzard
2001-04-01 18:02:39 +00:00
chak%netscape.com
031eb19fe7 Fix for #71014 - arrow keys don't work inside text areas in mfcEmbed.
r=saari, sr=blizzard
2001-04-01 17:51:12 +00:00
chak%netscape.com
5508ad920d Fixes for the following bugs:
#74155 - MfcEmbed needs a prefs dlg box.
         r=valeski, sr=blizzard

#71014 - arrow keys don't work inside text areas in mfcEmbed.
         r=saari, sr=blizzard
2001-04-01 17:49:51 +00:00
mcafee%netscape.com
be2cf29f6b Centering find dialog (9131). sr=ben 2001-04-01 12:09:08 +00:00
mcafee%netscape.com
b847909064 Adding ctrl+f for edit|search history (67908). r=blake, sr=ben 2001-04-01 11:43:06 +00:00
hwaara%chello.se
f8e062e933 Kill the last remaining js warning in this file. bug 60632. r=mao, sr=jst 2001-04-01 11:05:51 +00:00
jst%netscape.com
577ea8f4e5 Removing unused files. 2001-04-01 11:05:14 +00:00
jst%netscape.com
125fa6ad3f Removing unused files. 2001-04-01 10:58:34 +00:00
darin%netscape.com
c2cf727e40 Fixes bug 72320. abort on exit (sending "logout" to a closed IMAP socket?).
r=sspitzer,dougt,mscott.
2001-04-01 05:17:42 +00:00
disttsc%bart.nl
2e982313fa Removing prefutilities.js, moving the code in it to where it belongs. bug=73355, r=mao, sr=ben 2001-04-01 05:02:07 +00:00
cls%seawood.org
5763d83f3f Add accessibility to REQUIRES. Fixing senna tb bustage. 2001-04-01 03:44:35 +00:00
morse%netscape.com
a5c6b78980 not part of build 2001-04-01 02:31:47 +00:00
av%netscape.com
df9d5a7459 Fixing bug 73071, adding nsIPlugin::Shutdown in the plugin host destruction, r=beard, a=av, sr=waterson 2001-04-01 02:29:51 +00:00
mcafee%netscape.com
e51e231044 Setting width, height for logo.gif to avoid reflow (68264). sr=ben 2001-04-01 01:51:44 +00:00
evaughan%netscape.com
f0820eb62d Landing MSAA part of accessibility (DISABLED)
-r vidur -sr hyatt
2001-04-01 01:38:35 +00:00
jst%netscape.com
717b547dfd New file, not part of the build. 2001-04-01 01:17:43 +00:00
jst%netscape.com
efd308526b Adding new files, not part of the build yet. 2001-04-01 01:10:59 +00:00
evaughan%netscape.com
dd702eea33 XP part of accessibility landing
-r vidur, rods -sr hyatt
2001-04-01 01:01:33 +00:00
cls%seawood.org
66f5f4582f Second round of nspr autoconf cleanup.
Adding --with-dist-prefix options to free up standard options for real installs.
Bug #73919 r=bryner
2001-04-01 01:01:28 +00:00
waterson%netscape.com
2c2bece878 Bug 60079. Look a little bit harder for <area> elements, rather than just bailing if the first element in the <map> isn't an <area>. r=saari, sr=jst 2001-04-01 00:45:59 +00:00