Commit Graph

156537 Commits

Author SHA1 Message Date
julien.pierre.bugs%sun.com
b532759c4f Fix for bug 315793 . Make shlibsign run in the OBJDIR rather than the source directory . r=nelson 2006-04-06 06:22:02 +00:00
julien.pierre.bugs%sun.com
7c86f12851 Fix for bug 315798 . run bltest and rsaperf from source directories in the QA . r=nelson 2006-04-06 06:19:41 +00:00
cvshook%sicking.cc
b91a0159cd Bug 314985. Merge adjacent textnodes when the document is going to be transformed by XSLT. r/sr=peterv 2006-04-06 06:17:51 +00:00
bugzilla%micropipes.com
24a7af92ea fixed bugs 332825 and 332837 2006-04-06 06:15:03 +00:00
cvshook%sicking.cc
646734e578 Bug 324775. Merge some classes to reduce binary and source size. r/sr=peterv 2006-04-06 06:12:25 +00:00
joshmoz%gmail.com
a7f673077d Implement GetScreenBounds to get window sizing and staggering working. We return the origin of the entire window (title bar and all) but the size of the content area. This is to match Carbon behavior and make everything work nicely. However, this is silly and confusing and we should do away with it in the future. b=330581 r=stuart 2006-04-06 05:31:16 +00:00
pavlov%pavlov.net
1d41a8322d remove use of WithConversion. fixing bug 328734. r=vlad 2006-04-06 05:29:07 +00:00
bugzilla%micropipes.com
7d527266cd Fixed bug 332824 2006-04-06 05:23:54 +00:00
preed%mozilla.com
e0cd25aac7 Bug 330959: Mac Aviary l10n builds weren't building. r=the_build_fairy 2006-04-06 04:57:10 +00:00
gavin%gavinsharp.com
0ce6c36fee Bug 331203: Result of Math.pow(NaN, 0) should be 1, patch by Erik Fabert <jerfa@email.it>, r=brendan 2006-04-06 04:49:20 +00:00
nelson%bolyard.com
acfe04a6dd Don't negotiate an ECDH_RSA cipher suite when the server's only ECDH cert
has an ECDSA signature.  bug 332350. r=vipul.gupta.
2006-04-06 04:40:49 +00:00
bugzilla%micropipes.com
a606cb8145 Fixed bug 332818 2006-04-06 03:46:50 +00:00
zach%zachlipton.com
e3c11e3b3e Only load Litmus::BugzillaDBI if Bugzilla auth is enabled, otherwise we get errors when the database connection fails. 2006-04-06 03:29:37 +00:00
mike.morgan%oregonstate.edu
9651623936 Fixes:
332936
    332885
    332819
