Commit Graph

421746 Commits

Author SHA1 Message Date
B2G Bumper Bot
479625a0d3 Bumping manifests a=b2g-bump 2015-05-18 01:57:39 -07:00
B2G Bumper Bot
440aa9a04a Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8ca7532efeba
Author: Sung Chiu <suchiu@mozilla.com>
Desc: Merge pull request #30078 from sean2449/Bug-1165218

Bug 1165218 - [Stingray][TVDeck] Only storing TV tuner ID in asyncSto…, r=johnhu

========

https://hg.mozilla.org/integration/gaia-central/rev/3cd0b9e45710
Author: Sung Chiu <suchiu@mozilla.com>
Desc: Bug 1165218 - [Stingray][TVDeck] Only storing TV tuner ID in asyncStorage is enough
* Remove storing 'TV_Hash' in async Storage, but storing 'Last-Tuner-ID' instead.

========

https://hg.mozilla.org/integration/gaia-central/rev/deec08faa08f
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #30095 from gaye/bug-1165749-const-in-strict-mode

Bug 1165749 - Using const in strict mode is making it so that jsmario…

========

https://hg.mozilla.org/integration/gaia-central/rev/9685aaf652b4
Author: gaye <gaye@mozilla.com>
Desc: Bug 1165749 - Using const in strict mode is making it so that jsmarionette tests cannot be run locally
2015-05-18 01:55:27 -07:00
B2G Bumper Bot
b69ca914e9 Bumping manifests a=b2g-bump 2015-05-17 23:47:31 -07:00
B2G Bumper Bot
96eee1c1ed Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9007d36b7c2a
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #30066 from ian-liu/bluetooth/bug1163784_highlight_bluetooth_icon_while_profile_connection_changed

Bug 1163784 - Hightlight Bluetooth icon while profile connection changed

========

https://hg.mozilla.org/integration/gaia-central/rev/d9497d242379
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 1163784 - Hightlight Bluetooth icon while profile connection changed
2015-05-17 23:45:17 -07:00
Fabrice Desré
ebe1917cb3 Bug 1165766 - Crash in AddFontSetFamilies() r=jtd 2015-05-17 20:33:46 -07:00
Hsin-Yi Tsai
1a9127270f Bug 1164248 - Handling of session/sessionEnded for notifyUssdReceived. r=edgar 2015-05-13 15:26:16 +08:00
Jamin Liu
3242c56050 Bug 1098228 - Set Bluetooth discoverable to default value when BT state is BT_STATE_OFF. r=shuang 2015-05-18 09:27:23 +08:00
Alexandre Lissy
f933f52d81 Bug 1163997 - Re-enable notification tests on Mulet. r=mhenrentty 2015-05-12 06:17:00 -04:00
Bevis Tseng
6b0a6cd597 Bug 1162464 - Part 3: Refactor UiccConnector due to interface change. r=allstars.chh 2015-05-08 11:31:11 +08:00
Bevis Tseng
364c86e99a Bug 1162464 - Part 2: Implementation Changes. r=echen 2015-05-08 11:23:09 +08:00
Bevis Tseng
c647ff437f Bug 1162464 - Part 1: IDL Changes. r=echen 2015-05-08 10:57:16 +08:00
Phil Ringnalda
3143857603 Merge b-i to m-c, a=merge 2015-05-17 09:05:23 -07:00
Timothy Nikkel
93231ce78b Bug 1165536. Don't include resolution compensation when adjusting the cliprect of ancestors of scrollbars. r=botond
We are trying to adjust for the async transform that gets applied to the scrollable container layer by applying a transform to the scrollbar layer. That means we also need to adjust our clip rect. The resolution compensation is not done for this reason (compensating for a transform on an ancestor layer), hence we don't need to adjust the clip rect for the resolution compensation.
2015-05-17 02:00:10 -05:00
B2G Bumper Bot
2a85a35ec6 Bumping manifests a=b2g-bump 2015-05-16 20:52:21 -07:00
B2G Bumper Bot
26876a3f36 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/709dd14fda8d
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #30092 from gaye/bug-1165660

Bug 1165660 - Disable intermittent marionette-helper test

========

