rhelmer%mozilla.com
b51d6960d7
bump bootstrap tag b=409880 r=nthomas
2008-02-04 21:15:54 +00:00
rhelmer%mozilla.com
a698260d49
update for 3.0b3 release, missing timestamp r=nthomas b=409880
2008-02-04 21:13:43 +00:00
rhelmer%mozilla.com
ce4ff501be
back out temporary workaround b=414966 r=nthomas
2008-02-04 21:08:23 +00:00
ccooper%deadsquid.com
724679956d
- landing current staging master.cfg with minimal changes from production
2008-02-04 21:07:12 +00:00
rhelmer%mozilla.com
bae1e2823f
set gecko rel branch using gmtime not localtime b=414966 r=nthomas
2008-02-04 21:05:51 +00:00
reed%reedloden.com
16bb24eae0
Bug 392427 - "Bookmarks "yellow star" is subtle when the address bar is also yellow" (Tango replacement icon) [p=calamandrei@gmail.com (Lapo Calamandrei) ui-r+a1.9b3=beltzner]
2008-02-04 20:24:51 +00:00
rhelmer%mozilla.com
98140b173d
always disable complete jump b=388524 r=nthomas
2008-02-04 20:01:00 +00:00
reed%reedloden.com
7ce6f50e3f
Bug 415099 - "browser.xul ids changed" (revert ids and uses RDF service to try to migrate the persisted values) [p=mark.finkle@gmail.com (Mark Finkle) r=Mossop r=gavin a1.9b3=beltzner]
2008-02-04 19:37:26 +00:00
edward.lee%engineering.uiuc.edu
3149467804
Bug 415489 - URL bar autocomplete slow since bug 414507. r=dietrich, b-ff3=beltzner, a1.9b3=beltzner
2008-02-04 19:36:22 +00:00
timeless%mozdev.org
bf6918814a
Bug 413074 Bad param "value" to nsXPConnect::JSToVariant()
...
r=mrbkap sr=jst a=mtschrep
2008-02-04 19:29:36 +00:00
dietrich%mozilla.com
e2821d9193
Bug 415521 ? when inserting into a sorted view we should insert at the end (for marco, r=dietrich, a=beltzner)
2008-02-04 19:22:07 +00:00
mozilla.mano%sent.com
8bec5b5f94
Disable both the initial notifcation and th undo-remove-ui. patch on bug 393509, r+a=mconnor. this effectively fixes bug 414933.
2008-02-04 18:54:57 +00:00
dietrich%mozilla.com
73620a3960
Bug 415169 ? Saving searches within bookmark folders is broken (r=mano, a=beltzner)
2008-02-04 18:10:28 +00:00
dietrich%mozilla.com
972640cdaa
Bug 415484 ? Form data isn't saved at shutdown (for zeniko, r=dietrich)
2008-02-04 18:04:48 +00:00
bugzilla%standard8.plus.com
7368bb6148
Bug 415461 No addresses in 'contacts' sidebar, fix regression from bug 410158. r/sr=Neil
2008-02-04 17:05:00 +00:00
stefanh%inbox.com
a7a07e1ed9
Bug 415483 - Remove wrong statement and inconsistent formatting for forwarding mode from mail_help.xhtml. Patch by rsx11m.pub@gmail.com <rsx11m.pub@gmail.com>, r=me.
2008-02-04 16:46:19 +00:00
ted.mielczarek%gmail.com
799ff55d87
bug 407459 - forgot to include license header to CRT source diff. NPOTB
2008-02-04 15:26:11 +00:00
ted.mielczarek%gmail.com
e563f9dced
bug 407459 - hook up new allocator to our build. just checking in the memory/jemalloc dir and the client.mk change to pull it. r=bsmedberg a=beltzner
2008-02-04 15:17:11 +00:00
nboyd%atg.com
2cba1f7d99
fix bug 415451 - Array.lastIndexOf does not work correctly
2008-02-04 14:20:26 +00:00
nboyd%atg.com
56043218d8
From newsgroup:
...
I think I've found a small bug in the Array.function shortcut (instead
of Array.prototype.function.call(...)). Here is the testcase:
js> var Constr = function() {};
js> Constr.prototype = [];
js> c = new Constr();
js> c.push(1);
1
js> c.push(2);
2
js> Array.push(c,3);
4
js> c
1,2
2008-02-04 13:43:54 +00:00
lpsolit%gmail.com
6d2e56b899
Bug 415155: Remove $cgi from the list of arguments when calling Bugzilla::Flag subroutines - Patch by Fr��d��ric Buclin <LpSolit@gmail.com> a=LpSolit
2008-02-04 13:29:29 +00:00
jwatt%jwatt.org
b20be373a8
Bug 414624. Remove extra backslash from path to installed MozillaBuild. r=ted.mielczarek@gmail.com
2008-02-04 13:02:19 +00:00
olav%bkor.dhs.org
512b761a2c
Bug 376453 ��� E-mail threading can be enhanced with references header - Patch by Henrik Skupin <hskupin@gmail.com> r=bkor a=LpSolit
2008-02-04 12:45:34 +00:00
lpsolit%gmail.com
6ff830f001
Bug 413772: Eliminate sqlify_criteria() in Bugzilla::Flag and replace match() there with Bugzilla::Object::match() - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r/a=LpSolit
2008-02-04 12:23:48 +00:00
nrthomas%gmail.com
6671b0527a
Disable ReleaseGroup to test better solution (stage migration)
2008-02-04 10:59:08 +00:00
mozilla%weilbacher.org
a58137349d
[OS/2] Bug 394412: fix scaling issues and add support for pagination, so that printing now works in principle. (OS/2 only, NPOTB)
2008-02-04 09:31:05 +00:00
dtownsend%oxymoronical.com
fa6871b51d
Bug 414050: Add about:crashes preference to sunbird. r=dbo, NPOTDB
2008-02-04 08:02:04 +00:00
szegedia%freemail.hu
e2cd9e6578
Fix for Bug 415508 � PolicySecurityController bug: it creates lots of SecureCallerImpl instances!
2008-02-04 07:52:44 +00:00
reed%reedloden.com
bf52cc92b8
Back out Neil's patch from bug 414747 due to test failures.
2008-02-04 07:34:30 +00:00
reed%reedloden.com
8df6bbbfe3
Change NS_ASSERTION to NS_WARN_IF_FALSE as a bustage fix for bug 414747. [r+sr+a=jst]
2008-02-04 06:51:44 +00:00
reed%reedloden.com
459aaf7cbb
Bug 414747 - "Firefox crashes during Addons -> Find Update [@nsQueryInterface::operator()]" (Attempt to fix the underlying cause of the bug) [p=neil@httl.net (Neil Rashbrook) r+sr=jst a1.9b3=beltzner]
2008-02-04 06:21:54 +00:00
jruderman%hmc.edu
93c3178d42
Add a crashtest
2008-02-04 06:05:09 +00:00
jruderman%hmc.edu
9b8b82ce0b
Add crashtest
2008-02-04 06:02:38 +00:00
jruderman%hmc.edu
d8a271fb70
Add crashtest!
2008-02-04 06:00:36 +00:00
jruderman%hmc.edu
70581eb161
Add crashtest
2008-02-04 05:56:57 +00:00
jruderman%hmc.edu
273fc511a4
Add crashtest.
2008-02-04 05:54:51 +00:00
jruderman%hmc.edu
ad33bad91d
Add a crashtest
2008-02-04 05:49:00 +00:00
jruderman%hmc.edu
63d7541a00
Add crashtest
2008-02-04 05:47:23 +00:00
jruderman%hmc.edu
33826e0bae
Add a crashtest.
2008-02-04 05:45:44 +00:00
jruderman%hmc.edu
0b345994f6
Add crashtests
2008-02-04 05:24:15 +00:00
jruderman%hmc.edu
58097b525f
Add crashtest
2008-02-04 05:18:31 +00:00
jruderman%hmc.edu
d2228d0160
Add a crashtest
2008-02-04 05:16:01 +00:00
jruderman%hmc.edu
28f44eafac
Add crashtest
2008-02-04 05:13:22 +00:00
brendan%mozilla.org
524dff51f5
Reload key in case of multithreaded race to atomize the same string chars (415474, r=igor).
2008-02-04 05:12:33 +00:00
jruderman%hmc.edu
9df7229d68
Adding crashtest
2008-02-04 05:11:01 +00:00
jruderman%hmc.edu
315396a3fb
Add a crashtest
2008-02-04 05:06:38 +00:00
jruderman%hmc.edu
e09b5dd12e
Add crashtest
2008-02-04 05:00:12 +00:00
jruderman%hmc.edu
904bb7fbb4
Add crashtest. Note that the original bug was a warning, not an assertion.
2008-02-04 04:57:17 +00:00
jruderman%hmc.edu
cd1c9d61f2
Add crashtest
2008-02-04 04:51:02 +00:00
igor%mir2.org
051a472e43
Bug 400902: Backing out due to test failures.
2008-02-04 03:41:31 +00:00