Kartikaya Gupta
d5c3b7e98b
Merge m-c again to pick up 75deec1f1a7b
2012-02-28 14:37:26 -05:00
Kartikaya Gupta
effdbe5f59
Bug 729169 - Ensure the display port is clipped to the page bounds. r=Cwiiis
2012-02-28 14:33:13 -05:00
Kartikaya Gupta
b37d6d14a6
Bug 730681 - Guard against a zero width/height corrupting our viewport. r=Cwiiis
2012-02-28 14:33:05 -05:00
Serge Gautherie
287a977acc
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
85a0b77606
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
7f8eedeab7
Bug 662891 - Require Android 2.2 "Froyo" (API level 8) or higher [r=dougt]
2012-02-28 10:05:05 -08:00
Matt Brubeck
34712d993a
Merge last green changeset from inbound to mozilla-central
2012-02-28 09:21:10 -08:00
Kyle Huey
55aedeb63f
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
Benoit Girard
5582ac1cee
More render trace. r=debug_only
...
--HG--
extra : rebase_source : b20e2e6e7469433ee6148c8fa0a7dd0c0ca21009
2012-02-28 11:24:24 -05:00
Josh Aas
242d0ae9d0
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
bb69258364
bug 730987 - remove per-context debug hooks. r=luke
2012-02-28 11:54:40 +01:00
Justin Dolske
745d1a55e7
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
29def2e133
Bug 727997 - Sync options checkbox list shouldn't have a fixed height. r=dao
2012-02-28 11:49:16 +01:00
Serge Gautherie
bc6fa5cf0d
Bug 489728. (Bv6a_fix) Misplaced '"'. (Bustage fix.)
2012-02-28 10:29:46 +01:00
Mark Capella
2b9096ad7f
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
77ff8dd270
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
40204b0b41
merge m-c to fx-team
2012-02-28 08:42:50 +01:00
Doug Sherk
34244e0d5c
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
c9f38d8e1d
Bug 730470, FormFillController crashes, r=gavin
2012-02-28 01:31:23 +02:00
Piers Biddlestone
250e924dd7
Bug 716080 - Restore Previous Session does not re-use blank tabs [r=zpao]
2012-02-27 13:41:22 -08:00
Kartikaya Gupta
4720c13486
Merge heads
2012-02-27 15:59:56 -05:00
Josh Aas
353e2336d9
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
Kartikaya Gupta
134e9fec76
Merge m-c
2012-02-27 15:06:35 -05:00
Benoit Girard
a9a9772362
Added more rendertrace breakdowns
2012-02-27 14:31:29 -05:00
Mihai Sucan
a5b9915053
Bug 684445 - Orion source editor should have built-in context menu; r=rcampbell f=rcampbell
2012-02-27 20:08:45 +02:00
Kartikaya Gupta
ae3fe7b165
Bug 730681 - Combine the two resize event handlers into one so that the behaviour is more deterministic and efficient. r=Cwiiis
2012-02-27 10:23:20 -05:00
Kartikaya Gupta
ff5e7cf9ac
Bug 730681 - Stop resizing the CSS viewport every time we scroll by a pixel. r=Cwiiis
2012-02-27 10:18:10 -05:00
Olli Pettay
13e6f580ef
Bug 730753, call CC after full GC, r=mccr8
2012-02-27 16:49:59 +02:00
Olli Pettay
b4ba8dce02
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
a7a7967bca
Merge last green PGO from inbound to central
2012-02-27 13:44:27 +01:00
Serge Gautherie
d8cdd20700
Bug 728633. (Av2) Add ensureElementIsVisible() calls, to support having more items. r=bmcbride.
2012-02-27 10:44:36 +01:00
Tim Taubert
3fc8b26247
merge m-c to fx-team
2012-02-27 09:44:06 +01:00
Mike Hommey
145a32c539
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
0d8f2ba3a8
Bug 716544 - Define android NDK headers as system headers. r=khuey
2012-02-27 08:22:27 +01:00
Mike Hommey
ef4d6baf1b
Bug 729883 - Avoid linker warnings when starting up on Android. r=tglek
2012-02-27 08:19:20 +01:00
Serge Gautherie
f644bc5b75
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
b0f5552642
Bug 730247 - Use byteslice coding for SafeBrowsing data. r=dcamp
2012-02-27 07:46:41 +01:00
Richard Newman
7eeb5614b1
Bug 730528 - Extract LooperThread from GeckoAppShell. r=blassey
2012-02-26 22:34:23 -08:00
Jeff Muizelaar
bb4ffcdb3c
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
5eca462914
Bug 727905 - Zero width window handling in nsWindow.cpp crash. r=dougt
2012-02-26 19:59:22 -08:00
Masayuki Nakano
910c88091a
Bug 728132 test_bug583533.html shouldn't use nsIDOMNSEvent::*_MASK r=smaug
2012-02-27 12:02:35 +09:00
Phil Ringnalda
93fdd4cb81
Back out a7255af10a2a and da193f5b526b (bug 729403) for xpcshell assertions in test_TelemetryPing.js
2012-02-26 18:39:06 -08:00
Phil Ringnalda
1ddde6c1bf
Merge last PGO-green from inbound to central
2012-02-26 15:12:07 -08:00
Kartikaya Gupta
acdd08d8b5
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
Kartikaya Gupta
0061b51e7e
Take out a line I inadvertently left in in cset ce31a3b140a2
2012-02-26 17:27:58 -05:00
Tim Taubert
6824dcd213
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
13fd29c320
Backed out changeset bbd44e01ef9f (bug 683953)
2012-02-26 20:28:37 +01:00
Tim Taubert
b39c293440
merge m-c to fx-team
2012-02-26 19:15:38 +01:00
Tim Taubert
9100141ab7
Bug 683953 - Follow up, make logger argument optional to fix Android bustage; r=bustage-fix
2012-02-26 19:12:33 +01:00
Bill McCloskey
aeecda2564
Bug 729238 - Don't reset weakmap list during mark validation (r=igor)
2012-02-26 10:04:53 -08:00