https://hg.mozilla.org/integration/gaia-central/rev/4e61ac41fbfa
Author: gaye <gaye@mozilla.com>
Desc: Bug 1165660 - Disable intermittent marionette-helper test
2015-05-16 20:50:07 -07:00
B2G Bumper Bot
bcbcb36f9c Bumping manifests a=b2g-bump 2015-05-16 11:43:17 -07:00
B2G Bumper Bot
7b9c30678d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/13c345d7e3e2
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1165205 - merge pull request #30089 from jrburke:bug1165205-email-browser-url to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/f758b52824a5
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1165205 - [RTL][Email]The title in Google login page is truncated at left side
2015-05-16 11:40:33 -07:00
Phil Ringnalda
4649684036 Merge f-t to m-c, a=merge 2015-05-16 09:40:17 -07:00
Phil Ringnalda
6a2ec58b6a Merge b-i to m-c, a=merge 2015-05-16 09:02:05 -07:00
Phil Ringnalda
d22fb4c9fd Merge m-i to m-c, a=merge 2015-05-16 08:50:37 -07:00
Dão Gottwald
27fb633b15 Bug 1147808 - Cancel add-on installation when the tab or window closes while waiting for the user to confirm the installation. r=dtownsend 2015-05-16 13:28:34 +02:00
ffxbld
d89ecd849b No bug, Automated HPKP preload list update from host bld-linux64-spot-152 - a=hpkp-update 2015-05-16 03:30:30 -07:00
ffxbld
0c4a5d8d8b No bug, Automated HSTS preload list update from host bld-linux64-spot-152 - a=hsts-update 2015-05-16 03:30:28 -07:00
Brian Grinstead
d8eae22539 Bug 1164952 - Fix transparent window background in Dev Edition theme for Windows 7 classic mode;r=MattN 2015-05-15 18:34:57 -07:00
Jared Wein
d00e53f554 Bug 1160407 - followup, remove preprocessor flag from jar.mn. r=me
--HG--
extra : rebase_source : 9acb4c56b8211c00175865da6d7af1c776c15c2a
2015-05-15 20:44:07 -04:00
Wes Kocher
b0607333ce Merge m-c to fx-team a=merge 2015-05-15 17:33:33 -07:00
Wes Kocher
961d54ee8e Merge m-c to b2ginbound a=merge 2015-05-15 17:32:38 -07:00
Wes Kocher
5e59586179 Merge b2g-inbound to m-c a=merge 2015-05-15 17:29:29 -07:00
Brian Grinstead
5387e2ded5 Bug 1165360 - Force 1x icon for back button and forward button icons in Dev Edition theme;r=MattN 2015-05-15 16:49:04 -07:00
jlal@mozilla.com
7bd38d1cfe Bug 1165468 - Upgrade to git 2.4 r=garndt
--HG--
extra : rebase_source : b7ba9e1046f250778f280c700a2f389c6c6446e0
2015-05-15 15:42:09 -07:00
B2G Bumper Bot
750f4e64d2 Bumping manifests a=b2g-bump 2015-05-15 15:37:39 -07:00
B2G Bumper Bot
606f36d2a6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/310f2f629ea4
Author: Rob Wood <rwood@mozilla.com>
Desc: Merge pull request #30088 from rwood-moz/bug1165475

Bug 1165475 - Fix incorrect path in raptor decision task

========

https://hg.mozilla.org/integration/gaia-central/rev/aba47fa5c945
Author: Rob Wood <rwood@mozilla.com>
Desc: Bug 1165475 - Fix incorrect path in raptor decision task
2015-05-15 15:35:26 -07:00
B2G Bumper Bot
b7bb7915e1 Bumping manifests a=b2g-bump 2015-05-15 15:02:40 -07:00
B2G Bumper Bot
cd3d5aed4d Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3c3c14658d6d
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #30069 from gaye/bug-1164684-jsmarionette-in-gaia

Bug 1164684 - Move the jsmarionette code tree into test/jsmarionette

========

https://hg.mozilla.org/integration/gaia-central/rev/045704bb8885
Author: gaye <gaye@mozilla.com>
Desc: Bug 1164684 - Move the jsmarionette code tree into test/jsmarionette

========

https://hg.mozilla.org/integration/gaia-central/rev/490b3ff8d45d
Author: gaye <gaye@mozilla.com>
Desc: Bug 1164987 - Add jsmarionette component dependencies

========

