Commit Graph

164338 Commits

Author SHA1 Message Date
Richard Newman
a848b04d5c Bug 961538 - Correctly extract bitmaps from stored icons in search preferences. r=mfinkle 2014-01-19 23:09:23 -08:00
Timothy Nikkel
491cf736ad Bug 931028. Remove app units per pixel argument from nsDisplayTransform::GetTransform. r=mattwoodrow
All callers were using, and should only be using, the same value.
2014-01-20 00:56:55 -06:00
Josh Aas
815698a5a8 Remove dead code. No bug. r=me 2014-01-19 23:11:14 -06:00
B2G Bumper Bot
8d79fed475 Bumping manifests a=b2g-bump 2014-01-19 21:06:01 -08:00
Josh Aas
eaf29efe5b Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE, NPAPI plugins. r=me/bent 2014-01-19 23:03:45 -06:00
B2G Bumper Bot
979f73d142 Bumping manifests a=b2g-bump 2014-01-19 20:06:58 -08:00
B2G Bumper Bot
d2f1e99efe Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/997156ae4add
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #15340 from huchengtw-moz/video/Bug_947103-visual-update-player

Bug 947103 - [Video] Update to refreshed video player, r=ivanovpavel

========

https://hg.mozilla.org/integration/gaia-central/rev/27babd36ee0c
Author: John Hu <johu@mozilla.com>
Desc: Bug 947103 - [Video] Update to refreshed video player
2014-01-19 20:06:13 -08:00
Benoit Girard
b60a7290fe Bug 941095 - Restore subpixelaa on HIDPI. r=backout 2014-01-19 22:31:02 -05:00
B2G Bumper Bot
2d3eb07522 Bumping manifests a=b2g-bump 2014-01-19 18:35:58 -08:00
B2G Bumper Bot
b26cd126f5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c94fb9636998
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #15002 from dominickuo/bug-949016

Bug 949016 - [music] include the missing css file in open.html, r=jimporter

========

https://hg.mozilla.org/integration/gaia-central/rev/928c52ba3121
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 949016 - [music] include the missing css file in open.html
2014-01-19 18:30:11 -08:00
Nick Alexander
77f1e6a5a1 Bug 961521 - Remove Launcher from FxAccountStatusActivity. r=rnewman 2014-01-19 17:56:20 -08:00
Matt Woodrow
175023e83d Bug 950553 - Use Moz2D for drawing in OrientedImage. r=seth 2014-01-20 14:17:38 +13:00
Mike Hommey
83c116b78a Bug 958404 - Recurse icu from top-level when building js. r=gps 2014-01-20 09:13:06 +09:00
Mike Hommey
231e76edbd Bug 958404 - Recurse ffi from top-level when building js. r=gps 2014-01-20 09:11:55 +09:00
Mike Hommey
5cb8d003cb Bug 958404 - Recurse mfbt from top-level when building js standalone. r=gps 2014-01-20 09:11:45 +09:00
Mike Hommey
f7fb7254c8 Bug 958404 - Use tiers for js build. r=gps 2014-01-20 09:11:37 +09:00
Mike Hommey
3b9965d800 Bug 959508 - Remove EXTERNALLY_MANAGED_MAKE_FILE traversal. r=gps 2014-01-20 09:10:33 +09:00
Mike Hommey
d279db7385 Bug 672509 - Add a make sdk rule at toplevel. r=gps 2014-01-20 09:10:12 +09:00
Mike Hommey
737f05c75c Bug 944650 - Allow mach to use a pristine GNU make if present and supported. r=gps 2014-01-20 09:09:56 +09:00
Timothy Nikkel
b2654ec621 Bug 931028. Transform matrices when used for painting related things should be in dev pixels and not CSS pixels. r=mattwoodrow 2014-01-19 17:30:36 -06:00
Gijs Kruitbosch
1ac3929ae9 Bug 961532 - get rid of win7-specific-but-really-identical inverted Toolbar.png for Australis, r?ttaubert 2014-01-19 21:57:51 +00:00
Nicholas Nethercote
bb6f46baf1 Bug 958376 - |mach valgrind-test|: Add a --suppressions option. r=gps.
--HG--
extra : rebase_source : 2e8e6618bb3b1a68ee25efb4c76acb8e53a5a4b2
2014-01-19 13:53:21 -08:00
Ryan VanderMeulen
bcf86fbe19 Merge m-c to fx-team. 2014-01-19 15:41:54 -05:00
Ryan VanderMeulen
d6d4c57e16 Merge m-c to inbound. 2014-01-19 15:41:22 -05:00
Ryan VanderMeulen
0439f91b53 Merge b2g-inbound to m-c. 2014-01-19 15:40:48 -05:00
Chris Kitching
2792ab117c Bug 961498: Prevent ICO decoder from exploding when faced with single-resource ICOs r=rnewman 2014-01-19 19:25:47 +00:00
Cameron McCormack ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
5eb40de2bc Bug 945105 patch 4: Add reftest. r=heycam
I confirmed that the test fails as expected without the patch, and
passes with the patch.
2014-01-19 11:04:57 -08:00
L. David Baron
5b9d1c52c2 Bug 945105 patch 3: Replace changes to ComputeStyleChangeFor with a check of GetPrevContinuationWithSameStyle to avoid the duplication in a way that still doesn't break direct restyling of an element whose continuations have different styles. r=heycam 2014-01-19 11:04:56 -08:00
L. David Baron
9a38f889bc Bug 945105 patch 2: Convert RestyleManager::ComputeStyleChangeFor from while loops to for loops to make it easier to add continue statements to it. r=heycam 2014-01-19 11:04:56 -08:00
L. David Baron
a57a73469c Bug 945105 patch 1: Revert the changes to RestyleManager::ComputeStyleChangeFor from bug 898333, patch 2, since they cause skipping (in addition to the desired skipping) of continuations that do need restyling, in the case of directly restyling an element where continuations have different styles. r=heycam 2014-01-19 11:04:56 -08:00
B2G Bumper Bot
e8d764bc8f Bumping manifests a=b2g-bump 2014-01-19 10:50:59 -08:00
B2G Bumper Bot
5254303f38 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/34bb6cda673a
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #15461 from Pike/bug-961009-disable-fxa-l10n

