Commit Graph

185167 Commits

Author SHA1 Message Date
B2G Bumper Bot
afa3006225 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6ee13e4ebf6f
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #19640 from pacorampas/confirmation-margins-994653

[System] no left margin at the beginning of the Confirmation prompts r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/6d0a796f87d4
Author: Paco Rampas <pacorampas@gmail.com>
Desc: [System] no left margin at the beginning of the Confirmation prompts
2014-05-29 00:25:51 -07:00
Bevis Tseng
0b2255edde Bug 1008557 - setUiccSubscription when the RadioState is ready. r=htsai 2014-05-27 16:35:14 +08:00
Jose Antonio Olivera Ortega
317e98ac11 Bug 1006380 - Set phone in PHONE_STATE_IN_COMMUNICATION audio state when telephony audio channel is in use. r=mchen 2014-05-29 09:20:42 +02:00
Szu-Yu Chen [:aknow]
d1e2bafcea Bug 1017413 - Make sure emulator command is ok. r=hsinyi 2014-05-29 15:15:21 +08:00
Vincent Chang
593705b26e Bug 774582 part2 - Unable to know if there is a user connected to Wifi tethering network. r=mrbkap 2014-05-29 13:50:57 +08:00
Vincent Chang
8fb5dc9b5e Bug 774582 - Unable to know if there is a user connected to Wifi tethering network. r=mrbkap 2014-01-22 16:37:40 +08:00
B2G Bumper Bot
04fd9e2b75 Bumping manifests a=b2g-bump 2014-05-29 00:06:27 -07:00
B2G Bumper Bot
9c2c7626fb Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4544fae7317b
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #19538 from evanxd/bug-1014475

Bug 1014475 - Re-enable the disabled marionette tests for System app

========

https://hg.mozilla.org/integration/gaia-central/rev/ce30a72fa777
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 1014475 - Close app without using marionette-apps module

========

https://hg.mozilla.org/integration/gaia-central/rev/3f60d1345003
Author: Albert <acperez@tid.es>
Desc: Merge pull request #19465 from acperez/bug-1013611

Bug 1013611: Enable app:// for resources in single variant build process

========

https://hg.mozilla.org/integration/gaia-central/rev/4196c711afcc
Author: Albert <acperez@tid.es>
Desc: Bug 1013611: Enable app:// for resources in single variant build process
2014-05-29 00:00:59 -07:00
B2G Bumper Bot
12af16731d Bumping manifests a=b2g-bump 2014-05-28 23:51:31 -07:00
B2G Bumper Bot
4d15ab179a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b6833b91863b
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #19702 from steveck-chung/message-vr-delivery-read-icon

Bug 1010093 - [Message] Visual refresh for delivery/read report icon in thread view. r=azasypkin

========

https://hg.mozilla.org/integration/gaia-central/rev/30c5e2704fba
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 1010093 - [Message] Visual refresh for delivery/read report icon in thread view. r=azasypkin
2014-05-28 23:46:01 -07:00
B2G Bumper Bot
e8cb288ac1 Bumping manifests a=b2g-bump 2014-05-28 23:06:33 -07:00
B2G Bumper Bot
3d3f2b78cc Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/120c9928e015
Author: evelynhung <jj.evelyn@gmail.com>
Desc: Merge pull request #19736 from pivanov/bug-1017027

Bug 1017027 - [Flame][Settings] - Fuzzy images, r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/2baf694b1504
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1017027 - [Flame][Settings] - Fuzzy images
2014-05-28 23:00:59 -07:00
B2G Bumper Bot
71da6cda1a Bumping manifests a=b2g-bump 2014-05-28 21:16:27 -07:00
B2G Bumper Bot
102cc5ec9f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a9161ba1e932
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #19649 from azasypkin/bug-1011654-sent-audio

Bug 1011654 - [B2G][SMS]Opening the messages app after sending a message from the Call log causes the sent notification sound to occur a second time. r=schung

========

