Ryan VanderMeulen
32f65d4f75
Merge b2g-inbound to m-c. a=merge
2015-05-06 16:01:31 -04:00
aus@mozilla.com
16141b0b23
backout of bug 1161579 - blocking smoketests. a=RyanVM
2015-05-06 11:25:29 -07:00
Carsten "Tomcat" Book
5263fa2e35
Backed out changeset 5a0f9070dd94 (bug 1147736) for bustage on a CLOSED TREE
2015-05-06 17:03:13 +02:00
Carsten "Tomcat" Book
a953994a2b
Backed out changeset a78ad976faf3 (bug 1147736)
2015-05-06 17:02:38 +02:00
Carsten "Tomcat" Book
9344729475
Backed out changeset 95e956a2ddb9 (bug 1147736)
2015-05-06 17:02:35 +02:00
Carsten "Tomcat" Book
a50ac5128e
Backed out changeset 0098029a7bdd (bug 1147736)
2015-05-06 17:02:31 +02:00
Bruce Sun
3ce88763fd
Bug 1161939 - Correct bitwise checking on GATT characteristic write properties. r=jocelyn
2015-05-06 18:15:30 +08:00
Carsten "Tomcat" Book
6e929ef81c
merge mozilla-inbound to mozilla-central a=merge
2015-05-06 11:59:15 +02:00
Carsten "Tomcat" Book
f63d9cb0e4
merge fx-team to mozilla-central a=merge
2015-05-06 11:48:46 +02:00
Seth Fowler
b699f89076
Bug 1161859 - Compute the size of animated image frames correctly in the SurfaceCache. r=dholbert
2015-05-05 22:19:30 -07:00
Gavin Sharp
6fcbc3a1c9
Bug 1153964 followup, use RELEASE_BUILD instead of !(NIGHTLY || DEV_EDITION)
2015-05-05 22:11:37 -07:00
Jared Wein
ee6179a264
Bug 1160678 - Pocket door hangers arent automatically closed. r=dolske
2015-05-06 00:11:32 -04:00
Wes Kocher
f5e3e4e026
Merge m-c to fx-team a=merge
2015-05-05 20:30:34 -07:00
Wes Kocher
a9a046c31a
Merge m-c to b2ginbound a=merge
2015-05-05 20:29:54 -07:00
Wes Kocher
917dcc1026
Merge b2ginbound to m-c a=merge
2015-05-05 20:28:39 -07:00
B2G Bumper Bot
7712b87d57
Bumping manifests a=b2g-bump
2015-05-05 20:24:53 -07:00
B2G Bumper Bot
ce9cbc8ad9
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/78e99873114b
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #29856 from huchengtw-moz/bug-1159660-check-before-focus
Bug 1159660 - to check if activeElement is itself before calling focus o..., r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/8ae22666b2e7
Author: John Hu <johu@mozilla.com>
Desc: Bug 1159660 - to check if activeElement is itself before calling focus or blur a mozbrowser iframe
========
https://hg.mozilla.org/integration/gaia-central/rev/1138ea673815
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1159866 - merge pull request #29852 from cctuan:1159866 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/07946d06dad6
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1159866 - publish lockscreenwindowmanager-deactivated when lockscreen is closed, r=alive
2015-05-05 20:22:40 -07:00
Wes Kocher
b3fd288964
Backed out changeset 7ca0864fc405 (bug 1146904) for b2g xpcshell failures
...
--HG--
rename : browser/base/content/test/general/browser_fxa_web_channel.html => browser/base/content/test/general/browser_fxa_profile_channel.html
rename : browser/base/content/test/general/browser_fxa_web_channel.js => browser/base/content/test/general/browser_fxa_profile_channel.js
rename : services/fxaccounts/FxAccountsWebChannel.jsm => services/fxaccounts/FxAccountsProfileChannel.jsm
rename : services/fxaccounts/tests/xpcshell/test_web_channel.js => services/fxaccounts/tests/xpcshell/test_profile_channel.js
2015-05-05 19:40:55 -07:00
Wes Kocher
f7e0fcaba8
Backed out changeset 7ca0864fc405 (bug 1146904) for b2g xpcshell failures
...
--HG--
rename : browser/base/content/test/general/browser_fxa_web_channel.html => browser/base/content/test/general/browser_fxa_profile_channel.html
rename : browser/base/content/test/general/browser_fxa_web_channel.js => browser/base/content/test/general/browser_fxa_profile_channel.js
rename : services/fxaccounts/FxAccountsWebChannel.jsm => services/fxaccounts/FxAccountsProfileChannel.jsm
rename : services/fxaccounts/tests/xpcshell/test_web_channel.js => services/fxaccounts/tests/xpcshell/test_profile_channel.js
extra : source : 092df73f4551786888c2accc8ca71fde3cc21a6d
2015-05-05 19:40:55 -07:00
Mark Hammond
3ef5dc624b
Bug 622657 - catch invalid bookmark items and delete them when syncing bookmarks. r=rnewman
2015-05-06 11:42:07 +10:00
Mark Hammond
8f91295fc2
Bug 1153708 - put the FxA profile fetch behind the same pref used to display the avatar. r=zaach
2015-05-06 11:38:06 +10:00
Drew Willcoxon
579004be29
Bug 1155521 - Migrate Pocket add-on and social provider users to the new Pocket button (part 2, migration). r=jaws
2015-05-05 17:23:59 -07:00
Gijs Kruitbosch
c831107cdb
Bug 1155521 - Migrate Pocket add-on and social provider users to the new Pocket button (part 1, CustomizableUI changes). r=jaws
2015-05-05 17:21:33 -07:00
Jared Wein
12293f0ffe
Bug 1161654 - Remove some dead code in Pocket.jsm and use pktApi for checking if the user is logged in. r=dolske
2015-05-05 17:05:45 -07:00
Allison Naaktgeboren
543db6baa4
Bug 1139232 - Door hanger on tablet shows up in the tab over view.r=liuche
2015-05-05 16:53:28 -07:00
jlal@mozilla.com
3c72fb2b65
Bug 1131206 - Assume the worst and always update mozharness r=garndt
...
--HG--
extra : rebase_source : 761f4c8a22299f5d76bca2c1b82d8ca249eb443f
2015-05-05 15:46:09 -07:00
jlal@mozilla.com
ee580f4800
Bug 1131206 - Select mozharness version from in tree r=garndt
...
--HG--
extra : rebase_source : ad4983e3b67e222071a25271943940cc107e3e3e
2015-05-05 17:00:06 -07:00
jlal@mozilla.com
1cb1898cb6
Bug 1131206 - Remove the less useful commands from taskcluster mach r=garndt
...
--HG--
extra : rebase_source : 616d92504901aa4bebfc3cc287cd82baa594417f
2015-05-05 15:31:28 -07:00
Wes Kocher
07f72da916
Merge m-c to b2ginbound a=merge
2015-05-05 14:55:41 -07:00
Wes Kocher
3cc5a8fe89
Merge b2ginbound to m-c a=merge
2015-05-05 14:51:17 -07:00
Wes Kocher
f4b5bed2ac
Merge fx-team to m-c a=merge
2015-05-05 14:45:52 -07:00
B2G Bumper Bot
9b0e790476
Bumping manifests a=b2g-bump
2015-05-05 14:35:02 -07:00
B2G Bumper Bot
32c142f531
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/80bc291e43fc
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #29897 from gaye/bug-1161633-test-startup-limit
Bug 1161633 - Create bare bones app that represents theoretical lows for app startup perf r=Eli
========
https://hg.mozilla.org/integration/gaia-central/rev/06001561b092
Author: gaye <gaye@mozilla.com>
Desc: Bug 1161633 - Create bare bones app that represents theoretical lows for app startup perf
2015-05-05 14:32:37 -07:00
B2G Bumper Bot
dfa0bc45a4
Bumping manifests a=b2g-bump
2015-05-05 14:17:41 -07:00
B2G Bumper Bot
e03bdb2e49
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8f3403fb19c8
Author: Wes Kocher <kwierso@gmail.com>
Desc: Revert "Merge pull request #29881 from cctuan/1141356" for possibly breaking b2g desktop windows builds
This reverts commit ecf3b699dad846a444febeb296837032337b98b3, reversing
changes made to 42dc5f02a9df006b129824cd9bffa93cab937ab2.
2015-05-05 14:15:28 -07:00
jlal@mozilla.com
2819d36b5b
Bug 1161709 - Pull from artifacts for xulrunner instead of s3 directly r=me
...
--HG--
extra : rebase_source : 0ee204061d2c8cfa40e24a71eb3edf69fb8ad1a4
2015-05-05 13:27:55 -07:00
jlal@mozilla.com
f0999af43b
Backed out 3196cb3176f0 (bug 1161709) for gaia-build test failures.
...
--HG--
extra : histedit_source : 65890d9e289131d705ac1f14dd7042cf5ea16bd9
2015-05-05 13:23:45 -07:00
Wes Kocher
71ab142db5
Backed out changeset ffad198d409b (bug 1161003
) for b2g windows build bustage
2015-05-05 13:15:42 -07:00
B2G Bumper Bot
b708353d4c
Bumping manifests a=b2g-bump
2015-05-05 12:40:30 -07:00
B2G Bumper Bot
2489da1d04
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dfbe25cbd8ff
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1155084 - merge pull request #29893 from KevinGrandon:bug_1155084_contacts_settings_heading to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/ebd4fb07b1f6
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1155084 - [Contacts] Add settings string to localize edit view header
========
https://hg.mozilla.org/integration/gaia-central/rev/239ea44c9a37
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1160917 - merge pull request #29857 from albertopq:1160917-statusbar-rocketbar to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/589cadd31aca
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1160917 - Recalculate fullscreen on activityopened event
2015-05-05 12:37:56 -07:00
jlal@mozilla.com
ac946a7ada
Bug 1161709 - use tc artifact for xulrunner r=me
...
--HG--
extra : rebase_source : ad503e1f8c3864cae2d5c30e799e5718fdea1cd1
2015-05-05 09:54:04 -07:00
B2G Bumper Bot
d8a1b2d63e
Bumping manifests a=b2g-bump
2015-05-05 12:02:46 -07:00
B2G Bumper Bot
8b47074a91
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4e71ac12f319
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #29894 from KevinGrandon/bug_1154415_dialer_facebook_messages
Bug 1154415 - Copy facebook dialog messages into dialer app
========
https://hg.mozilla.org/integration/gaia-central/rev/140f7a1c56ab
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1154415 - Copy facebook dialog messages into dialer app
2015-05-05 12:00:33 -07:00
B2G Bumper Bot
03c7748c5b
Bumping manifests a=b2g-bump
2015-05-05 11:19:58 -07:00
B2G Bumper Bot
f90dc415cc
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/384abff3ead0
Author: Marshall Culpepper <marshall.law@gmail.com>
Desc: Merge pull request #29807 from marshall/bug1134998_aumPrivateWindows
Bug 1134998 - Ignore private window events when collecting app usage
========
https://hg.mozilla.org/integration/gaia-central/rev/afa6bd69cda5
Author: Marshall Culpepper <marshall@mozilla.com>
Desc: Bug 1134998 - Ignore private window events when collecting app usage. r=djf
2015-05-05 11:17:45 -07:00
B2G Bumper Bot
e3b1b657a8
Bumping manifests a=b2g-bump
2015-05-05 10:57:52 -07:00
B2G Bumper Bot
4a2526a68d
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/78e1407d1fd0
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #29883 from albertopq/1160505-intermitent-dialog
Bug 1160505 - Fixing ui tests with long alerts r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/570f0561b600
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1160505 - Fixing ui tests with long alerts
2015-05-05 10:55:23 -07:00
B2G Bumper Bot
ad4c854612
Bumping manifests a=b2g-bump
2015-05-05 10:43:16 -07:00
B2G Bumper Bot
ef006784b9
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7277f928c2d3
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1155091 - merge pull request #29886 from Cwiiis:bug1155091-fix-utility-tray-flicker to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/cd9e5de0d986
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1155091 - Fix music controls causing utility tray flicker. r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/5c7be2ec5d73
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 867320 - merge pull request #29889 from gaye:revert-867320 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/66d262fe5b1c
Author: gaye <gaye@mozilla.com>
Desc: Revert "Bug 867320 - Calendar reference workloads"
This reverts commit 4e970f5b39f289ef677ba58357e046fa29221096.
Conflicts:
test_media/reference-workload/makeReferenceWorkload.sh
2015-05-05 10:40:14 -07:00
B2G Bumper Bot
bd3ab44646
Bumping manifests a=b2g-bump
2015-05-05 09:19:21 -07:00