Nathan Froyd
2d2214a738
Bug 722240 - Submit Telemetry only for official builds; r=taras
2012-02-01 23:42:20 -05:00
Joe Drew
e786e132ce
Bug 724137 - Support GL debug trace printouts for EGL. r=bjacob
2012-02-09 14:05:11 -05:00
Joe Drew
63d8193c1c
Bug 720467 - Update comments, which I forgot to commit.
2012-02-09 14:05:11 -05:00
Margaret Leibovic
b40c38d30f
Bug 724756 - removeBookmark can remove an arbitrary number of bookmarks. r=lucasr
2012-02-09 10:01:57 -08:00
Brian R. Bondy
ae85a7084c
Bug 722225 - Improve Firefox startup speed by ~5% (-70ms) on Windows by optimizing D3D10CreateDevice1. r=bas
2012-02-09 13:50:54 -05:00
Terrence Cole
7f6fc99890
Bug 720439 - Generalize the Chunk allocator; r=igor
...
These are currently hard-coded to the size and alignment required by Chunk.
Since we will need almost identical allocators for the new Nursery and
WriteBuffer required for GenerationalGC, we should just generalize the
existing Chunk allocator.
--HG--
extra : rebase_source : 50995c0bf3b6f35c8b4fe64efc13a433174bdb3f
2012-01-23 14:43:01 -08:00
Wes Johnston
e04146f51d
Bug 704682 - Add passwords content provider. r=blassey,gpascutto
2011-12-16 15:11:09 -08:00
Wes Johnston
b46635199b
Bug 718817 - Tests for deleted passwords database migration. r=dolske
2012-02-09 09:56:03 -08:00
Wes Johnston
7566c55a51
Bug 718817 - Create a deleted passwords table for sync. r=dolske
2012-02-09 09:56:03 -08:00
Chris Lord
1defbc60ca
Bug 724928 - Tell Gecko not to draw areas we aren't interested in. r=kats
...
Alter GeckoSoftwareLayerClient.beginDrawing so that it can return a rectangle
of the buffer that it's interested in. Gecko then uses this to clip the dirty
region, which often saves on unnecessary drawing during flings.
2012-02-09 17:28:10 +00:00
Hub Figuière
208b42a438
Bug 721947 - use nsIPresShell instead of nsIWeakShell. r=surkov
2012-02-09 08:49:17 -08:00
Hub Figuiere
1a89e76291
Bug 673405 - Rename GetDocAccessible() to Document(). r=surkov
2011-11-09 14:52:00 -08:00
Hub Figuière
63a85c553a
Bug 672504 - Don't keep pointer to weak presshell in accessible. r=surkov
2012-02-07 14:38:54 -08:00
Ed Morley
7307ed3da9
Backout 1ca8d5a931ac (bug 720799), e4781b684008 (bug 720795), 8a4e12d93a23 & 1fc8123a2ea4 (bug 720794) for bustage
2012-02-09 16:42:07 +00:00
Azat Tymerkaev
a9b8806446
Bug 609107 - Updated toolbarbutton dropmarker. r=dao
...
--HG--
rename : browser/themes/winstripe/mainwindow-dropdown-arrow-aero.png => browser/themes/winstripe/searchbar-dropdown-arrow-aero.png
rename : browser/themes/winstripe/mainwindow-dropdown-arrow.png => browser/themes/winstripe/searchbar-dropdown-arrow.png
2012-02-09 17:19:03 +01:00
Mounir Lamouri
62a283786d
Bug 720799 - Don't use mDocShell in nsScreen. r=jst
2012-02-06 16:31:16 +01:00
Mounir Lamouri
d7b22aa947
Bug 720795 - Screen Orientation API reading and event implementation in Android. r=dougt
2012-02-09 11:29:44 +01:00
Mounir Lamouri
78778ee58e
Bug 720794 - Part 2 (DOM) - Implement reading and event parts of Screen Orientation API. r=jst sr=sicking
2012-02-09 16:55:54 +01:00
Mounir Lamouri
9a91fc2028
Bug 720794 - Part 1 (HAL) - Implement reading and event parts of Screen Orientation API. r=cjones
2012-02-07 13:23:45 +01:00
Simon Montagu
db8c979547
Improve the tests for end of output block. Bug 718573, r=emk
2012-02-09 17:50:48 +02:00
Benjamin Smedberg
d3e6af1ca9
Bug 725015 - Always deliver category-change notifications asynchronously. This is required because extensions need the JavaScript-global-property category to work, but we always register contracts at the "end" of a chrome.manifest so that they will always be after the CIDs, but that means that they are after the categories are registered. r=bz
...
--HG--
extra : rebase_source : 495126e85c6a76697610cb5eceab124871b8c5db
2012-02-09 10:41:16 -05:00
Benjamin Smedberg
31e8a33aa9
Test for bug 725016 - extensions which add categories in their chrome.manifest expect that they contract they refer to will be available when the category observer notification is fired.
...
--HG--
extra : rebase_source : d5ee7c20f54a1d3a7b14051bdf0ba309fc6aee17
2012-02-08 14:00:07 -05:00
Joel Maher
ea3e6037cf
Bug 717018 - merge robotium logs into a single logfile. r=gbrown,jhammel
2012-02-09 08:49:00 -05: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
Mounir Lamouri
c8c04772bd
Bug 720799 - Don't use mDocShell in nsScreen. r=jst
2012-02-06 16:31:16 +01:00
Mounir Lamouri
8ad303fbe4
Bug 720795 - Screen Orientation API reading and event implementation in Android. r=dougt
2012-02-09 11:29:44 +01:00
Mounir Lamouri
78ec05a20b
Bug 720794 - Part 2 (DOM) - Implement reading and event parts of Screen Orientation API. r=jst sr=sicking
2012-02-09 11:29:09 +01:00
Mounir Lamouri
d14a9f14d3
Bug 720794 - Part 1 (HAL) - Implement reading and event parts of Screen Orientation API. r=cjones
2012-02-07 13:23:45 +01:00
Mounir Lamouri
983257aab9
Merge mozilla-central into mozilla-inbound.
2012-02-09 11:31:59 +01:00
Marco Bonardo
4f32695f7b
Bug 723165 - Telemetry for time needed to show the Bookmarks toolbar.
...
r=dietrich
2012-02-09 11:10:15 +01: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
Aryeh Gregor
203e2b77b0
Bug 725036 - 'perspective' property doesn't reject negative numbers r=matt.woodrow
2012-02-07 14:43:28 -05:00
Jacek Caban
bb24b0c55c
Bug 670096 - cairo fails to compile on mingw with D2D and DWrite enabled r=bas.schouten
2012-02-09 11:04:54 +01:00
Philipp Wagner
fd6ddb3739
Bug 724873 - Don't include nsString.h in nsIXPathEvaluatorInternal.h; r=bsmedberg
2012-02-08 18:28:07 +01:00
Aryeh Gregor
bd912b4ef8
Bug 715946 - Don't return percentages for computed value of transform-origin/perspective-origin. r=bz
2012-02-07 15:40:02 -05: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