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

167950 Коммитов

Автор SHA1 Сообщение Дата
flamingice%sourmilk.net 48ce67f646 Bug 348814, Friends and Contributors link is not clickable until scroll starts, r=mconnor 2006-09-08 04:34:18 +00:00
flamingice%sourmilk.net 7a7442b9e5 Bug 351002, Download options window points to a non-existing section; needs rewording, r=mano, patch by Phil Ringnalda <philringnalda@gmail.com> 2006-09-08 03:07:17 +00:00
dmose%mozilla.org d14ae8032f iTIP information must be cached in an XPCOM object (bug 350965); patch by Clint Talbert <cmtalbert@myfastmail.com>, r1=lilmatt, r2=dmose 2006-09-08 02:44:15 +00:00
dmose%mozilla.org daf762c7fc New views need to support multiple selection (bug 321384). Patch by jminta; architectural rs=mvl, r2=dmose, minor adjustments and changes by dmose as well. 2006-09-08 01:52:32 +00:00
tony%ponderer.org eb01cb3058 bug 350422: move google anti-phishing privacy policy out of source
patch: use remote privacy policy, fallback on local
2006-09-08 01:24:03 +00:00
mike.morgan%oregonstate.edu 531eaaedc2 Checking in fallback patch, plus the removal of the if-else that rhelmer spotted earlier. See bug 344742. 2006-09-08 00:57:27 +00:00
wtchang%redhat.com f2a1a681f6 Bugzilla Bug 342582: Use the PKCS #11 headers in NSS on Windows, too. 2006-09-08 00:55:03 +00:00
mrbkap%gmail.com be5a272508 Correct the STMT_TYPE_MAYBE_MACRO to not include with, since we never want to turn a JSSTMT_WITH into a scope statement. Also ignore with statements when we're processing a let declaration so that given 'with (x) let x = 3' we correctly set x to 3. bug 350730, r=brendan 2006-09-08 00:54:45 +00:00
wtchang%redhat.com 19b2578fa2 Bugzilla Bug 342582: removed a space after "PROGRAM = pk11mode", which
broke the Windows build (because the executable name became pk11mode .exe).
Also removed unnecessary variable definitions.
2006-09-08 00:50:09 +00:00
mrbkap%gmail.com 88daa9624a Clear the pending exception before calling the exception object's toString so that scripted toStrings actually have a chance to run. Patch from a-higuti@gray.plala.or.jp with minor tweaks from me, bug 350650, r=brendan 2006-09-08 00:39:30 +00:00
mrbkap%gmail.com bae0890070 Properly set the cloned block objects' parent slot. bug 351606, r=igor sr=brendan 2006-09-08 00:33:14 +00:00
wtchang%redhat.com 0647084026 Bugzilla Bug 351482: Use audit_log_user_message, if available. Otherwise,
fall back on audit_send_user_message, which exists in older versions of
libaudit.so.0. r=glen.beasley,relyea.
2006-09-08 00:16:53 +00:00
joshmoz%gmail.com c84efc3fc7 Cleanup in preparation for the real fix to bug 350109. r/sr=jst 2006-09-07 23:58:27 +00:00
julien.pierre.bugs%sun.com db3c2fdfb7 Bug 348198 : trace startup and shutdown time for selfserv. Patch contributed by Slavomir Katuscak. r=julien,alexei 2006-09-07 23:54:07 +00:00
mkanat%bugzilla.org 174a7ab267 Bug 350217: Extensions need to be able to update Bugzilla's DB schema
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=myk
2006-09-07 23:41:33 +00:00
alexei.volkov.bugs%sun.com c365bb7dc0 351470: setuid root programs linked with NSPR allow elevation of privilege. r=nelson, sr=wtc 2006-09-07 23:33:39 +00:00
gijskruitbosch%gmail.com 8a4c1438e6 Bug 351215 - instanceof now failing for subscript loader generated objects
p=silver@warwickcompsoc.co.uk (James Ross)
r=ssieb
ChatZilla Only
2006-09-07 23:05:20 +00:00
alexei.volkov.bugs%sun.com 5e194e4411 351470: setuid root programs linked with NSPR allow elevation of privilege.
patch #1. r=nelson, sr=wtc
2006-09-07 22:58:43 +00:00
gijskruitbosch%gmail.com 54117ce149 Bug 350402 - CopyPasteHandler causes assertions
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
r=ssieb
ChatZilla Only
2006-09-07 22:58:13 +00:00
cst%yecc.com 2bde9ef865 Bug 47475 Need "Show(View) Image" / "Reload Image" on context menu (UI is SeaMonkey-only)
r=bz r=biesi sr=neil
2006-09-07 22:51:57 +00:00
gijskruitbosch%gmail.com 69cb8d3b10 Bug 350400 - Talkback munger needs a minimum length
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
r=silver
ChatZilla Only
2006-09-07 22:45:18 +00:00
gijskruitbosch%gmail.com 8ed0f8abc6 Bug 343249 - Take advantage of SeaMonkey's autoscroll
p=rdmsoft@rdmsoft.com (Robert Marshall)
r=silver
ChatZilla Only
2006-09-07 22:38:11 +00:00
gijskruitbosch%gmail.com 8a44ff9f8c Bug 331047 - Add support for NAMESX (multiple modes in /names response)
p=rdmsoft@rdmsoft.com (Robert Marshall)
r=silver
ChatZilla Only
2006-09-07 22:26:20 +00:00
bugzilla%arlen.demon.co.uk 0f594a9db2 Bug 132257 Inserting a link to a [network][image] file into a message inserts the physical file!
p=me/ducarroz r=daniel/neil sr=bienvenu
2006-09-07 22:09:52 +00:00
flamingice%sourmilk.net b401ef5552 Bug 350795, Workaround for bug 193298 no longer needed, r=mano 2006-09-07 21:35:42 +00:00
wtchang%redhat.com f382413f1a Bugzilla Bug 342582: include <stdarg.h> instead of "prprf.h" for va_list,
va_start, etc.
2006-09-07 21:09:24 +00:00
sayrer%gmail.com 0ee3eb71ea Bug 350949. Feed preview leaks memory. Check for multiple list members after frantic reloading. r=mano 2006-09-07 21:06:58 +00:00
mattwillis%gmail.com 4a2e37e648 bug 348254 - Fixes duplicate xul element ids and changes captions to labels for some prefs. patch by Cedric Corazza, r1=lilmatt, r2=jminta 2006-09-07 20:37:38 +00:00
wtchang%redhat.com d704ecc250 Bugzilla Bug 342582: improved PKM_CK_RVtoStr: map our vendor-defined error
codes, and return "unknown error" instead of NULL for unknown error codes.
2006-09-07 20:33:43 +00:00
mozilla%weilbacher.org ccb389386b [OS/2] Bug 351472: Fix build break in xpidl_java.c for GCC 3.2.2 builds, r=jhpedemonte 2006-09-07 19:57:16 +00:00
brendan%mozilla.org b6ac2bcef3 Fix 351626 and 351705, r=mrbkap/sayrer. 2006-09-07 19:47:40 +00:00
mozilla.mano%sent.com 1de1d32f29 Bug 351263 - Dialog steals focus while navigating combobox in subscription options on feed preview pane. r=mconnor. 2006-09-07 18:57:34 +00:00
hwaara%gmail.com 669fb20ece * Share some code to flip a bottom-left (cocoa) point to a top-left screen point.
* Rename some existing utility functions to clarify that no coordinate conversion is done.
r=josh, b=350018
2006-09-07 18:53:59 +00:00
mozilla.mano%sent.com c746e289ad Bug 351133 - Options>Feeds 'Choose Application...' button is cut off and scroll-bar appears. r=mconnor. 2006-09-07 18:45:45 +00:00
glen.beasley%sun.com 2d5e80463b 342582 changed RSA modulus and public exponent 2006-09-07 18:35:48 +00:00
glen.beasley%sun.com 5b7fb670f0 342582 AIX runtime error and some cleanup 2006-09-07 18:16:52 +00:00
scott%scott-macgregor.org 14aebec0ff Bug #350661 --> several of the new recent folder move menus are copying instead of moving rs=me 2006-09-07 17:53:35 +00:00
brendan%mozilla.org 9752e56e09 Fix delete code gen to emit (operand, true) when operand is not an lvalue, but must be evaluated for side effects; instead of operand; true which does not decompile in expression contexts (350666, r=mrbkap). 2006-09-07 17:03:05 +00:00
brendan%mozilla.org 172291270f CheckSideEffects needs to do more work for delete operands, to match the code generator for delete (346915, r=mrbkap). 2006-09-07 16:57:59 +00:00
scott%scott-macgregor.org 7a4a6f1723 Bug #345887 --> more theme update changes from arvid. sr=mscott 2006-09-07 16:54:18 +00:00
brendan%mozilla.org d5206fb446 Stop yield from filtering predicate for now (350809, r=igor). 2006-09-07 16:10:48 +00:00
mattwillis%gmail.com 9bfc8450f4 bug 348028 - Change strings on new calendar wizard. r1=sipaq,r2=dmose 2006-09-07 15:59:10 +00:00
mattwillis%gmail.com b3fe8205cc bug 334468 - Adds date and imip-bar to meeting requests. patch by ctalbert, r1=lilmatt, r2=dmose 2006-09-07 15:16:36 +00:00
mattwillis%gmail.com bc3b0ff960 bug 334468 - Adds date and imip-bar to meeting requests. patch by ctalbert, r1=lilmatt, r2=dmose 2006-09-07 15:01:51 +00:00
bclary%bclary.com 2f6294f8c9 JavaScript Test - regression test for bug 350226, by Jesse Ruderman 2006-09-07 13:40:45 +00:00
bclary%bclary.com 8bcdd142e1 JavaScript Test - regression test for bug 350279, by Jesse Ruderman 2006-09-07 13:28:47 +00:00
bclary%bclary.com 6f4c797f12 JavaScript Test - regression test for bug 351104, by Jesse Ruderman 2006-09-07 13:12:50 +00:00
bclary%bclary.com 19addbe191 JavaScript Test - regression test for bug 351497, by Jesse Ruderman 2006-09-07 12:57:52 +00:00
bclary%bclary.com 3c9a1c5a84 JavaScript Test - regression test for bug 351514, by Brendan Eich 2006-09-07 12:52:13 +00:00
bclary%bclary.com f46708f0bf JavaScript Test - regression test for bug 351597, by Jesse Ruderman 2006-09-07 12:46:35 +00:00