Commit Graph

122790 Commits

Author SHA1 Message Date
stephend%netscape.com
f9e026a7da Trivial grammatical comment change (from 'is that when it recurs' to 'in that when it recurs'... r/sr=bz 2003-09-28 06:20:24 +00:00
bzbarsky%mit.edu
fff80d5874 Fix crash in XUL sort service -- unsigned ints are never less than 0... Bug
220516, r+sr=dbaron
2003-09-28 06:05:08 +00:00
jshin%mailaps.org
4c86556777 bug 219060 : make freetype printing work for Xft build (r=louie.zhao, sr=bryner) 2003-09-28 05:59:39 +00:00
dbaron%dbaron.org
8ae7b198b9 Spelling too. b=220464 2003-09-28 05:39:03 +00:00
dbaron%dbaron.org
43995a65d9 Fix 80th column violations in code that I just reindented. b=220464 2003-09-28 05:35:25 +00:00
dbaron%dbaron.org
80185d0dbb Eliminate excess variables and their baroque (and broken, thanks to the previous checkin) reference counting. b=220464 r+sr=bzbarsky 2003-09-28 05:30:09 +00:00
brendan%mozilla.org
4878fd7a5e Better version of last change, thanks to caillon for reminding me. 2003-09-28 04:55:50 +00:00
brendan%mozilla.org
3915f74063 Forgot to update calls to formerly-static SecurityCompareURI (r+sr=bz). 2003-09-28 04:44:33 +00:00
brendan%mozilla.org
4038563cd9 Expose nsIScriptSecurityManager::SecurityCompareURIs for use by nsGlobalWindow::SetNewDocument, to avoid spurious window.open same-origin violation errors (220421, r=caillon, sr=bzbarsky). 2003-09-28 04:22:01 +00:00
neil%parkwaycc.co.uk
a36487c050 Bug 219318 Display Search Tips on a failed Search in Help window p=rlk@trfenv.com r=me 2003-09-27 20:16:48 +00:00
bryner%brianryner.com
d9b60f34cd fixing firebird build bustage 2003-09-27 19:35:14 +00:00
neil%parkwaycc.co.uk
179eea7b6d Bug 214693 Copyrights (and line endings) messed up in Help files p=rlk@trfenv.com r=me 2003-09-27 19:25:09 +00:00
bryner%brianryner.com
088c788614 fixing firebird/thunderbird build bustage (bug 26893) 2003-09-27 18:49:39 +00:00
bmlk%gmx.de
3d7310292f fieldset frames should report overflow area, bug 96506 r/sr=dbaron 2003-09-27 14:53:17 +00:00
varga%utcru.sk
cf1c7624ec Fix for bug 196575. Add comments to IDL interfaces
r/moa=varga, patch by Neil Deakin <enndeakin@sympatico.ca>
2003-09-27 14:42:26 +00:00
cbiesinger%web.de
3b612aeecf Bug 220406 nsLocalFileWin::Launch should return more specific errors
convert the specific return values to nsresult-errorcodes.

r=dougt sr=darin
2003-09-27 14:37:16 +00:00
bmlk%gmx.de
f54aa64c5a allow empty row groups in the border collapse access to the cellmap. bug 217769 r/sr=bzbarsky 2003-09-27 12:00:56 +00:00
jst%mozilla.jstenback.com
1e7af0b25f Fixing issue raised in bug 215981. 2003-09-27 06:24:54 +00:00
jst%mozilla.jstenback.com
ee8d0c427a Fixing build bustage. 2003-09-27 06:16:09 +00:00
jst%mozilla.jstenback.com
43cce5a477 Fixing build bustage. 2003-09-27 05:49:52 +00:00
jst%mozilla.jstenback.com
cea6451684 Silly MSVC 6. 2003-09-27 05:09:14 +00:00
jst%mozilla.jstenback.com
cd0fc71ec1 Fixing build bustage. 2003-09-27 05:06:31 +00:00
jst%mozilla.jstenback.com
5037b2a4a2 Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org. 2003-09-27 04:18:26 +00:00
nelsonb%netscape.com
4b6b1fdf59 Move a brace so vi will find the beginning of the function. 2003-09-27 01:45:35 +00:00
jpierre%netscape.com
79d90909dc Fix for bug 219539 - support GeneralizedTime in NSS tools 2003-09-27 00:01:45 +00:00
kiko%async.com.br
04968b8a9f Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and the
default output, in certain cases) in the edit pages. Patch by Vlad
Dascalu <jocuri@softhome.net>, r=kiko, a=justdave
2003-09-26 23:47:07 +00:00
asa%mozilla.org
d1c05798c8 Follow-up checkin to bug 165653.
Drop Firebird's dependency on Gecko's DOM for the sidebar; it should provide it itself.
Patch=caillon
r=bryner
sr=jst
2003-09-26 23:45:44 +00:00
brendan%mozilla.org
553f7df961 Redo thread/process stack size checking and API to avoid having to guess/fudge; instead, require embedders to advise explicitly, for fudge-free limits and backward API compatibility (192414, r=shaver). 2003-09-26 22:47:01 +00:00
bryner%brianryner.com
82310bc4ec If we're in the middle of printing when window.close() is called, then defer closing the window until printing completes. This avoids tearing down the presentation while the print engine is still using it. Bug 172921, r=jkeiser, sr=dbaron. 2003-09-26 21:45:15 +00:00
cbiesinger%web.de
a72aa9f44c bug 219944 Junk Mail Icon could use some spacing in the "About Junk Mail" dialog
patch by Stefan Borggraefe  borggraefe@despammed.com
Adds margin-left: 0.5ex to classic and 0.3ex to modern. Modern needs less
margin, because the icon itself already has a blank area on the left.

