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

186562 Коммитов

Автор SHA1 Сообщение Дата
reed@reedloden.com f5c3ddabd6 Bug 405551 - "investigate performance of AdjustIndices()" [p=mak77@supereva.it (Marco Bonardo [MaK77]) r=dietrich a1.9=damons a=blocking-firefox3+] 2007-12-11 01:01:33 -08:00
reed@reedloden.com 3289edddbd Bug 404530 - "Make use of GTK stock icons in more places" (Places native +/-) [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=dietrich a1.9=schrep] 2007-12-11 00:58:48 -08:00
reed@reedloden.com a268b620e2 Bug 403817 - "nsDownloadManager.cpp #includes nsTArray.h but doesn't use it" [p=rahul@murmuria.in (Rahul Murmuria) r=gavin a1.9=mconnor] 2007-12-11 00:54:30 -08:00
reed@reedloden.com 955ed806bf Bug 399820 - "Native GTK look for find toolbar" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=Mano a1.9=mconnor] 2007-12-11 00:53:25 -08:00
reed@reedloden.com eb32504a75 Bug 386687 - "mouse wheel events propagated from plugin windows are dropped and so do not scroll" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=damons] 2007-12-11 00:49:46 -08:00
reed@reedloden.com 50d56360e8 Bug 404716 - "AIX Compilation error for trunk build source xptcstubs_ppc_aix64.cpp : "nsIInterfaceInfo" did not find a declaration , "CallMethod" is not a member of "class nsXPTCStubBase"" [p=shailen.n.jain@gmail.com (Shailen) r+sr=bsmedberg a1.9=damons] 2007-12-11 00:47:18 -08:00
reed@reedloden.com 03d25f9fac Bug 21747 - "Implement backend for cmd_copyImageContents" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=beltzner] 2007-12-11 00:42:30 -08:00
pavlov@pavlov.net 82786d710b bug 407824. XPCJSContextStack::Push doesn't need to allocate as much as it does. use an nsAutoTArray<> instead. r/sr=jst 2007-12-11 00:40:57 -08:00
pavlov@pavlov.net fafc2c57ee bug 407428. stack allocate small strings in js_XDRStringAtom instead of instead of using the tempPool arena to allocate them. r=brendan,igor 2007-12-11 00:36:29 -08:00
reed@reedloden.com 9d56c21fe0 Bug 407815 - Speed up GetSecurityManager() in our XOW code [p=jst@mozilla.org (Johnny Stenback [jst]) r+sr=sicking a=blocking1.9+] 2007-12-11 00:27:41 -08:00
reed@reedloden.com 3b3e2cb5d4 Bug 407819 - Speed up GetScopeOfObject() [p=jst@mozilla.org (Johnny Stenback [jst]) r+sr=sicking a=blocking1.9+] 2007-12-11 00:24:17 -08:00
surkov.alexander@gmail.com da80d00731 Bug 368835 No focus events from xul tree table when a row is deleted, r=evan.yan, Olli.Pettay, sr=jonas, a=beltzner 2007-12-11 00:18:04 -08:00
sayrer@gmail.com fe67b29e71 backing out bug 407794 2007-12-10 22:20:08 -08:00
sayrer@gmail.com b29c709025 backout bug 407815 due to test failures 2007-12-10 21:11:30 -08:00
reed@reedloden.com ac0e2619c0 Back out jst's patch from bug 407819 to see if it fixes qm-centos5-01's mochitest failures. 2007-12-10 19:48:02 -08:00
mark@moxienet.com d81dfbe20e 407535 Compilation with Apple gcc 4.2 fails with: nsMenuBarX.h:134: error: extra qualification 'nsMenuBarX::' on member 'CreateNativeAppMenuItem' and other extra qualification errors. Remove redundant qualifications. Patch by Simon Howes <simon.bugzilla@googlemail.com>. r=me sr=roc a/1.9=mtschrep 2007-12-10 19:44:51 -08:00
aaronleventhal@moonset.net be51489913 Bug 406959. IAccessible2::WindowHandle property causes COM server exception when called out of process. Patch by surkov. r=aaronlev, a=beltzner 2007-12-10 19:35:22 -08:00
aaronleventhal@moonset.net 875b2f5e24 Bug 403260. Set active state on current ARIA item in a container. r=surkov, a=beltzner 2007-12-10 19:30:02 -08:00
Evan.Yan@Sun.COM 572de23f82 Bug 380848 - Selected list item is not reported when focus to the list r=neil a=dsicore 2007-12-10 19:11:29 -08:00
jst@mozilla.org 50d8fd2db9 Fixing bug 407819. Speed up GetScopeOfObject(). r+sr=jonas@sicking.cc 2007-12-10 18:00:40 -08:00
jst@mozilla.org 65de74b003 Fixing bug 407819. Speed up GetScopeOfObject(). r+sr=jonas@sicking.cc 2007-12-10 17:42:19 -08:00
jst@mozilla.org 642d5caf6d Fixing bug 407815. Speed up GetSecurityManager() in our XOW code. r+sr=jonas@sicking.cc 2007-12-10 17:21:37 -08:00
roc+@cs.cmu.edu 5feca62ec9 Bug 407078. Don't allow a trailing break in a text run that is followed by a <br>. r=smontagu 2007-12-10 17:19:20 -08:00
jst@mozilla.org 0c39118885 Fixing bug 407812. Don't waste time calling QI in nsNodeSH::PreCreate() and nsElementSH::PostCreate(). r+sr=jonas@sicking.cc 2007-12-10 17:19:18 -08:00
roc+@cs.cmu.edu 5dc62c34c9 Bug 407397. Don't 'optimize' by not reflowing when a 0x0 frame is removed. Bad Kipp. r+sr=dbaron 2007-12-10 17:16:41 -08:00
roc+@cs.cmu.edu 0df022faac Bug 407397. Don't 'optimize' by not reflowing when a 0x0 frame is removed. Bad Kipp. r+sr=dbaron 2007-12-10 17:14:25 -08:00
gavin@gavinsharp.com ec43f5990d Bug 407794, Nightlies should not override the module-specific build settings, patch by Robert Sayre <sayrer@gmail.com>, r=tmielczarek, a=schrep 2007-12-10 15:35:00 -08:00
rflint@ryanflint.com e9225dee3b Bug 405165 - Menu icons for Gnomestripe (followups 1 & 2). Patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>, r=me/a=mconnor 2007-12-10 15:29:27 -08:00
joshmoz@gmail.com b7fe645b1c Only send a synthetic mouse down on mouse up when there is a rollup widget. Stops windows from getting incorrectly raised on mouse up. b=407310 r=smichaud sr=roc 2007-12-10 15:22:31 -08:00
reed@reedloden.com a9721cc65f Back out patch from bug 407275 on the trunk now that Firefox 3 Beta 2 has branched. 2007-12-10 14:03:41 -08:00
bclary@bclary.com eb29fae67e JavaScript Test - update regression test for bug 342359 due to changes in bug 376957, not part of the build 2007-12-10 13:51:53 -08:00
bhearsum@mozilla.com e424c29f67 bug 407351: bzip2 support for Bootstrap::Step::Stage - fix compile errors. r=rhelmer, patch=me 2007-12-10 12:12:33 -08:00
bhearsum@mozilla.com 65f8bf5fbd bug 407077: version/config bumps for gecko1.9b2 (bump pull dates). r=rhelmer, patch=me 2007-12-10 11:33:37 -08:00
bhearsum@mozilla.com 1a13033285 bug 407077: version/config bumps for gecko1.9b2 (fix patcher+verify config names). r=rhelmer, patch=me 2007-12-10 11:31:27 -08:00
reed@reedloden.com c775a944a4 Bug 407275 - "Change name of Firefox 3 M10 to "Firefox 3 Beta 2" for official branding" [p=reed r+aM10=beltzner] 2007-12-10 11:09:32 -08:00
bhearsum@mozilla.com bd64279c01 bug 407351: add bzip2 support to Bootstrap::Step::Stage. r=rhelmer, patch=me 2007-12-10 10:55:45 -08:00
axel@pike.org 155f7f32d7 bug 407670, update shipped-locales for firefox 3 beta 2, r=joduinn, tchung (otp), a=beltzner 2007-12-10 10:49:37 -08:00
ted.mielczarek@gmail.com e070da5812 bug 407229 - breakpad fails to send on Fedora F8. r=bsmedberg 2007-12-10 10:47:29 -08:00
bclary@bclary.com ab6a02101c Sisyphus - cause test run to fail immediately if Spider fails to install properly, bug 407430, not part of the build 2007-12-10 09:18:28 -08:00
gavin@gavinsharp.com a04170e2fe Bug 376957 followup fix: make Error readonly/permanent, patch by Brendan Eich <brendan@mozilla.org>, r=jwalden, a=schrep for M10 landing 2007-12-10 08:15:01 -08:00
bclary@bclary.com 2d5c6d7fc9 JavaScript Tests - regression tests for bug 368516, 371636, by Brendan Eich, Igor Bukanov, not part of the build 2007-12-10 07:27:59 -08:00
nrthomas@gmail.com 9e5853275a Bug 407663, bootstrap changes for Tb1.5.0.14; r=rhelmer 2007-12-10 02:15:44 -08:00
gavin@gavinsharp.com 6be20ce6c5 Bug 406769: simple code now causes a slow script warning dialog to appear when it didn't before (fix bad regression in the global variable optimizer), patch by Igor Bukanov <igor@mir2.org>, r=brendan, a=schrep for M10 landing 2007-12-09 14:37:27 -08:00
reed@reedloden.com 276af0541f Bug 407501 - "JSOP_NEWINIT lacks SAVE_SP_AND_PC" [p=igor@mir2.org (Igor Bukanov) r+a1.9=brendan aM10=damons] 2007-12-08 23:14:06 -08:00
brendan@mozilla.org 3547942100 JSCLASS_FIXED_BINDING only on Namespace, for better backward and forward compat (407323, r=jwalden). 2007-12-08 22:14:26 -08:00
bclary@bclary.com 69ad1bad7d JavaScript Tests - regression test for bug 353116, by Jesse Ruderman, Rich Dougherty, not part of the build 2007-12-08 16:28:59 -08:00
dietrich@mozilla.com 8b877d737a Bug 402880 figure out pref UI for history expiration / limiting visits (RELANDING TESTS, r=sspitzer) 2007-12-08 15:17:16 -08:00
bclary@bclary.com 4db1316b77 JavaScript Tests - test regression from bug 398609, by Igor Bukanov, not part of the build 2007-12-08 12:12:09 -08:00
bclary@bclary.com 0f067e7dc0 JavaScript Tests - regression test for bug 404755, by Franck, Igor Bukanov, not part of the build 2007-12-08 11:41:50 -08:00
bclary@bclary.com 7f06b362b6 JavaScript Tests - regression test for bug 407024, by Igor Bukanov, not part of the build 2007-12-08 11:29:22 -08:00