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

157342 Коммитов

Автор SHA1 Сообщение Дата
sharparrow1%yahoo.com 8e75df8efc Last checkin was for bug 334699; r+sr=roc 2006-04-20 03:17:33 +00:00
sharparrow1%yahoo.com 2f892568de Bug 334547: unused code removal 2006-04-20 03:15:02 +00:00
bzbarsky%mit.edu 0104eded40 Handle our single focused option being removed. Bug 325321, r=roc, sr=dbaron 2006-04-20 02:37:31 +00:00
richm%stanfordalumni.org 91c3892247 fix for bug 330255 - sasl bind does not respect LDAP_OPT_RECONNECT option
add some more invalid parameter checking to the ldap bind routines
When reconnecting, do not use the previous binddn and password
2006-04-20 02:16:25 +00:00
brendan%mozilla.org da86244695 Fix brain-damaged code from last checkin (r=mrbkap). 2006-04-20 01:17:06 +00:00
mgalli%geckonnection.com 5af0130b91 New icon and update to yokel favicon new URL. 2006-04-20 00:39:38 +00:00
jwatt%jwatt.org 300da0caf7 Fixing bug 334325. Method "class nsSVGGlyphFrame::IsSelectable" does not override "class nsIFrame::IsSelectable" because type qualifiers do not match. r+sr=tor@acm.org 2006-04-20 00:31:13 +00:00
alexei.volkov.bugs%sun.com b67f75bc05 Patch contributed by timeless@bemail.org
[Bug 334459] Variable "cipherName" tracked as NULL was passed to a
 function that dereferences it. [@ PORT_Strdup - SSL_SecurityStatus]. r=nelson
