Commit Graph

89471 Commits

Author SHA1 Message Date
leaf%mozilla.org
4a119bdd25 Automated update 2001-10-01 14:58:28 +00:00
kaie%netscape.com
93e0fc7d13 b=100215 r=relyea sr=blizzard
Fix certificate verification chain display.
2001-10-01 14:57:35 +00:00
shaver%mozilla.org
c617242b6e Bug 101467: --enable-trace-malloc needs to disable symbol-removal passes.
r/sr=waterson/cls
2001-10-01 14:47:01 +00:00
peterv%netscape.com
b8213c04b7 Part of fix for bug 65858 (Rework XSLT sorting) that I forgot to check in. r=sicking, Pike, sr=jst. 2001-10-01 14:28:54 +00:00
nboyd%atg.com
4ed02f7b8a Fix bug:
var passed = true;
try {
    eval("/* mello /* yello */");
    } catch (e) {
        print(e);
        passed = false;
    }
print(passed);

should print "true", not "false".
2001-10-01 14:25:30 +00:00
mkaply%us.ibm.com
3c7580a23b #80167
r=ftang, r=mikek, sr=blizzard
Code from simon@softel.co.il - code from original Bidi landing can be turned on now that converson is finalized
Also fixed two warnings that were in the code that could have also broke some unixes
2001-10-01 13:57:47 +00:00
rods%netscape.com
505d1e1ebd adding frameset printing tests 2001-10-01 11:57:30 +00:00
rods%netscape.com
978d5afca7 Adding frameset navigation tests 2001-10-01 11:50:32 +00:00
timeless%mac.com
a23164a35b Bugzilla Bug 72878 zap unused variables from xpidl
r=shaver, sr=jband
2001-10-01 09:08:04 +00:00
sdagley%netscape.com
ba792b1887 Bug 97676 - Use LaunchServices APIs under OS X for helper app launching and fix Reveal to work with OS X Finder. r=ccarlen,sr=sfraser 2001-10-01 06:43:41 +00:00
sdagley%netscape.com
3886f15fe0 New project for OS X specific interfaces. Part of fix for 97676. r=ccarlen,sr=sfraser 2001-10-01 06:31:37 +00:00
harishd%netscape.com
16eab6ee3b 102376 - Make sure that the channel exists for the life time of the parser.
r=dp sr=rpotts.
2001-10-01 05:14:03 +00:00
stephend%netscape.com
109457225e Bug 80120. Implementing tooltips on the toolbar's expand/collapse widgets. r=jglick/german/sspitzer/robinf/cmanske sr=sspitzer 2001-10-01 05:03:06 +00:00
stephend%netscape.com
6d11609c79 Bug 80120. Implement tooltips for toolbar's expand/collapse widgets. r=german,jglick,sspitzer,robinf,cmanske sr=sspitzer 2001-10-01 04:54:14 +00:00
blakeross%telocity.com
ceabfb187c Fix js strict warnings about redeclaration of vars and reference to undefined vars. sr=ben 2001-10-01 03:56:43 +00:00
blakeross%telocity.com
e04fe867ca Fix js strict warning about redeclaration of var. sr=ben 2001-10-01 03:56:19 +00:00
blakeross%telocity.com
2962b9994f Fixing js strict warning about undefined property this.mSelectedItem. sr=ben 2001-10-01 03:49:12 +00:00
mkaply%us.ibm.com
6dabd5cfda #81664
r=simon@softel.co.il, sr=attinasi for nsTextFrame, sr=blizzard for nsBidiPresUtils
Cleanup of bidi reordering code
2001-10-01 03:43:42 +00:00
blakeross%telocity.com
79af683518 Fixing js strict warning about redeclaration of var. sr=ben 2001-10-01 03:42:42 +00:00
blakeross%telocity.com
c37e88a297 Fixing js strict warning about redeclaration of vars. sr=ben 2001-10-01 03:41:14 +00:00
blakeross%telocity.com
732d1220f6 Fix js strict warnings about redeclaration of vars. sr=ben 2001-10-01 03:27:14 +00:00
blakeross%telocity.com
f7e822c8f1 Fix js strict warning about undefined window.arguments[4]. sr=ben 2001-10-01 03:24:40 +00:00
blakeross%telocity.com
3f6bdc0c72 Fixing js strict warnings about redeclaration of vars. sr=ben 2001-10-01 03:20:05 +00:00
blakeross%telocity.com
7286975525 Fixing js strict warning about assignment to undeclared variable. sr=ben 2001-10-01 03:17:18 +00:00
dbaron%fas.harvard.edu
af0763709a Removing / changing references to OS/2 makefiles that no longer exist. 2001-10-01 02:55:31 +00:00
blakeross%telocity.com
3aff869538 Fix js strict warning about function not always returning a value. sr=ben 2001-10-01 02:55:01 +00:00
blakeross%telocity.com
b4d8387acc Fix js strict warning about redeclaration of variable. sr=ben 2001-10-01 02:50:52 +00:00
blakeross%telocity.com
60096be1fb Fix js strict warning about redeclaration of variable. sr=ben 2001-10-01 02:50:18 +00:00
blakeross%telocity.com
d8f95525f5 Fix js strict warning about redeclaration of variable. sr=ben 2001-10-01 02:49:54 +00:00
blakeross%telocity.com
4deb712f51 Fixing js strict warning about function not always returning a value. sr=ben 2001-10-01 02:35:17 +00:00
mstoltz%netscape.com
79c1d3b73f bug 90386 - escape HTML tags before writing the useragent string to the document
on the "about:" page. Written by jruderman, r=mstoltz, sr=blake
2001-10-01 02:29:05 +00:00
roc+%cs.cmu.edu
61ab1ae53a Bug 56696. Add ctrl-enter Send shortcut to mailnews composer. r=ducarroz, sr=blizzard 2001-10-01 02:14:05 +00:00
roc+%cs.cmu.edu
2093b9d1d6 Bug 56696. Let ctrl-enter escape from multiline editors. r=brade, sr=blizzard 2001-10-01 02:11:19 +00:00
mstoltz%netscape.com
11fff7e26f the reopened bug 18553 - clear event handlers when first
document is loaded in a window.
r=heikki, sr=vidur
2001-10-01 02:08:30 +00:00
jaggernaut%netscape.com
253004d746 Bug 96843: 'Find in this page' textfield doesn't get focus by default. Patch by James Kelley <oneiros@darkspire.net>, r=kin, sr=alecf. 2001-10-01 01:13:43 +00:00
sdagley%netscape.com
caa9e6f319 Fix Fizilla build bustage caused by conflict between ccarlen's checkin and jag's string changes. r=jag 2001-10-01 00:57:54 +00:00
bzbarsky%mit.edu
ceba997a92 Final removal of VIEW_SOURCE_HTML define. Bug 81132,
r=rbs@maths.uq.edu.au, sr=jst
2001-09-30 23:48:07 +00:00
gerv%gerv.net
a8813d30ed splay Resolution redundantly lists selection if selection is 72dpi or 96dpi. Bug 96339. r=hwaara, sr=blake. 2001-09-30 23:02:25 +00:00
bzbarsky%mit.edu
867e99f08e Adding REQUIRES to fix bustage (dependencies on find and appshell needed
for window.find()).
2001-09-30 20:41:27 +00:00
mkaply%us.ibm.com
72816bd6d4 #79798
r=ftang, sr=kin@netscape.com
Cursor is an ambigous term - use caret to refer to the text caret in Bidi functions
2001-09-30 20:35:55 +00:00
bzbarsky%mit.edu
e6c797602a Add window.find(). Bug 9550. Patch from Fabian <hidday@geocities.com>,
r=sfraser, sr=jst
2001-09-30 19:56:32 +00:00
leaf%mozilla.org
517dda963f Automated update 2001-09-30 17:43:29 +00:00
seawood%netscape.com
2963db04d8 Remove fullcircle reference. Bug #98293 2001-09-30 17:35:03 +00:00
jaggernaut%netscape.com
f27e9494ee Clean up navigator.js (begone, evil tab, 3-space and 4-space indents, begone, curly brackets following function declarations, and begone, evil strict warnings!), r=caillon, rs=Ben 2001-09-30 15:01:58 +00:00
hwaara%chello.se
f76d13d01d license should stay the same. ;)
r=jag
2001-09-30 14:34:23 +00:00
hwaara%chello.se
d382493ea0 #99702, bloat-alert in nsNNTPNewsgroupPost.
rs=sspitzer
2001-09-30 14:16:30 +00:00
hwaara%chello.se
b90810b4b1 #91646, work around a bug in XUL so labels display.
r=srilatha, sr=sspitzer
2001-09-30 13:57:55 +00:00
jaggernaut%netscape.com
07f2c03ad4 Fix strict warning by making the setter always return the |val|, which it should always do anyway. r=caillon 2001-09-30 13:48:03 +00:00
jaggernaut%netscape.com
14532678e9 Get rid of some js strict warnings. r=caillon 2001-09-30 13:38:35 +00:00
jaggernaut%netscape.com
e04e8a40a8 Remove trailing comma (js strict warning) 2001-09-30 12:54:31 +00:00