https://hg.mozilla.org/integration/gaia-central/rev/2016675ae2f2
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1011654 - [B2G][SMS]Opening the messages app after sending a message from the Call log causes the sent notification sound to occur a second time. r=schung
2014-05-28 21:10:52 -07:00
Eric Chou
147437e906 Bug 1015826 - Dispatch part of BondStateChangedCallback to main thread, r=tzimmermann 2014-05-29 11:24:09 +08:00
Eric Chou
e0f5c75ecf Bug 1015826 - Dispatch part of RemoteDevicePropertiesCallback to main thread, r=tzimmermann 2014-05-29 11:24:07 +08:00
Eric Chou
d58e778695 Bug 1015826 - Use Atomic to ensure thread-safe, r=tzimmermann 2014-05-29 11:24:05 +08:00
Eric Chou
b4286968bc Bug 1015826 - Dispatch part of AdapterPropertiesCallback to main thread, r=tzimmermann
Please note that sSetPropertyRunnableArray[0] should be fired after
firing "PropertyChanged" to BluetoothAdapter, however this is not
guaranteed in current implementation. This patch also fixed this
potential problem.
2014-05-29 11:24:03 +08:00
Eric Chou
fce091a6e1 Bug 1015826 - Remove unneccessary variable sIsBtEnabled to avoid racing issues, r=tzimmermann 2014-05-29 11:24:02 +08:00
B2G Bumper Bot
dd41a4b22c Bumping manifests a=b2g-bump 2014-05-28 20:21:39 -07:00
B2G Bumper Bot
4a36ef93ea Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 961980 - [Settings] preview the tones in the sound region when adjusting the sliders, r=crh0716

========

https://hg.mozilla.org/integration/gaia-central/rev/0c01c5b7ee57
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 961980 - [Settings] preview the tones in the sound region when adjusting the sliders
2014-05-28 20:16:11 -07:00
B2G Bumper Bot
7540a2a663 Bumping manifests a=b2g-bump 2014-05-28 19:36:33 -07:00
B2G Bumper Bot
47726defb4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8a154c7caaca
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Merge pull request #19565 from justindarc/bug1011106

Bug 1011106 - [B2G][FM Radio]User can unintentionally edge gesture swipe...

========

https://hg.mozilla.org/integration/gaia-central/rev/3543fad91de2
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Bug 1011106 - [B2G][FM Radio]User can unintentionally edge gesture swipe while changing radio stations
2014-05-28 19:31:05 -07:00
B2G Bumper Bot
16e77625b3 Bumping manifests a=b2g-bump 2014-05-28 18:28:15 -07:00
B2G Bumper Bot
e5c8d05a3e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c31adc354aab
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #19054 from crh0716/973453

Bug 973453 - Separate root panel r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/cc0b13e1c21f
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 973453 - Separate root panel
2014-05-28 18:26:04 -07:00
Wes Kocher
c588683d4a Merge m-c to b2g-inbound 2014-05-28 17:24:37 -07:00
B2G Bumper Bot
81fdae258f Bumping manifests a=b2g-bump 2014-05-28 17:06:21 -07:00
B2G Bumper Bot
afca56780c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8ff194bcc867
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #19692 from millermedeiros/1013096-hard-coded-date-structures

Bug 1013096 - [Calendar] Month View: don't hard-code date structures r=evanxd

========

https://hg.mozilla.org/integration/gaia-central/rev/a30bd377ef80
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1013096 - [Calendar] Month View: don't hard-code date structures
2014-05-28 17:00:45 -07:00
Wes Kocher
64b9c15c25 Backed out changeset 94eef72cb9b7 (bug 993901) for causing OSX bc1 to frequently fail in browser_tabopen_reflows.js 2014-05-28 17:00:32 -07:00
Wes Kocher
99101b501a Backed out changeset 9e93a0ac18a0 (bug 993904) for depending on 94eef72cb9b7, which I'm about to back out for bustage 2014-05-28 16:59:30 -07:00
B2G Bumper Bot
0673d907d2 Bumping manifests a=b2g-bump 2014-05-28 16:26:18 -07:00
B2G Bumper Bot
2068b19d87 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5c8cd3f21b4a
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #19687 from arcturus/bug-1016410