2006-04-20 00:20:45 +00:00
jwatt%jwatt.org 82e9d59379 Fixing bug 333733. Could leak attr in nsFrameUtil::Tag::ReadAttrs. r+sr=dbaron@mozilla.com 2006-04-20 00:13:34 +00:00
alexei.volkov.bugs%sun.com 0f639ba66a Patch contributed by timeless@bemail.org
[Bug 334446] oom Crash in nssCKFWFindObjects_Create. r=nelson
2006-04-20 00:03:33 +00:00
alexei.volkov.bugs%sun.com 60674bc568 Patch contributed by timeless@bemail.org
[Bug 334443] oom Crash in nssCKFWSession_Create. r=nelson
2006-04-19 23:50:43 +00:00
alexei.volkov.bugs%sun.com 3a8f586a3c Patch contributed by timeless@bemail.org
[Bug 334438] oom Crash in ReadDBCertEntry. r=nelson
2006-04-19 23:43:10 +00:00
brendan%mozilla.org 1734f2c734 Second half of fix for 304376 (r=mrbkap). 2006-04-19 23:36:16 +00:00
mark%moxienet.com 7f41614839 334197 VPATH interferes with trunk universal build. Build .rsrc in local dir, then symlink into $(DIST)/bin. r=bsmedberg 2006-04-19 23:32:07 +00:00
bugzilla%micropipes.com 16471f76f2 fix for 334747 and to make shaver happy :) 2006-04-19 23:15:47 +00:00
alexei.volkov.bugs%sun.com ff6fa1f51c Patch contributed by timeless@bemail.org
[Bug 334442] Incorrect use of realloc oom Crash in secmod_ReadPermDB;r=nelson
2006-04-19 22:53:45 +00:00
alexei.volkov.bugs%sun.com c501854878 Patch contributed by nelson@bolyard.com.
[Bug 334327] pk11_CreateNewContextInSlot: Variable "(context)->key" tracked as NULL was passed to a function that dereferences it. r=alexei
2006-04-19 22:32:30 +00:00
lpsolit%gmail.com ba0b2b3b4a Bug 334620: When calling importxml.pl with the -v option, information is displayed too many times - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=ghendricks a=myk 2006-04-19 22:24:06 +00:00
wtchang%redhat.com fcca57e69e Bugzilla bug 334553: use the ULL suffix with unsigned long long constants.
r=douglas.stebila.
Modified files: ecl/ecp_256.c mpi/mp_gf2m.c
2006-04-19 22:19:09 +00:00
dbaron%dbaron.org cba78bbfca Panel output should be sorted by build start rather than build end. b=277089 r=timeless 2006-04-19 22:13:04 +00:00
dbaron%dbaron.org 4fd4c8fc7c Call SetName so we don't have an XPCCallContext in a bad state. b=334104 r=dbradley sr=jst 2006-04-19 22:00:31 +00:00
jwatt%jwatt.org c87fdfb679 Fixing bug 330682. Radial gradients are broken when fx,fy is on or outside the circumference defined by cx, cy and r. r=scootermorris@comcast.net, sr=tor@acm.org 2006-04-19 21:58:18 +00:00
lpsolit%gmail.com 4235433c0e Bug 334617: importxml.pl crashes when importing bugs having attachments from version 2.20 or older - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=ghendricks a=myk 2006-04-19 21:47:25 +00:00
dbaron%dbaron.org 19cdeba085 Make IsPermanent non-virtual so it can be called in the destructor. b=334605 r=mrbkap rs=brendan 2006-04-19 21:46:47 +00:00
scott%scott-macgregor.org dbbb2a5e98 Bug #334663 --> fix regression in the header pane for pinstripe. 2006-04-19 21:38:14 +00:00
mike.morgan%oregonstate.edu 87b1b37072 Checked in changes to search so descriptions are searched as well as titles. See bug 334713. 2006-04-19 21:23:05 +00:00
gavin%gavinsharp.com 8349600002 Bug 333067: sherlock conversion fixes: ensure that _convertSherlockFile throws on failure, ensure that the icon is saved before it is deleted, and use a global function instead of a regexp for finding useless lines, r=mconnor 2006-04-19 21:16:45 +00:00
dbaron%dbaron.org 8d32a06b5b Initialize rv. b=334655 r+sr=roc 2006-04-19 21:14:57 +00:00
mgalli%geckonnection.com d061a9bcdb New cash icon. 2006-04-19 21:13:19 +00:00
gavin%gavinsharp.com b0d36473d6 Bug 334399: icons for sherlock plugins loaded from non-profile locations aren't loaded, r=mconnor 2006-04-19 21:10:49 +00:00
mgalli%geckonnection.com 6fd21df866 Update to shopping icon. 2006-04-19 21:04:55 +00:00
enndeakin%sympatico.ca 970fb9925e Bug 268590, add notification widget, r=mconnor 2006-04-19 20:50:25 +00:00
mvl%exedo.nl b3c9ad1520 bug 334704. calIDuration.addDuration doesn't work with negative durations. r=dmose 2006-04-19 20:49:41 +00:00
cbiesinger%web.de f026719c17 (part of) bug 333640 link to all required libraries
r=bsmedberg
2006-04-19 20:41:52 +00:00
gavin%gavinsharp.com c8c5efd97f Bug 334180: backport pldhash -> jsdhash of win32 fastcall support, rev. 1, patch by bsmedberg, r=brendan 2006-04-19 20:34:56 +00:00
benjamin%smedbergs.us 98dbbe6610 Reverting this to use NS_VISIBILTY_DEFAULT because this exposed GCC bug: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26905 2006-04-19 20:21:29 +00:00
uriber%gmail.com a11f0e552b Set the hint to HINTRIGHT when setting selection programatically. bug=334256 r+sr=roc 2006-04-19 20:21:25 +00:00
kairo%kairo.at cedcb266cd add German to all-locales as first language that supports suite source L10n during the testing phase, a=l10n@mozilla.com for this 2006-04-19 20:11:04 +00:00
martijn.martijn%gmail.com e6d9ec14a3 Bug 324414 - caret blinking not themed. Patch by chpe@gnome.org,r+sr=roc 2006-04-19 20:03:30 +00:00
dougt%meer.net 317e5cdf51 First cut at a interface to control the software keyboard. minimo 2006-04-19 19:40:48 +00:00
pavlov%pavlov.net 5bd60e27c6 cap font size. bug 333861 r=vlad 2006-04-19 19:10:52 +00:00
bent.mozilla%gmail.com a1b72db3c2 Bug 315766 - "viewSource.xul reference files in communicator package due to MOZ_PHOENIX ifdef". r=bsmedberg. 2006-04-19 19:09:28 +00:00
dbaron%dbaron.org 518dae5418 Work around possible deficiency in HTML parser by replacing runs of whitespace with a single space in the title attribute. b=67127 Patch by Steuard Jensen <steuard+moz@slimy.com>. r=bryner sr=dbaron 2006-04-19 19:07:41 +00:00
wtchang%redhat.com 2c62bf1d13 Bugzilla bug 334683: removed extraneous semicolons. r=alexei.volkov.
Modified files: cmd/certutil/certutil.c lib/pki/pkistore.h
2006-04-19 19:04:23 +00:00
mkaply%us.ibm.com 0cec9dd199 #324240
r=mkaply (OS/2 only)
OS/2 README updates from Peter Weilbacher
2006-04-19 18:58:30 +00:00
bent.mozilla%gmail.com c4040c4486 Bug 331225 - "prefwindow/prefpane does not work in xulrunner". r=bsmedberg. 2006-04-19 18:56:09 +00:00
mkaply%us.ibm.com d1668cfa02 #334667, #334672
CCK only - not part of build
CCK creation requires that XPI dir exists, locked preferences index incorrectly in properties file
2006-04-19 18:05:12 +00:00
benjamin%smedbergs.us 0d580341f2 Bug 333874 - cannot build ffox against xulrunner due to xpcom_obsolete dependency, patch by Pawl Chmielowski <prefiks@aviary.pl>, r=me 2006-04-19 18:02:39 +00:00
benjamin%smedbergs.us 8826418990 Bug 305949 - Fix various XPCOM macros in preparation for stopping exporting nonfrozen XPCOM functions, r=darin sr=bryner 2006-04-19 16:29:31 +00:00
mike.morgan%oregonstate.edu cc2a5371d2 Added redirect if product is not defined (redirects users accessing the URL directly to the mozilla.com support page). 2006-04-19 15:44:25 +00:00