Commit Graph

374109 Commits

Author SHA1 Message Date
Wes Kocher
4aa8fd9594 Merge m-c to fx-team on a CLOSED TREE a=merge 2014-07-28 20:24:14 -07:00
Wes Kocher
a68c339865 Merge m-c to b2g-inbound on a CLOSED TREE a=merge 2014-07-28 20:23:07 -07:00
Wes Kocher
af7fc07366 Merge m-c to inbound on a CLOSED TREE 2014-07-28 20:21:28 -07:00
Wes Kocher
e365871f17 Bug 1045419 - Disable test_crash_manager.js for failures on a CLOSED TREE r=me 2014-07-28 20:14:19 -07:00
Wes Kocher
1ce0c3e306 Merge m-c to inbound on a CLOSED TREE 2014-07-28 18:51:24 -07:00
Mike Hommey
cfe210283a Followup for bug 1043869 to remove test_link_deps from python/moz.build on a CLOSED TREE. r=gps 2014-07-29 10:21:57 +09:00
B2G Bumper Bot
705c260b9d Bumping manifests a=b2g-bump 2014-07-28 18:17:14 -07:00
B2G Bumper Bot
b577f42a9f Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5a43129638f3
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #22178 from mikehenrty/bug-1036191-import-headers

Bug 1036191 - include font utils in import page

========

https://hg.mozilla.org/integration/gaia-central/rev/d1d597ef6e34
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1036191 - include font utils in import page

========

https://hg.mozilla.org/integration/gaia-central/rev/d0f6d20d3ced
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #22089 from davidflanagan/bug1041710

Bug 1041710: Ensure that wallpaper images always exactly match the size of the screen r=mhenretty, timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/00056526c390
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 1041710: ensure that wallpaper size always exactly matches screen size

when computing screen size for wallpaper pick activity use Math.ceil to get 854 instead of 853.5 for FWVGA

Unit tests for wallpaper_manager.js plus fix a broken bootstrap test

address review comments

address review comments

remove special low-tolerance case for PNG image comparison in image_utils unit test because it caused failures on TBPL

========

https://hg.mozilla.org/integration/gaia-central/rev/630f84891042
Author: KWierso <kwierso@gmail.com>
Desc: Revert "Merge pull request #22188 from sfoster/bug-1038630-tutorial-init-then-begin" for Gu bustage

This reverts commit 6ab481f9cbe4be2f6f869ff60a585df236462762, reversing
changes made to d3bef98df6343948638d81acb5c6e42e5ab6010e.
2014-07-28 18:15:49 -07:00
Wes Kocher
dc66e0c546 Merge m-c to fx-team on a CLOSED TREE 2014-07-28 17:27:46 -07:00
Wes Kocher
0299e1b8be Merge m-c to b2g-inbound on a CLOSED TREE 2014-07-28 17:25:49 -07:00
Andrew McCreight
804444884c backed out c6691cff88a4 (bug 1044598 pt 3) for lots of leaks on this CLOSED TREE 2014-07-28 17:14:05 -07:00
Mike Hommey
8a18972a02 Bug 1044458 - Work around l10n jobs cherry-picking parts of the build system on a CLOSED TREE. r=mshal,a=ryanvm 2014-07-29 09:01:58 +09:00
Mike Hommey
99fdc4c1d6 Bug 1043869 - Derive build dependencies for programs and libraries from make backend data instead of getting them from expandlibs. r=mshal 2014-07-29 08:59:56 +09:00
Mike Hommey
c48f53e37a Bug 1043865 - Remove the remainder of compilation bits from the libs tier. r=gps 2014-07-29 08:59:27 +09:00
Mike Hommey
179299ea01 Bug 1043862 - Make the binaries target use the compile tier. r=gps 2014-07-29 08:58:28 +09:00
Mike Hommey
2bab6202af Bug 1043820 - Remove PARALLEL_DIRS. r=gps 2014-07-29 08:57:59 +09:00
Mike Hommey
5f6ba110e6 Bug 1043802 - Remove TOOLS_DIRS and TEST_TOOLS_DIRS. r=gps 2014-07-29 08:55:55 +09:00
Mike Hommey
416b7e7516 Bug 1043954 - Export nspr headers in a different directory during the target rule. r=gps 2014-07-29 08:53:48 +09:00
B2G Bumper Bot
8075a67a25 Bumping manifests a=b2g-bump 2014-07-28 16:51:57 -07:00
Chris Manchester
39f2cb9cf8 Bug 1045255 - Add back global logging setup removed in bug 886570 needed for leak logging on a CLOSED TREE.;r=gps 2014-07-28 19:51:55 -04:00
B2G Bumper Bot
eb92328f24 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c158fdbb80aa
Author: Zac <zcampbell@mozilla.com>
Desc: Revert "Bug 1045001 - Xfail Video recording tests because Bug 1044317"

