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

265273 Коммитов

Автор SHA1 Сообщение Дата
Gavin Sharp 4afb876649 Bug 724309: remove debugging code now that the orange is fixed
--HG--
extra : transplant_source : %AC5%AE%FD8%3F%8A%9B%3AG%5E%15%D8%00%8A%211%3D%AD%B6
2012-02-29 13:15:18 -08:00
Wes Johnston b685a567e3 Bug 725458 - Start touch timeout during action_down. r=mbrubeck 2012-02-29 13:13:31 -08:00
Igor Bukanov 2ecc5650d5 bug 723286 - remove JSContext * parameter from heap-traversal and related API. r=:billm 2012-02-29 21:23:38 +01:00
Sriram Ramasubramanian dd4458034c Bug 715644 - Content provider for storing 'Tabs from other devices'. [r=rnewman] 2012-02-29 11:29:09 -08:00
David Bolter c0ed3512c7 Merge backout 2012-02-29 13:59:37 -05:00
David Bolter 765b9384bd Backed out changeset 547de632a3e2 2012-02-29 13:59:13 -05:00
Wes Johnston d0bdaf6fdd Bug 730398 - Add a content uri for the deleted passwords table. r=lucasr 2012-02-29 10:51:25 -08:00
Fabrice Desré f97e218739 Bug 731656 - build broken since bug 728912 landed [r=philikon] 2012-02-29 10:44:05 -08:00
Ed Morley 8de602546b Backout 547de632a3e2 (bug 495912) for mochitest-a11y orange 2012-02-29 18:42:58 +00:00
Bill McCloskey 1d983ce16b Bug 731052 - Clean up incremental resets (r=igor) 2012-02-29 10:28:30 -08:00
Matt Brubeck 717a0ff5b5 Merge mozilla-central to mozilla-inbound 2012-02-29 09:37:54 -08:00
Matt Brubeck a7f7fba89e Bug 721469 - Add-on description section cuts off long descriptions [r=wesj] 2012-02-29 09:36:00 -08:00
Matt Brubeck 6081f5cad4 Bug 730502 - Split add-on manager JS code into an external source file [r=wesj] 2012-02-29 09:35:31 -08:00
Wes Johnston 408105b7e5 Bug 730952 - Update mayHaveTouchListeners correctly on tab changes. r=mleibovic 2012-02-29 09:09:43 -08:00
Serge Gautherie c198089eb7 Bug 725015. (Av3) Add missing 'return', Set needed preference, Make todo() message more explicit. r=mounir. 2012-02-28 20:21:27 +01:00
Brian R. Bondy 8bb6674ce3 Bug 730862 - Disable signmar by default and provide an option to enable it. r=rstrong. sr=khuey 2012-02-28 13:58:42 -05:00
Matt Brubeck 271eb939a4 Merge last green changeset from inbound to mozilla-central 2012-02-28 09:21:10 -08:00
Kyle Huey 682375b735 Bug 728392: nsUpdateService should clear its references to the update listener once it is no longer needed. r=rs 2012-02-28 08:57:35 -08:00
Josh Aas 6bcfc46d0c Bug 731040: Fix bug in which we don't properly create an object frame due to over-aggressive fallback. r=jst 2012-02-28 10:05:06 -05:00
Igor Bukanov fef7f4a40e bug 730987 - remove per-context debug hooks. r=luke 2012-02-28 11:54:40 +01:00
Justin Dolske c8b6e49dd7 Bug 717481 - login manager storage should use default encryption type from the crypto provider. r=zpao 2012-02-28 11:50:05 +01:00
Charles Chan 561266e811 Bug 727997 - Sync options checkbox list shouldn't have a fixed height. r=dao 2012-02-28 11:49:16 +01:00
Serge Gautherie f46838e322 Bug 489728. (Bv6a_fix) Misplaced '"'. (Bustage fix.) 2012-02-28 10:29:46 +01:00
Mark Capella 0c0047820a Bug 489728. (Bv6a) Use passed() in TestTXMgr.cpp, Make passed() accept a va_list in TestHarness.h. f=sgautherie r=ehsan. 2012-02-28 10:17:15 +01:00
Serge Gautherie 7147cb6c30 Bug 629595. (Bv1a) test_webgl_conformance_test_suite.html: Ensure waitForExplicitFinish() is executed, Disable test on Windows 2000 and (if necessary) on SeaMonkey, Move Mac OSX version check to a better place. r=bjacob. 2012-02-28 09:55:54 +01:00
Tim Taubert f6e942ab3e merge m-c to fx-team 2012-02-28 08:42:50 +01:00
Doug Sherk cd3c925787 Bug 711656: special case the entire Intel GMAX4500HD series r=bjacob,joe
Until we fix this properly, this patch special cases this set of devices so that
they get handled in almost the same way as they used to be.
2012-02-28 00:19:24 -05:00
Olli Pettay 1caa5d5eb4 Bug 730470, FormFillController crashes, r=gavin 2012-02-28 01:31:23 +02:00
Piers Biddlestone fcedfcc0db Bug 716080 - Restore Previous Session does not re-use blank tabs [r=zpao] 2012-02-27 13:41:22 -08:00
Josh Aas 609f726108 Bug 729673: Fix cases in which plugin instance src data stream is not delivered properly. r=bsmedberg 2012-02-27 15:36:46 -05:00
Mihai Sucan a414046b7f Bug 684445 - Orion source editor should have built-in context menu; r=rcampbell f=rcampbell 2012-02-27 20:08:45 +02:00
Olli Pettay c3a5e54da8 Bug 730753, call CC after full GC, r=mccr8 2012-02-27 16:49:59 +02:00
Olli Pettay cc05c57f6b Bug 730601 - Don't use GetListenerManager(false) to check existence of ELM, but HasListenerManager, r=jst 2012-02-27 16:03:15 +02:00
Marco Bonardo 0ced8dbfe4 Merge last green PGO from inbound to central 2012-02-27 13:44:27 +01:00
Serge Gautherie 4087f00de2 Bug 728633. (Av2) Add ensureElementIsVisible() calls, to support having more items. r=bmcbride. 2012-02-27 10:44:36 +01:00
Tim Taubert 30a7711db3 merge m-c to fx-team 2012-02-27 09:44:06 +01:00
Mike Hommey c1fe921682 Bug 703523 - #ifdef some windows and crash reporter specific parts of browser.js. r=gavin 2012-02-27 08:23:35 +01:00
Mike Hommey a17cd3de2f Bug 716544 - Define android NDK headers as system headers. r=khuey 2012-02-27 08:22:27 +01:00
Mike Hommey bc546e0b47 Bug 729883 - Avoid linker warnings when starting up on Android. r=tglek 2012-02-27 08:19:20 +01:00
Serge Gautherie 5151846cd6 Bug 730551. (Av1) browser_bug638292.js: Support SeaMonkey's "about:blank" loads. r=bmcbride. 2012-02-27 07:54:25 +01:00
Gian-Carlo Pascutto 59da856cee Bug 730247 - Use byteslice coding for SafeBrowsing data. r=dcamp 2012-02-27 07:46:41 +01:00
Richard Newman c6306a4d58 Bug 730528 - Extract LooperThread from GeckoAppShell. r=blassey 2012-02-26 22:34:23 -08:00
Jeff Muizelaar 4c6fea1353 Bug 730508. Clip canvas invalidations to the content area of the canvas. r=roc
Previously, operations like drawImage() could invalidate areas outside of the
canvas. This hurt performance of runfield on maple.
2012-02-27 01:05:10 -05:00
Josh Dhaliwal 2c7c72d54b Bug 727905 - Zero width window handling in nsWindow.cpp crash. r=dougt 2012-02-26 19:59:22 -08:00
Masayuki Nakano b37485e0fc Bug 728132 test_bug583533.html shouldn't use nsIDOMNSEvent::*_MASK r=smaug 2012-02-27 12:02:35 +09:00
Phil Ringnalda 072acec7c0 Back out a7255af10a2a and da193f5b526b (bug 729403) for xpcshell assertions in test_TelemetryPing.js 2012-02-26 18:39:06 -08:00
Phil Ringnalda 132b4415b4 Merge last PGO-green from inbound to central 2012-02-26 15:12:07 -08:00
Kartikaya Gupta 2661a2e4f4 Bug 726382 - Ensure the mDir and mMozDir variables are protected by synchronization. r=rnewman
It is possible that two threads will call getDir(), or getDir() and
moveProfilesToAppInstallLocation() simultaneously. Without this patch,
this would attempt to double-create the mozilla or profile directories,
which would then result in an IOException and failure when it shouldn't.
2012-02-26 18:08:03 -05:00
Tim Taubert 36195c1648 Bug 683953 - Follow up, add logger argument for mobile automation to fix Android bustage; r=bustage-fix 2012-02-26 20:35:09 +01:00
Tim Taubert 78b47d1e50 Backed out changeset bbd44e01ef9f (bug 683953) 2012-02-26 20:28:37 +01:00