neil.parkwaycc.co.uk: review+
bienvenu: superreview+
2003-09-26 19:53:46 +00:00
cbiesinger%web.de
915b893dac Bug 220363 use doxygen-style comments in nsExternalHelperAppService.h
this is mostly converting //-style comments to /**-style ones and using @param

r=bzbarsky sr=darin
2003-09-26 19:49:23 +00:00
tor%cs.brown.edu
6f519e7b66 Bug 208461 - midl semantics changed (VC++ .NET 2003). r=bryner 2003-09-26 19:44:23 +00:00
pschwartau%netscape.com
2bf2a57dd4 Improving readability. 2003-09-26 19:37:15 +00:00
tor%cs.brown.edu
7386551ac2 Bug 208461 - midl semantics changed (VC++ .NET 2003). r=bryner 2003-09-26 19:31:18 +00:00
bsmedberg%covad.net
9b55dce504 Bug 184686 - convert HTMLFormElement to use nsTHashtable
r=jkeiser sr=dbaron
2003-09-26 19:26:17 +00:00
pschwartau%netscape.com
769b832c24 Initial add. Regression test for bug 220367. 2003-09-26 19:24:58 +00:00
pschwartau%netscape.com
59648663bd Initial add. Regression test for bug 220362. 2003-09-26 18:56:23 +00:00
igor%mir2.org
fc51c3df0e Fixing http://bugzilla.mozilla.org/show_bug.cgi?id=220367 :
Fix: if in RegExpImpl.getParenSubString parens.get(i) is null, return
emptySubstring

If a branch of | with capturing () does not match , then RegExpImpl.parens will
contain null for corresponding $<group-number> according to code in
NativeRegExp.executeRegExp(). The current code does not check for a possible
null in RegExpImpl.parens when calling toString and the patch fixes that by
making sure that getParenSubString return SubString.emptySubString in such
cases.
2003-09-26 17:25:33 +00:00
brendan%mozilla.org
34313f0f12 Follow-up fix to clamp cx->stackLimit so it doesn't wrap (192414, r=shaver). 2003-09-26 17:22:14 +00:00
axel%pike.org
af2ff29ca4 bustage fix, wrong kezboard 2003-09-26 17:11:33 +00:00
axel%pike.org
0155e1d5a9 bug 206445, review nit from/r=sicking 2003-09-26 16:55:33 +00:00
bzbarsky%mit.edu
dc0b10f8fd Remove bogus 1px adjustment that harkens back to imagelib1. Bug 220174,
r=pavlov, sr=tor
2003-09-26 16:43:19 +00:00
axel%pike.org
66f8209327 fixup whitespace for bustage, r=bsmedberg 2003-09-26 15:15:01 +00:00
mostafah%oeone.com
d7ffd5cb2d Fixed looking for the correct stylesheet 2003-09-26 15:02:01 +00:00
neil%parkwaycc.co.uk
ef0c09bc62 Fix Pike's build bustage r=bsmedberg sr=bustage 2003-09-26 13:03:47 +00:00
cbiesinger%web.de
3c71a4ee64 bug 220257. treat .hta files as executables
r=darin sr=bzbarsky
2003-09-26 12:56:49 +00:00
axel%pike.org
9ee5c3e892 bug 206445, nsresult based error reporting in XPath expression parser and lexer, r=sicking, sr=peterv 2003-09-26 12:32:42 +00:00
jpierre%netscape.com
e608b7e0f4 Fix for bug 219539 - support GeneralizedTime in NSS tools 2003-09-26 06:18:40 +00:00
stephend%netscape.com
4f735ced19 Last commit was actually for bug 220327... 2003-09-26 04:29:42 +00:00
stephend%netscape.com
c3713ed50d Bug 22037. Netcape (sic) reference in cs_nav_prefs_advanced.html should read Mozilla (actually, I'm removing it for now because I don't want to introduce more hardcoding - ultimately we should figure out how to use &brandShortname; in these files. r=db48x@yahoo.com 2003-09-26 04:24:06 +00:00