This reverts commit f5df0d055439ace84cbd2c39258a51ab0db3db24.
2014-07-28 16:50:34 -07:00
Bobby Holley
c6baf63480 Bug 1042996 - Remove the special JSContext for Sandboxes. r=bobowen,r=gabor 2014-07-28 14:55:51 -07:00
Bobby Holley
64bceb7f48 Bug 1042996 - Always set an explicit version in evalInSandbox. r=gabor
If setVersion() is not invoked on compileOptions, it ends up with
JSVERSION_UNKNOWN, which invokes findVersion() on the JSContext, which does a
bunch of crazy hunting of previous scripted stack frames that we most certainly
don't want for sandboxes, which are supposed to be controlled environments.
Using a separate JSContext in evalInSandbox isolates us from these effects, so
once we stop doing that we need to be more explicit here.
2014-07-28 14:55:51 -07:00
Mark Finkle
0d3f68895a Bug 1043920 - Reader mode (ambient light detection) prevents device from sleeping r=margaret 2014-07-28 17:16:30 -04:00
B2G Bumper Bot
5edddf5796 Bumping manifests a=b2g-bump 2014-07-28 13:36:28 -07:00
B2G Bumper Bot
2928fc6c66 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2c2c0534c3db
Author: Sam Foster <sam@sam-i-am.com>
Desc: Merge pull request #22188 from sfoster/bug-1038630-tutorial-init-then-begin

Bug 1038630 - Split Tutorial init into init, begin methods.

* init early in FTU, call start from 'Get started' button
* Dont wait to loadConfig in ftu AppManager
* Add 1.3..2.1 and 1.4..2.1 upgrade steps for easier testing on master
* Remove unused ensureConfig
* Fix tutorial init/start logic in FTU AppManager
* Add jsdocs for Tutorial
* Remove surplus Tutorial.init call from UIManager

========

https://hg.mozilla.org/integration/gaia-central/rev/61baa3809d03
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1038630 - Split Tutorial init into init, start methods.

* init early in FTU, call start from 'Get started' button
* Dont wait to loadConfig in ftu AppManager
* Add 1.3..2.1 and 1.4..2.1 upgrade steps for easier testing on master
* Remove unused ensureConfig
* Fix tutorial init/start logic in FTU AppManager
* Add jsdocs for Tutorial
* Remove surplus Tutorial.init call from UIManager

========

https://hg.mozilla.org/integration/gaia-central/rev/4d66e63df5f3
Author: Michał Budzyński <michal@virtualdesign.pl>
Desc: Merge pull request #22225 from michalbe/Bug-1041455-nfc-new

Bug 1041455 - Shrinking UI fix on Contact List after adding new contact

========

https://hg.mozilla.org/integration/gaia-central/rev/7f1be9eb7dc8
Author: Michal Budzynski <michal@virtualdesign.pl>
Desc: Bug 1041455 - Shrinking UI fix on Contact List after adding new contact
2014-07-28 13:30:33 -07:00
Ryan VanderMeulen
5c20e8c063 Merge m-c to b2g-inbound. a=merge CLOSED TREE. 2014-07-28 15:04:33 -04:00
Ryan VanderMeulen
5183c902b6 Backed out changeset a04107c24084 (bug 1037662) for Windows B2G bustage.
CLOSED TREE
2014-07-28 14:47:46 -04:00
Ryan VanderMeulen
dff012e107 Bug 1045153 - Disable test_bug866575.html on B2G debug while the near perma-fail is investigated. a=me 2014-07-28 14:38:43 -04:00
Ryan VanderMeulen
5ba6449a65 Backed out changesets 81f96f02263f and fd84374f63f1 (bug 903291) for causing frequent B2G crashtest timeouts. 2014-07-28 14:31:33 -04:00
Sam Foster
58d84e4782 Bug 1040146 - Copy existing deviceinfo.os into previous_os when populating settings. r=fabrice 2014-07-28 11:13:10 -07:00
Fabrice Desré
06c91b453a Bug 1037662 - Grant Firefox Accounts (FxA) access to web payment providers r=ferjm 2014-07-28 11:06:00 -07:00
B2G Bumper Bot
ed41562209 Bumping manifests a=b2g-bump 2014-07-28 10:41:21 -07:00
B2G Bumper Bot
6e24fb6bcf Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9863517bfb59
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #22187 from mcav/kill-unused-connections

