Commit Graph

29485 Commits

Author SHA1 Message Date
Junior Hsu
926d8aa917 Bug 1148307 - Part 3, implement session transport with DataChannel. r=jib.
--HG--
extra : rebase_source : 821a3fae4c6146d77d2e714e14e5eb9316f39e67
2016-04-11 11:20:55 +08:00
Ray Lin
fc700c757b Bug 1250741 - Update video player to new spec. r=margaret
MozReview-Commit-ID: IKaw00tXwRS
2016-04-10 23:38:00 -04:00
Ting-Yu Lin
152cf5d714 Bug 1168891 Part 2 - Allow one caret to be dragged across the other caret. r=mats
This behavior matches the Android convension and the built-in selection
on all desktop platforms.

MozReview-Commit-ID: 2kNm8UZnqH0

--HG--
extra : rebase_source : 097918c7c49e7cd545af52e9b3f3c540475ec589
2016-04-11 17:57:29 +08:00
Kai Engert
f8da0365fd Backout revision 36f75c2863a1, bug 1258375 2016-04-11 17:00:39 +02:00
Kai Engert
b471460db8 Bug 1258375, NSS_3_24_BETA5 and required adjustments to PSM and packaging, r=martin.thomson, r=glandium 2016-04-11 16:40:36 +02:00
Sebastian Hengst
c8b30f409e Backed out changeset 820f92f08f69 (bug 1148307) 2016-04-11 13:12:20 +02:00
Junior Hsu
fee05caf8c Bug 1148307 - Part 3 - implement session transport with DataChannel. r=jib. 2016-04-11 11:20:55 +08:00
Juan Gomez
63b02bd17e Bug 1257127 - [B2G] Fix HOST_CC/CXX paths for local builds r=glandium
MozReview-Commit-ID: E3NrLVMyCTe

--HG--
extra : rebase_source : 59fc7458599e97fdbf244c24167c2b50dd3c5dcc
2016-04-07 10:45:45 +02:00
Steve Fink
a3c9c8db0c Bug 1259843 - Upgrade sixgill to fix destructor handling, r=terrence
MozReview-Commit-ID: I4hv33aVpBs

--HG--
extra : rebase_source : ac707808d41be363c05ef1869b1c75499eb09ff1
2016-04-07 11:33:16 -07:00
Mike Hommey
1b6dd8f3ea Bug 1262730 - Rename b2g tooltool manifests. r=mshal
Somehow, while every non-b2g tooltool manifest has a .manifest
extension, the b2g ones have a .tt extension that confuses mozreview
(bug 1255876).

Let's just rename these files.


--HG--
rename : b2g/config/dolphin/releng-dolphin.tt => b2g/config/aries/releng-aries.manifest
rename : b2g/config/aries/releng-aries.tt => b2g/config/dolphin/releng-dolphin.manifest
rename : b2g/config/emulator/releng-emulator.tt => b2g/config/emulator-ics/releng-emulator-ics.manifest
rename : b2g/config/emulator-x86-l/releng-emulator-l.tt => b2g/config/emulator-jb/releng-emulator-jb.manifest
rename : b2g/config/emulator-x86-kk/releng-emulator-kk.tt => b2g/config/emulator-kk/releng-emulator-kk.manifest
rename : b2g/config/emulator-l/releng-emulator-l.tt => b2g/config/emulator-l/releng-emulator-l.manifest
rename : b2g/config/emulator-kk/releng-emulator-kk.tt => b2g/config/emulator-x86-kk/releng-emulator-kk.manifest
rename : b2g/config/emulator-jb/releng-emulator-jb.tt => b2g/config/emulator-x86-l/releng-emulator-l.manifest
rename : b2g/config/emulator-ics/releng-emulator-ics.tt => b2g/config/emulator/releng-emulator.manifest
rename : b2g/config/flame-kk/releng-flame-kk.tt => b2g/config/flame-kk/releng-flame-kk.manifest
rename : b2g/config/flame/releng-flame.tt => b2g/config/flame/releng-flame.manifest
rename : b2g/config/nexus-4-kk/releng-mako.tt => b2g/config/nexus-4-kk/releng-mako.manifest
rename : b2g/config/nexus-4/releng-mako.tt => b2g/config/nexus-4/releng-mako.manifest
rename : b2g/config/nexus-5-l/releng-nexus5.tt => b2g/config/nexus-5-l/releng-nexus5.manifest
2016-04-08 06:45:15 +09:00
Mike Hommey
a172eece8b Bug 1261264 - Apply GCC PR64905 to fix miscompilation with -fomit-frame-pointer. r=froydnj
The new GCC tarball was built on
https://tools.taskcluster.net/task-inspector/#ADIOXxgZQ7-9HuqEYZc3mw/0
2016-04-08 06:45:06 +09:00
Wes Kocher
06944947a0 Backed out changeset 069c82269f81 (bug 1258375) for Windows xperf failures
MozReview-Commit-ID: DwhDorbB2PO
2016-04-06 16:51:48 -07:00
Kai Engert
02dd23b86a Bug 1258375, NSS_3_24_BETA4 and required adjustments to PSM and packaging, r=martin.thomson, r=glandium 2016-04-06 21:43:36 +02:00
Kyle Huey
b98d3ef86c Bug 1259581: Remove MOZ_MEDIA_NAVIGATOR. r=jesup 2016-04-05 20:12:03 -07:00
Mike Hommey
6886f13b7d Bug 1262020 - Move --with-android-ndk, --with-android-toolchain and --with-android-gnu-compiler-version to moz.configure. r=nalexander 2016-04-06 07:25:13 +09:00
Mike Hommey
1d9ff89e0e Bug 1262019 - Make --with-gonk imply --enable-default-toolkit=cairo-gonk. r=chmanchester
This removes the need for a dummy `gonkdir` function for the
build_project != 'b2g' case.
2016-04-06 07:25:06 +09:00
Ted Mielczarek
58e2e722d0 bug 1239083 - use moz.build files to build ICU. r=glandium,waldo
Also fixes bug 926980 - load ICU data from an archive file.

Stop invoking ICU's autoconf build system. Instead, have hand-authored
moz.build files under config/external/icu to build what we need. In addition,
we'll commit a pre-built copy of the ICU data file (currently icudt56l.dat)
under config/external/icu/data to avoid having to build ICU host tools to
generate it. config/external/icu/data also contains some assembly files
which can generate an object file containing the ICU data file contents
so that the JS shell (or standalone JS builds) can be linked directly to
the data without having to deal with the external data file. This requires
yasm or GNU as.

Various bits of packaging have been updated to account for the ICU data file.
XPCOM initialization now sets the ICU data directory so ICU can locate its
data file.

The update-icu.sh script has been modified to read the list of C/C++ source
files out of the ICU Makefiles and update `sources.mozbuild` files under
config/external/icu, as well as build a local copy of ICU using its
autoconf build system to generate the ICU data file to be committed in-tree.


MozReview-Commit-ID: 8Pfkzqt6S1W

--HG--
extra : rebase_source : 31426cddddb5543e0191059ba2f2eb069abe7727
2016-04-05 10:09:12 -04:00
Ted Mielczarek
94fa8fd73a bug 1247396 - drop support for MOZ_SHARED_ICU. r=glandium
MozReview-Commit-ID: 54AQdzJqvvA

--HG--
extra : rebase_source : 41c2516bf65ca4594a68084a61d9a737680cfc9f
extra : source : e40580ed0fe6fab50f1d8d23747c2cf423d93016
2016-02-11 08:21:16 -05:00
Jeff Muizelaar
83bb88f11e Bug 1259466. Rename layers.offmainthreadcomposition.enabled. r=milan
We would rather people not use this pref.
2016-04-05 10:55:17 -04:00
Gregor Wagner
2c3b158272 Merge 2016-04-04 12:08:53 +02:00
B2G Bumper Bot
1cbcbed9b1 Bumping manifests a=b2g-bump 2016-03-29 10:38:54 -07:00
B2G Bumper Bot
3e5e3089d0 Bumping manifests a=b2g-bump 2016-03-25 04:25:41 -07:00
B2G Bumper Bot
aeeb6e94fe Bumping manifests a=b2g-bump 2016-03-25 04:10:34 -07:00
B2G Bumper Bot
ac3f7ffd0c Bumping manifests a=b2g-bump 2016-03-25 04:00:30 -07:00
B2G Bumper Bot
0321dcd9ba Bumping manifests a=b2g-bump 2016-03-24 02:55:48 -07:00
B2G Bumper Bot
39d2a7f691 Bumping manifests a=b2g-bump 2016-03-23 22:05:26 -07:00
B2G Bumper Bot
2b612c8fa8 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e9e8c44b4317
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #34180 from Fischer-L/bug_1257442-tv-ftu-polish-scroll-down-hint

Bug 1257442 - [TV] TV FTU needs to polish scroll down experience for privacy policy, r=rex

========

https://hg.mozilla.org/integration/gaia-central/rev/2901a006aa04
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1257442 - [TV] TV FTU needs to polish scroll down experience for privacy policy

========

https://hg.mozilla.org/integration/gaia-central/rev/d3ce9e69cf31
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #34171 from Fischer-L/bug_1256613-tv-ftu-UI-polish

Bug 1256613 - [TV] TV FTU needs UI polish, r=rex

========

https://hg.mozilla.org/integration/gaia-central/rev/87ebe47c418d
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1256613 - [TV] TV FTU needs UI polish

========

https://hg.mozilla.org/integration/gaia-central/rev/a785b0f4cd0c
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #34179 from Fischer-L/bug_1258256-tv-ftu-update-string

Bug 1258256 - [TV] TV FTU needs to update the strings, r=rex

========

https://hg.mozilla.org/integration/gaia-central/rev/6c335cc34a42
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1258256 - [TV] TV FTU needs to update the strings
2016-03-23 22:03:56 -07:00
B2G Bumper Bot
84cd29ccf7 Bumping manifests a=b2g-bump 2016-03-23 20:31:58 -07:00
B2G Bumper Bot
ccdde8c81c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bf0e95e971cb
Author: jos <mail@jos.tw>
Desc: Merge pull request #34183 from jostw/josyeh/Marketplace/master/Bug1257767

Bug 1257767 - [TV][2.5] Showing app icon under preview window splash screen's spinner. r=lchang

========

https://hg.mozilla.org/integration/gaia-central/rev/ff3a97a06cf7
Author: Joseph Yeh <jyeh@mozilla.com>
Desc: Bug 1257767 - [TV][2.5] Showing app icon under preview window splash screen's spinner
2016-03-23 20:30:27 -07:00
B2G Bumper Bot
395e666dc9 Bumping manifests a=b2g-bump 2016-03-23 06:05:46 -07:00
B2G Bumper Bot
77e7bf6035 Bumping manifests a=b2g-bump 2016-03-23 01:55:32 -07:00
B2G Bumper Bot
ac611c1d17 Bumping manifests a=b2g-bump 2016-03-22 22:01:00 -07:00
B2G Bumper Bot
6567b313b1 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/63aaa0148619
Author: jos <mail@jos.tw>
Desc: Merge pull request #34172 from jostw/josyeh/Marketplace/master/Bug1250404

Bug 1250404 - [TV][Marketplace] Visual polish for "Web App" icon. r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/dca075c22ec4
Author: Joseph Yeh <jyeh@mozilla.com>
Desc: Bug 1250404 - [TV][Marketplace] Visual polish for "Web App" icon

========

https://hg.mozilla.org/integration/gaia-central/rev/7e3867661e54
Author: danhuang1202 <dhuang@mozilla.com>
Desc: Merge pull request #34170 from danhuang1202/1257741_neterror_string_disapear

