axel%pike.org
|
cc9ca65fa0
|
bug 348731, check for default engine to be first, log that
|
2006-09-08 18:03:19 +00:00 |
|
mike.morgan%oregonstate.edu
|
6944d8d3e1
|
Adding headers to attempt to fix bug 335794.
|
2006-09-08 17:43:47 +00:00 |
|
bienvenu%nventure.com
|
8af09718bb
|
fix hang after cancelling news subscribe ui, sr=mscott part of 349895
|
2006-09-08 17:19:48 +00:00 |
|
brendan%mozilla.org
|
9894bce558
|
Fix two bugs in JSOP_CONDSWITCH code-gen and decompilation (351496, r=mrbkap).
|
2006-09-08 16:45:40 +00:00 |
|
brendan%mozilla.org
|
5fe9f5d831
|
Skip parens when looking for constant condition (351693, r=mrbkap).
|
2006-09-08 16:38:03 +00:00 |
|
dmose%mozilla.org
|
6c51da9259
|
Fix printing bustage from last night's selection landing (bug 351815), r1/r2=lilmatt in IRC
|
2006-09-08 16:21:23 +00:00 |
|
timeless%mozdev.org
|
554bebcdf0
|
Bug 205872 domNode viewer should use one dialog for setting new/editing attributes
Fix for disappearing attribute bug
patch by comrade693@gmail.com r=timeless sr=neil
|
2006-09-08 15:23:15 +00:00 |
|
bugzilla%standard8.demon.co.uk
|
e54e283641
|
Bug 350688 Dictionaries should form part of the locale pack in the installer. r=ajschult,sr=neil
|
2006-09-08 14:47:38 +00:00 |
|
aaronleventhal%moonset.net
|
0c9a982c2d
|
Bug 346833. Content for :before and :after no longer exposed. r=ginn.chen, sr=roc
|
2006-09-08 14:42:25 +00:00 |
|
longsonr%gmail.com
|
cadc9b51db
|
Bug 349879 - nsSVGGlyphFrame.cpp code consolidation. r=tor, sr=roc
|
2006-09-08 14:31:29 +00:00 |
|
enndeakin%sympatico.ca
|
85e7987b3a
|
Bug 333665, initialize variable rindex, r+sr=sicking
|
2006-09-08 14:03:45 +00:00 |
|
longsonr%gmail.com
|
c56c77c39d
|
Bug 351570 - improve nsSVGPatternFrame encapsulation. r=tor, sr=bzbarsky
|
2006-09-08 13:54:05 +00:00 |
|
longsonr%gmail.com
|
f25097377f
|
Bug 351384 - improve nsSVGGradientFrame encapsulation. r=tor, sr=bzbarsky
|
2006-09-08 13:19:47 +00:00 |
|
mattwillis%gmail.com
|
86c03f0c9c
|
bug 351781 - Adds missing file from bug 350965's checkin to packages-static. r1/r2=jminta
|
2006-09-08 12:39:35 +00:00 |
|
longsonr%gmail.com
|
28dcfe891e
|
Bug 351297 - textPath elements must have text element parents r=tor,sr=roc
|
2006-09-08 12:27:27 +00:00 |
|
mike.morgan%oregonstate.edu
|
43ee106c73
|
Checking in work done on AUS acceptance tests. Please see README for instructions on how to get started and set things up.
|
2006-09-08 09:55:22 +00:00 |
|
rbs%maths.uq.edu.au
|
8ded00e282
|
MathML: stretchy attribute not working in some situations, b=320303, r+sr=roc
|
2006-09-08 07:32:45 +00:00 |
|
dietrich%mozilla.com
|
e645a5a672
|
Bug 350123 Update URLFormatter to work with non-Fx apps (r=robstrong)
|
2006-09-08 06:56:14 +00:00 |
|
brendan%mozilla.org
|
177c02d30f
|
Fix js_CheckRedeclaration to drop a found property if the caller doesn't want it but there's no redeclaration error (351717, r=mrbkap).
|
2006-09-08 06:53:40 +00:00 |
|
masayuki%d-toybox.com
|
a27a1c2b4c
|
Bug 347875 Support WM_MOUSEHWHEEL for tilt wheel mouse. the patch based on the patch of Masatoshi Kimura (:emk) <VYV03354@nifty.ne.jp>. r=ere+Kimura-san, sr=roc
|
2006-09-08 06:04:44 +00:00 |
|
brendan%mozilla.org
|
3f53205236
|
back out rev 3.160, it's buggy.
|
2006-09-08 05:18:36 +00:00 |
|
brendan%mozilla.org
|
ca3ef40908
|
Fix decompilation to preserve braces required by let, and also fix switch body block to have scope for let at top level of case statement (349634, r=mrbkap).
|
2006-09-08 05:03:54 +00:00 |
|
brendan%mozilla.org
|
5c16f2b7d7
|
Must keep discriminant on stack when decompiling switches, for correct stack modeling of let expressions/blocks/declarations (351496, r=mrbkap).
|
2006-09-08 04:53:01 +00:00 |
|
sayrer%gmail.com
|
9395f31ee3
|
bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron
|
2006-09-08 04:35:17 +00:00 |
|
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 |
|