B2G Bumper Bot
b32f262972
Bumping manifests a=b2g-bump
2014-09-02 05:31:51 -07:00
B2G Bumper Bot
9a57529494
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b1285c7e5745
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #23273 from tauzen/Bug1055446_debug_cleanup
Bug 1055446 - NFC: log visibly errors in nfc relateded files, r=gweng
========
https://hg.mozilla.org/integration/gaia-central/rev/af9f1e0dc7dc
Author: Krzysztof Mioduszewski <kmioduszewski@gmail.com>
Desc: Bug 1055446 - NFC: log visibly errors in nfc related files, r=gweng
========
https://hg.mozilla.org/integration/gaia-central/rev/7fb735fb644e
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #23405 from oklang/bug_1055104_theme_switching_panel
Bug 1055104
- Theme switching panel. r=ejchen
========
https://hg.mozilla.org/integration/gaia-central/rev/63f473233eba
Author: Olle Klang <olle.klang@sonymobile.com>
Desc: Bug 1055104
- Theme switching panel
This patch adds a Theme switching panel in the Settings app.
2014-09-02 05:25:44 -07:00
B2G Bumper Bot
c6c364128d
Bumping manifests a=b2g-bump
2014-09-02 04:57:29 -07:00
B2G Bumper Bot
73d7bd596f
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b629b7b189a1
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #23553 from ADLR-es/fix-bug-947352
Bug 947352 - [B2G][Contacts] Magnifying glass search icon on scroll list...
========
https://hg.mozilla.org/integration/gaia-central/rev/2061f35f308b
Author: Adrián de la Rosa <hola@adlr.es>
Desc: Bug 947352 - [B2G][Contacts] Magnifying glass search icon on scroll list in contacts app does not function
2014-09-02 04:55:43 -07:00
B2G Bumper Bot
534d3da27a
Bumping manifests a=b2g-bump
2014-09-02 04:27:27 -07:00
B2G Bumper Bot
dee81859b3
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c37b329da48f
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #23597 from dominickuo/bug-1032675-reland
Bug 1032675 - [System] upgrade the new default tones for OTA, r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/c7faf529bc62
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 1032675 - [System] upgrade the new default tones for OTA
2014-09-02 04:25:42 -07:00
B2G Bumper Bot
2fee3f7e2a
Bumping manifests a=b2g-bump
2014-09-02 04:16:56 -07:00
B2G Bumper Bot
c873206222
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/997af0291743
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #23459 from viorelaioia/bug_1060236
Bug 1060236 - Fix failure in test_cards_view_with_two_apps.py
========
https://hg.mozilla.org/integration/gaia-central/rev/ccb85438faae
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 1060236 - Fix failure in test_cards_view_with_two_apps.py
2014-09-02 04:10:45 -07:00
B2G Bumper Bot
d3e255df5a
Bumping manifests a=b2g-bump
2014-09-02 03:57:28 -07:00
B2G Bumper Bot
7a3a7d5275
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d633f1dff644
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #23611 from pivanov/bug-1046336-followup
Bug 1046336 - (2.1-visual-refresh) System Sound Refresh | followup
========
https://hg.mozilla.org/integration/gaia-central/rev/2f09de91f916
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1046336 - (2.1-visual-refresh) System Sound Refresh | followup
2014-09-02 03:55:44 -07:00
Thomas Zimmermann
fedc29b918
Bug 1061126: Cleanup ANDROID_VERSION from BluetoothA2DPManager, r=shuang
...
All interfaces for Bluetooth profiles are now always available, so we
don't have to check for specific versions of Bluedroid. Instead, we
try to call the methods, and check their results.
2014-09-02 12:46:08 +02:00
Thomas Zimmermann
1234f00e91
Bug 1061126: Make Bluetooth AVRCP interface generally available, r=shuang
...
The methods of |BluetoothAVRCPInterface| are now always available. On
Android versions before 18, which don't support AVRCP, they always
fail with STATUS_UNSUPPORTED.
2014-09-02 12:46:07 +02:00
Thomas Zimmermann
10ae671228
Bug 1061126: Fix constants in Bluedroid HFP manager, r=shuang
...
This patch replaces the remaining Bluedroid constants from Bluedroid's
|BluetoothHfpManager| with Gecko constants.
2014-09-02 12:46:07 +02:00
Thomas Zimmermann
46e6f7feba
Bug 1061126: Add AVRCP_UID_SIZE to Bluetooth, r=shuang
...
This constant AVRCP_UID_SIZE replaces the corresponding Bluedroid
constant BTRC_UID_SIZE.
2014-09-02 12:46:07 +02:00
B2G Bumper Bot
d9f896e9f7
Bumping manifests a=b2g-bump
2014-09-02 03:44:31 -07:00
Thomas Zimmermann
044199e66a
Bug 1054242: Cleanup |BluetoothServiceBluedroid| and related functions (under bluetooth2/), r=btian
...
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-09-02 12:38:46 +02:00
Thomas Zimmermann
dbd4ad5330
Bug 1054242: Integrate helper runnables into notification methods (under bluetooth2/), r=btian
...
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-09-02 12:38:46 +02:00
Thomas Zimmermann
0e8745814f
Bug 1054242: Use Bluetooth Core notifications (under bluetooth2/), r=btian
...
This patch connects backend and Gecko side of the notification
code. Gecko will now receive notifications instead of Bluedroid
callbacks.
2014-09-02 12:38:46 +02:00
Thomas Zimmermann
20b8e8fc6d
Bug 1054242: Implement Bluetooth Core notifications (under bluetooth2/), r=btian
...
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-09-02 12:38:45 +02:00
Thomas Zimmermann
3d6383e252
Bug 1054242: Add Bluetooth Core notifications (under bluetooth2/), r=btian
...
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-09-02 12:38:45 +02:00
Thomas Zimmermann
063cdc9441
Bug 1054242: Add infrastructure for Bluetooth notifications (under bluetooth2/), r=btian
...
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-09-02 12:38:45 +02:00
B2G Bumper Bot
15fac073ff
Bumping manifests a=b2g-bump
2014-09-02 03:39:19 -07:00
B2G Bumper Bot
fb1f7b12f2
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6a3ea6ba0554
Author: gitmai <mri@tid.es>
Desc: Merge pull request #23480 from lodr/bug-1058545-recover-header-for-topup
Bug 1058545 - Incorrect visual screen in "Enter the top-up code"
r=mai
========
https://hg.mozilla.org/integration/gaia-central/rev/2fab30cc36b7
Author: Salvador de la Puente <salva@unoyunodiez.com>
Desc: Bug 1058545 - Incorrect visual screen in "Enter the top-up code"
2014-09-02 03:39:06 -07:00
Thomas Zimmermann
f17536cd4a
Bug 1061219: Don't protect |ConvertAttributeString| by ANDROID_VERSION, r=shuang
...
The function |ConvertAttributeString| doesn't depend on the Android
version is is used by generic code in Gecko. Don't protect it by
ANDROID_VERSION.
2014-09-02 12:33:05 +02:00
Thomas Zimmermann
765250a67b
Bug 1061219: Fix string conversion for A2DP connection states, r=shuang
...
The C++ compiler for Flatfish lacks support for initialized arrays of
C-string pointers. This patch fixes the problem by using a switch
statement for the string conversion of A2DP connection states.
2014-09-02 12:33:05 +02:00
B2G Bumper Bot
9bd7314dca
Bumping manifests a=b2g-bump
2014-09-02 03:26:50 -07:00
B2G Bumper Bot
aa05445078
Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c94db58395fc
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #22970 from timdream/keyboard-inputcontext-events
Bug 972210 - Have Pinyin and Zhuyin responsive to selectionchange, r=rudyl
========
https://hg.mozilla.org/integration/gaia-central/rev/e854ae6e0d5a
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 972210 - (Part IV) Move Latin script tests to it's right place
========
https://hg.mozilla.org/integration/gaia-central/rev/e6c42df72067
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 972210 - (Part III) Move JSPinyin unit test to it's right place
========
https://hg.mozilla.org/integration/gaia-central/rev/617fc9550f3d
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 972210 - (Part II) Have Pinyin and Zhuyin responsive to selectionchange
========
https://hg.mozilla.org/integration/gaia-central/rev/1e398a899126
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 972210 - (Part I) Stop exposing inputContext to IMEs
2014-09-02 03:20:43 -07:00
B2G Bumper Bot
80fc53b2c0
Bumping manifests a=b2g-bump
2014-09-02 02:46:57 -07:00
B2G Bumper Bot
62d5e80bfd
Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0b8da8332338
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 942080 - Convert asynchronous activities to use promises and use the new functionality to update old notifications r=schung
2014-09-02 02:40:44 -07:00
B2G Bumper Bot
13af75260b
Bumping manifests a=b2g-bump
2014-09-02 02:31:55 -07:00
B2G Bumper Bot
e2cb70ce65
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a5d3d79908c1
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #23461 from crdlc/bug-1059234
Bug 1059234 - Import sim contacts message not displayed on FTU after imp...
========
https://hg.mozilla.org/integration/gaia-central/rev/90b99649ad9c
Author: crdlc <crdlc@tid.es>
Desc: Bug 1059234 - Import sim contacts message not displayed on FTU after importing contacts
========
https://hg.mozilla.org/integration/gaia-central/rev/076589e485ef
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #23557 from etiennesegonzac/bug-1060693
Bug 1060693 - Make sure isFullScreen()/isFullScreenLayout() always returns a boolean r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/b7d641edf4e8
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1060693 - Make sure isFullScreen()/isFullScreenLayout() always returns a boolean.
Since we're using the results to do some classList.toggle('', bool)
2014-09-02 02:25:44 -07:00
B2G Bumper Bot
8f6fcf1c30
Bumping manifests a=b2g-bump
2014-09-02 02:06:51 -07:00
B2G Bumper Bot
602ba35c63
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1eb1d0a6b911
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #23615 from evanxd/bug-1061458
Bug 1061458 - Intermittent failing test, TEST-UNEXPECTED-FAIL | /builds/slave/test/gaia/apps/verticalhome/test/marionette/collection_offline_test.js | Vertical - Collection create collection offline succeeds if response is cached
========
https://hg.mozilla.org/integration/gaia-central/rev/c7f0b922baff
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 1061458 - Intermittent failing test, TEST-UNEXPECTED-FAIL | /builds/slave/test/gaia/apps/verticalhome/test/marionette/collection_offline_test.js | Vertical - Collection create collection offline succeeds if response is cached
========
https://hg.mozilla.org/integration/gaia-central/rev/1da0293025ab
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #23614 from evanxd/bug-1061457
Bug 1061457 - Intermittent failing test, TEST-UNEXPECTED-FAIL | /builds/slave/test/gaia/apps/verticalhome/test/marionette/collection_offline_test.js | Vertical - Collection create collection shows offline message if no server response
========
https://hg.mozilla.org/integration/gaia-central/rev/b8f690ceba0b
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 1061457 - Intermittent failing test, TEST-UNEXPECTED-FAIL | /builds/slave/test/gaia/apps/verticalhome/test/marionette/collection_offline_test.js | Vertical - Collection create collection shows offline message if no server response
========
https://hg.mozilla.org/integration/gaia-central/rev/e1e7b5642641
Author: Min-Zhong "John" Lu <jlu@mozilla.com>
Desc: Merge pull request #23607 from mnjul/bug_1061432_remove_number_from_fr_ca_kb_layout
Bug 1061432 - Remove "number" type in fr-CA.json keyboard layout. r=rudyl
========
https://hg.mozilla.org/integration/gaia-central/rev/1578d1e89d96
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1061432 - Remove "number" type in fr-CA.json keyboard layout
2014-09-02 02:00:45 -07:00
B2G Bumper Bot
7c364c5c7a
Bumping manifests a=b2g-bump
2014-09-02 01:57:00 -07:00
B2G Bumper Bot
ffdcffc24b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/af5c9c6b6bf9
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #23606 from RudyLu/keyboard/backout_tests_Bug1053647
Revert "Merge pull request #23343 from RudyLu/keyboard/Bug1053647"
========
https://hg.mozilla.org/integration/gaia-central/rev/13a92e91f9e6
Author: Rudy Lu <me@rudy.lu>
Desc: Revert "Merge pull request #23343 from RudyLu/keyboard/Bug1053647"
This reverts commit 39cad6c82122b964f12a66771bfbcc14fb342d9e, reversing
changes made to bc9a482a98e16f011c82f40e3c42bababb159bf1.
2014-09-02 01:45:50 -07:00
B2G Bumper Bot
ae6cfca9fe
Bumping manifests a=b2g-bump
2014-09-02 01:37:31 -07:00
B2G Bumper Bot
4c816e7974
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c448b6769528
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #23604 from pivanov/bug-1059093
Bug 1046336 - (2.1-visual-refresh) System Sound Refresh r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/fdb49c904318
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 1046336 - (2.1-visual-refresh) System Sound Refresh
2014-09-02 01:35:45 -07:00
Phil Ringnalda
3b25cb1121
Merge m-i and f-t to m-c, a=merge
2014-09-01 22:45:56 -07:00
B2G Bumper Bot
466a168d58
Bumping manifests a=b2g-bump
2014-09-01 21:52:36 -07:00
B2G Bumper Bot
f8f8b499fe
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9a21926ccb0f
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #23406 from cctuan/1059093
Bug 1059093 - [NFC] The sharable content cannot be shared after viewing the received file from notification
========
https://hg.mozilla.org/integration/gaia-central/rev/e82de16b69c8
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1059093 - [NFC] The sharable content cannot be shared after viewing the received file from notification
2014-09-01 21:40:27 -07:00
B2G Bumper Bot
59c24e8008
Bumping manifests a=b2g-bump
2014-09-01 21:19:53 -07:00
B2G Bumper Bot
985a0a43be
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/31de4f8fa28c
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #23157 from zbraniecki/1055328-embed-net_error-strings
Bug 1055328 - Embed all l10n resources in net_error.html. r=yurenyu
========
https://hg.mozilla.org/integration/gaia-central/rev/4f883ab56e51
Author: Zbigniew Braniecki <gandalf@mozilla.com>
Desc: Bug 1055328 - Embed all l10n resources in net_error.html
2014-09-01 21:10:30 -07:00
B2G Bumper Bot
ba99a34b2b
Bumping manifests a=b2g-bump
2014-09-01 20:47:38 -07:00
B2G Bumper Bot
f088db93be
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9fe452bb78c2
Author: evanxd <itoyxd@gmail.com>
Desc: Merge pull request #23599 from evanxd/bug-1061390
Bug 1061390 - Disable the test
========
https://hg.mozilla.org/integration/gaia-central/rev/dfa4d8b385bf
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 1061390 - Disable the test
========
https://hg.mozilla.org/integration/gaia-central/rev/f87a384f0971
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #23562 from yurenju/BUILD_DEBUG
Bug 1060187 - BUILD_DEBUG was removed from the object passed to JS in bug 1012568 r=gduan
========
https://hg.mozilla.org/integration/gaia-central/rev/8b20dd392728
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 1060187 - BUILD_DEBUG was removed from the object passed to JS in bug 1012568 r=gduan
2014-09-01 20:40:28 -07:00
B2G Bumper Bot
9cb9c52293
Bumping manifests a=b2g-bump
2014-09-01 20:32:33 -07:00
B2G Bumper Bot
a7fd9c57d4
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/82b9599b1b5f
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #23534 from timdream/keyboard-sound
Bug 1060879 - Make the first keyboard key audible, r=rudyl
========
https://hg.mozilla.org/integration/gaia-central/rev/033946b18ed5
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1060879 - Make the first keyboard key audiable
2014-09-01 20:25:34 -07:00
B2G Bumper Bot
9f9b7408fb
Bumping manifests a=b2g-bump
2014-09-01 20:00:40 -07:00
B2G Bumper Bot
e600824bba
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/777220fad4d2
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #23498 from KevinGrandon/bug_1059758_search_result_clear_timing
Bug 1059758 - [Search] Do not clear results until we are ready to display a search
========
https://hg.mozilla.org/integration/gaia-central/rev/7fe3aaea4fc6
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1059758 - [Search] Do not clear results until we are ready to display a search ui-r=djabber r=kgrandon
2014-09-01 19:55:22 -07:00
Phil Ringnalda
e878277380
Merge m-c to b-i, a=merge
2014-09-01 19:31:43 -07:00
Phil Ringnalda
6a02fbcdc2
Merge m-c to f-t, a=merge
2014-09-01 19:30:31 -07:00