Bug 1042197 - [Email] Close IMAP connections. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/1ccba738ea37
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 1042197 - [Email] Close IMAP connections. r=asuth
2014-07-28 10:35:33 -07:00
B2G Bumper Bot
6602885658 Bumping manifests a=b2g-bump 2014-07-28 10:26:36 -07:00
B2G Bumper Bot
23fb8180d5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4d2fb3417053
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #22186 from mcav/improved-retry-logic

Bug 1042190 - [Email] Improve IMAP retry logic. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/3e7cbc4734dc
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Bug 1042190 - [Email] Improve IMAP retry logic. r=asuth
2014-07-28 10:20:34 -07:00
B2G Bumper Bot
9d07349c94 Bumping manifests a=b2g-bump 2014-07-28 10:11:24 -07:00
B2G Bumper Bot
f94380ecb7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2ff8b89f2004
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #22092 from millermedeiros/1042422-refresh-disabled

Bug 1042422 - [B2G][Calendar] Refreshing calendar causes events to be pu.lled down for accounts that are disabled r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/4e684365da93
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1042422 - [B2G][Calendar] Refreshing calendar causes events to be pulled down for accounts that are disabled
2014-07-28 10:05:29 -07:00
B2G Bumper Bot
cfa46e5599 Bumping manifests a=b2g-bump 2014-07-28 09:12:45 -07:00
B2G Bumper Bot
ca7c3a2c99 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3669bf08c4a5
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1045023 - Ensure that the GaiaGrid component is loaded before it is used r=kgrandon
2014-07-28 09:05:27 -07:00
B2G Bumper Bot
074ada3321 Bumping manifests a=b2g-bump 2014-07-28 08:47:49 -07:00
B2G Bumper Bot
803f8da8e4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/93b6be5e33f6
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Merge pull request #22003 from jaoo/1038749

Bug 1038749 - [B2G][Audio Channel]After playing sound through front speaker, all sound will play through front speaker instead of speakerphone. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/86c6a4d5f462
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 1038749 - [B2G][Audio Channel]After playing sound through front speaker, all sound will play through front speaker instead of speakerphone
2014-07-28 08:40:23 -07:00
B2G Bumper Bot
5944fa0b69 Bumping manifests a=b2g-bump 2014-07-28 08:27:33 -07:00
B2G Bumper Bot
113d3361d1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d6a0f6acfa82
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #22218 from vingtetun/chromebar-additional2

Bug 1044423 - Add more logics to AppChrome.js. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/eeb437204a33
Author: Vivien Nicolas <vnicolas@mozilla.com>
Desc: Bug 1044423 - Add more logics to AppChrome.js. r=etienne
2014-07-28 08:25:31 -07:00
B2G Bumper Bot
86117636e6 Bumping manifests a=b2g-bump 2014-07-28 08:12:30 -07:00
B2G Bumper Bot
cf2465d374 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3c5ae69f1d72
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #22205 from lodr/bug-1034735-installing-when-low-battery

Bug 1034735 -  [System][OTA] When the device is plugged-in, it should not block OTA even the energy is lower than 50%
r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/98dbf45597a7
Author: Salvador de la Puente <salva@unoyunodiez.com>
Desc: Bug 1034735 -  [System][OTA] When the device is plugged-in, it should not block OTA even the energy is lower than 50%
2014-07-28 08:10:28 -07:00
Daniel Holbert
ff3ada8eb7 Bug 1045110 - Add parens around assignment in "while" condition, to silence GCC Wparentheses warning. r=njn 2014-07-28 17:09:00 +02:00
B2G Bumper Bot
f99389af0c Bumping manifests a=b2g-bump 2014-07-28 07:31:16 -07:00
B2G Bumper Bot
f4fbf955eb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6a6db1dac429
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #21414 from mdotoum/clock-issue-964036

Bug 964036 - (gaia-rtl) Support RTL for Clock App r=nefzaoui

========

https://hg.mozilla.org/integration/gaia-central/rev/580239bc1c99
Author: MD Otoum <md.otoum@gmail.com>
Desc: Bug 964036 - (gaia-rtl) Support RTL for Clock App r=nefzaoui
2014-07-28 07:25:31 -07:00
Carsten "Tomcat" Book
aeabc85ae7 Merge mozilla-central to b2g-inbound 2014-07-28 16:06:50 +02:00