Bug 1257741 - create net error page when l10 is ready. r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/a013480a1f8a
Author: danhuang1202 <danhuang1202@gmail.com>
Desc: Bug 1257741 - create net error page when l10 is ready. r=rexboy
2016-03-22 21:59:29 -07:00
B2G Bumper Bot
b5011b0ddb Bumping manifests a=b2g-bump 2016-03-22 20:16:37 -07:00
B2G Bumper Bot
de0018cfe1 Bumping manifests a=b2g-bump 2016-03-22 19:50:32 -07:00
B2G Bumper Bot
f9ddaf2428 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/86bc3c8175b6
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #34186 from stenox/master

Bug 1255257 - Wrong key width on uk keyboard, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/4137357030af
Author: Artem Polivanchuk <a.polivanchuk@outlook.com>
Desc: Bug 1255257 - Wrong key width on uk keyboard
2016-03-22 19:49:02 -07:00
B2G Bumper Bot
c48f3e7315 Bumping manifests a=b2g-bump 2016-03-22 12:35:43 -07:00
B2G Bumper Bot
2c88406dd3 Bumping manifests a=b2g-bump 2016-03-22 06:35:54 -07:00
B2G Bumper Bot
bcff1fa42b Bumping manifests a=b2g-bump 2016-03-22 04:50:34 -07:00
B2G Bumper Bot
39a4f6a6b1 Bumping manifests a=b2g-bump 2016-03-21 18:00:43 -07:00
B2G Bumper Bot
ad46b16587 Bumping manifests a=b2g-bump 2016-03-21 11:56:31 -07:00
B2G Bumper Bot
68575c12c5 Bumping gaia.json for 17 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0081cc3884ec
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1255110 - Add DateTimeFormat.formatToParts stub to current_time_test for Calendar

========

https://hg.mozilla.org/integration/gaia-central/rev/e293f4cd68b9
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #34181 from lissyx/bug832165_followup

Bug 832165 followup

========

https://hg.mozilla.org/integration/gaia-central/rev/a7c65a0a3c6b
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Revert "Bug 832165 - Fix using GAIA_PATH to build r=me"

This reverts commit 09b80df32f277e5862055e7891f3a9b4eccd2cf2.

========

https://hg.mozilla.org/integration/gaia-central/rev/2fafa1ccd08f
Author: danhuang1202 <dhuang@mozilla.com>
Desc: Merge pull request #34167 from danhuang1202/1251546_disable_ok_button_when_homepage_is_empty

Bug 1251546 - homepage setting check and update input validity state.…

========

https://hg.mozilla.org/integration/gaia-central/rev/0f6fb23108bf
Author: danhuang1202 <danhuang1202@gmail.com>
Desc: Bug 1251546 - homepage setting check and update input validity state. r=yifan

========

https://hg.mozilla.org/integration/gaia-central/rev/281821303abe
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #34163 from begeeben/1252413_login_ui

Bug 1252413 - [TV][2.5] Login UI for Sign-In can't be closed when oth…

========

https://hg.mozilla.org/integration/gaia-central/rev/4793db523a90
Author: Yi-Fan Liao <begeeben@gmail.com>
Desc: Bug 1252413 - [TV][2.5] Login UI for Sign-In can't be closed when other app was launched.

========

https://hg.mozilla.org/integration/gaia-central/rev/150dc0dedabc
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #34177 from nullaus/master

NOBUG - Do not install radicale. Calendar tests for CalDAV not suppor…

========

https://hg.mozilla.org/integration/gaia-central/rev/c4cac92d8e82
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: NOBUG - Do not install radicale. Calendar tests for CalDAV not supported. r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/8dc931ae4e81
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #34176 from nullaus/master

NOBUG - Update gecko_output.log location. r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/295af876a779
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: NOBUG - Update gecko_output.log location. r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/8e707c35c4b1
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #34169 from zbraniecki/1190243-update-battery-api-tv

Bug 1190243 - Update FxOS TV battery API use to W3C draft. r=rickychien

========

https://hg.mozilla.org/integration/gaia-central/rev/b2068150c4c3
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1190243 - Update FxOS TV battery API use to W3C draft

========

https://hg.mozilla.org/integration/gaia-central/rev/3ba3e4d06a22
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #34173 from lissyx/bug832165

Bug 832165 - Fix using GAIA_PATH to build r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/1b1566b11123
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 832165 - Fix using GAIA_PATH to build r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/899f498b6ed1
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #31224 from zbraniecki/1190243-update-battery-api

Bug 1190243 -  Update battery API. r=fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/0da8f599dbbf
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1190243 - Update battery API
2016-03-21 11:54:48 -07:00
B2G Bumper Bot
d4af298632 Bumping manifests a=b2g-bump 2016-03-21 10:01:05 -07:00
B2G Bumper Bot
da95ab296a Bumping manifests a=b2g-bump 2016-03-21 09:01:12 -07:00
B2G Bumper Bot
6c564e3449 Bumping manifests a=b2g-bump 2016-03-21 05:56:00 -07:00
B2G Bumper Bot
c9b1aabc9c Bumping manifests a=b2g-bump 2016-03-20 19:17:08 -07:00
B2G Bumper Bot
6580b1eba2 Bumping manifests a=b2g-bump 2016-03-16 22:31:01 -07:00
B2G Bumper Bot
b6a4b2e160 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/eaf22731c7fa
Author: danhuang1202 <dhuang@mozilla.com>
Desc: Merge pull request #34166 from mozilla-b2g/revert-34124-1251546_disable_ok_button_when_homepage_is_empty

Revert "Bug 1251546 - homepage setting check. r=yifan"

========

https://hg.mozilla.org/integration/gaia-central/rev/7fac2cf0ca4a
Author: danhuang1202 <dhuang@mozilla.com>
Desc: Revert "Bug 1251546 - homepage setting check. r=yifan"
2016-03-16 22:29:20 -07:00
B2G Bumper Bot
4875023dfa Bumping manifests a=b2g-bump 2016-03-16 20:42:31 -07:00
B2G Bumper Bot
2796415c16 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d49a52f51601
Author: Sean Lee <weilonge@gmail.com>
Desc: Merge pull request #34164 from weilonge/seanlee/TVSettings/master/Bug1257282

Bug 1257282 - FIx the way to load gaia-theme.css in TV. r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/b65b79413b23
Author: Sean Lee <weilonge@gmail.com>
Desc: Bug 1257282 - FIx the way to load gaia-theme.css in TV.
2016-03-16 20:40:25 -07:00
B2G Bumper Bot
2b68e63ad7 Bumping manifests a=b2g-bump 2016-03-15 04:25:51 -07:00
B2G Bumper Bot
e9b9228de3 Bumping manifests a=b2g-bump 2016-03-15 00:47:08 -07:00
B2G Bumper Bot
8af874bdce Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c3a985c0c6c6
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #34156 from begeeben/1245771_browser_shouldnt

Bug 1245771 - [Stingray] Browser shouldn't be removable from App Deck

========

https://hg.mozilla.org/integration/gaia-central/rev/4ba2b3e56e93
Author: Yi-Fan Liao <begeeben@gmail.com>
Desc: Bug 1245771 - [Stingray] Browser shouldn't be removable from App Deck

========

https://hg.mozilla.org/integration/gaia-central/rev/653d92f1d59c
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #34155 from begeeben/1218960_l10nerror

Bug 1218960 - "L10nError: "search-the-web" not found in en-US in app://smart-system.gaiamobile.org/index.html" , r=luke

========

https://hg.mozilla.org/integration/gaia-central/rev/3c01f65a1937
Author: Yi-Fan Liao <begeeben@gmail.com>
Desc: Bug 1218960 - "L10nError: "search-the-web" not found in en-US in app://smart-system.gaiamobile.org/index.html"
2016-03-15 00:45:22 -07:00
B2G Bumper Bot
af99963e10 Bumping manifests a=b2g-bump 2016-03-14 21:11:29 -07:00
B2G Bumper Bot
5e8e68a458 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/391abd124dba
Author: Sean Lee <weilonge@gmail.com>
Desc: Merge pull request #34148 from weilonge/seanlee/TVSettings/master/Bug1254815

Bug 1254815 - Add Nexus Remote (BT HID) devices support in Settings app. r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/8bef90d29171
Author: Sean Lee <weilonge@gmail.com>
Desc: Bug 1254815 - Add Nexus Remote (BT HID) devices support in Settings app.

========

https://hg.mozilla.org/integration/gaia-central/rev/0208e4819d3e
Author: Sean Lee <weilonge@gmail.com>
Desc: Merge pull request #34160 from weilonge/seanlee/DataSync/master/Bug1256227

Bug 1256227 - Add last_modified property into Tabs sync record. r=michielbdejong

========

https://hg.mozilla.org/integration/gaia-central/rev/90c665d78c68
Author: Sean Lee <weilonge@gmail.com>
Desc: Bug 1256227 - Add last_modified property into Tabs sync record.
2016-03-14 21:09:26 -07:00
B2G Bumper Bot
88a6a20bf7 Bumping manifests a=b2g-bump 2016-03-14 05:16:49 -07:00
B2G Bumper Bot
ab50d81b5f Bumping manifests a=b2g-bump 2016-03-14 05:05:58 -07:00
B2G Bumper Bot
a750cca3c2 Bumping manifests a=b2g-bump 2016-03-14 04:46:54 -07:00
B2G Bumper Bot
e092449be2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fc1da648015f
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #33855 from Fischer-L/bug_1232584-update-FTE-for-usage-metrics

Bug 1232584 - [TV] FTE for usage metrics specs update for the new legal approved terms, r=rex

========

https://hg.mozilla.org/integration/gaia-central/rev/4de030f84a1a
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1232584 - [TV] FTE for usage metrics specs update for the new legal approved terms
2016-03-14 04:45:11 -07:00
B2G Bumper Bot
3197310907 Bumping manifests a=b2g-bump 2016-03-14 02:51:01 -07:00
B2G Bumper Bot
81ac38d2d5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/572b725cc179
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #34159 from Fischer-L/bug_1250801-add-permission_manager_test.js

Bug 1250801 - [GijTV] Add permission_manager_test.js in smart-system, luke

========

https://hg.mozilla.org/integration/gaia-central/rev/b1f9347b20b6
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1250801 - [GijTV] Add permission_manager_test.js in smart-system
2016-03-14 02:49:21 -07:00
B2G Bumper Bot
8d9874ddaf Bumping manifests a=b2g-bump 2016-03-13 22:21:02 -07:00
B2G Bumper Bot
e5f4df0aac Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8fca13347e14
Author: Luke Chang <luke-chang@users.noreply.github.com>
Desc: Merge pull request #34149 from luke-chang/1254040_tv_remove_filter_shrinking

Bug 1254040 - [TV][Home] Remove expanding/shrinking motion for filters, r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/1e0b3212bf1c
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 1254040 - [TV][Home] Remove expanding/shrinking motion for filters
2016-03-13 22:19:22 -07:00
B2G Bumper Bot
74b7c95441 Bumping manifests a=b2g-bump 2016-03-12 11:11:20 -08:00
B2G Bumper Bot
b1995d761c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/16fadcc92063
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #34066 from jonathanKingston/bug-1140197-safe-browser-toggle

Bug 1140197 - Adding toggles for safe browsing settings

========

