Граф коммитов

122774 Коммитов

Автор SHA1 Сообщение Дата
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
nelsonb%netscape.com 3ec40f0ab7 Don't use windowed exponentiation for small public exponents.
Speeds up public key operations.  Path contributed by
    Sheueling Chang Shantz <sheueling.chang@sun.com>,
    Stephen Fung <stephen.fung@sun.com>, and
    Douglas Stebila <douglas@stebila.ca> of Sun Laboratories.
2003-09-26 02:15:12 +00:00
cls%seawood.org 386b7fa766 Workaround gcc -MD dependency issue originally mentioned in bug 105005.
Fixing OSX tinderboxes.
2003-09-26 02:04:13 +00:00
robin.lu%sun.com 480bf0dd47 patch fixes bug 216752 [gtk2]tooltip make mozilla crash on Solaris.
r=bryner sr=blizzard patched by robin.lu@sun.com
2003-09-26 01:47:19 +00:00
neil%parkwaycc.co.uk bfbf6d5e5e Followup to bug 219552 fix crash sorting empty subjects r=bienvenu sr=bz 2003-09-25 23:36:25 +00:00
stephend%netscape.com 7d6dff1ee3 Bug 220169. Fixing references from 'plugins' to 'plug-ins' in Help'. r=R.J. Keller 2003-09-25 23:29:17 +00:00
stephend%netscape.com 969c0f5ed9 Bug 214678. Right-click menus in Help window have useless items. Patch by R.J. Keller <rlk@trfenv.com. r=neil, sr=dveditz 2003-09-25 23:24:51 +00:00
mostafah%oeone.com d03933865a Fixed a little problem with getting the correct stylesheet 2003-09-25 23:10:28 +00:00
ben%bengoodger.com 22288ef335 Point start page to something on mozilla.org for now. Will be a support link in .8. 2003-09-25 22:02:55 +00:00
nelsonb%netscape.com cff36272e2 Correct an inaccurate log message. 2003-09-25 21:40:02 +00:00
stephend%netscape.com 98d74e30c8 Bug 220272. Accesskey of W for Paste Without Formatting conflicts with W for Rewrap in plain text editor. Patch by Karsten Dusterloh <kd-moz@tprac.de> r=neil, sr=bz 2003-09-25 21:12:50 +00:00
neil%parkwaycc.co.uk 4c283a6eeb Bug 220215 use XPCNativeWrapper instead of directly calling Components.lookupMethod moa=glazman r=caillon sr=bz 2003-09-25 20:43:27 +00:00
dbaron%dbaron.org 3e64221e93 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-09-25 20:02:57 +00:00
mcs%netscape.com 9d16ef6800 Put back the contributed change that we previously did not
have permission to relicense; we now have permission.
2003-09-25 20:01:54 +00:00
justdave%syndicomm.com f16d0de076 Bug 76157: Give proper error message on non-numeric sortkey when editing milestones.
Patch by jocuri@softhome.net (Vlad Dascalu)
r=kiko, a=justdave
2003-09-25 19:59:44 +00:00
mostafah%oeone.com 4bd9580f38 synched fields with en-US 2003-09-25 19:00:10 +00:00
mostafah%oeone.com 6a8364bbdc Checked in final changes needed to fix bug 155882 : Tasks (ToDo) need an Alarm (just like Events) 2003-09-25 18:59:21 +00:00