2006-04-06 03:26:09 +00:00
dougt%meer.net
1dff788e00 adding windows-1252. npodb 2006-04-06 02:58:30 +00:00
bugzilla%micropipes.com
de9a4e35ff Fixed a copy/paste bug - thanks alanjstr (#332929) 2006-04-06 02:49:14 +00:00
ajschult%verizon.net
83a880c43b Bug 247849: <xul:dialog> should be able to initially disable the accept button. Patch by Alex Vincent <ajvincent@gmail.com>, r=timeless, sr=neil 2006-04-06 01:53:50 +00:00
julien.pierre.bugs%sun.com
51b246188b Partial fix for bug 332348 . Add PR_POLL_EXCEPT to a PR_Poll . Allows tstclnt to wake up if server goes away. r=wtchang 2006-04-06 01:49:03 +00:00
ajschult%verizon.net
2dd79f399d Bug 247849: <xul:dialog> should be able to initially disable the accept button. Patch by Alex Vincent <ajvincent@gmail.com>, r=mconnor 2006-04-06 01:47:25 +00:00
martijn.martijn%gmail.com
e75f7f31b2 Bug 331040 - Crash when removing parent iframe in onbeforunload handler. Patch by Feng Qian, r=bryner, sr=bzbarsky 2006-04-05 23:57:30 +00:00
masayuki%d-toybox.com
1d1a72cc6a Bug 332830 Mingw build errors in nsWindow.h and nsWindow.cpp. patch by Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> r+sr=roc 2006-04-05 23:21:57 +00:00
dbaron%dbaron.org
04873704c4 Revert one (mismatched) line within patch to bug 300864 to fix massive leak. b=330624 r=aaronl sr=bryner 2006-04-05 23:04:02 +00:00
lpsolit%gmail.com
9af2623023 Bug 332891: Missing SET in admin/table.html.tmpl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=colin a=justdave 2006-04-05 22:58:29 +00:00
gavin%gavinsharp.com
8013830c9b Bug 325737: revert to shift+delete for removal of autocomplete entries on Mac, r+a=mconnor 2006-04-05 22:57:48 +00:00
dmose%mozilla.org
93db2fbdc1 Fix bustage caused by support for pre-Win2k windows going away (bug 330276); thanks to Masatoshi Kimura <VYV03354@nifty.ne.jp> for the fix, r=dmose. 2006-04-05 22:00:55 +00:00
dougt%meer.net
d97f547b7b Adding Open Frame in New Tab support. NPODB 2006-04-05 21:50:05 +00:00
mike.morgan%oregonstate.edu
8d96cf2bd3 Script to check memcache stats. 2006-04-05 21:40:57 +00:00
dbaron%dbaron.org
e94b49b6af Root across calls to JS_SetElement and JS_SetProperty. b=331667 r=jst,dbradley sr=brendan 2006-04-05 21:34:16 +00:00
wtchang%redhat.com
bc4e5a3bb5 Bug 301064
r=wtc, sr=mkaply (OS/2 only)
Patch from Andy Willis - add _declspec(dllexport/dllimport) for OS/2
2006-04-05 21:02:25 +00:00
wtchang%redhat.com
f1aa23af66 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-04-05 20:57:23 +00:00
cltbld
33174513d6 Automated update from host egg 2006-04-05 19:51:18 +00:00
brettw%gmail.com
2db30b86c6 Bug 332493 r=ben@mozilla.org Disallow negative indices for bookmark items. 2006-04-05 19:47:17 +00:00
vladimir%pobox.com
e2994b8881 b=323925, make cairo-gtk2 the default toolkit for linux, r=stuart 2006-04-05 19:44:53 +00:00
nelson%bolyard.com
53b9b7ff2f Fix shell script error that caused undetected QA failures. Bug 311931.
r=nelson.bolyard,alexei.volkov
2006-04-05 19:35:47 +00:00
benjamin%smedbergs.us
e01a66c5d2 Bug 320316 - libxul doesn't link with cairo toolkits (thebes) r=vlad; don't build mfcembed if xpcomobsolete (nsIRegistry) isn't available, to fix xulrunner windows bustage 2006-04-05 19:25:57 +00:00
mkaply%us.ibm.com
ba0b4c19c7 #332865
r=mkaply
Patch from Matt Willis - fix some missing semicolons
2006-04-05 19:22:09 +00:00
mkaply%us.ibm.com
17d1664471 Fix bad line endings 2006-04-05 19:20:39 +00:00
wtchang%redhat.com
7621083817 Bugzilla Bug 326168: more cleanups after code review. r=darin,jshin.
Modified files: prlink.h prlink.c w95io.c
2006-04-05 19:17:03 +00:00
doronr%us.ibm.com
8c59f22b1a Checkin for XForms bug 329136 breaks windows - should use nsresult and not NS_IMETHODIMP 2006-04-05 18:25:41 +00:00
doronr%us.ibm.com
ecc43aa481 XForms bug 329136 - XForms needs to validate instance documents against their schema. r=aaronr, allan 2006-04-05 16:51:11 +00:00
bzbarsky%mit.edu
af73fbf542 Fix refcounting bug. Followup to bug 327176; reviews pending. 2006-04-05 16:48:51 +00:00
benjamin%smedbergs.us
d8395afe0b Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-04-05 16:10:05 +00:00
neil%parkwaycc.co.uk
4678c93d6b Don't run junk mail controls on virtual folders b=324953 r+sr=bienvenu 2006-04-05 15:26:17 +00:00
mkaply%us.ibm.com
3e3d87044d Forgot to change version number 2006-04-05 14:37:45 +00:00
cltbld
321d9d4c82 Automated update from host egg 2006-04-05 13:11:20 +00:00
kairo%kairo.at
f290df77d9 bug 332091 - Possibility to add "special" part to package names (by setting MOZ_PKG_SPECIAL=foo in mozconfig), r=bsmedberg 2006-04-05 13:05:43 +00:00
allan%beaufour.dk
2c1ced7ead [XForms] Better logging of MDG loop errors. Bug 332125, r=doronr+smaug 2006-04-05 08:05:25 +00:00
mike.morgan%oregonstate.edu
4204c14a37 I am a horrible, horrible person. 2006-04-05 07:12:37 +00:00
mike.morgan%oregonstate.edu
b8b75c64da Added yahoo search plugin data. 2006-04-05 06:47:37 +00:00
timeless%mozdev.org
72965522a4 Bug 98595 Ability to disable lists, trees completely
patch by ajvincent@gmail.com r=mconnor sr=neil
2006-04-05 06:30:37 +00:00