https://hg.mozilla.org/integration/gaia-central/rev/faab2c2ab893
Author: Jonathan Kingston <jonathan@jooped.co.uk>
Desc: Bug 1140197 - Adding toggles for safe browsing settings
2016-03-12 11:09:21 -08:00
Mike Hommey
c12b02c70d Bug 1260647 - Unify cross-compilation setup, while moving some of it to moz.configure. r=ted
Gonk, Android, and the generic cross-compilation setup all were using a
different yet similar way to prefix the toolchain. The latter was even
wrong, since the target and target alias usually don't match actual
toolchain prefixes (which don't include the machine part of the target).
2016-04-01 09:43:26 +09:00
Jonathan Kingston
b98c9ce440 Bug 1248626 - Make safebrowser preferences match settings defaults. r=mhenretty 2016-02-19 11:14:39 +00:00
Juan Gomez
724c796734 Bug 1257127 - Fix b2g device docker images to build in taskcluster r=wcosta
--HG--
extra : rebase_source : 58835816ebd5f8d721c44af00562ab7c5799d449
2016-03-30 02:44:00 +02:00
B2G Bumper Bot
71e9800283 Bumping manifests a=b2g-bump 2016-03-11 12:20:54 -08:00
B2G Bumper Bot
1ea611eae7 Bumping manifests a=b2g-bump 2016-03-11 12:11:04 -08:00
B2G Bumper Bot
014d9ae68f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/acac54b31747
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #34151 from zbraniecki/1255110-migrate-to-formattoparts

Bug 1255110 - Migrate mozIntl.DateTimeFormat to Intl.DateTimeFormat.formatToParts. r=stas

========

https://hg.mozilla.org/integration/gaia-central/rev/79710d0ee2f2
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1255110 - Migrate mozIntl.DateTimeFormat to Intl.DateTimeFormat.formatToParts
2016-03-11 12:09:16 -08:00
B2G Bumper Bot
9e6102afbb Bumping manifests a=b2g-bump 2016-03-11 11:50:52 -08:00
B2G Bumper Bot
5504e8b559 Bumping manifests a=b2g-bump 2016-03-11 02:47:02 -08:00
B2G Bumper Bot
b056dc3ff4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d803d22b171a
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #34143 from zbraniecki/1247710-migrate-smart-system-to-l20n

Bug 1247710 - Migrate Smart-System to L20n.js. r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/b91aaf41b63c
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1247710 - Migrate Smart-System to L20n.js
2016-03-11 02:45:20 -08:00
B2G Bumper Bot
5cfe99ef33 Bumping manifests a=b2g-bump 2016-03-10 05:00:56 -08:00
B2G Bumper Bot
3ed9aec39d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bdb372cadd70
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #34153 from albertopq/1233573-shb

Bug 1233573 - Intermittent TEST-UNEXPECTED-FAIL | apps/system/test/marionette/software_home_fullscreen_layout_test.js r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/067e2d371b52
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1233573 - Intermittent TEST-UNEXPECTED-FAIL | apps/system/test/marionette/software_home_fullscreen_layout_test.js
2016-03-10 04:59:17 -08:00
B2G Bumper Bot
75a984a531 Bumping manifests a=b2g-bump 2016-03-09 09:50:55 -08:00
B2G Bumper Bot
176a5e469c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8bec48f18dee
Author: Sean Lee <weilonge@gmail.com>
Desc: Merge pull request #34027 from weilonge/seanlee/TVSettings/master/Bug1242314

Bug 1242314 - Implement key navigation feature in Settings app for supporting TV form-factor.

========

https://hg.mozilla.org/integration/gaia-central/rev/1608b764cbb9
Author: Sean Lee <weilonge@gmail.com>
Desc: Bug 1242314 - Implement key navigation feature in Settings app for supporting TV form-factor..
2016-03-09 09:49:15 -08:00
B2G Bumper Bot
b615781c69 Bumping manifests a=b2g-bump 2016-03-09 08:51:01 -08:00
B2G Bumper Bot
5471aeed5b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c224ca1f7e0e
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #34141 from albertopq/1254154-lockscreen-intermittent

Bug 1254154 - Lockscreen intermittent test failure r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/38761682fe64
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1254154 - Lockscreen intermittent test failure
2016-03-09 08:49:23 -08:00
Gregor Wagner
8c33ab6483 Merge m-c -> b-i
--HG--
rename : js/src/configure.in => js/src/old-configure.in
rename : configure.in => old-configure.in
2016-03-09 16:59:48 +01:00
B2G Bumper Bot
3fe0d09f56 Bumping manifests a=b2g-bump 2016-03-09 00:47:07 -08:00
B2G Bumper Bot
369467705f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1aaca8e8e985
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #34112 from begeeben/1250821_refine_tv_browser

Bug 1250821 - Refine TV browser style and layout, r=dhuang

========

https://hg.mozilla.org/integration/gaia-central/rev/ddb51fcdf801
Author: yifan <yliao@mozilla.com>
Desc: Bug 1250821 - Refine TV browser style and layout
2016-03-09 00:45:26 -08:00
B2G Bumper Bot
e6b6eedf75 Bumping manifests a=b2g-bump 2016-03-08 19:16:59 -08:00
B2G Bumper Bot
50e24e79bb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e0f9cf7153a9
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #34147 from zbraniecki/1254533-fix-missing-keys-in-keyboard

Bug 1254533 - Remove L10nLoader from Keyboard app. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/e6c43985ae8b
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1254533 - Remove L10nLoader from Keyboard app
2016-03-08 19:15:17 -08:00
B2G Bumper Bot
163a86750a Bumping manifests a=b2g-bump 2016-03-08 02:32:15 -08:00
B2G Bumper Bot
366db09ff4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9e2aacd49dd2
Author: Ray Lin <ralin@mozilla.com>
Desc: Merge pull request #34021 from raylin/input-mgmt-remove-migration

Bug 1180607 - Input mgmt remove migration

========

https://hg.mozilla.org/integration/gaia-central/rev/4daeacbc55ed
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1180607 - Remove pre-v2.x keyboard settings migration
2016-03-08 02:30:31 -08:00
B2G Bumper Bot
a4cdd84a9e Bumping manifests a=b2g-bump 2016-03-08 01:11:04 -08:00
B2G Bumper Bot
f8ce7a3a4c Bumping manifests a=b2g-bump 2016-03-07 21:00:57 -08:00
B2G Bumper Bot
9b9da1c433 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3704160af9bd
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1254169 - Follow up to the l20n patch, switch es6 to es5
2016-03-07 20:59:18 -08:00
B2G Bumper Bot
fe69ce17d3 Bumping manifests a=b2g-bump 2016-03-07 17:33:17 -08:00
B2G Bumper Bot
9140d1218f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b15f707d712d
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #34144 from zbraniecki/1254169-migrate-keyboard-to-l20n

Bug 1254169 - Migrate Keyboard to use L20n. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/56fdcba4f8e5
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1254169 - Migrate Keyboard to use L20n
2016-03-07 17:31:39 -08:00
B2G Bumper Bot
52c7952af2 Bumping manifests a=b2g-bump 2016-03-07 07:55:55 -08:00
B2G Bumper Bot
9dd27178e7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/48ca9bf43755
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #34105 from albertopq/1251574-global-search-intermittent

Bug 1251574 - Global search intermittent test failure r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/a3f87250f8f8
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1251574 - Global search intermittent test failure
2016-03-07 07:54:16 -08:00
B2G Bumper Bot
1daba9e44b Bumping manifests a=b2g-bump 2016-03-07 04:16:52 -08:00
B2G Bumper Bot
e54a0eb8bd Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a1e56bfc5b48
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #34130 from albertopq/1239574-audio-tests

Bug 1239574 - Disabling audio channel tests r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/2ba9ec159bf0
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1239574 - Disabling audio channel tests

========

https://hg.mozilla.org/integration/gaia-central/rev/e7711a169494
Author: Luke Chang <luke-chang@users.noreply.github.com>
Desc: Merge pull request #34125 from luke-chang/1253188_tv_normalize_preview_url

Bug 1253188 - [TV][2.5] The context menu still shows "Add to Apps" even the marketplace content has been added, r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/50473448f8c2
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 1253188 - [TV][2.5] The context menu still shows "Add to Apps" even the marketplace content has been added

========

https://hg.mozilla.org/integration/gaia-central/rev/8b19529e0f75
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #34119 from rexboy7/1251556

Bug 1251556 - [TV][App Deck] Don't show option menu for menu banners.r=lchang

========

https://hg.mozilla.org/integration/gaia-central/rev/32bcda4228fc
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1251556 - [TV][App Deck] Don't show option menu for menu banners
2016-03-07 04:15:09 -08:00
B2G Bumper Bot
a7a4505525 Bumping manifests a=b2g-bump 2016-03-07 02:25:59 -08:00
B2G Bumper Bot
3c010244f9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0651f3e76f44
Author: danhuang1202 <dhuang@mozilla.com>
Desc: Merge pull request #34139 from danhuang1202/1254007_update_browser_fte_string_and_style

Bug 1254007 - polish browser fte and update string. r=yifan

========

https://hg.mozilla.org/integration/gaia-central/rev/7c82bb359429
Author: danhuang1202 <danhuang1202@gmail.com>
Desc: Bug 1254007 - polish browser fte and update string. r=yifan
2016-03-07 02:24:20 -08:00
B2G Bumper Bot
43dbcfadb7 Bumping manifests a=b2g-bump 2016-03-06 22:11:21 -08:00
B2G Bumper Bot
27484a3e23 Bumping gaia.json for 14 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cdc1e2169667
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #34120 from zbraniecki/1252936-migrate-smart-system-value-selector-to-modern-l10n

Bug 1252936 - Port ValueSelector refactor from System to TV System.r=lchang

========

https://hg.mozilla.org/integration/gaia-central/rev/01c1167ff62a
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1252936 - Port ValueSelector refactor from System to TV System

========

https://hg.mozilla.org/integration/gaia-central/rev/4c68f3b83e23
Author: Luke Chang <luke-chang@users.noreply.github.com>
Desc: Merge pull request #34138 from mozilla-b2g/revert-34064-merge-tv

Revert "Bug 1236490 - Run TV in the system domain r=rexboy"

========

https://hg.mozilla.org/integration/gaia-central/rev/4742261ef6ed
Author: Luke Chang <luke-chang@users.noreply.github.com>
Desc: Revert "Bug 1236490 - Run TV in the system domain r=rexboy"

========

https://hg.mozilla.org/integration/gaia-central/rev/46d161f055ee
Author: Luke Chang <luke-chang@users.noreply.github.com>
Desc: Merge pull request #34137 from mozilla-b2g/revert-34016-1244682-base-module-launchers

Revert "Bug 1244682 - Base Modularize HomescreenLauncher and LandingLauncher"

========

https://hg.mozilla.org/integration/gaia-central/rev/c0b2b1951313
Author: Luke Chang <luke-chang@users.noreply.github.com>
Desc: Revert "Bug 1244682 - Base Modularize HomescreenLauncher and LandingLauncher"

========

https://hg.mozilla.org/integration/gaia-central/rev/6dc1a81a3791
Author: Scott Wu <scottwu@mozilla.com>
Desc: Merge pull request #34123 from scottwu/1243351-scan-appdir-2

Bug 1243351 - Running scan-appdir with node.js, r=rickychien

========

https://hg.mozilla.org/integration/gaia-central/rev/2b51ddc2c873
Author: Scott Wu <scottcwwu@gmail.com>
Desc: Bug 1243351 - Running scan-appdir with node.js

========

https://hg.mozilla.org/integration/gaia-central/rev/2e0f642b865c
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #34117 from begeeben/1250394_replace_smart_components

Bug 1250394 - Replace smart components with fxos-tv-components in tv browser, r=dhuang

========

https://hg.mozilla.org/integration/gaia-central/rev/01e7b6177eff
Author: yifan <yliao@mozilla.com>
Desc: Bug 1250394 - Replace smart components with fxos-tv-components in tv browser

========

https://hg.mozilla.org/integration/gaia-central/rev/dcd0c7ac4b43
Author: Luke Chang <luke-chang@users.noreply.github.com>
Desc: Merge pull request #34136 from mozilla-b2g/revert-34040-1244686-base-module-homewindow

Revert "Bug 1244686 - Base modularizing homescreenWindowManager"

========

https://hg.mozilla.org/integration/gaia-central/rev/4b0023f65241
Author: Luke Chang <luke-chang@users.noreply.github.com>
Desc: Revert "Bug 1244686 - Base modularizing homescreenWindowManager"

========

https://hg.mozilla.org/integration/gaia-central/rev/32406048681c
Author: danhuang1202 <dhuang@mozilla.com>
Desc: Merge pull request #34124 from danhuang1202/1251546_disable_ok_button_when_homepage_is_empty

Bug 1251546 - homepage setting check. r=yifan

========

https://hg.mozilla.org/integration/gaia-central/rev/431bd60b0089
Author: danhuang1202 <danhuang1202@gmail.com>
Desc: Bug 1251546 - homepage setting check. r=yifan
2016-03-06 22:09:21 -08:00
B2G Bumper Bot
6a6a02bf11 Bumping manifests a=b2g-bump 2016-03-06 01:01:00 -08:00
B2G Bumper Bot
97826cf02d Bumping manifests a=b2g-bump 2016-03-05 15:56:01 -08:00
B2G Bumper Bot
27d1b2aa62 Bumping manifests a=b2g-bump 2016-03-05 11:16:56 -08:00
B2G Bumper Bot
152a6d6855 Bumping manifests a=b2g-bump 2016-03-05 06:41:21 -08:00
B2G Bumper Bot
3942ba2b7e Bumping manifests a=b2g-bump 2016-03-04 08:31:02 -08:00
B2G Bumper Bot
8d0ee63166 Bumping manifests a=b2g-bump 2016-03-04 00:21:02 -08:00
B2G Bumper Bot
f0605a1e23 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9c4791322c08
Author: jos <mail@jos.tw>
Desc: Merge pull request #34104 from jostw/josyeh/Marketplace/master/Bug1225088

Bug 1225088 - [TV][2.5] Showing a content splash screen when content loading is slow

========

https://hg.mozilla.org/integration/gaia-central/rev/e68c50fb7bf9
Author: Joseph Yeh <jyeh@mozilla.com>
Desc: Bug 1225088 - [TV][2.5] Showing a content splash screen when content loading is slow
2016-03-04 00:19:22 -08:00
B2G Bumper Bot
6307aa455a Bumping manifests a=b2g-bump 2016-03-03 01:32:01 -08:00
B2G Bumper Bot
231fc0d98d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/dcf43aa052fa
Author: jos <mail@jos.tw>
Desc: Merge pull request #34122 from jostw/josyeh/Marketplace/master/Bug1248853

Bug 1248853 - Provide options for users to view URL on TV Web Apps listings

========

https://hg.mozilla.org/integration/gaia-central/rev/2af9ec2c0103
Author: Joseph Yeh <jyeh@mozilla.com>
Desc: Bug 1248853 - Provide options for users to view URL on TV Web Apps listings
2016-03-03 01:30:21 -08:00
B2G Bumper Bot
dce5cb0b12 Bumping manifests a=b2g-bump 2016-03-02 09:11:21 -08:00
B2G Bumper Bot
10e6d94fd0 Bumping manifests a=b2g-bump 2016-03-02 02:56:59 -08:00
B2G Bumper Bot
34fe5dd041 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b39c011330ce
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #34110 from begeeben/1241775_cant_leave

Bug 1241775 - [TV][2.6] Can't leave the bookmark name input field, r=dhuang

========

https://hg.mozilla.org/integration/gaia-central/rev/56bb25e6b429
Author: yifan <yliao@mozilla.com>
Desc: Bug 1241775 - [TV][2.6] Can't leave the bookmark name input field
2016-03-02 02:55:21 -08:00
B2G Bumper Bot
471f74f7ee Bumping manifests a=b2g-bump 2016-03-02 02:26:05 -08:00
B2G Bumper Bot
1b3a49e03a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/50f561276d64
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #34088 from zbraniecki/1250681-migrate-tv-to-l20n

Bug 1250681 - Migrate remaining TV apps to l20n. r=evelyn, rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/96a6fcaa18db
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1250681 - Migrate remaining TV apps to l20n
2016-03-02 02:24:25 -08:00
B2G Bumper Bot
4b58065fdb Bumping manifests a=b2g-bump 2016-03-02 02:06:03 -08:00
B2G Bumper Bot
dde56219ce Bumping manifests a=b2g-bump 2016-03-02 01:55:57 -08:00
B2G Bumper Bot
2adb953b20 Bumping manifests a=b2g-bump 2016-03-01 21:47:11 -08:00
B2G Bumper Bot
3cde7a51a5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f8b97ddd68a6
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #34060 from zbraniecki/1247780-refactor-remaining-l10n-in-smart-system

Bug 1247780 - Refactor Smart System to use modern L10n API. r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/9fe362fe6d3e
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1247780 - Refactor Smart System to use modern L10n API
2016-03-01 21:45:23 -08:00
B2G Bumper Bot
c74f3770a4 Bumping manifests a=b2g-bump 2016-03-01 20:06:06 -08:00
B2G Bumper Bot
827a7575bf Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/dd3c400017ac
Author: danhuang1202 <dhuang@mozilla.com>
Desc: Merge pull request #34103 from danhuang1202/1251525_remove_pocket_in_browser_menu

Bug 1251525 - Remove Pocket from menu items. r=yifan

========

https://hg.mozilla.org/integration/gaia-central/rev/56330eb9fd41
Author: danhuang1202 <danhuang1202@gmail.com>
Desc: Bug 1251525 - Remove Pocket from menu items. r=yifan
2016-03-01 20:04:25 -08:00
B2G Bumper Bot
8a1879ecbe Bumping manifests a=b2g-bump 2016-03-01 16:21:00 -08:00
B2G Bumper Bot
a0a2da96f7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/711d127669dd
Author: Sean Lee <weilonge@gmail.com>
Desc: Merge pull request #34099 from weilonge/seanlee/TVBrowser/master/Bug1250834

Bug 1250834 - Implementation of the data adapter for Tabs Sync in TV Browser. r=yifan

========

https://hg.mozilla.org/integration/gaia-central/rev/ae7ca4c83360
Author: Sean Lee <weilonge@gmail.com>
Desc: Bug 1250834 - Implementation of the data adapter for Tabs Sync in TV Browser. r=yifan
2016-03-01 16:19:20 -08:00
B2G Bumper Bot
632aa829f1 Bumping manifests a=b2g-bump 2016-03-01 11:50:59 -08:00
B2G Bumper Bot
9cefb2bc48 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f17ca6c47fe0
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #34059 from zbraniecki/1247774-refactor-tv-fxa-to-modern-l10n

Bug 1247774 - Port FxA L10n refactor to tv smart-system. r=rexboy, yifan

========

https://hg.mozilla.org/integration/gaia-central/rev/ed2594a99531
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1247774 - Port FxA L10n refactor to tv smart-system
2016-03-01 11:49:19 -08:00
B2G Bumper Bot
c15d43884d Bumping manifests a=b2g-bump 2016-03-01 09:50:58 -08:00
B2G Bumper Bot
9fce2af8b5 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/21f8d47764b8
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Revert "Merge pull request #34076 from scottwu/1243351-scan-appdir-2"

This reverts commit f1c7a89708b61170718a9fea8d949710d7084cf0, reversing
changes made to 9fe5bb2224500e0bc2673747bb1e655498217d0d.
2016-03-01 09:49:19 -08:00
B2G Bumper Bot
95da91d4cf Bumping manifests a=b2g-bump 2016-03-01 04:30:58 -08:00
B2G Bumper Bot
a955166f01 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/554bbc1378dd
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #34100 from albertopq/1250913-intermitent-tv-pin

Bug 1250913 - Fixing intermittent issues on Pinning websites to the home (tv) r=lchang

========

https://hg.mozilla.org/integration/gaia-central/rev/da1a16ceaf00
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1250913 - Fixing intermittent issues on Pinning websites to the home (tv)
2016-03-01 04:29:18 -08:00
B2G Bumper Bot
35fe906ea7 Bumping manifests a=b2g-bump 2016-03-01 04:01:01 -08:00
B2G Bumper Bot
02c2179d1d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1503abec2fae
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #34106 from rexboy7/1249534-unpin-bookmark-regression

Bug 1249534 - [TV][AppDeck] Fix bookmark pin-to-home regression.r=lchang

========

https://hg.mozilla.org/integration/gaia-central/rev/01b0651db5a8
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1249534 - [TV][AppDeck] Fix bookmark pin-to-home regression
2016-03-01 03:59:22 -08:00
B2G Bumper Bot
257a9ddbcd Bumping manifests a=b2g-bump 2016-02-29 23:31:00 -08:00
B2G Bumper Bot
00dada07a1 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a6616b02310e
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #34091 from Fischer-L/bug_1250803-send-to-tv-offline-content-typo

Bug 1250803 - Modify the wrong spelling for TV FTE offline screen, r=rex

========

https://hg.mozilla.org/integration/gaia-central/rev/f23962cd5fd3
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1250803 - Modify the wrong spelling for TV FTE offline screen

========

https://hg.mozilla.org/integration/gaia-central/rev/42746c106961
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #34095 from Fischer-L/bug_1250405-update-fling-tutorial-app-icon

Bug 1250405 - [TV] Visual polish for send tab/video app icon, r=rex

========

https://hg.mozilla.org/integration/gaia-central/rev/e4b488909062
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1250405 - [TV] Visual polish for send tab/video app icon

========

https://hg.mozilla.org/integration/gaia-central/rev/6ae33ee77f97
Author: Scott Wu <scottwu@mozilla.com>
Desc: Merge pull request #34076 from scottwu/1243351-scan-appdir-2

Bug 1243351 - Running scan-appdir with node.js, r=rickychien

========

https://hg.mozilla.org/integration/gaia-central/rev/8ea02efd2fe7
Author: Scott Wu <scottcwwu@gmail.com>
Desc: Bug 1243351 - Running scan-appdir with node.js
2016-02-29 23:29:20 -08:00
B2G Bumper Bot
2a6a7ea44b Bumping manifests a=b2g-bump 2016-02-29 20:41:26 -08:00
B2G Bumper Bot
543b4830d5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7dfb63944e0c
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #34109 from begeeben/revert_1241775

Revert "Bug 1241775 - [TV][2.6] Can't leave the bookmark name input f…

========

https://hg.mozilla.org/integration/gaia-central/rev/759984272548
Author: yifan <yliao@mozilla.com>
Desc: Revert "Bug 1241775 - [TV][2.6] Can't leave the bookmark name input field"

This reverts commit d198322b9eb6014123ab49c5addd02f22b1f1559.
2016-02-29 20:39:24 -08:00
B2G Bumper Bot
7d44d09d70 Bumping manifests a=b2g-bump 2016-02-29 14:31:02 -08:00
B2G Bumper Bot
3249d29f8d Bumping manifests a=b2g-bump 2016-02-29 13:21:04 -08:00
B2G Bumper Bot
7ac9a84775 Bumping manifests a=b2g-bump 2016-02-29 02:16:58 -08:00
B2G Bumper Bot
3ea83acad0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f09c4f843bcd
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #34084 from JohanLorenzo/bug-1250474

Bug 1250474 - Retire the dogfood suite and put its tests in non-smoke

========

https://hg.mozilla.org/integration/gaia-central/rev/6d87661538a4
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1250474 - Retire the dogfood suite and put its tests in non-smoke
2016-02-29 02:15:17 -08:00
B2G Bumper Bot
ff73693c07 Bumping manifests a=b2g-bump 2016-02-28 15:36:02 -08:00
B2G Bumper Bot
3cd76158c5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3d971dc38944
Author: Ryan VanderMeulen <ryanvm@gmail.com>
Desc: Merge pull request #34096 from jonathanKingston/bug-1249874-fix-wording-of-malware

Bug 1249874 - Fix typo in malware message

========

https://hg.mozilla.org/integration/gaia-central/rev/a60769ba232e
Author: Jonathan Kingston <jonathan@jooped.co.uk>
Desc: Bug 1249874 - Fix typo in malware message
2016-02-28 15:34:22 -08:00
B2G Bumper Bot
1189ad5461 Bumping manifests a=b2g-bump 2016-02-26 18:00:57 -08:00
B2G Bumper Bot
d4de56ced3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f7564c7ca297
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #34102 from nullaus/bug1243085

Bug 1243085 - Update gaia-taskenv to latest tester base image. r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/69c48a29e529
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Bug 1243085 - Update gaia-taskenv to latest tester base image. r=me
2016-02-26 17:59:18 -08:00
B2G Bumper Bot
e4bda2e11d Bumping manifests a=b2g-bump 2016-02-26 17:50:59 -08:00
B2G Bumper Bot
7b6a09fe0e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0d8120773f3a
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #34101 from nullaus/bug1155116

Bug 1155116 - Add contextMenuClick support. r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/2f465b69f484
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: Bug 1155116 - Add contextMenuClick support. r=me
2016-02-26 17:49:20 -08:00
B2G Bumper Bot
3a6341928b Bumping manifests a=b2g-bump 2016-02-26 17:41:19 -08:00
B2G Bumper Bot
95ff95bf62 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/69e30d0dc174
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #34090 from Fischer-L/bug_1250780-add-interactive_notifications_test.js

Bug 1250780 - [GijTV] Add interactive_notifications_test.js in smart-system, r=luke

========

https://hg.mozilla.org/integration/gaia-central/rev/094cb127a083
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1250780 - [GijTV] Add interactive_notifications_test.js in smart-system
2016-02-26 17:39:21 -08:00
B2G Bumper Bot
d9328fe31d Bumping manifests a=b2g-bump 2016-02-26 17:30:57 -08:00
B2G Bumper Bot
643f862493 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/dc898e440914
Author: Ray Lin <ralin@mozilla.com>
Desc: Merge pull request #34083 from raylin/dont-throw-when-no-indexeddb

Bug 1250030 - Stop throw in PromiseStorage if no indexedDB, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/19a8cc315486
Author: Ray Lin <ralin@mozilla.com>
Desc: Bug 1250030 - Stop throw in PromiseStorage if no indexedDB, r=timdream
2016-02-26 17:29:18 -08:00
B2G Bumper Bot
928d48c57f Bumping manifests a=b2g-bump 2016-02-26 17:20:56 -08:00
B2G Bumper Bot
9f970b53ea Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/964cddcc98ec
Author: danhuang1202 <dhuang@mozilla.com>
Desc: Merge pull request #34092 from danhuang1202/1250815_enable_network_error_preference

Bug 1250815 - enable tv build preference: network.offline-mirrors-con…

========

https://hg.mozilla.org/integration/gaia-central/rev/bed44bed6683
Author: danhuang1202 <danhuang1202@gmail.com>
Desc: Bug 1250815 - enable tv build preference: network.offline-mirrors-connectivity
2016-02-26 17:19:18 -08:00
B2G Bumper Bot
0555605dc4 Bumping manifests a=b2g-bump 2016-02-26 17:11:03 -08:00
B2G Bumper Bot
b461595c8a Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/93957ed1b095
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: [No bug] Bustage fix. L20n.js tried to use more ES6 than we know. r=me
2016-02-26 17:09:18 -08:00
B2G Bumper Bot
18f70db0de Bumping manifests a=b2g-bump 2016-02-26 17:00:56 -08:00
B2G Bumper Bot
d393355f25 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/589184ab4e58
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: [No bug] Update l20n*.js to use ES6 classes syntax. r=me
2016-02-26 16:59:17 -08:00
B2G Bumper Bot
3582b4a0c5 Bumping manifests a=b2g-bump 2016-02-26 16:51:06 -08:00
B2G Bumper Bot
0691fb3455 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/492a966d1206
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #34087 from zbraniecki/1250628-remove-l20n-reverse-proxy

Bug 1250628 - Remove the reverse proxy from l20n.js to l10n.js. r=stas

========

https://hg.mozilla.org/integration/gaia-central/rev/c40a9261de01
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1250628 - Remove the reverse proxy from l20n.js to l10n.js
2016-02-26 16:49:28 -08:00
B2G Bumper Bot
847d13acce Bumping manifests a=b2g-bump 2016-02-26 16:41:21 -08:00
B2G Bumper Bot
4f5f72a79c Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6a40da327a15
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: No bug - Add deprecation warning to l10n.js. r=stas
2016-02-26 16:39:21 -08:00
B2G Bumper Bot
759f5ed24c Bumping manifests a=b2g-bump 2016-02-26 16:31:00 -08:00
B2G Bumper Bot
b03d6c44d0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ac6daaa3c364
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #34097 from ubermarklar/1224629

Bug 1224629 - Create an end-to-end test that verifies you can save a note in the Notes app

========

https://hg.mozilla.org/integration/gaia-central/rev/7223e277b5ee
Author: UberMarklar <mbryant@mozilla.com>
Desc: Bug 1224629 - Create an end-to-end test that verifies you can save a note in the Notes app
2016-02-26 16:29:22 -08:00
B2G Bumper Bot
a36753ccae Bumping manifests a=b2g-bump 2016-02-26 16:21:00 -08:00
B2G Bumper Bot
d33ef4ae63 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ffb9cd885fa7
Author: Ricky Chien <rickychien@users.noreply.github.com>
Desc: Merge pull request #34094 from rickychien/default-focus-cancel

Bug 1249533 - Add to apps confirm dialog focus on cancel button by default r=@luke-chang

========

https://hg.mozilla.org/integration/gaia-central/rev/5d94c8a1db47
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1249533 - Add to apps confirm dialog focus on cancel button by default
2016-02-26 16:19:21 -08:00
B2G Bumper Bot
13f9658c99 Bumping manifests a=b2g-bump 2016-02-26 16:11:21 -08:00
B2G Bumper Bot
0057c270e9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7094091198b4
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #34080 from begeeben/1241788_back_to_browser

Bug 1241788 - [TV][2.6] Back to browser settings page after pressing "Forgot your password", r=ferjm

========

https://hg.mozilla.org/integration/gaia-central/rev/992a14416867
Author: yifan <yliao@mozilla.com>
Desc: Bug 1241788 - [TV][2.6] Back to browser settings page after pressing "Forgot your password"
2016-02-26 16:09:21 -08:00
B2G Bumper Bot
bc1915a77c Bumping manifests a=b2g-bump 2016-02-26 16:00:59 -08:00
B2G Bumper Bot
a64b7611df Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0520fc552b0b
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #34078 from begeeben/1241775_cant_leave_the_bookmark

Bug 1241775 - [TV][2.6] Can't leave the bookmark name input field, r=dhuang

========

https://hg.mozilla.org/integration/gaia-central/rev/2e482dd96cf6
Author: yifan <yliao@mozilla.com>
Desc: Bug 1241775 - [TV][2.6] Can't leave the bookmark name input field

========

https://hg.mozilla.org/integration/gaia-central/rev/4fbef5e58673
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #34089 from begeeben/1250395_the_ok_button

Bug 1250395 - The OK button cannot be pressed in the error dialog in fx account sign in flow, r=luke

========

https://hg.mozilla.org/integration/gaia-central/rev/7eac76db2bf5
Author: yifan <yliao@mozilla.com>
Desc: Bug 1250395 - The OK button cannot be pressed in the error dialog in fx account sign in flow
2016-02-26 15:59:20 -08:00
B2G Bumper Bot
fe6be04dc5 Bumping manifests a=b2g-bump 2016-02-26 15:51:02 -08:00
B2G Bumper Bot
a482daa43f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1fd1e1bd9da1
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #34040 from albertopq/1244686-base-module-homewindow

Bug 1244686 - Base modularizing homescreenWindowManager

========

https://hg.mozilla.org/integration/gaia-central/rev/4bc9f72a1a56
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1244686 - Base modularizing homescreenWindowManager
2016-02-26 15:49:20 -08:00
B2G Bumper Bot
cb2fcb57e9 Bumping manifests a=b2g-bump 2016-02-26 15:41:18 -08:00
B2G Bumper Bot
8e746131b4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/60965134996d
Author: Sean Lee <weilonge@gmail.com>
Desc: Merge pull request #34063 from weilonge/seanlee/DataSync/master/Bug1244169

Bug 1244169 - Implement Tabs sync data adapter. r=ferjm,michielbdejong

========

https://hg.mozilla.org/integration/gaia-central/rev/644529e8fb66
Author: Sean Lee <selee@mozilla.com>
Desc: Bug 1244169 - Implement Tabs sync data adapter. r=ferjm,michielbdejong
2016-02-26 15:39:19 -08:00
B2G Bumper Bot
53271bd2e5 Bumping manifests a=b2g-bump 2016-02-26 15:31:20 -08:00
B2G Bumper Bot
e27693b343 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/39316ca0b3a6
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #34086 from zbraniecki/1170963-remove-l10n_date

Bug 1170963 - Remove l10n_date.js. r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/fb650c599dcd
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1170963 - Remove l10n_date.js
2016-02-26 15:29:41 -08:00
B2G Bumper Bot
b81a5d77d3 Bumping manifests a=b2g-bump 2016-02-26 15:20:58 -08:00
B2G Bumper Bot
b1ed0c401d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/51a2fd16101f
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #33965 from zbraniecki/1243087-refactor-l10n-in-smart-home

Bug 1243087 - Move away from deprecated mozL10n.get in Smart-Home. r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/9623738a9c62
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1243087 - Migrate Smart-Home to L20n.js
2016-02-26 15:19:20 -08:00
B2G Bumper Bot
0636fcc3eb Bumping manifests a=b2g-bump 2016-02-26 15:10:19 -08:00
B2G Bumper Bot
a6246c071d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c169d77cfe8a
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #34085 from ubermarklar/1242634

Bug 1242634 - test_logout.py : ElementNotVisibleException: ElementNotVisibleException: Element is not currently visible and may not be manipulated

========

https://hg.mozilla.org/integration/gaia-central/rev/94c0305d0de0
Author: UberMarklar <mbryant@mozilla.com>
Desc: Bug 1242634 - test_logout.py : ElementNotVisibleException: ElementNotVisibleException: Element is not currently visible and may not be manipulated
2016-02-26 15:09:53 -08:00
Mantaroh Yoshinaga
1e027413f8 Bug 1237823 - Change to screen.js in order to prevent endless loop when window maximized. r=fabrice 2016-02-02 17:52:00 -05:00
B2G Bumper Bot
de2b370e5f Bumping manifests a=b2g-bump 2016-02-23 08:26:14 -08:00
B2G Bumper Bot
d543ccb7bb Bumping manifests a=b2g-bump 2016-02-23 02:03:49 -08:00
B2G Bumper Bot
931710e86d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/892fe00e12ce
Author: Greg Weng <snowmantw@gmail.com>
Desc: Merge pull request #34015 from CervantesYu/bug_1239674

Bug 1239674: fix unnecessary screen brightness transition in canceling screen timeout. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/c9cceb5565f0
Author: Cervantes Yu <cyu@mozilla.com>
Desc: Bug 1239674 - fix unnecessary screen brightness transition in canceling screen timeout. r=timdream
2016-02-23 01:57:14 -08:00
B2G Bumper Bot
fa38d5e7c6 Bumping manifests a=b2g-bump 2016-02-23 01:37:17 -08:00
B2G Bumper Bot
ea33903309 Bumping manifests a=b2g-bump 2016-02-23 00:46:33 -08:00
B2G Bumper Bot
c6fe6b4a4a Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2950fa42ce41
Author: Ricky Chien <rickychien@users.noreply.github.com>
Desc: Merge pull request #34081 from mantaroh/master

Bug 1249199 - modify replacement of locale string. r=rickychien

========

https://hg.mozilla.org/integration/gaia-central/rev/ba543d3ef802
Author: mantaroh <mantaroh@gmail.com>
Desc: Bug 1249199 - modify replacement of locale string. r=rickychien

========

https://hg.mozilla.org/integration/gaia-central/rev/a5316477ab9c
Author: mantaroh <mantaroh@gmail.com>
Desc: Bug 1249199 - modify replacement of locale string. r=rickychien
2016-02-23 00:40:38 -08:00
B2G Bumper Bot
8211eff85a Bumping manifests a=b2g-bump 2016-02-22 20:56:17 -08:00
B2G Bumper Bot
bb07757249 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8c0f20540765
Author: Ricky Chien <rickychien@users.noreply.github.com>
Desc: Merge pull request #34079 from rickychien/show-hint-after-load

Bug 1250032 - [Marketplace] Hint should show after the app finish loading r=@luke-chang

========

https://hg.mozilla.org/integration/gaia-central/rev/8dd0b87892a1
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1250032 - [Marketplace] Hint should show after the app finish loading
2016-02-22 20:52:33 -08:00
B2G Bumper Bot
8cc8e3b843 Bumping manifests a=b2g-bump 2016-02-22 05:11:18 -08:00
B2G Bumper Bot
11d3de4a03 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/101195b74e1e
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #34016 from albertopq/1244682-base-module-launchers

Bug 1244682 - Base Modularize HomescreenLauncher and LandingLauncher

========

https://hg.mozilla.org/integration/gaia-central/rev/e46d8d3b44ee
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1244682 - Base Modularize HomescreenLauncher and LandingLauncher
2016-02-22 05:09:19 -08:00
B2G Bumper Bot
e76cd4e24f Bumping manifests a=b2g-bump 2016-02-22 03:50:56 -08:00
B2G Bumper Bot
435274b907 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e77f885e5e54
Author: Ricky Chien <rickychien@users.noreply.github.com>
Desc: Merge pull request #34073 from rickychien/bug-955989

Bug 955989 - Running additional-extensions.js and download-manager.js on node.js r=@=scottwu

========

https://hg.mozilla.org/integration/gaia-central/rev/f9e8113e2739
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 955989 - Running additional-extensions.js and download-manager.js on node.js
2016-02-22 03:49:17 -08:00
B2G Bumper Bot
748c36f142 Bumping manifests a=b2g-bump 2016-02-22 03:30:56 -08:00
B2G Bumper Bot
dc317468d9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f8235671aaa9
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #34075 from stenox/master

Bug 1249256 - [layout](uk) Remove key by moving it to alternative character, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/ede3cb35e2a0
Author: Artem Polivanchuk <a.polivanchuk@outlook.com>
Desc: Bug 1249256 - [layout](uk) Remove key by moving it to alternative character
2016-02-22 03:29:18 -08:00
B2G Bumper Bot
105b7b685d Bumping manifests a=b2g-bump 2016-02-22 00:11:19 -08:00
B2G Bumper Bot
792bda4b97 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0b0f6654cd1f
Author: Ricky Chien <rickychien@users.noreply.github.com>
Desc: Merge pull request #34077 from rickychien/csslint-to-node

Bug 1131503 - Running csslint.js on node.js r=@scottwu

========

https://hg.mozilla.org/integration/gaia-central/rev/a72a80010f32
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1131503 - Running csslint.js on node.js
2016-02-22 00:09:20 -08:00
B2G Bumper Bot
06b5b19ee2 Bumping manifests a=b2g-bump 2016-02-19 21:17:00 -08:00
B2G Bumper Bot
988d1d94ba Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/827190a984ed
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #34074 from raylin/uk-layout

Bug 1137970 - [b2g] Generate Ukrainian (uk) wordlist/dictionary, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/b57b73fd3065
Author: Artem Polivanchuk <a.polivanchuk@outlook.com>
Desc: Bug 1137970 - [b2g] Generate Ukrainian (uk) wordlist/dictionary
2016-02-19 21:15:12 -08:00
B2G Bumper Bot
9fad5047e2 Bumping manifests a=b2g-bump 2016-02-19 08:30:58 -08:00
B2G Bumper Bot
0a1fc6ee6d Bumping manifests a=b2g-bump 2016-02-19 06:10:59 -08:00
B2G Bumper Bot
dcd8e5bc16 Bumping manifests a=b2g-bump 2016-02-19 00:56:56 -08:00
B2G Bumper Bot
97dad4d5b6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d839aa7d66ab
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #34070 from albertopq/1248612-pin-integration

Bug 1248612 - Create integraton test for Moztrap #16645 r=lchang

========

https://hg.mozilla.org/integration/gaia-central/rev/0bd830349e2d
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1248612 - Create integraton test for Moztrap #16645
2016-02-19 00:55:18 -08:00
B2G Bumper Bot
beca25e4eb Bumping manifests a=b2g-bump 2016-02-18 04:50:53 -08:00
B2G Bumper Bot
6b702d2c0c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/31163d3516c9
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #34064 from albertopq/merge-tv

Bug 1236490 - Run TV in the system domain r=lchang

========

https://hg.mozilla.org/integration/gaia-central/rev/9a5c753de0ec
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1236490 - Run TV in the system domain
2016-02-18 04:49:15 -08:00
B2G Bumper Bot
f4f7bf663b Bumping manifests a=b2g-bump 2016-02-18 04:30:53 -08:00
B2G Bumper Bot
8ebe66cc4d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2575f37cc467
Author: Luke Chang <luke-chang@users.noreply.github.com>
Desc: Merge pull request #34072 from luke-chang/1249243_tv_metrics_default_on

Bug 1249243 - [TV 2.5] Turn on App Usage Metrics by default, r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/d7ee308f8083
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 1249243 - [TV 2.5] Turn on App Usage Metrics by default
2016-02-18 04:29:15 -08:00
B2G Bumper Bot
3bd0bdfebf Bumping manifests a=b2g-bump 2016-02-18 02:30:57 -08:00
B2G Bumper Bot
2b7129362f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/50d327d6da60
Author: Luke Chang <luke-chang@users.noreply.github.com>
Desc: Merge pull request #33677 from KuoE0/multi-screen

Bug 1235124 - [Presentation WebAPI] Start multi-screen by Presentation API, r=lchang

========

https://hg.mozilla.org/integration/gaia-central/rev/04be45612b7b
Author: KuoE0 <kuoe0.tw@gmail.com>
Desc: Bug 1235124 - Start multi-screen by presentation api, r=lchang
2016-02-18 02:29:19 -08:00
B2G Bumper Bot
1e4c4dc704 Bumping manifests a=b2g-bump 2016-02-18 01:42:24 -08:00
B2G Bumper Bot
8cd1c9b548 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/66447387c064
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #34023 from jostw/josyeh/Marketplace/master/Bug1244593

Bug 1244593 - [Web Apps] There has no production Web Apps in app deck. r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/f7fded7f9f7a
Author: Joseph Yeh <jyeh@mozilla.com>
Desc: Bug 1244593 - [Web Apps] Add production Web Apps to app deck
2016-02-18 01:40:20 -08:00
B2G Bumper Bot
4413e485bf Bumping manifests a=b2g-bump 2016-02-17 23:50:55 -08:00
B2G Bumper Bot
db8cc83470 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e55c79ab1734
Author: Scott Wu <scottwu@mozilla.com>
Desc: Merge pull request #34071 from mozilla-b2g/revert-34068-revert-33751-bug1222135-homescreen-folders

Revert "Revert "Bug 1222135 - Implement app grouping. r=gmarty""

========

https://hg.mozilla.org/integration/gaia-central/rev/aa6fda95a0f8
Author: Scott Wu <scottwu@mozilla.com>
Desc: Revert "Revert "Bug 1222135 - Implement app grouping. r=gmarty""
2016-02-17 23:49:17 -08:00
Wes Kocher
fd9e8e9098 Merge m-c to b2ginbound, a=merge
--HG--
extra : commitid : 7HxNISoXq8
2016-02-17 11:15:36 -08:00
B2G Bumper Bot
9bc548e754 Bumping manifests a=b2g-bump 2016-02-17 08:50:55 -08:00
B2G Bumper Bot
818a11ed9f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/60a0ec4fde7e
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #34062 from albertopq/1248376-moztrap-17924

Bug 1248376 - Create integration test for moztrap #17924 r=lchang

========

https://hg.mozilla.org/integration/gaia-central/rev/c389a619fb60
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1248376 - Create integration test for moztrap #17924
2016-02-17 08:49:17 -08:00
B2G Bumper Bot
1736be5362 Bumping manifests a=b2g-bump 2016-02-17 04:12:16 -08:00
B2G Bumper Bot
bace570197 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/576acb3ba6ad
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #34065 from gabrielesvelto/bug-1220719-alt

Bug 1220719 - Add a pref to enable hanging up the current call with the power button r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/9234a8e91055
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1220719 - Add a pref to enable hanging up the current call with the power button r=etienne
2016-02-17 04:10:16 -08:00
B2G Bumper Bot
127f1a5e97 Bumping manifests a=b2g-bump 2016-02-17 02:26:58 -08:00
B2G Bumper Bot
b916073d88 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d6f3469facc9
Author: Ricky Chien <rickychien@users.noreply.github.com>
Desc: Merge pull request #34044 from rickychien/app-and-build-app-to-node

Bug 1131468 - Running app.js and build-app.js on node.js r=@scottwu

========

https://hg.mozilla.org/integration/gaia-central/rev/feb9af4f69b2
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1131468 - Running app.js and build-app.js on node.js
2016-02-17 02:25:19 -08:00
B2G Bumper Bot
db19e40e5f Bumping manifests a=b2g-bump 2016-02-17 01:50:57 -08:00
B2G Bumper Bot
56c1b3a92a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/daf9a2d36e7f
Author: Scott Wu <scottwu@mozilla.com>
Desc: Merge pull request #34068 from mozilla-b2g/revert-33751-bug1222135-homescreen-folders

Revert "Bug 1222135 - Implement app grouping. r=gmarty"

========

https://hg.mozilla.org/integration/gaia-central/rev/dcce206da3bb
Author: Scott Wu <scottwu@mozilla.com>
Desc: Revert "Bug 1222135 - Implement app grouping. r=gmarty"
2016-02-17 01:49:19 -08:00
B2G Bumper Bot
ec7d33fa0a Bumping manifests a=b2g-bump 2016-02-16 21:12:15 -08:00
B2G Bumper Bot
d1cb1340d6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f6e47c7b0190
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #33691 from Fischer-L/bug_1234484-reenable-smart-system-tests

Bug 1234484 - [GijTV] Re-enable smart-system app_install_dialog and browser_context_menu test, r=luke

========

https://hg.mozilla.org/integration/gaia-central/rev/64cbe281a572
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1234484 - [GijTV] Re-enable smart-system app_install_dialog and browser_context_menu test
2016-02-16 21:10:16 -08:00
B2G Bumper Bot
acc7dc6c87 Bumping manifests a=b2g-bump 2016-02-16 14:26:00 -08:00
B2G Bumper Bot
c36779cea0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3a8d44866a16
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #34053 from zbraniecki/1247360-migrate-tv-epg-to-l20n

Bug 1247360 - Migrate tv-epg to l20n.js. r=ehung

========

https://hg.mozilla.org/integration/gaia-central/rev/0e9d5c89964e
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1247360 - Migrate tv-epg to l20n.js
2016-02-16 14:24:23 -08:00
B2G Bumper Bot
89f0f19393 Bumping manifests a=b2g-bump 2016-02-16 11:46:52 -08:00
B2G Bumper Bot
ae19dfb6cd Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ea5511fdd1f1
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #33751 from Cwiiis/bug1222135-homescreen-folders

Bug 1222135 - Implement app grouping. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/3134e6c5e454
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1222135 - Implement app grouping. r=gmarty
2016-02-16 11:45:09 -08:00
B2G Bumper Bot
68886cc297 Bumping manifests a=b2g-bump 2016-02-16 09:05:52 -08:00
B2G Bumper Bot
531dbfa8a8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6309e61cdf77
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #34026 from weilonge/seanlee/GaiaComponents/master/Bug1245426

Bug 1245426 - Add keyup event for gaia-switch, gaia-radio and gaia-checkbox.

========

https://hg.mozilla.org/integration/gaia-central/rev/c0a2f10ab933
Author: Sean Lee <weilonge@gmail.com>
Desc: Bug 1245426 - Add keyup event for gaia-switch, gaia-radio and gaia-checkbox.
2016-02-16 09:04:15 -08:00
B2G Bumper Bot
9a4e403d99 Bumping manifests a=b2g-bump 2016-02-16 04:46:52 -08:00
B2G Bumper Bot
1564f25651 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e37be5b3134c
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #34038 from rexboy7/1246090-remove-pin-to-home-from-system

bug 1246090 - [System] Remove bookmarks and their pin on Home correct…r=lchang

========

https://hg.mozilla.org/integration/gaia-central/rev/2c45aaa68982
Author: Rex Lee <rexboy@mozilla.com>
Desc: bug 1246090 - [System] Remove bookmarks and their pin on Home correctly even when AppDeck is not executing.
2016-02-16 04:45:13 -08:00
B2G Bumper Bot
3d71f403d1 Bumping manifests a=b2g-bump 2016-02-15 19:46:52 -08:00
B2G Bumper Bot
265473d962 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/dcf5a542a1fd
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #34054 from zbraniecki/1247370-migrate-tv-browser-to-l20n

Bug 1247370 - Migrate TV Browser to l20n.js. r=yifan

========

https://hg.mozilla.org/integration/gaia-central/rev/66cce00fa6c7
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1247370 - Migrate TV Browser to l20n.js
2016-02-15 19:45:11 -08:00
B2G Bumper Bot
79219ca9d0 Bumping manifests a=b2g-bump 2016-02-15 15:01:01 -08:00
B2G Bumper Bot
3788b079e2 Bumping manifests a=b2g-bump 2016-02-15 05:40:59 -08:00
B2G Bumper Bot
e529616a64 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b6341cd7047b
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #34061 from albertopq/revert-1236490

Revert "Bug 1236490 - Run TV in the system domain"

========

https://hg.mozilla.org/integration/gaia-central/rev/5d5ffc7cfd5f
Author: albertopq <albert.pastor@gmail.com>
Desc: Revert "Bug 1236490 - Run TV in the system domain"

This reverts commit 07ac751c0fd26ff3cadd58ca40c12da10dded7dc.
2016-02-15 05:39:15 -08:00
B2G Bumper Bot
039525e22f Bumping manifests a=b2g-bump 2016-02-15 03:35:55 -08:00
B2G Bumper Bot
9e04930897 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b4474fa99de2
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #33733 from albertopq/merge-tv

Bug 1236490 - Run TV in the system domain r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/bab2abff9969
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1236490 - Run TV in the system domain
2016-02-15 03:34:18 -08:00
B2G Bumper Bot
fac1d07633 Bumping manifests a=b2g-bump 2016-02-15 01:25:55 -08:00
B2G Bumper Bot
f70971f6f9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e8940a7f9831
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #33639 from Jobava/master

Bug 1226981 - Romanian typing prediction dictionary, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/ee8f4c906715
Author: Jobava <jobaval10n@gmail.com>
Desc: Bug 1226981 - replaced Romanian typing prediction dictionary
using most frequent words from Chrome and dexonline, with frequencies by Kevin Scannel <kscanne@gmail.com>
relevant Bugzilla bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1226981
related bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1137970
2016-02-15 01:24:18 -08:00
B2G Bumper Bot
755084488d Bumping manifests a=b2g-bump 2016-02-14 23:55:55 -08:00
B2G Bumper Bot
660a6866a3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1362b0cdd078
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #34039 from Fischer-L/bug_1246092-app-transtion-animation-not-closed

Bug 1246092 - [TV] Circle animation during app transition dosen't close properly, r=luke

========

https://hg.mozilla.org/integration/gaia-central/rev/991645e8dbf8
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1246092 - [TV] Circle animation during app transition dosen't close properly
2016-02-14 23:54:18 -08:00
B2G Bumper Bot
a7d2fec0c7 Bumping manifests a=b2g-bump 2016-02-14 19:20:56 -08:00
B2G Bumper Bot
b7a3b5973a Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9d8255256a53
Author: Ray Lin <ralin@mozilla.com>
Desc: Merge pull request #33970 from raylin/input-mgmt-move-locale-layout-map

Input mgmt move locale layout map

========

https://hg.mozilla.org/integration/gaia-central/rev/88b525132e7d
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1184342 - Part II, Remove keyboard_layouts.json generation from the build step

========

https://hg.mozilla.org/integration/gaia-central/rev/93dd82c9f652
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1184342 - Part I, Stop reading from keyboard_layouts.json
2016-02-14 19:19:18 -08:00
B2G Bumper Bot
d85339cd0a Bumping manifests a=b2g-bump 2016-02-11 16:41:03 -08:00
B2G Bumper Bot
ae31e37b78 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c1c40d3bb1fe
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #34058 from zbraniecki/1132219-fix-gu22-gu29

Bug 1132219 - Fix gaia tests bound function name tests. r=fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/80bc30f0c71f
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1132219 - Fix gaia tests bound function name tests
2016-02-11 16:39:17 -08:00
B2G Bumper Bot
ad22bb1e37 Bumping manifests a=b2g-bump 2016-02-11 12:55:56 -08:00
B2G Bumper Bot
620927493b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5d3ac51f83d8
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #32220 from zbraniecki/1209866-refactor-l10n-in-tvapps

Bug 1209866 - Move tv_apps from mozL10n.DateTimeFormat to Intl API. r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/0f365286b678
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1209866 - Move tv_apps from mozL10n.DateTimeFormat to Intl API
2016-02-11 12:54:18 -08:00
B2G Bumper Bot
e6d8b8dced Bumping manifests a=b2g-bump 2016-02-11 09:55:55 -08:00
B2G Bumper Bot
f2cabc6084 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d53f4040846b
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #34055 from albertopq/1247566-gij10tv

Bug 1247566 - WaitForStartup and WaitForLaunch on TV tests r=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/dfcee673632c
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1247566 - WaitForStartup and WaitForLaunch on TV tests
2016-02-11 09:54:16 -08:00
B2G Bumper Bot
18b64d9a55 Bumping manifests a=b2g-bump 2016-02-11 06:51:01 -08:00
B2G Bumper Bot
926ee64cbb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9c4bbd06c9a9
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #34029 from gabrielesvelto/bug-1218868-contacts-button-alignment-fix

Bug 1218868 - Fix the contact number alignment and size within a button r=francisco

========

https://hg.mozilla.org/integration/gaia-central/rev/6678f59c2fcf
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1218868 - Fix the contact number alignment and size within a button r=francisco
2016-02-11 06:49:22 -08:00
B2G Bumper Bot
8ea92e16b6 Bumping manifests a=b2g-bump 2016-02-10 09:47:16 -08:00
B2G Bumper Bot
41a8f52141 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0ac391c23956
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #33933 from julienw/912875-long-email-adresses

Bug 912875 - [Messages] support seeing long email addresses r=azasypkin

========

https://hg.mozilla.org/integration/gaia-central/rev/e20bfae25e3f
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 912875 - [Messages] support seeing long email addresses r=azasypkin
2016-02-10 09:45:37 -08:00
B2G Bumper Bot
dfed7039d5 Bumping manifests a=b2g-bump 2016-02-10 08:46:54 -08:00
B2G Bumper Bot
704526fea3 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cc1cc6ade6ee
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #34052 from lissyx/bug1247274

Bug 1247274 - Push maxImageSize limit for PdfJS to 20MB r=fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/b8e26c94aa61
Author: Alexandre Lissy <lissyx@lissyx.dyndns.org>
Desc: Bug 1247274 - Push maxImageSize limit for PdfJS to 20MB r=fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/924cd8d2c8b8
Author: lissyx <lissyx+github@lissyx.dyndns.org>
Desc: Merge pull request #34051 from lissyx/bug1247266

Bug 1247266 - Update PdfJS to 1.4.51 r=fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/61a09a5dc7e5
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 1247266 - Update PdfJS to 1.4.51 r=fabrice
2016-02-10 08:45:14 -08:00
B2G Bumper Bot
eb626301fe Bumping manifests a=b2g-bump 2016-02-10 07:16:46 -08:00
B2G Bumper Bot
e1e1634b8f Bumping manifests a=b2g-bump 2016-02-09 15:16:55 -08:00
B2G Bumper Bot
6245d6c110 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/763c85f9274e
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #34037 from zbraniecki/1245195-migrate-system-to-l20n

Bug 1245195 - Move System to L20n. r=etienne, qa=nhirata

========

https://hg.mozilla.org/integration/gaia-central/rev/e82c9dafd2c3
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1245195 - Move System to L20n
2016-02-09 15:15:07 -08:00
B2G Bumper Bot
03ac84556e Bumping manifests a=b2g-bump 2016-02-09 14:25:57 -08:00
B2G Bumper Bot
086ae53ad1 Bumping manifests a=b2g-bump 2016-02-08 15:20:55 -08:00
Gregor Wagner
9802b158d2 Merge m-c -> b-i 2016-02-08 14:41:52 +01:00
B2G Bumper Bot
0a9a02e9d7 Bumping manifests a=b2g-bump 2016-02-05 13:55:57 -08:00
B2G Bumper Bot
8af44422b1 Bumping manifests a=b2g-bump 2016-02-05 06:16:56 -08:00
B2G Bumper Bot
015f30a6a6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/89dd10288ea1
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #34036 from gabrielesvelto/bug-1245817-short-status-authenticating-locale

Bug 1245817 - Add the 'authenticating' entry to the wifi status translations r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/58542fd9b93e
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1245817 - Add the 'authenticating' entry to the wifi status translations r=gasolin
2016-02-05 06:15:11 -08:00
B2G Bumper Bot
48daedea55 Bumping manifests a=b2g-bump 2016-02-05 01:35:49 -08:00
B2G Bumper Bot
5a1fd399e3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/cdf2ab13984f
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #34025 from Fischer-L/bug_1245408-fling-payer-back-key-event-update

Bug 1245408 - [TV][Seamless experience] ESC to Backspace (Keyboard event change), r=rex

========

https://hg.mozilla.org/integration/gaia-central/rev/775f847f2f6c
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1245408 - [TV][Seamless experience] ESC to Backspace (Keyboard event change)
2016-02-05 01:34:13 -08:00
B2G Bumper Bot
a973da89c5 Bumping manifests a=b2g-bump 2016-02-05 01:05:53 -08:00
B2G Bumper Bot
abdd0cbab8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/45da88d08187
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #33895 from begeeben/1240422_use_window_alert

Bug 1240422 - Use window.alert, window.confirm and window.prompt to handle mozbrowsershowmodalprompt event, r=dhuang

========

https://hg.mozilla.org/integration/gaia-central/rev/e33e6470bc1e
Author: yifan <yliao@mozilla.com>
Desc: Bug 1240422 - Use window.alert, window.confirm and window.prompt to handle mozbrowsershowmodalprompt event
2016-02-05 01:04:16 -08:00
B2G Bumper Bot
f4f3b76eb7 Bumping manifests a=b2g-bump 2016-02-04 23:20:54 -08:00
B2G Bumper Bot
dd5e9572aa Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b3e4b3026017
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #33906 from begeeben/1240446_remove_tv_bookmark

Bug 1240446 - Remove tv bookmark number limit, r=dhuang

========

https://hg.mozilla.org/integration/gaia-central/rev/42b077f94d5c
Author: yifan <yliao@mozilla.com>
Desc: Bug 1240446 - Remove tv bookmark number limit

========

https://hg.mozilla.org/integration/gaia-central/rev/1a90280acc69
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #33957 from begeeben/1242879_the_error_message

Bug 1242879 - The error message for invalid Fx Account is closed before a user can see it, r=ferjm

========

https://hg.mozilla.org/integration/gaia-central/rev/f753b30efabd
Author: yifan <yliao@mozilla.com>
Desc: Bug 1242879 - The error message for invalid Fx Account is closed before a user can see it
2016-02-04 23:19:17 -08:00
B2G Bumper Bot
d350a4a33e Bumping manifests a=b2g-bump 2016-02-04 20:41:19 -08:00
B2G Bumper Bot
5528febdd3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/292dc3a737a7
Author: Yi-Fan Liao <yliao@mozilla.com>
Desc: Merge pull request #34034 from begeeben/1240434_the_screen_is_incomplete

Bug 1240434 - [TV Browser] The screen is incomplete when playing a video in full-screen mode, r=lchang

========

https://hg.mozilla.org/integration/gaia-central/rev/785c0a2db13b
Author: yifan <yliao@mozilla.com>
Desc: Bug 1240434 - [TV Browser] The screen is incomplete when playing a video in full-screen mode
2016-02-04 20:39:21 -08:00
B2G Bumper Bot
229544d1f7 Bumping manifests a=b2g-bump 2016-02-04 14:42:15 -08:00
B2G Bumper Bot
729615bdf3 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a9adbdb0d271
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #34009 from zbraniecki/1244629-migrate-remaining-mozl10nget-system

Bug 1244629 - Migrate remaining mozL10n.get calls to async in System. r=etienne, yzen

========

https://hg.mozilla.org/integration/gaia-central/rev/567cc67d9c79
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: fixup! Bug 1244629 - Migrate remaining mozL10n.get calls to async in System

========

https://hg.mozilla.org/integration/gaia-central/rev/4f281e818a55
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1244629 - Migrate remaining mozL10n.get calls to async in System
2016-02-04 14:40:16 -08:00
B2G Bumper Bot
58ac05389b Bumping manifests a=b2g-bump 2016-02-04 09:35:49 -08:00
B2G Bumper Bot
3c514f9b32 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/096b3ae26e6e
Author: Tilman Kamp <tilman@mozilla.com>
Desc: Merge pull request #34005 from tilmankamp/u1180236

Bug 1180236 - Timing adjustments R=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/1ff88809cf63
Author: Tilman Kamp <tilmankamp@posteo.de>
Desc: Bug 1180236 - Timing adjustments R=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/b44f0d79b618
Author: Tilman Kamp <tilman@mozilla.com>
Desc: Merge pull request #33961 from tilmankamp/u1233864

 Bug 1233864 - Darkened darkpage.html; simplified test; waiting for color values R=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/a62a285dfcd1
Author: Tilman Kamp <tilmankamp@posteo.de>
Desc: Bug 1233864 - Darkened darkpage.html; simplified test; waiting for color values R=mhenretty
2016-02-04 09:34:12 -08:00
B2G Bumper Bot
5fb0b8d400 Bumping manifests a=b2g-bump 2016-02-04 04:46:47 -08:00
B2G Bumper Bot
c8ca0bf1f8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b435915866bd
Author: isabelrios <isabelrios@gmail.com>
Desc: Merge pull request #34018 from isabelrios/add_to_a_contact

Bug 1244775 - Implement a test to add number to a contact

========

https://hg.mozilla.org/integration/gaia-central/rev/a3068694ebb2
Author: Isabel Rios Escobar <irios@MacBook-Pro-de-Isabel.local>
Desc: Bug 1244775 - Implement a test to add number to a contact

Fixing review comments

Deleting commented lines

final review

final review remove space
2016-02-04 04:45:08 -08:00
B2G Bumper Bot
74bf6f3bca Bumping manifests a=b2g-bump 2016-02-04 03:46:56 -08:00
B2G Bumper Bot
1c314c211e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/08961d35f27a
Author: Ricky Chien <rickychien@users.noreply.github.com>
Desc: Merge pull request #33978 from rickychien/email-build-to-node

Bug 1240678 - Running email build.js on node.js r=@scottwu

========

https://hg.mozilla.org/integration/gaia-central/rev/1dc6814d6574
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1240678 - Running email build.js on node.js
2016-02-04 03:45:14 -08:00
B2G Bumper Bot
d321a206c0 Bumping manifests a=b2g-bump 2016-02-04 01:05:57 -08:00
B2G Bumper Bot
569947537d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/169390cfef69
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #33762 from Fischer-L/bug_1235300-set-ready-state-for-JSMarionette

Bug 1235300 - [GijTV] Smart system has to set the ready-state attribute to let JSMarionette know ready to test, r=luke

========

https://hg.mozilla.org/integration/gaia-central/rev/263e5c944b31
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1235300 - [GijTV] Smart system has to set the ready-state attribute to let JSMarionette know ready to test
2016-02-04 01:04:19 -08:00
B2G Bumper Bot
b8879dac09 Bumping manifests a=b2g-bump 2016-02-03 20:17:00 -08:00
B2G Bumper Bot
92347bc7c7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e7d8c362675f
Author: Ricky Chien <rickychien@users.noreply.github.com>
Desc: Merge pull request #34019 from rickychien/reset-open-times

Bug 1244020 - [TV][2.5] Reset preview window open times r=@luke-chang

========

https://hg.mozilla.org/integration/gaia-central/rev/0cf68011bae2
Author: Ricky Chien <ricky060709@gmail.com>
Desc: Bug 1244020 - [TV][2.5] Reset preview window open times
2016-02-03 20:15:20 -08:00
B2G Bumper Bot
2f9f98efc8 Bumping manifests a=b2g-bump 2016-02-03 15:55:47 -08:00
B2G Bumper Bot
d89112c936 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/526ccc6d3200
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #33445 from zbraniecki/1215068-use-formatToParts-in-mozintl

Bug 1215068 - Fix the dayperiod patterns in mozIntl. r=stas

========

https://hg.mozilla.org/integration/gaia-central/rev/2c58c1fa44d6
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1215068 - Fix the dayperiod patterns in mozIntl
2016-02-03 15:54:11 -08:00
B2G Bumper Bot
7c7e31a0b2 Bumping manifests a=b2g-bump 2016-02-03 15:35:48 -08:00
B2G Bumper Bot
2a0899d6af Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/16de3a44b3f0
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #33993 from npark-mozilla/1243751

Bug 1243751 - Create marionette js test for video FF/REW control

========

https://hg.mozilla.org/integration/gaia-central/rev/9cb494e41cd5
Author: g5njpark <nojun.park@gmail.com>
Desc: Bug 1243751 - Create marionette js test for video FF/REW control
2016-02-03 15:34:13 -08:00
B2G Bumper Bot
ba0b4b5bc9 Bumping manifests a=b2g-bump 2016-02-03 14:16:47 -08:00
B2G Bumper Bot
5ac22864a4 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e568c9f1b350
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #33611 from hfiguiere/bug1179601-exif-info-ng

Bug 1179601 - Exif info display r=pdahiya

========

https://hg.mozilla.org/integration/gaia-central/rev/20a79de9d4e9
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1179601 - Add some of the Exif properties in the info panel
2016-02-03 14:15:05 -08:00
B2G Bumper Bot
ce8c40f2cf Bumping manifests a=b2g-bump 2016-02-03 08:50:47 -08:00
B2G Bumper Bot
7607ef9547 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e4543d9341d6
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #34031 from albertopq/revert-1245443

Revert "Bug 1245443 - Using selector instead of findElement for waitForElement"

========

https://hg.mozilla.org/integration/gaia-central/rev/e9f63a53fba7
Author: albertopq <apastor@mozilla.com>
Desc: Revert "Bug 1245443 - Using selector instead of findElement for waitForElement"

This reverts commit 5bf3588afe0ef69a2d7e1a787efbd399ba71900d.
2016-02-03 08:49:11 -08:00
B2G Bumper Bot
91e47d8f23 Bumping manifests a=b2g-bump 2016-02-03 06:16:49 -08:00
B2G Bumper Bot
a6d7b788dd Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/90ae26f47df3
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #34028 from albertopq/1245443-music-intermitent

Bug 1245443 - Using selector instead of findElement for waitForElement r=me [testonly]

========

https://hg.mozilla.org/integration/gaia-central/rev/c88f257e354f
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1245443 - Using selector instead of findElement for waitForElement
2016-02-03 06:15:06 -08:00
B2G Bumper Bot
86b126d4a9 Bumping manifests a=b2g-bump 2016-02-03 03:33:04 -08:00
B2G Bumper Bot
b08b49a279 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b1e75c4926a0
Author: Tilman Kamp <tilman@mozilla.com>
Desc: Merge pull request #34012 from tilmankamp/u1235884

Bug 1235884 - Using custom messagehandlerapp R=mhenretty

========

https://hg.mozilla.org/integration/gaia-central/rev/91e654ef9dd7
Author: Tilman Kamp <tilmankamp@posteo.de>
Desc: Bug 1235884 - Using custom messagehandlerapp R=mhenretty
2016-02-03 03:31:28 -08:00
B2G Bumper Bot
0f5748a386 Bumping manifests a=b2g-bump 2016-02-03 02:00:52 -08:00
B2G Bumper Bot
636a824def Bumping manifests a=b2g-bump 2016-02-02 12:30:48 -08:00
B2G Bumper Bot
bfbfd20a28 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fa5025c53b1b
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #33905 from andrenatal/promises_driver_patch_test

Bug 1227577 - Develop a new marionette-client promises driver r=gaye,auswerk

========

https://hg.mozilla.org/integration/gaia-central/rev/051e2a8d0011
Author: Andre Natal <anatal@gmail.com>
Desc: Bug 1227577 - Develop a new marionette-client promises driver r=gaye,auswerk
2016-02-02 12:29:12 -08:00
B2G Bumper Bot
980cad49d9 Bumping manifests a=b2g-bump 2016-02-02 08:47:03 -08:00
B2G Bumper Bot
76c8342b74 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9afc68b58203
Author: tamarahills <thills@mozilla.com>
Desc: Merge pull request #33989 from tamarahills/bugfix/1198164-Include-metricsLevel-in-FtuPing

Bug 1198164 - Include MetricsLevel in FtuPing. r=marshall.

========

https://hg.mozilla.org/integration/gaia-central/rev/ea27ddac24c3
Author: Tamara Hills <thills@mozilla.com>
Desc: Bug 1198164 - Include MetricsLevel in FtuPing. r=marshall.
2016-02-02 08:45:28 -08:00
Kartikaya Gupta
558666e0f3 Bug 1245925 - Disable displayport expiry on B2G for now. r=me and DONTBUILD because B2G only
--HG--
extra : commitid : KuKVpeBlSsZ
2016-02-06 10:47:43 -05:00