bug 961009, stop exposing fxa to l10n until it's done

========

https://hg.mozilla.org/integration/gaia-central/rev/da8ebea512f5
Author: Axel Hecht <axel@pike.org>
Desc: bug 961009, stop exposing fxa to l10n until it's done
2014-01-19 10:45:13 -08:00
B2G Bumper Bot
debde7af12 Bumping manifests a=b2g-bump 2014-01-19 10:20:58 -08:00
B2G Bumper Bot
a8ae34ca98 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f9b4bd2a4713
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #15431 from svic/Bug_960222

Bug 960222: Fix debug message and typo in NFC Manager.

========

https://hg.mozilla.org/integration/gaia-central/rev/9f7de65e7495
Author: Garner Lee <garner.lee@telekom.com>
Desc: Bug 960222: Fix debug message and typo in NFC Manager.
2014-01-19 10:20:13 -08:00
Tim Taubert
5982a00404 merge m-c to fx-team 2014-01-19 10:42:28 +01:00
Albert Crespell
3baed1d44a Bug 961007 - Data mobile usage is not counted. r=chucklee 2014-01-19 10:03:24 +01:00
Richard Newman
fb24098a5f Bug 929066 - Handle skew in HAWK requests. r=nalexander 2014-01-18 19:49:25 -08:00
Gavin Sharp
6027ae1cf8 Backed out changeset 4d2cefab5e0f (bug 960864) CLOSED TREE 2014-01-18 19:00:27 -08:00
Phil Ringnalda
09777cb478 Merge m-i to m-c 2014-01-18 15:17:10 -08:00
Olli Pettay
0353cc558e Bug 936604, null check event handler in event listener service, r=bz 2014-01-18 19:50:08 +02:00
AK
51681ea1af Bug 960997 - Change the DOMWebNotificationClicked handler to use window.focus() instead of focusManager.activeWindow = window. r=dao 2014-01-18 14:30:56 +01:00
Dão Gottwald
32337e9592 Bug 960864 - Initialize _destroyed as false such that it doesn't stay true when the binding gets destroyed and reconstructed. r=gavin 2014-01-18 14:30:09 +01:00
Dão Gottwald
3cbc153770 Backed out Australis changeset f9e54107a580 2014-01-18 14:23:49 +01:00
Dão Gottwald
26288ac98a Backed out Australis changeset b1494e03f231 2014-01-18 14:23:13 +01:00
Jan de Mooij
4d16d40ede Bug 959161 - Also use eager allocation for Array(x) inlined in Ion. r=luke 2014-01-18 14:11:11 +01:00
Jan de Mooij
30a6653283 Bug 952944 - Refactor JSOP_ARRAYPUSH. r=jorendorff 2014-01-18 13:55:56 +01:00
Jan de Mooij
532c7a7ee8 Bug 953337 - Set ImplicitlyUsed flag for inlined callees. r=nbp 2014-01-18 13:44:04 +01:00
stefanh@inbox.com
579105656d Bug 889085 - Make our sheets semi-transparent. r=mstange. 2014-01-18 12:52:22 +01:00
Markus Stange
9703b89906 Bug 889085 - Don’t draw CSS background color for themes root frames. r=roc. 2014-01-18 12:51:03 +01:00
stefanh@inbox.com
ebf7ea0f97 Bug 957209 - Don't set ewindowtype_sheet if parent is hidden window. r=smichaud. 2014-01-18 12:49:47 +01:00