B2G Bumper Bot
0f793d6041
Bumping manifests a=b2g-bump
2014-08-14 11:27:03 -07:00
B2G Bumper Bot
fcd5608386
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a5d998cfe7cd
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #21941 from giovannic/smsbugfix2
Bug 1040271 - [L10n][SMS] Clean up mozL10n.get uses in SMS app
========
https://hg.mozilla.org/integration/gaia-central/rev/619241f6415d
Author: Giovanni Charles <giovanni.charles@gmail.com>
Desc: Bug 1040271 - [L10n][SMS] Clean up mozL10n.get uses in SMS app r=gandalf,azasypkin,julien
2014-08-14 11:25:30 -07:00
B2G Bumper Bot
352fbe8103
Bumping manifests a=b2g-bump
2014-08-14 10:36:14 -07:00
B2G Bumper Bot
11d6465111
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/450a6e9725d4
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #22850 from KevinGrandon/bug_1035272_default_entertainment_collection_icon
Bug 1035272 - [B2G][Homescreen] Entertainment smart collection icon is not migrated
========
https://hg.mozilla.org/integration/gaia-central/rev/c5282abd10b1
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1035272 - [B2G][Homescreen] Entertainment smart collection icon is not migrated r=yurenju
2014-08-14 10:30:29 -07:00
B2G Bumper Bot
10bdccc019
Bumping manifests a=b2g-bump
2014-08-14 10:21:21 -07:00
B2G Bumper Bot
41c8db387e
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/86740b556acb
Author: kumarrishav <rishav006@gmail.com>
Desc: Bug 1020306 - Make the thread/message edit mode to match the style used by other applications r=gsvelto,julien
2014-08-14 10:15:34 -07:00
Ed Morley
0fb6b8b108
Backed out changeset 52fc270e59ad (bug 1051754) for intermittent test failures
2014-08-14 17:40:04 +01:00
B2G Bumper Bot
3d871e207b
Bumping manifests a=b2g-bump
2014-08-14 09:31:59 -07:00
B2G Bumper Bot
8cca0f12c6
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/77b08e358e8f
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #22742 from yor-mozilla-com/gaia-header-keyboard
Bug 1015295 - [Keyboard] Update to use gaia-header
========
https://hg.mozilla.org/integration/gaia-central/rev/517afbe6e7d8
Author: Yan Or <yor@mozilla.com>
Desc: Bug 1015295 - [Keyboard] Update to use gaia-header
========
https://hg.mozilla.org/integration/gaia-central/rev/badbd2a1811b
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #22890 from Cwiiis/bug1053827-update-system-browser-overflow-menu-icons
Bug 1053827 - Fix blurry icons in browser overflow menu. r=benfrancis
========
https://hg.mozilla.org/integration/gaia-central/rev/314086db2f51
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1053827 - Fix blurry icons in browser overflow menu. r=benfrancis
Update icons and fix some incorrect CSS that was causing them to be scaled.
2014-08-14 09:30:28 -07:00
Thomas Zimmermann
a8923d9842
Bug 1048915: Cleanup |BluetoothServiceBluedroid| and related functions, r=shuang
...
This patch removes unsued code from |BluetoothServiceBluedroid|, related
functions, and cleans up the file. It
* removes callbacks,
* removes callback helper tasks,
* removes helper functions, and
* cleans up global variables.
2014-08-14 18:12:52 +02:00
Thomas Zimmermann
f35e085ae0
Bug 1048915: Integrate helper runnables into notification methods, r=shuang
...
Bluedroid callbacks were usually called on a separate thread that
was specific to this task. So Gecko's Bluetooth Core contained a
number of runnables for executing callback operations on the main
thread.
Since all notifications always run on the main thread, the extra
runnables are not required any longer. This patch integrates them
into the notification methods where possible.
2014-08-14 18:12:52 +02:00
Thomas Zimmermann
2de87404d4
Bug 1048915: Use Bluetooth Core notifications, r=shuang
...
This patch connects backend and Gecko side of the notification
code. Gecko will now receive notifications instead of Bluedroid
callbacks.
2014-08-14 18:12:52 +02:00
Thomas Zimmermann
07a5bcae48
Bug 1048915: Implement Bluetooth Core notifications, r=shuang
...
This patch adds the Gecko-side of the Core notifications. The current
implementation of the notification methods has been copied from the
repsective Bluedroid callback methods, with only minor changes to adapt
them to Gecko data types.
2014-08-14 18:12:51 +02:00
Thomas Zimmermann
8c646f172a
Bug 1048915: Add Bluetooth Core notifications, r=shuang
...
A notification is a callback from the Bluetooth backend to inform
Gecko about a event. Bluedroid uses function pointers for this, but
in Gecko we use method calls instead.
Gecko implements notification handlers for the Bluetooth backend. The
backend converts incomming events to Gecko types and forwards them to
the registered notification handler.
2014-08-14 18:12:51 +02:00
Thomas Zimmermann
0a4d66a5de
Bug 1048915: Add infrastructure for Bluetooth notifications, r=shuang
...
This patch adds some runnable classes for running class methods on
the main thread. This is the base of the upcomming notification
mechanism for Bluetooth.
2014-08-14 18:12:51 +02:00
B2G Bumper Bot
958c270d8f
Bumping manifests a=b2g-bump
2014-08-14 09:07:02 -07:00
B2G Bumper Bot
1c13b47b0e
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cea53d61c295
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #19772 from wilsonpage/1015248
Bug 1015248 - [Video] Update to use gaia-header
========
https://hg.mozilla.org/integration/gaia-central/rev/7508a577b5a4
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 1015248 - [Video] Update to use gaia-header
========
https://hg.mozilla.org/integration/gaia-central/rev/3890919a50fd
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #22802 from yor-mozilla-com/gaia-header-ftu
Bug 1016813 - [FTU] Update to use gaia-header
========
https://hg.mozilla.org/integration/gaia-central/rev/033f5e583359
Author: Yan Or <yor@mozilla.com>
Desc: Bug 1016813 - [FTU] Update to use gaia-header
2014-08-14 09:00:24 -07:00
B2G Bumper Bot
62c3eab84b
Bumping manifests a=b2g-bump
2014-08-14 08:51:23 -07:00
B2G Bumper Bot
6a4240f640
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7d259e4bec2a
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #19657 from yor-mozilla-com/gaia-header-wallpaper
Bug 1015299 - [Wallpaper] Update to use gaia-header
========
https://hg.mozilla.org/integration/gaia-central/rev/d8812f656c08
Author: Yan Or <yor@mozilla.com>
Desc: Bug 1015299 - [Wallpaper] Update to use gaia-header
========
https://hg.mozilla.org/integration/gaia-central/rev/da46eeb58f5e
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #19701 from yor-mozilla-com/gaia-header-wappush
Bug 1015300 - [WAPPush] Update to use gaia-header
========
https://hg.mozilla.org/integration/gaia-central/rev/19871fdceed2
Author: Yan Or <yor@mozilla.com>
Desc: Bug 1015300 - [WAPPush] Update to use gaia-header
========
https://hg.mozilla.org/integration/gaia-central/rev/c3c8152c682e
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #22644 from mikehenrty/bug-1050023-screen-wake
Bug 1050023 - Do not wake the screen for download notifications
========
https://hg.mozilla.org/integration/gaia-central/rev/f77c6596177e
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1050023 - Do not wake the screen for download notifications
2014-08-14 08:45:33 -07:00
B2G Bumper Bot
e1c609823f
Bumping manifests a=b2g-bump
2014-08-14 08:41:56 -07:00
B2G Bumper Bot
037893ef63
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/913f6a03163b
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #22840 from Cwiiis/bug1050319-add-new-window-to-system-browser
Bug 1050319 - Add 'new window' to system browser menu. r=vingtetun,kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/7737dcd4e8c4
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1050319 - Test browser chrome 'open new window' option. r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/c1137973ed68
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1050319 - Add 'New Window' to browser system menu. r=vingtetun
========
https://hg.mozilla.org/integration/gaia-central/rev/c4a72cc9fc2b
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #22626 from Rik/call-db-insert-duration-1047351
Call db insert duration 1047351 r=drs
========
https://hg.mozilla.org/integration/gaia-central/rev/30a118379fea
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 1047351 - Insert call durations in the call log database
- Remove superfluous comment about data description
- Simplify the add() method by splitting work in subfunctions
========
https://hg.mozilla.org/integration/gaia-central/rev/0a7b05dfe493
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 1047351 - JSHint cleanup
2014-08-14 08:35:23 -07:00
B2G Bumper Bot
0e48fde218
Bumping manifests a=b2g-bump
2014-08-14 08:26:18 -07:00
B2G Bumper Bot
c71d9c2655
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/def8d5428016
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #22826 from jpruden92/bug1052370-dialer
Bug 1052370
- [Dialer][Emergency call] Duplicate phone number when typing number. r=Rik
========
https://hg.mozilla.org/integration/gaia-central/rev/13dbbbc09d7b
Author: jprudencio <jpruden92@gmail.com>
Desc: Bug 1052370
- [Dialer][Emergency call] Duplicate phone number when typing number
========
https://hg.mozilla.org/integration/gaia-central/rev/ba5388ff6778
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #22665 from jpruden92/bug1050144-dialer
Bug 1050144 - [Dialer] 'Call ended' text not vertically centered. r=Rik
========
https://hg.mozilla.org/integration/gaia-central/rev/d61c9fe3dcde
Author: jprudencio <jpruden92@gmail.com>
Desc: Bug 1050144 - [Dialer] 'Call ended' text not vertically centred
2014-08-14 08:20:30 -07:00
B2G Bumper Bot
0cc6dcc1c0
Bumping manifests a=b2g-bump
2014-08-14 07:51:53 -07:00
B2G Bumper Bot
9e91f159e9
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/55e24b42647f
Author: AndreiH <andrei.hutusoru@softvision.ro>
Desc: Merge pull request #22888 from chirarobert/update_geoloc_setup
Bug 1053786 - [v2.1] Fix Everything me test failures
========
https://hg.mozilla.org/integration/gaia-central/rev/18d109778c95
Author: Robert Chira <robertchira@P5075.(none)>
Desc: Bug 1053786 - [v2.1] Fix Everything me test failures
2014-08-14 07:50:28 -07:00
B2G Bumper Bot
88865996e8
Bumping manifests a=b2g-bump
2014-08-14 07:41:13 -07:00
B2G Bumper Bot
d064869ca6
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e69a1e8aae3d
Author: Ed Morley <emorley@mozilla.com>
Desc: Revert "Bug 1048160 - [Contacts Actionable Fields] Remove undo functionality" for gaia-ui-test failures
This reverts commit 4f05599f197c257efc7c786c5b890bd2437eeeef.
2014-08-14 07:35:28 -07:00
B2G Bumper Bot
ea2401189e
Bumping manifests a=b2g-bump
2014-08-14 07:11:14 -07:00
B2G Bumper Bot
8943d38c3a
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/bac2fb2602ee
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #22872 from flodolo/bug1053669
Bug 1053669 - [Settings] Add missing strings in properties file
========
https://hg.mozilla.org/integration/gaia-central/rev/84f5d8eac0b7
Author: Francesco Lodolo (:flod) <flod@lodolo.net>
Desc: Bug 1053669 - [Settings] Add missing strings in properties file
========
https://hg.mozilla.org/integration/gaia-central/rev/d35773484325
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #22330 from walac/master
Bug 1044297 - Update memory performance tests to use new moz-app-loaded ...
========
https://hg.mozilla.org/integration/gaia-central/rev/f0ae145da544
Author: Wander Lairson Costa <wcosta@mozilla.com>
Desc: Bug 1044297 - Update mem perf tests to use new moz-app-loaded event.
After moz-app-loaded event, application has displayed content and ready
for interation. At this point, we should check for memory consumption
regressions.
Apps that implement new startup events don't need to run startup_tests
test. We check if the running app is not in the white list, if it does,
we skip the test.
========
https://hg.mozilla.org/integration/gaia-central/rev/3b74aa2d731d
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #22789 from tauzen/Bug1037337-clean_up_only
Bug 1037337 - [NFC] NfcManager cleanup, add jsdoc, add missing unit tests etc., r=gweng
========
https://hg.mozilla.org/integration/gaia-central/rev/db07d219ff41
Author: Krzysztof Mioduszewski <kmioduszewski@gmail.com>
Desc: Bug 1037337 - [NFC] NfcManager cleanup, add jsdoc, add missing unit tests etc.
2014-08-14 07:05:28 -07:00
Szu-Yu Chen [:aknow]
fd3f549c01
Bug 1053094 - Part 2: Fix. r=hsinyi
2014-08-14 03:55:00 -04:00
Szu-Yu Chen [:aknow]
561c154d72
Bug 1053094 - Part 1: Add test case. r=hsinyi
2014-08-14 03:55:00 -04:00
Morris Tseng
d90f09a6ba
Bug 1052246 - Send correct rect information for selectionchange event. r=fabrice
2014-08-13 19:29:00 -04:00
Shawn Ku
adf1456eba
Bug 1046649 - Part 2: Test patch - B2G RIL: Need to handle wild char for EF_OPL. r=Edgar
2014-08-13 16:54:55 +08:00
Shawn Ku
2e223b483c
Bug 1046649 - Part 1: RIL patch - B2G RIL: Need to handle wild char for EF_OPL. v3. r=Edgar
2014-08-13 17:00:52 +08:00
B2G Bumper Bot
e4ea8bd746
Bumping manifests a=b2g-bump
2014-08-14 06:36:53 -07:00
B2G Bumper Bot
7103f63880
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3020523f9c74
Author: Min-Zhong "John" Lu <jlu@mozilla.com>
Desc: Merge pull request #22819 from mnjul/bug_1024298_full_kb_panel_for_number_input
Bug 1024298 - [Keyboard UX update] Show the full symbol panel for type="number". r=timdream, f=rudyl, f=yurenju
========
https://hg.mozilla.org/integration/gaia-central/rev/ca2421396500
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1024298 - [Keyboard UX update] Show the full symbol panel for type="number"
========
https://hg.mozilla.org/integration/gaia-central/rev/71b6c350375e
Author: chirarobert <robert.chira@softvision.ro>
Desc: Merge pull request #22787 from viorelaioia/bug_1052473
Bug 1052473 - Fix failure in test_setup_and_send_imap_email.py
========
https://hg.mozilla.org/integration/gaia-central/rev/2b7f17a4cbd5
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 1052473 - Fix failure in test_setup_and_send_imap_email.py
2014-08-14 06:35:27 -07:00
B2G Bumper Bot
23027d733b
Bumping manifests a=b2g-bump
2014-08-14 05:51:51 -07:00
B2G Bumper Bot
c1b83c1e6a
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/69fd573db341
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #22570 from jmcanterafonseca/remove_undo
Bug 1048160 - [Contacts Actionable Fields] Remove undo functionality
========
https://hg.mozilla.org/integration/gaia-central/rev/e721e8ad642e
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 1048160 - [Contacts Actionable Fields] Remove undo functionality
========
https://hg.mozilla.org/integration/gaia-central/rev/39fbf8efab82
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #22863 from KevinGrandon/bug_1053626_search_legazy_moz_activity_removal
Bug 1053626 - [Search] Remove legacy MozActivity calls
========
https://hg.mozilla.org/integration/gaia-central/rev/9065c41876d6
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1053626 - [Search] Remove legacy MozActivity calls r=me
2014-08-14 05:50:27 -07:00
B2G Bumper Bot
a99a8cdbad
Bumping manifests a=b2g-bump
2014-08-14 05:41:15 -07:00
B2G Bumper Bot
f4546cf843
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/014d028c7f53
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1043718 - Add support for submitting device results to Treeherder. r=jgriffin
2014-08-14 05:35:27 -07:00
B2G Bumper Bot
9b182a4c6a
Bumping manifests a=b2g-bump
2014-08-14 05:21:52 -07:00
B2G Bumper Bot
a97b8e75bc
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/91e958581943
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1037146 - The "show password" check box in the wifi connection details page in the FTU app is cut off on the right edge in RTL mode and label is cut off too r=fcampo r=Nefzaoui
========
https://hg.mozilla.org/integration/gaia-central/rev/089def910f8b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "The "show password" check box in the wifi connection details page in the FTU app is cut off on the right edge in RTL mode and label is cut off too"
This reverts commit bb911ea6588ee273e397105910d0fccc84aecd64.
2014-08-14 05:20:28 -07:00
B2G Bumper Bot
ad769480e6
Bumping manifests a=b2g-bump
2014-08-14 04:41:14 -07:00
B2G Bumper Bot
45fce766f0
Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/683da6d984f8
Author: Ed Morley <emorley@mozilla.com>
Desc: Revert "Bug 1045523 - customize default window size of responsive web design" for build failures
This reverts commit 72b887d20811cbf00c080922c358738c9c9dd886.
========
https://hg.mozilla.org/integration/gaia-central/rev/19d68aebc93d
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Merge pull request #22401 from comoyo/bug1046798
Bug 1046798
- Yield uppercase suggestions if input is uppercase. r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/4aee9eac99a2
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 1046798
- Yield uppercase suggestions if input is uppercase
2014-08-14 04:35:28 -07:00
B2G Bumper Bot
c9dafbf683
Bumping manifests a=b2g-bump
2014-08-14 04:11:14 -07:00
B2G Bumper Bot
a73d9d1206
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/72013ef0318f
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #22848 from benfrancis/1053416
Bug 1053416 - Increase size of reload button r=cwiiis
========
https://hg.mozilla.org/integration/gaia-central/rev/004eaaf80a3c
Author: Ben Francis <ben@tola.me.uk>
Desc: Bug 1053416 - Increase size of reload button
========
https://hg.mozilla.org/integration/gaia-central/rev/72f6a8f55257
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #22499 from pivanov/bug-1037146
The "show password" check box in the wifi connection details page in the FTU app is cut off on the right edge in RTL mode and label is cut off too
========
https://hg.mozilla.org/integration/gaia-central/rev/0c1a285fca92
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: The "show password" check box in the wifi connection details page in the FTU app is cut off on the right edge in RTL mode and label is cut off too
2014-08-14 04:05:28 -07:00
B2G Bumper Bot
37b47d0c2c
Bumping manifests a=b2g-bump
2014-08-14 03:41:42 -07:00
B2G Bumper Bot
b602399fec
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a7a129e7b9cb
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #22481 from ferjm/bug1044060.mobileiduitest
Bug 1044060 - [MobileID] Add Mobile ID test to Gaia UI test app. r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/e8e9a74dc5ae
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 1044060 - [MobileID] Add Mobile ID test to Gaia UI test app. r=timdream
2014-08-14 03:35:27 -07:00
B2G Bumper Bot
14bc7962cc
Bumping manifests a=b2g-bump
2014-08-14 03:22:28 -07:00
B2G Bumper Bot
d50164a280
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1d172e72d1e8
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #22065 from weigao123/bug1031652-master
Bug 1031652 - [master] Show warn dialog when call non emergency number on lockscreen. r=Etienne.
========
https://hg.mozilla.org/integration/gaia-central/rev/ea114265ed2f
Author: wei.gao <wei.gao@spreadtrum.com>
Desc: Bug 1031652 - [master] Show warn dialog when call non emergency number on lockscreen. r=Etienne.
2014-08-14 03:21:16 -07:00