bryner%uiuc.edu
b5c2dccae8
Removing another stray printf. Sorry about that.
2000-01-16 05:41:17 +00:00
bryner%uiuc.edu
7abbbef1d4
Taking out one printf I forgot about, and #ifdef'ing another one for me.
2000-01-16 05:39:30 +00:00
bryner%uiuc.edu
694f805643
Make trees capable of scrolling by full pages with the mouse wheel.
...
General cleanup and additions to mousewheel debugging code (which is
#ifdef DEBUG_scroll). r=hyatt.
2000-01-16 05:30:49 +00:00
rginda%netscape.com
61a967c222
-- CHATZILLA CHANGES ONLY --
...
* makefile.win, Makefile.in
Remove test1 and test2 files from install.
* connection-xpcom.js
replace enablePrivlege() calls with getPriv().
* utils.js
added jsenv.HAS_SECURITYMANAGER
replace enablePrivlege() calls with getPriv().
add getPriv() function.
* test3-handlers.js
fix onError funciton name.
* test3-readprefs.js
Add MPL (doh!)
replace enablePrivlege() calls with getPriv().
* test3-static.js
Adjust version reply string
Add check/error report for proper privs.
enable munger by default (Again)
* test3.xul
Show check in munger menu entry when page is loaded.
2000-01-16 05:07:01 +00:00
bruce%cybersight.com
604b295419
End of lines are good. Fixing ports bustage.
2000-01-16 04:56:08 +00:00
Jerry.Kirk%Nexwarecorp.com
e1091d8b09
Photon Only change experimenting with getting Mozilla to appear
...
on the users current virtual console.
r=kedl
2000-01-16 02:02:06 +00:00
Jerry.Kirk%Nexwarecorp.com
0a5b30da64
Work around a Photon bug when trying to Invert Text in the InvertRect
...
function by forcing a flush after the draw.
r=kedl
2000-01-16 01:55:27 +00:00
Jerry.Kirk%Nexwarecorp.com
4c76e324de
Multiplying the Screen Width and Height by three to take into account
...
the default 3x3 virtual console. This may not be the "right" way
but I am going with it for the moment.
r=kedl
2000-01-16 01:53:47 +00:00
dveditz%netscape.com
6487492353
Bug 21133, remove XPInstall's private JSRuntime
2000-01-16 01:49:37 +00:00
dveditz%netscape.com
1b4924b94e
Bugs 7132, 22712: registry keys are now case-sensitive
2000-01-16 01:18:52 +00:00
briano%netscape.com
fc207219ca
Automated update
2000-01-15 22:00:26 +00:00
colin%theblakes.com
5ad3554f27
Fix OpenVMS build (broken by rev 1.562). r=cls
2000-01-15 21:54:19 +00:00
morse%netscape.com
33279c99ec
removed unused include file -- jscookie.h, part of bug 12787
2000-01-15 20:36:46 +00:00
harishd%netscape.com
6d7709ce99
Fix for bugs:
...
22485, 20799 ( SCRIPT content processing)
r=vidur,pollmann
Fix for bugs
22260 ( enabling userdifined tags ) - partial fix.
23765 ( handling misplaced newlines/whitespace).
r=rickg
2000-01-15 20:35:57 +00:00
karnaze%netscape.com
583c152d41
fixed printing assertions; more throughly check cell map usage for contuining frames;
...
fixed bug 24057; r=kmcclusk,cmanske; could not run mail smoke tests due to prior bustage.
2000-01-15 20:10:00 +00:00
morse%netscape.com
b3dcafaa61
fix bug 21324, remove one level of dialog, r=pnunn
2000-01-15 19:36:29 +00:00
erik%netscape.com
e864077f1f
bug 24005; was rounding font size down to be compatible with Nav4; this
...
turns out to have disastrous effects on pages with font-size 9px; removed
the rounding code after testing effects on various "Top Sites"; r=none
(but discussed with Troy)
2000-01-15 18:50:18 +00:00
erik%netscape.com
38033ef1a1
bug 17861; set minimum default logical resolution to 96, using OS's
...
reported value if higher than 96; coded by David Baron; r=erik
2000-01-15 18:20:54 +00:00
morse%netscape.com
64e19f2610
trivial two-character change to remove build warning, no review
2000-01-15 17:25:58 +00:00
terry%mozilla.org
24a15de3a8
If there is only one component, then select it for the user.
2000-01-15 17:25:51 +00:00
brade%netscape.com
d00faf77f3
initialize all fields in event structure for menu events; r=joki
2000-01-15 17:25:14 +00:00
brade%netscape.com
86c0a41f57
initialize all fields of mouseEvent; r=joki
2000-01-15 17:22:09 +00:00
brade%netscape.com
a6d671ec0e
remove function DispatchKeyPressEvent (not used); initialize the modifier keys in the event structure; r=joki
2000-01-15 17:21:20 +00:00
brade%netscape.com
659cea5806
remove function DispatchKeyPressEvent (not used) r=joki
2000-01-15 17:21:10 +00:00
erik%netscape.com
028a1eb767
bug 8801; add default font name prefs for Unix; r=ftang
2000-01-15 16:38:35 +00:00
erik%netscape.com
bf54fe3aa1
bug 8801; add font name prefs code for Unix; r=ftang
2000-01-15 16:37:53 +00:00
erik%netscape.com
7a9791555d
bug 8801; remove all the new font size prefs, since default value is now
...
the same for all generics (serif, monospace, etc) and it is set in the
C++ code; default size for East Asian languages may be set here in the
future; r=ftang
2000-01-15 16:32:11 +00:00
morse%netscape.com
4ed3b04732
just a table change, no code review
2000-01-15 16:30:46 +00:00
erik%netscape.com
15cc55cd8c
bug 8801; use same default size for all generics (serif, monospace, etc);
...
set default size to 16px; allow pref to be specified in either px or pt;
as discussed in mozilla.layout; r=ftang
2000-01-15 16:30:13 +00:00
morse%netscape.com
7d504e4d77
just a table change, no code review
2000-01-15 15:56:13 +00:00
jfrancis%netscape.com
570669defd
speeding up selection by directly creating ranges, rather than going through CreateInstance(). See bug 19273.
2000-01-15 14:52:24 +00:00
jfrancis%netscape.com
13cce94ddf
rearranging project view a bit
2000-01-15 14:30:22 +00:00
jfrancis%netscape.com
193dcd8f13
* fixed 19596;
* fixed 23597;
* fixed deletion bug that could cause to breaks to be deleted instead of one, when backspacing once. (no #)
* partial fix for current paragraph style not being properly reported in the composer toolbar. (no #)
2000-01-15 14:29:29 +00:00
morse%netscape.com
8c77c4d886
fix bug 23937, unnecessary saving of prefs file, r=alecf
2000-01-15 13:21:57 +00:00
morse%netscape.com
f94b2339b6
fix bustage on mac
2000-01-15 10:44:40 +00:00
morse%netscape.com
272e005b47
fix bugs 23037,23930,23912, r=dp
2000-01-15 10:03:22 +00:00
sspitzer%netscape.com
07fbc3eb2b
#define some hard coded strings
2000-01-15 09:55:02 +00:00
sspitzer%netscape.com
95447e565d
add a debugging printf.
2000-01-15 09:30:34 +00:00
sspitzer%netscape.com
b24ad0f01b
add the removeIdentity() method to the the account manager interface.
...
I need this, because at migration time, I create a bogus identity
for migration purpose, and I want to clean up after myself.
2000-01-15 09:14:27 +00:00
sspitzer%netscape.com
b8680ff540
step 2 of divorce the mailnews migration code from the account manager
2000-01-15 09:00:46 +00:00
sspitzer%netscape.com
d9231e1818
added files: mozilla/mailnews/base/public/nsIMessengerMigrator.idl
2000-01-15 08:59:09 +00:00
sspitzer%netscape.com
139344b488
added files: mozilla/mailnews/base/src/nsMessengerMigrator.cpp
2000-01-15 08:58:50 +00:00
sspitzer%netscape.com
de60fafd38
moving the mailnews migration code out of the account wizard.
...
step 1: add the new files.
2000-01-15 08:51:16 +00:00
mcafee%netscape.com
1b10bad8b3
Need Newline at end of file.
2000-01-15 08:30:32 +00:00
talisman%anamorphic.com
129cb8f89c
Temporarily disabling HTML generation from MIME messages until we have a better HTML parser/renderer. --jgalyan
2000-01-15 08:29:46 +00:00
mcafee%netscape.com
9c6120df9e
re-adding the infamous test8 to bloaty test.
2000-01-15 08:29:18 +00:00
talisman%anamorphic.com
157d1abbd5
Temporarily removing the HTML support, since it isn't working well. When we have a new HTML parser/renderer, we can enable HTML support again. --jgalyan
2000-01-15 08:23:48 +00:00
hyatt%netscape.com
08696dbb4f
Still trying to fix Wensleydale. Stupid crack baby compiler.
2000-01-15 07:18:01 +00:00
hyatt%netscape.com
e8cca37c4e
Fix wensleydale bustage.
2000-01-15 06:41:04 +00:00
sspitzer%netscape.com
1033ad311d
perhaps I should keep my personal feelings about the Mac to myself. r=steve jobs
2000-01-15 06:13:04 +00:00