https://hg.mozilla.org/integration/gaia-central/rev/22fbdb571a10
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1164796 - merge pull request #30064 from KevinGrandon:bug_1164796_migrate_video_tagged to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/93a76b896c6e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1164796 - [Video] Migrate to tagged template strings r=russn
2015-05-15 15:00:27 -07:00
Fabrice Desré
ed9ab11d12 Bug 1161537 - Intermittent test_dev_mode_activity.html | Got error: undefined - expected PASS r=me 2015-05-15 14:46:27 -07:00
B2G Bumper Bot
c41571236f Bumping manifests a=b2g-bump 2015-05-15 14:43:14 -07:00
B2G Bumper Bot
230a464c2a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b55ed28fe172
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1149928 - merge pull request #30012 from russnicoletti:bug-1149928 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/1e2e372536bc
Author: Russ Nicoletti <rnicoletti@mozilla.com>
Desc: Bug 1149928 - [Nexus 5][Video]When we play a 1sec video, the progress bar cannot run smoothly.
2015-05-15 14:40:35 -07:00
B2G Bumper Bot
c67a67ebad Bumping manifests a=b2g-bump 2015-05-15 13:52:35 -07:00
B2G Bumper Bot
41fbe16f80 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/65b78de3c796
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Revert "Bug 1159411 - Add ability to preload webapps into customisation. r=rickychien"

This reverts commit ecc112a7eb5502eae0f822a6cd7e6edeb0dea2fd.
2015-05-15 13:50:19 -07:00
Wander Lairson Costa
9d0222903e Bug 1144994 part 3: Add aries to treeherder.
--HG--
extra : rebase_source : 9be0673a9d9f55eda6ca17e1d9ced051fab16afc
2015-05-15 17:09:16 -03:00
Wander Lairson Costa
eb83d09feb Bug 1144994 part 2: Switch aries nightlies from cypress to m-c.
cypress repo is gone, long live mozilla-central.

--HG--
extra : rebase_source : c5a60c2fdca476d889d70b448a7723c5527402ee
2015-05-15 17:09:16 -03:00
Wander Lairson Costa
1db9cf0250 Bug 1144994 part 1: Update provisioner.
All references to aws-provisioner must be aws-provisioner-v1.

--HG--
extra : rebase_source : ff82d4eeef2c75ab05e4be1fd88162fb34b7b46d
2015-05-15 17:09:16 -03:00
Zibi Braniecki
ba2a4fd306 Bug 1137593 - Switch MozChromeNotification to use dir instead of bidi. r=gerard-majax 2015-05-15 12:54:50 -07:00
B2G Bumper Bot
b7c0cfdda0 Bumping manifests a=b2g-bump 2015-05-15 12:43:14 -07:00
B2G Bumper Bot
c946abcc62 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a289b62ed2da
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #30052 from rwood-moz/bug1160589

Bug 1160589 - Create parent decision task for raptor

========

https://hg.mozilla.org/integration/gaia-central/rev/8b14926666a1
Author: Rob Wood <rwood@mozilla.com>
Desc: Bug 1160589 - Create parent decision task for raptor
2015-05-15 12:40:31 -07:00
B2G Bumper Bot
4870e1b577 Bumping manifests a=b2g-bump 2015-05-15 11:49:16 -07:00
B2G Bumper Bot
72d9ab8b3b Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e61e9c12bc54
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1163501 - merge pull request #30060 from begeeben:1163501_dashboard_app_folder to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/91cd11fcffb9
Author: Yi-Fan Liao <begeeben@gmail.com>
Desc: Bug 1163501 - [Stingray] Dashboard app folder and template

* Draft layout.
* Add unit test.
* Add integration test.

========

https://hg.mozilla.org/integration/gaia-central/rev/9f40a1694e31
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1165160 - merge pull request #30074 from huchengtw-moz:bug-1165160-turn-off-fallback-by-default to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/e452907369bf
Author: John Hu <johu@mozilla.com>
Desc: Bug 1165160 - [Stingray][system] turn off focus fallback catcher by default

========

https://hg.mozilla.org/integration/gaia-central/rev/f0b8a3b8f4eb
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1163741 - merge pull request #30073 from jrburke:bug1163741-email-lrt-subject to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/e345e765c884
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1163741 - [Email] LTR subject line has end punctuation placed to left of string when language is set to RTL
2015-05-15 11:47:03 -07:00
B2G Bumper Bot
092ef57b22 Bumping manifests a=b2g-bump 2015-05-15 10:27:38 -07:00
B2G Bumper Bot
92431d4e6a Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5d3874acb5dd
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1159411 - Add ability to preload webapps into customisation. r=rickychien
2015-05-15 10:25:25 -07:00
Ted Mielczarek
9fa6778286 bug 1165017 - annotate content process URL on location change. r=mconley
--HG--
extra : rebase_source : 3c2c48e333ed0978134f87bc132a5194e402b9f1
2015-05-15 13:00:11 -04:00