buster%netscape.com
5e0e088a7e
fixed bugs 18447 and 18216
...
simple changes to default style sheet for input elements
r=rods
2000-01-06 19:56:13 +00:00
sspitzer%netscape.com
5428d9003e
fix for bug #21235 . fix the "triple click" problem with the folder picker.
...
thanks to waterson for the tip. also, add the MPL to the top of the file.
2000-01-06 19:54:46 +00:00
nhotta%netscape.com
1a2b32e299
Changed to apply the entity conversion before charset conversion, bug 20062, r=akkana.
2000-01-06 19:49:23 +00:00
nhotta%netscape.com
6bd413e421
Changed to scan for HTML before converting from unicode to mail charset, bug 22315, r=rhp.
2000-01-06 19:48:45 +00:00
nhotta%netscape.com
1cb7735520
Fixed memory leak, bug 22281, r=waterson.
2000-01-06 19:47:20 +00:00
dougt%netscape.com
bfc6760bd6
Fix for bug 22933 submitted by jonas.utterstrom@vittran.norrnod.se. r=dougt.
2000-01-06 19:46:44 +00:00
nhotta%netscape.com
4d912e9e34
Fix compile errors of Solaris 2.6 and 2.7 using Sun's native WorkShop compilers, r=briano.
2000-01-06 19:46:17 +00:00
pinkerton%netscape.com
034b27694c
fix for bug 21487, garbage at the end of url when doing "copy link location." also added some error checking, and using progid's instead of classid's. r=akkana.
2000-01-06 19:45:52 +00:00
varada%netscape.com
77989cc9f8
changing all libs to install cuz of the underneath infrastructure changes
2000-01-06 19:07:06 +00:00
varada%netscape.com
c672ef7657
getting rid of netscape 2000 from the rshell.ini
2000-01-06 18:58:05 +00:00
terry%mozilla.org
ec0dd1cecf
Oops; fixed table alignment problem introduced by last change.
2000-01-06 17:39:03 +00:00
tonyr%fbdesigns.com
a1eb629576
Added nsIFieldMap interface.
2000-01-06 16:43:06 +00:00
tonyr%fbdesigns.com
345de80f90
Fixed to actually build.
2000-01-06 16:43:01 +00:00
tonyr%fbdesigns.com
b999278e72
Added nsIFieldMap implementation.
2000-01-06 16:42:57 +00:00
tonyr%fbdesigns.com
5750e9fac7
First Checked In.
2000-01-06 16:37:39 +00:00
norris%netscape.com
913e66ba3c
Propagate fix from branch.
2000-01-06 16:28:43 +00:00
danm%netscape.com
9fec649ffe
use widget::GetScreenBounds to return window position. bug 5998. r:pierre.
2000-01-06 16:02:10 +00:00
rhp%netscape.com
7f08a6c054
Fix for vCard display problem - Bug #10620 - r: mscott
2000-01-06 16:01:28 +00:00
danm%netscape.com
7e86489156
added GetScreenBounds. part of bug 5998. r:pierre
2000-01-06 16:01:15 +00:00
law%netscape.com
16068a8e4e
Fix for 20310; handle JS exception when Cancel is pressed; r=slamm@netscape.com
2000-01-06 16:00:53 +00:00
jefft%netscape.com
9c5b3edc9f
remove shadow variable; r=bienvenu
2000-01-06 14:25:04 +00:00
colin%theblakes.com
cd12022687
Add MOZ_TIMER_LIBS. r=jdunn
2000-01-06 11:11:38 +00:00
colin%theblakes.com
ce85994927
Add MOZ_COMPONENT_LIBS and jsdom. r=jdunn
2000-01-06 11:08:52 +00:00
colin%theblakes.com
0800ef0b74
Add MOZ_COMPONENT_LIBS. r=jdunn
2000-01-06 11:06:54 +00:00
mcafee%netscape.com
32b7dae3a5
Cleaning up layout of offline pref pane. r=rgoodger@ihug.co.nz
2000-01-06 10:21:45 +00:00
hyatt%netscape.com
db766cf159
"Unfortunately no one can be told what the tree widget is. You have to see it for
...
yourself." r=morpheus
2000-01-06 09:36:36 +00:00
mcafee%netscape.com
39648098a9
Cleaning up layout of languages pref pane. r=rgoodger@ihug.co.nz
2000-01-06 09:20:45 +00:00
alecf%netscape.com
c78c629151
fix my previous checkin after talking to hyatt - we'll be getting the outer frame, so iterate through the children and QI on each one, sending EnsureRowIsVisible to each when it succeeds
...
r=hyatt
2000-01-06 09:19:31 +00:00
hyatt%netscape.com
5cd1833b90
Changes to prevent the tree widget from thrashing on AttributeChanged of offscreen
...
content. Changes to prevent the tree widget from doing a reflow when content is
inserted or removed that is offscreen.
2000-01-06 08:58:05 +00:00
hyatt%netscape.com
423823f614
Changes to prepare the tree for incremental scrollbar reflow.
2000-01-06 08:56:35 +00:00
alecf%netscape.com
b7175eb04d
backend part of fix for #14798 , r=mscott
2000-01-06 08:27:23 +00:00
mscott%netscape.com
b3e5a85817
fix some I18n header display problems introduced by the new message display stuff I landed tonight. This means
...
converting our UTF-8 header values into unicode before broadcasting them through the header sink
r=alecf
2000-01-06 08:19:26 +00:00
mscott%netscape.com
2ddb75160e
Fix some I18N display problems with the new message display stuff by forcing the header value
...
to be unicode instead of a char *.
r=alecf
2000-01-06 08:18:25 +00:00
alecf%netscape.com
cb1027f2f0
add new method to ensure that tree content is visible: go through all the presentation shells, and call EnsureRowIsVisible for each tree.
...
also expose a method to get the visible row for a tree - I needed it anyway, figured I might as well expose it from JS.
other half of fix for #12895
r=bryner
2000-01-06 07:54:43 +00:00
alecf%netscape.com
c3d6202107
add treeframe-level interface to EnsureRowIsVisible, and add a new nsITreeFrame interface so that EnsureRowIsVisible can be called from outside of the layout DLL.
...
first part of fix to #12895
r=bryner
2000-01-06 07:35:25 +00:00
bryner%uiuc.edu
d83a9c65ee
Implementing the mousewheel preferences. A new option has been added, "Use system default", which follows the OS
...
default (on Windows at least) for the number of lines to scroll. I also changes the default actions for the modifier
keys slightly.
2000-01-06 06:22:00 +00:00
cls%seawood.org
0327a63675
Sync'd Makefile.in's to reflect srinivas' NSPR API changes.
2000-01-06 06:09:27 +00:00
mscott%netscape.com
1713da7081
remove obsolete emitter factory.
2000-01-06 06:08:17 +00:00
mscott%netscape.com
ee41099c34
Merge the two html emitters into one uber emitter....this fixes the problem with displaying forwarded
...
messages with the new message display code
r=rhp
2000-01-06 06:05:38 +00:00
pinkerton%netscape.com
f49713f10f
Removed asserts now that nsScrollbarFrame correctly implements its QI. Fixed memory leaks with scrollbars by nsCOMPtr'izing stuff. r=pavlov.
2000-01-06 05:55:46 +00:00
pinkerton%netscape.com
2995011233
didn't do the QI correctly. forgot to inherit from the nsBoxFrame impl. (r=pavlov). fixes bugs 22493, 22494
2000-01-06 05:54:47 +00:00
mscott%netscape.com
316b5e984e
fix mac breakage for radha by removing two obsolete files from the debug project.
2000-01-06 04:31:15 +00:00
waterson%netscape.com
025e25f605
Fix 'triple-click' to drop bookmarks in personal toolbar bug.
2000-01-06 03:53:31 +00:00
briano%netscape.com
35a9a5201b
Backed out the Solaris fix, because Linux doesn't like it. It may be that -z allextract and -Wl,--whole-archive behave differently.
2000-01-06 03:06:22 +00:00
srinivas%netscape.com
4f384a12e1
Backed out previous checkin; NSPR_API needs to be defined for Mac.
...
Bugzilla #12913 .
2000-01-06 02:17:03 +00:00
slamm%netscape.com
7eab581c7d
Fix for hdml version. Suggested by Neil Deakin <ndeakin@sympatico.ca>
2000-01-06 02:11:26 +00:00
briano%netscape.com
890a0d3da8
Fix for _optimized_ nightly Solaris 2.6 builds.
2000-01-06 02:06:56 +00:00
slamm%netscape.com
e884e80dee
It's only a XUL checkin, don't panic. Fix for bugs 21061 and 21347. r=borto@pacbell.net.
2000-01-06 02:01:30 +00:00
srinivas%netscape.com
67e7d01f85
Support platform-specific import declaration for public NSPR functions.
...
Bugzilla #12913 . rwtc.
2000-01-06 01:45:29 +00:00
mscott%netscape.com
1ec9e54be0
someone removed nsIServiceProvider.h from the build and didn't remove
it from mac and unix makefiles!!! Shame on you...
Fixing the build breakage on the mac.
2000-01-06 01:36:00 +00:00