bryner%netscape.com
2b204d8d7f
Sync Chimera changes with CHIMERA_M1_0_1_BRANCH (bug 161668). In addition to landing all the Chimera-specific changes here, I'm creating a new chimera.js file with our Chimera-specific prefs (and moving them out of all.js). r=brade.
2002-08-16 17:34:24 +00:00
relyea%netscape.com
cf0278de93
Quick and dirty utility to pink SSL servers to see if they are configured
...
correctly.
NOTES: This program is a (very slightly) modified version of the
SSLSample/client.c program. As such it used the sample program support, which is
a duplication of much of secutil. Future enhancements would be 1) link with
secutil.lib. 2) When handling BadCert requests, run the Full VerifyCert and dump
the results. Make connections to the servers testing SSL2, SSL3 and TLS.
Changes were basically 1) Set the program to run without a security database
(this means no token support, or client auth). 2) Explicitly load the builtins
module so that we can test against the standard trust.
2002-08-16 16:29:18 +00:00
alecf%netscape.com
7ea939924f
fix other bustage
2002-08-16 16:17:13 +00:00
alecf%netscape.com
41c97f7cf0
argh, back myself out because it causes xpcomglue bustage
2002-08-16 15:24:58 +00:00
mikep%oeone.com
1af6845ee1
Removing unused Js file.
2002-08-16 15:04:22 +00:00
mikep%oeone.com
928b73dc9a
FIxing bug 123583, date picker not highlighting dates after clicking on month.
2002-08-16 15:04:10 +00:00
alecf%netscape.com
81f961f9ca
warning fix for bug 12493 - quiet down on warnings when url spec is set to ""
...
sr=darin
2002-08-16 14:55:34 +00:00
alecf%netscape.com
0682e903f8
fix bug 159328, and probably bug 146673 - use locale-insensitive string comparisons in strings so we don't break when doing case-insensitive matching of simple ASCII strings in non-US locales, like "SubMIT" != "submit"
...
r=brade, sr=dbaron
2002-08-16 14:35:48 +00:00
mikep%oeone.com
0be296ba2a
Fixing bug 163028, adding in ability to launch edit event dialog from alarms.
2002-08-16 14:34:34 +00:00
mikep%oeone.com
dfa9329cb2
Removing background image.
2002-08-16 14:34:08 +00:00
mikep%oeone.com
e34d5d5c87
FIxing bug 161162, dont' include CVS files.
2002-08-16 14:15:17 +00:00
mostafah%oeone.com
cc470222b5
Checking in patch for bug 145525: [PATCH] tm_gmtoff is not a member of struct tm on Solaris
2002-08-16 14:05:23 +00:00
mikep%oeone.com
5bd33078ee
REmoving toggle background, bug 160517
2002-08-16 13:49:06 +00:00
mikep%oeone.com
4bde9547fe
Fixing bug color coding for events based on category.
2002-08-16 13:46:14 +00:00
mikep%oeone.com
e382083de4
Fixing bug 155875.
2002-08-16 13:34:44 +00:00
dbaron%fas.harvard.edu
a7f0385127
Clean up unneeded includes of nsStyleUtil.h, and some other include cleanup in MathML. r=rbs b=71257 (|#include| changes only)
2002-08-16 11:52:20 +00:00
dbaron%fas.harvard.edu
d4cc4f7061
Handle style attribute changes in XUL through the normal style change mechanism rather than forcing a reframe. Change nsIStyledContent::WalkInlineStyleRules to nsIStyledContent::GetInlineStyleRule to simplify nsCSSFrameConstructor::AttributeChanged. b=156971 sr=hyatt r=bzbarsky
2002-08-16 11:29:20 +00:00
blakeross%telocity.com
166505939a
More perf work.
2002-08-16 06:44:56 +00:00
igor%mir2.org
b481986e42
Fixing line number generation for the empty return statement which was reported by Steven Beal. It was caused by missed update of lineno in statementHelper when dealing with return;.
2002-08-16 06:42:27 +00:00
caillon%returnzero.com
a5982013d4
128801 - downloading dialog has "-1%" in titlebar
...
Patched by Aaron Kaluszka <ask@swva.net>
r=law sr=bryner
2002-08-16 05:23:47 +00:00
rginda%netscape.com
00ab5c046c
apply scole@planetweb.com's fix for JS_InitClass (bug 162946)
2002-08-16 05:11:36 +00:00
blakeross%telocity.com
f0cd933114
More stripping.
2002-08-16 04:11:28 +00:00
sspitzer%netscape.com
f0dd2fc5e1
fix for #162987 . some build changes for minotaur. r=bryner, sr=bienvenu
2002-08-16 04:10:13 +00:00
blakeross%telocity.com
54b865d675
More stripping.
2002-08-16 04:07:36 +00:00
blakeross%telocity.com
5d03a00a0e
Remove navigator links.
2002-08-16 03:57:09 +00:00
sspitzer%netscape.com
b0e7f3389f
removing. thanks to hewitt for lending his voice and his recording studio for this sound.
2002-08-16 03:51:57 +00:00
sspitzer%netscape.com
49510f6847
ignore generated makefiles.
2002-08-16 03:48:41 +00:00
sspitzer%netscape.com
3ca7f4cc1e
some build changes. remove wav file, not used.
2002-08-16 03:46:38 +00:00
pinkerton%netscape.com
45f1cb4383
reduce size of splash screen. ifdef'd off use of "loading..." which we never
...
used anyway. fixed huge leak that basically leaked the entire splash screen.
2002-08-16 03:20:54 +00:00
pinkerton%netscape.com
5a4a359f71
Add a "view source" toolbar button, off by default
2002-08-16 02:34:19 +00:00
cmanske%netscape.com
70661df08c
Fixed small error in nsIIOService checkin. b=157131, r=dougt, sr=alecf
2002-08-16 02:15:34 +00:00
bzbarsky%mit.edu
12ba3fc7f0
Adding files for Load/Save. Not part of build.
2002-08-16 02:05:22 +00:00
myk%mozilla.org
ec70db0d68
Fix for bug 41917: Gets LXR working again on systems with only one sourceroot.
...
Patch by Gregory Leblanc <gleblanc@linuxweasel.com>.
r=kiko
2002-08-16 01:31:20 +00:00
anthonyd%netscape.com
3997d9dc72
fix for bug #135292 . fix for unsigned int being compared to -1
...
r=serge
sr=darin
2002-08-16 01:11:18 +00:00
blakeross%telocity.com
d9b1f65f24
Checking in more files.
2002-08-16 01:04:47 +00:00
alecf%netscape.com
fa6fe66780
fix bug 162947 - small leak in nsXULDocument
...
sr=jst, r=timeless
2002-08-16 01:04:40 +00:00
sfraser%netscape.com
fc61097449
Rename CHExtendedTabView to BrowserTabView (because that's what it is), and add a new subclass of CHIconTabViewItem, BrowserTabViewItem, for browser tabs.
2002-08-16 00:58:10 +00:00
ftang%netscape.com
69df8c30eb
fix bug 128263. let ATSUI to render Unicode surrogate characters. r=nhotta sr=sfraser
2002-08-16 00:54:03 +00:00
blakeross%telocity.com
94f3ec82d2
More cleanup.
2002-08-16 00:44:41 +00:00
blakeross%telocity.com
f0b64ea1b5
*** empty log message ***
2002-08-16 00:33:05 +00:00
blakeross%telocity.com
f128afb612
Minotaur. Only half bull.
2002-08-16 00:26:44 +00:00
sfraser%netscape.com
86905eb5b9
Fixing absolute path to dist/Embed/components
2002-08-16 00:12:47 +00:00
alecf%netscape.com
61899db23b
bug 162944 - FMM in cache
...
r=dougt/timeless, sr=darin
2002-08-16 00:08:14 +00:00
jpierre%netscape.com
e5ec791fa2
Correctly count the number of items in a SEQUENCE OF or SET OF in quickder decoder. Bug found by one of Terry's tests.
2002-08-16 00:05:55 +00:00
aaronl%netscape.com
1bd43648ae
Not part of build. Typeaheadfind - forgot to change module names in makefile
2002-08-16 00:02:58 +00:00
cmanske%netscape.com
7b8132f0cc
Fixed small typos in Darin's nsIIOService checkin. b=157131, r=dougt, sr=alecf
2002-08-15 23:56:03 +00:00
joki%netscape.com
d31ef8b834
Fix for bug 162648, Call HandleDOMEventWithTarget when sending submit event since only DOM processing is required. sr:jst, r:bzbarsky
2002-08-15 23:33:40 +00:00
aaronl%netscape.com
682fd004de
Not part of build. Type ahead find, removing superfluous file
2002-08-15 23:22:19 +00:00
aaronl%netscape.com
9eee1fed9b
Not part of build. Dividing type ahead find into sub directories src resources public
2002-08-15 23:21:00 +00:00
wtc%netscape.com
1570741b5a
Bug 160030: check for __sparc and __i386, which is defined by the Solaris
...
compilers and gcc in strict ANSI conformance mode. sparc and i386 are not
defined by the compilers in strict ANSI conformance mode.
Modified Files: _solaris32.cfg _solaris64.cfg
2002-08-15 23:04:03 +00:00