Commit Graph

86201 Commits

Author SHA1 Message Date
Ms2ger
78225b5654 No bug - Remove unused variable 'gen'; r=smaug 2012-02-10 11:04:45 +01:00
Ms2ger
ccee066e87 No bug - Propagate false return value from xpc_qsThrowMethodFailedWithDetails; r=bz 2012-02-07 21:31:29 +01:00
Ms2ger
b5ab39ac78 Bug 712378 followup - Fix incorrect license headers; r=sparky 2012-02-10 11:04:44 +01:00
Joel Maher
552586ebdf Bug 725716 - upload a new talos.zip for windows and linux rss collection. r=armenzg 2012-02-09 14:46:25 -05:00
Tim Taubert
1fd3606984 Backed out changeset b3a4b572a634 (bug 715402) 2012-02-09 20:20:30 +01:00
Mike Hommey
694aae37c3 Bug 725736 - Properly wrap getaddrinfo and related symbols (regression from bug 683127 part 2) r=dougt 2012-02-09 19:51:00 +01:00
Ed Morley
920cd550a4 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-09 17:54:45 +00:00
Chris Lord
e86dad71db Bug 722325 - Revert bug 720987 for transformed frames. r=roc
The fix checked in for bug 720987 caused a major rendering regression with
native fennec. Revert it for transformed frames until the correct fix is found.
2012-02-09 16:42:14 +01:00
Ed Morley
08ace01a8b Backout 79121553f728 (bug 720799), 4a763183482f (bug 720795), e965486f4b50 & 4a7c7c6b9b11 (bug 720794) for failing to build on any platform 2012-02-09 12:06:50 +00:00
Chris Lord
177e9b70c4 Bug 725255 - Improve checkerboarding telemetry. r=jmaher
Change robotium to report on the average 'completeness' of rendered frames,
instead of the amount of frames with checkerboarding. Also change testCheck to
pan in a more humanly-possible way, and to change direction, which gives us
more useful numbers.
2012-02-09 11:37:17 +00:00
Tim Taubert
8b64026974 merge m-c to fx-team 2012-02-09 09:28:33 +01:00
Benjamin Smedberg
c33b41a652 Bug 723473: Fix crash with Flashblock, regression from bug 90268. r=josh 2012-02-08 18:15:16 -05:00
Serge Gautherie
9c30509e0d Bug 725349. (Av1) Add a missing space to log messages. r=gavin.sharp.
DONTBUILD (log-string only).
2012-02-08 19:45:48 +01:00
Kyle Huey
1584900fa4 Fix Bug 657588. r=bsmedberg 2012-02-08 09:27:29 -08:00
Dietrich Ayala
c11682f27e Bug 715402 - Wait for chrome MozAfterPaint before executing any code not critical to making the initial window visible; r=gavin 2012-02-08 17:46:51 +01:00
Tim Taubert
a465dda184 Bug 695705 - Intermittent TEST-UNEXPECTED-FAIL | browser/base/content/test/tabview/browser_tabview_bug628061.js | There are two groups - Got 1, expected 2; r=dietrich 2012-02-08 17:46:51 +01:00
Marco Bonardo
fef9cf6db3 Merge central to inbound 2012-02-08 09:24:40 +01:00
Marco Bonardo
faa6279f01 Backout 7a8b935ab596 (bug 674370) for Paint regression 2012-02-08 09:23:40 +01:00
Andreas Gal
dc71825c9e Compress input events in gonk backend (bug 718914, r=cjones). 2012-02-07 22:42:44 -08:00
Karl Tomlinson
cf0f817506 b=724966 make sure to set sRetryGrabTime for retrying grabs r=roc
--HG--
extra : transplant_source : v%A5qVLv%7E%D8%0D%0C%8F%7F%C3%40%AEV%86%E5%BDT
2012-02-08 09:51:15 +13:00
Serge Gautherie
be41c83ac8 Bug 725045. (Av1) pushPrefEnv() param is "clear" not "remove". r=jmaher.
DONTBUILD (comment-only).
2012-02-07 22:05:18 +01:00
Ed Morley
7880fbd256 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-07 20:55:09 +00:00
Tim Taubert
43bfed50d2 merge m-c to fx-team 2012-02-07 20:11:47 +01:00
Marco Bonardo
a1a8faaa6e Bug 723924 - Telemetry for time needed for a single frecency update.
r=dietrich
2012-02-07 16:01:07 +01:00
Marco Bonardo
2fc2a4e45e Bug 723925 - Telemetry for number and size of annotations.
r=dietrich
2012-02-07 16:00:55 +01:00
Marco Bonardo
0b52278b1a Bug 723044 - Don't trigger moz_hosts frecency update when updating frecency on idle.
r=dietrich
2012-02-07 15:59:09 +01:00
Marco Bonardo
ccfb935009 Bug 724805 - Bug 723126 broke PlacesDBUtils add-ons compatibility.
r=dietrich
2012-02-07 15:59:07 +01:00
Marco Bonardo
fbdf8f5998 Backout 683c21514e28, c22a4f1815c6, adb8a322cbe3, 415f3b807d45, 25edb41d0119 (bug 629200) for Dromaeo(DOM) regressions 2012-02-07 15:57:03 +01:00
Brian Nicholson
47310bffbf Bug 721776 - Bookmark is removed from bookmark list only after reboot when removed (r=mfinkle) 2012-02-07 14:47:56 +00:00
Lucas Rocha
aa6eea1787 Bug 721776 - Don't remove bookmark from DB in the main thread (r=mfinkle) 2012-02-07 14:47:54 +00:00
Jignesh Kakadiya
3d1848660e Bug 596515 - Add a possibility of styling form:invalid. r=mounir 2012-02-07 13:51:49 +01:00
Mounir Lamouri
237bb2775e Bug 724839 - Use input:invalid in tests style instead of :invalid. r=smaug 2012-02-07 13:53:21 +01:00
Mounir Lamouri
23a4b67dfc Bug 720130 - Tab key shouldn't focus plugins unless tabindex is set. r=smaug 2012-02-07 13:52:45 +01:00
Brian R. Bondy
d8e43093e3 Bug 724256 - Optimize move file calls on Windows, saving about 2ms per call (1 call on startup). r=bsmedberg 2012-02-07 08:58:17 -05:00
Marco Bonardo
f73c8b5198 Merge central to inbound 2012-02-07 14:25:00 +01:00
Trevor Saunders
2227b9e1b6 bug 672507 - merge nsIAccessNode and nsIAccessible r=davidb, surkov 2012-02-07 08:18:33 -05:00
Masayuki Nakano
552f741f0e Bug 724471 WM_IME_ENDCOMPOSITION handler should do nothing if it's followed by WM_IME_COMPOSITION r=emk 2012-02-07 22:16:41 +09:00
Panagiotis Astithas
6eef8acd63 Bug 724832 - Fix mochitest leaks after the latest merge from fx-team; r=rcampbell 2012-02-07 14:20:14 +02:00
Mats Palmgren
78c681b88a Bug 724432 - Skip UpdateOverflow if we did Reflow. Don't propagate UpdateOverflow in ReResolveStyleContext. r=roc 2012-02-07 12:31:47 +01:00
Mats Palmgren
ef1bc3cb18 merge backout 2012-02-07 12:31:44 +01:00
Mats Palmgren
3851b75d5a Backout Part 4 of bug 524925 (73eaf1199ff0). r=roc 2012-02-07 12:31:37 +01:00
Mats Palmgren
a331194ebb merge backout 2012-02-07 12:31:30 +01:00
Mats Palmgren
b9dc5684a2 Backout bug 719177 (2cae7e5c62ae,07bd73451aa4,13739446fc8e,0246973f2513,f222fbece983,8f11aaac24dc). r=roc 2012-02-07 12:31:24 +01:00
Mats Palmgren
7bf2f236e2 merge backout 2012-02-07 12:31:19 +01:00
Mats Palmgren
552d7fe311 Backout bug 722117 (a5569fc4c390). r=roc 2012-02-07 12:31:14 +01:00
Mats Palmgren
8d93bc8689 merge backout 2012-02-07 12:31:08 +01:00
Mats Palmgren
1404cfac3b Backout bug 722325 (a8b8c4489e4e). r=roc 2012-02-07 12:31:03 +01:00
Ed Morley
375001a8d9 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-07 10:22:34 +00:00
Marco Bonardo
12fc83ba67 Bug 691419 follow-up: remove the aero icon from winstripe jar.mn 2012-02-07 10:57:51 +01:00
Marco Bonardo
3cb51695d8 Bug 722254 - Add an XPCOMUtils method to generate a singleton factory.
Use the new factory in Places js services, to ensure they can't be instanced multiple times.
r=bsmedberg
2012-02-07 10:17:42 +01:00