Kartikaya Gupta
7fca225f10
Bug 730687 - Hook up the aboutToCheckerboard code again. r=Cwiiis
2012-02-28 16:14:14 -05:00
Kartikaya Gupta
7026e92ffb
Bug 730687 - Fold updateViewport into endDrawing. r=Cwiiis
2012-02-28 16:13:26 -05:00
Kartikaya Gupta
8c39c8a618
Bug 730687 - Move the display port margin amounts out of browser.js and into Java. r=Cwiiis
2012-02-28 16:13:20 -05:00
Kartikaya Gupta
8fd5e0c78c
Merge m-c again to pick up 75deec1f1a7b
2012-02-28 14:37:26 -05:00
Kartikaya Gupta
248ea3fff3
Bug 729169 - Ensure the display port is clipped to the page bounds. r=Cwiiis
2012-02-28 14:33:13 -05:00
Kartikaya Gupta
a5f2652097
Bug 730681 - Guard against a zero width/height corrupting our viewport. r=Cwiiis
2012-02-28 14:33:05 -05:00
Serge Gautherie
8853c87b42
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
7e5d6bc2dc
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
3016e8fe68
Bug 662891 - Require Android 2.2 "Froyo" (API level 8) or higher [r=dougt]
2012-02-28 10:05:05 -08:00
Matt Brubeck
2349557dcf
Merge last green changeset from inbound to mozilla-central
2012-02-28 09:21:10 -08:00
Kyle Huey
56bb56f79d
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
cbad00a72b
More render trace. r=debug_only
...
--HG--
extra : rebase_source : b20e2e6e7469433ee6148c8fa0a7dd0c0ca21009
2012-02-28 11:24:24 -05:00
Josh Aas
0e7fae193d
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
f5e1d2235d
bug 730987 - remove per-context debug hooks. r=luke
2012-02-28 11:54:40 +01:00
Justin Dolske
2a9115724e
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
90ad571eb7
Bug 727997 - Sync options checkbox list shouldn't have a fixed height. r=dao
2012-02-28 11:49:16 +01:00
Serge Gautherie
b45e3037cc
Bug 489728. (Bv6a_fix) Misplaced '"'. (Bustage fix.)
2012-02-28 10:29:46 +01:00
Mark Capella
7992841265
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
59bad68719
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
0e3eea03d7
merge m-c to fx-team
2012-02-28 08:42:50 +01:00
Doug Sherk
43419f01c5
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
116951918c
Bug 730470, FormFillController crashes, r=gavin
2012-02-28 01:31:23 +02:00
Piers Biddlestone
cc5d6e5f2e
Bug 716080 - Restore Previous Session does not re-use blank tabs [r=zpao]
2012-02-27 13:41:22 -08:00
Kartikaya Gupta
bdcc1c59e4
Merge heads
2012-02-27 15:59:56 -05:00
Josh Aas
df2fa8ed63
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
bb76282045
Merge m-c
2012-02-27 15:06:35 -05:00
Benoit Girard
9af6bc051d
Added more rendertrace breakdowns
2012-02-27 14:31:29 -05:00
Mihai Sucan
4432547c07
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
288e5c3de2
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
4046012964
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
ae2af798ac
Bug 730753, call CC after full GC, r=mccr8
2012-02-27 16:49:59 +02:00
Olli Pettay
adfb684e44
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
03ba164ce4
Merge last green PGO from inbound to central
2012-02-27 13:44:27 +01:00
Serge Gautherie
6624920293
Bug 728633. (Av2) Add ensureElementIsVisible() calls, to support having more items. r=bmcbride.
2012-02-27 10:44:36 +01:00
Tim Taubert
2a877d9dd5
merge m-c to fx-team
2012-02-27 09:44:06 +01:00
Mike Hommey
028d7959eb
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
a5f435fd9c
Bug 716544 - Define android NDK headers as system headers. r=khuey
2012-02-27 08:22:27 +01:00
Mike Hommey
bb2d9a7a21
Bug 729883 - Avoid linker warnings when starting up on Android. r=tglek
2012-02-27 08:19:20 +01:00
Serge Gautherie
94a99dc17a
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
7c64086a2f
Bug 730247 - Use byteslice coding for SafeBrowsing data. r=dcamp
2012-02-27 07:46:41 +01:00
Richard Newman
81fb296b48
Bug 730528 - Extract LooperThread from GeckoAppShell. r=blassey
2012-02-26 22:34:23 -08:00
Jeff Muizelaar
594829d2d3
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
b0e6ae9370
Bug 727905 - Zero width window handling in nsWindow.cpp crash. r=dougt
2012-02-26 19:59:22 -08:00
Masayuki Nakano
1b68741c61
Bug 728132 test_bug583533.html shouldn't use nsIDOMNSEvent::*_MASK r=smaug
2012-02-27 12:02:35 +09:00
Phil Ringnalda
2e98180c3d
Back out a7255af10a2a and da193f5b526b (bug 729403) for xpcshell assertions in test_TelemetryPing.js
2012-02-26 18:39:06 -08:00
Phil Ringnalda
b010f70fbe
Merge last PGO-green from inbound to central
2012-02-26 15:12:07 -08:00
Kartikaya Gupta
c3ea07fa03
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
b0bc59501b
Take out a line I inadvertently left in in cset ce31a3b140a2
2012-02-26 17:27:58 -05:00
Tim Taubert
89e75fee4c
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
d38bf6dd12
Backed out changeset bbd44e01ef9f (bug 683953)
2012-02-26 20:28:37 +01:00