Bug 1016410 - [Contacts] Fix unit tests with a newer mocha  r=bkelly r=juliene

========

https://hg.mozilla.org/integration/gaia-central/rev/4a82a5eb34cb
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 1016410 - [Contacts] Fix unit tests with a newer mocha
2014-05-28 16:20:47 -07:00
B2G Bumper Bot
96c3d9235d Bumping manifests a=b2g-bump 2014-05-28 15:46:24 -07:00
B2G Bumper Bot
b55434d238 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/635f3ec488f5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1014404 - Remove mocha.globals r=lightsofapollo

========

https://hg.mozilla.org/integration/gaia-central/rev/10e030d7e663
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #19737 from KevinGrandon/bug_1007352_update_node_modules

Bug 1007352 - Update gaia node modules

========

https://hg.mozilla.org/integration/gaia-central/rev/d408990cdc43
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1007352 - Update gaia node modules
2014-05-28 15:40:47 -07:00
B2G Bumper Bot
29ef09c31c Bumping manifests a=b2g-bump 2014-05-28 13:38:08 -07:00
Ryan VanderMeulen
09f87e0587 Merge m-c to b2g-inbound. 2014-05-28 16:29:36 -04:00
Ryan VanderMeulen
cdf9ea6e4d Merge inbound to m-c. 2014-05-28 16:26:25 -04:00
Ryan VanderMeulen
a072ce489c Merge fx-team to m-c. 2014-05-28 16:21:01 -04:00
Ryan VanderMeulen
8ceee188f3 Merge b2g-inbound to m-c. 2014-05-28 16:17:25 -04:00
B2G Bumper Bot
b1c84257e7 Bumping manifests a=b2g-bump 2014-05-28 12:33:09 -07:00
B2G Bumper Bot
64ea1071c1 Bumping manifests a=b2g-bump 2014-05-28 11:53:06 -07:00
B2G Bumper Bot
a1ee7e28f3 Bumping manifests a=b2g-bump 2014-05-28 11:26:31 -07:00
B2G Bumper Bot
20e026a014 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fb2d2e9fbf5d
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #19695 from KevinGrandon/bug_1016327_unit_test

Bug 1016327 - [Vertical] Add simple scroll test

========

https://hg.mozilla.org/integration/gaia-central/rev/483e60d8b05a
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1016327 - Add simple scroll test r=me
2014-05-28 11:21:00 -07:00
Ben Hearsum
3f65835c13 bug 1011550: include device in fota mar filenames - update hamachi mar glob. r=aki DONTBUILD because it only affects a nightly build. 2014-05-28 14:10:27 -04:00
Ed Morley
f36e5c58d7 Backed out changeset 827fe00eecc7 (bug 1013392) for reftest failures on Windows; CLOSED TREE 2014-05-28 18:20:09 +01:00
Ed Morley
deb3f4131b Backed out changeset f0b1908ce71a (bug 1013392) 2014-05-28 18:19:44 +01:00
B2G Bumper Bot
d339f7f712 Bumping manifests a=b2g-bump 2014-05-28 08:01:34 -07:00
B2G Bumper Bot
ff941496f7 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/debbe27e7bc3
Author: Joan Leon <joan.leon@gmail.com>
Desc: Bug 963018 - [Messages][Refresh] Update styles of the Composer r=julien
2014-05-28 07:55:56 -07:00
Ben Hearsum
8ea72f6cf2 bug 918068: switch b2g builds to use aus4.mozilla.org as their update server. r=aki,fabrice 2014-05-28 10:43:03 -04:00
wei.gao@spreadtrum.com
7af34a3085 Bug 1008812 - change dom.mms.retrievalRetryIntervals to shorten the mms wait time. r=vyang 2014-05-28 10:33:22 -04:00