nboyd%atg.com
7f9a882d14
Dense array optimization for concat. 54X speed improvement.
...
Test case:
function f() {
var a = [1,2,3,4,5,6,7,8,9,10];
var d = new Date();
var r = [];
for (var i=0; i < 1000; i++) {
r = r.concat(a);
}
print((new Date()) - d);
}
f();
2007-10-23 21:46:42 +00:00
szegedia%freemail.hu
aabe402ed3
Fix for Bugzilla #396117 : preserve backwards compatibility with existing jsc-precompiled classes generated with earlier Rhino versions.
2007-10-23 20:28:21 +00:00
dbaron%dbaron.org
2cee3a07b0
Use --shutdown-leaks on Windows too, since we don't need to work around crashes that are now fixed. b=374822 r=coop
2007-10-23 20:13:08 +00:00
mkanat%bugzilla.org
d72d2ea545
Bug 357324: Date/Time Custom Fields
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-10-23 19:36:53 +00:00
mkanat%bugzilla.org
f3ca3483aa
Bug 262269: A tool to auto-install missing perl packages on non-Windows systems
...
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner)
2007-10-23 19:33:40 +00:00
reed%reedloden.com
48797ebb7e
Bug 391295 - "APNG blending mode APNG_BLEND_OP_SOURCE not implemented" [p=asmith15@littlesvr.ca (Andrew Smith) r=stuart a1.9=damons]
2007-10-23 19:33:21 +00:00
reed%reedloden.com
870ab7587a
Bug 395314 - "Larry UI: click to close" [p=johnath r=gavin a=blocking-firefox3+ for M9]
2007-10-23 19:22:31 +00:00
bugzilla%standard8.plus.com
baba39538c
Bug 368618 improve wording for "Sending authenticate login information..." status. p=Serge Gautherie <sgautherie.bz@free.fr>,r/sr=Neil
2007-10-23 19:18:46 +00:00
alqahira%ardisson.org
e58dcc1c5c
Camino only: Bug 400866 - Release Notes for Camino 1.5.3 (and bump installer makefile to use said notes). r/sr=mento, a/Cm1.5.3=me
2007-10-23 18:53:26 +00:00
smichaud%pobox.com
6921357e86
Fix crashes when window closed with key-combination (alters previous fix to work on both Tiger and Leopard). b=396860 r=joshmoz sr=roc a=dsicore
2007-10-23 18:34:29 +00:00
kaie%kuix.de
2bd022f089
Bug 374336, add knowledge of Extended Validation / EV Certificates to PSM
...
r=rrelyea, a=mconnor/beltzner
2007-10-23 18:30:17 +00:00
dmose%mozilla.org
04c9d4d0cf
Fix web-based protocol handlers not working from Send Link and certain other situations (bug 394483), r=biesi, r=gavin (browser portion), sr=sicking, a=beta blocker
2007-10-23 18:20:57 +00:00
szegedia%freemail.hu
887dd74f87
Fix for Bugzilla #396700 : primitives passed as thisObj to Array.map etc are converted to object
2007-10-23 17:49:03 +00:00
rob_strong%exchangecode.com
750e762915
Bug 400467 - Java broken on Vista after Firefox 2.0.0.8 upgrade (says Java Not Found, Or Not Working). r=sspitzer, a1.9=schrep (verbal)
2007-10-23 17:34:39 +00:00
bclary%bclary.com
59be3d5a0b
Sisyphus - add -v verbose output switch, bug 399879, r=rcampbell, not part of the build
2007-10-23 16:54:53 +00:00
szegedia%freemail.hu
1d8a704f72
Fix for Bugzilla #397882 : forEach and similar methods shouldn't enumerate unassigned or deleted array elements
2007-10-23 16:14:06 +00:00
szegedia%freemail.hu
128c7d67c2
Fix for Bugzilla #400159 : Synchronizer should act on the object underlying the Wrapper when applied to one
2007-10-23 15:46:08 +00:00
szegedia%freemail.hu
c462201673
Fix for Bugzilla #399958
2007-10-23 15:29:40 +00:00
bhearsum%mozilla.com
24b912af52
bug 400381: add a second, throttled mini running trunk perf tests. r=robcee, patch=me
2007-10-23 15:09:08 +00:00
slavomir.katuscak%sun.com
063f03d588
Bug 398397: Statistics of leaks (min, max, avg). r=nelson
2007-10-23 08:31:47 +00:00
timeless%mozdev.org
188737d78d
Bug 400729 Quick start guide suggests changing os list in localconfig
...
r=lpsolit a=lpsolit
2007-10-23 08:06:36 +00:00
reed%reedloden.com
88081eb48e
Bug 397381 - "Enable @try/@catch/@finally for Cocoa widgets" [p=cbarrett r=josh sr+a1.9=roc]
2007-10-23 05:44:25 +00:00
philringnalda%gmail.com
2ba77be550
Bug 400633 - Busted error message for NS_ERROR_SMTP_SEND_FAILED_UNKNOWN_REASON, r=bienvenu, sr=mscott
2007-10-23 04:43:57 +00:00
alexei.volkov.bugs%sun.com
d43d32eeff
Do not assert when leaking libpkix object refs. Will be turn back on again after bug 397832 is fixed.
2007-10-23 03:40:00 +00:00
joshmoz%gmail.com
799ea178c3
Ctrl+Tab shortcut for tab switching is broken. b=374076 r=smichaud r=masayuki sr=roc
2007-10-23 03:27:48 +00:00
alqahira%ardisson.org
f7522df239
Camino only: Bug 392918 - Convert all .strings files to UTF-8 for diff-friendliness and iconv them to UTF-16 during build. r/sr=mento
2007-10-23 02:44:30 +00:00
reed%reedloden.com
6159c3d106
Bustage fix for bug 394974.
2007-10-23 02:34:02 +00:00
reed%reedloden.com
fed5e83618
Bug 281889 - "remove XP_MAC code" (Remove a (/mailnews/) case mismatch) [p=sgautherie.bz@free.fr (Serge Gautherie) r+sr=bienvenu]
2007-10-23 00:52:34 +00:00
rhelmer%mozilla.com
a821958679
sync data dir correctly, and also sync after Stage step completes b=396438 r=rhelmer p=joduinn
2007-10-23 00:36:50 +00:00
Olli.Pettay%helsinki.fi
703205db2a
Bug 373462, try to fix possible tdhtml regression
2007-10-22 23:40:13 +00:00
rflint%ryanflint.com
676516c177
Bug 400745 - Re-remove favicon cache. r+a=mconnor
2007-10-22 23:12:36 +00:00
reed%reedloden.com
e210cf79d7
Bug 394974 - "URIs with invalid % encodings launch wrong handler on WinXP+IE7" (use Windows's own rules to vet URIs before handing them off to the shell) [p=jimm r=biesi a=blocking1.9+ for M9]
2007-10-22 23:03:14 +00:00
martijn.martijn%gmail.com
ab3356bd89
Reftests for bug 391412 - Regression in float layout causing clear: to be ignored, r=bzbarsky
2007-10-22 22:33:41 +00:00
Olli.Pettay%helsinki.fi
1f2a78728d
Landing (again) Bug 373462, bug 385322, Better scheduling of cycle collection/gc, r+sr=sicking,jst
2007-10-22 21:42:26 +00:00
lpsolit%gmail.com
905083eaa4
Part 2 of bug 182083: add Help for more admin pages - Patch by me, r=Colin
2007-10-22 21:42:01 +00:00
alexei.volkov.bugs%sun.com
0d3c66cb91
391457 - libpkix does not check for object ref leak at shutdown. r=nelson
2007-10-22 20:58:37 +00:00
kaie%kuix.de
7d7ae50009
Bug 387480, Follow up patch for "Add Exception" dialog to fix a whitespace style issue.
...
Patch contributed by Johnathan Nightingale
r=kengert, a=beltzner
2007-10-22 18:08:18 +00:00
sdwilsh%shawnwilsher.com
9713a46db2
Bug 394881 - [Mac] Prefpanes should specify heights. r=mconnor
2007-10-22 18:07:01 +00:00
mozilla%weilbacher.org
11a1009dc5
[OS/2] Bug 371505: finally fix repaint issues with Thebes
2007-10-22 17:59:25 +00:00
scott%scott-macgregor.org
88089cfe22
Bug #395701 --> migrate the address book to glue code.
...
Patch by Prasad Sunkari <prasad@medhas.org>
r=standard8
sr=mscott
2007-10-22 17:47:16 +00:00
pavlov%pavlov.net
74472285e6
bug 400588. fixing animation regression. r=tor a=beltzner
2007-10-22 16:13:37 +00:00
pavlov%pavlov.net
d7a21174a6
this wasn't supposed to be landed as part of larry. a=beltzner
2007-10-22 15:24:59 +00:00
Berend.Cornelius%sun.com
53090585c7
Bug 400370-[TodayPane] weektitle of miniday is not always correctly calculated;r=philipp
2007-10-22 14:56:56 +00:00
Berend.Cornelius%sun.com
38fddad4e3
Bug 400370-[TodayPane] weektitle of miniday is not always correctly calculated;r=philipp
2007-10-22 14:21:40 +00:00
enndeakin%sympatico.ca
7e37d1e2e9
Bug 377677, fix up orange, by ignoring rounding issue occuring on Windows
2007-10-22 14:11:41 +00:00
enndeakin%sympatico.ca
5036d8dc76
Bug 377677, second attempt at tree cleanup and tests, r=mano, a=sayrer
2007-10-22 13:19:37 +00:00
mozilla%kewis.ch
c9f6fffcfa
Fix bug 397727 - Incorrect DateTime format for (Google) Calendar request. r=dbo
2007-10-22 11:07:29 +00:00
reed%reedloden.com
268f9b6472
Bug 368600 - "Table with table-layout: fixed has unconstrained width even when width specified on cell" [p=bernd_mozilla@gmx.de (Bernd) r+sr+a1.9=dbaron]
2007-10-22 04:40:02 +00:00
mconnor%steelgryphon.com
41e4e5066a
bug 383183 - relanding Larry, round 324
2007-10-22 03:30:25 +00:00
alfred.peng%sun.com
05a21109ac
Followup for bug 398166. Two files should have been removed as part of the patch.
2007-10-22 03:08:18 +00:00