Commit Graph

140129 Commits

Author SHA1 Message Date
Chuck Lee
87259c7e17 Bug 897368 - 0002. Support code page in token list. r=vicamo 2013-07-29 15:08:38 +08:00
Chuck Lee
97c5adb13a Bug 897368 - 0001. Handle code page switch token. r=vicamo 2013-07-29 15:08:37 +08:00
Michael Vines
3027d516ff Bug 895665 - Gonk support for dev input audio jack events. r=mwu 2013-07-29 21:27:48 -07:00
Kay Lee
93a8c607cd Bug 851440 - Add more tests for contacts sorting. r=gwagner 2013-07-30 09:46:44 -04:00
Kay Lee
b15508149e Bug 851440 - Sort same contacts by published-order. r=gwagner 2013-07-30 09:44:16 -04:00
Gaia Pushbot
803e6970d7 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a2800243e083
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #11237 from gasolin/issue-897920

Bug 897920 - [Browser] remove redundant resource r=benfrancis

========

https://hg.mozilla.org/integration/gaia-central/rev/cce5d8812de4
Author: gasolin <gasolin@gmail.com>
Desc: Bug 897920 - [Browser] remove redundant resource
2013-07-30 06:25:23 -07:00
Gaia Pushbot
f2af9bb96b Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/cc6529f11643
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #11233 from wanderview/contacts-update-tel-type

Bug 898241: Use l10n type for tel update activity.  r=jmcf

========

https://hg.mozilla.org/integration/gaia-central/rev/07314a1896fa
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 898241: Use l10n type for tel update activity.
2013-07-30 06:15:24 -07:00
Ryan VanderMeulen
51ceaf5fcb Backed out changesets bc5f5ce22ae3 and 3d682482e90c (bug 880643) for Marionette failures. 2013-07-30 08:52:19 -04:00
Gaia Pushbot
59d9239b41 Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/10f16f6a15f8
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #11219 from gasolin/issue-887670vs

Bug 887670 - [Test][System] Unit test for ValueSelector, r=rudy

========

https://hg.mozilla.org/integration/gaia-central/rev/b4ba3673c02d
Author: gasolin <gasolin@gmail.com>
Desc: Bug 887670 - [Test][System] Unit test for ValueSelector

========

https://hg.mozilla.org/integration/gaia-central/rev/b2220c4242ba
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #11188 from gasolin/issue-887670ip

Bug 887670 - [Test][System] Unit test for InputParser, r=rudy

========

https://hg.mozilla.org/integration/gaia-central/rev/7e84d1f4fef4
Author: gasolin <gasolin@gmail.com>
Desc: Bug 887670 - [Test][System] Unit test for InputParser
2013-07-30 05:20:24 -07:00
Gaia Pushbot
d50c6194ea Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1ff2bfaa9a51
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #11198 from cctuan/898701

Bug 898701 - [Gallery] image in thumbnails display not correctly

========

https://hg.mozilla.org/integration/gaia-central/rev/008f10dbc951
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 898701 - [Gallery] image in thumbnails display not correctly
2013-07-30 04:55:23 -07:00
Gaia Pushbot
0aa7e51da7 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/cd18c67ac910
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #11215 from huchengtw-moz/settings/Bug_897918_settings_app_should_use_hi-res_image

Bug 897918 - Settings app should use hi-res icons on hd phones, r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/8a92813acb82
Author: John Hu <johu@mozilla.com>
Desc: Bug 897918 - Settings app should use hi-res icons on hd phones
2013-07-30 04:35:23 -07:00
Randy Lin
9dd2262890 Bug 842934 - [Bluetooth]A2DP sound disappear after SCO disconnected (call ended) and switching patch to A2DP. r=mchen 2013-07-30 14:58:58 +08:00
Gina Yeh
a32e46ab24 Bug 842934 - Patch 1: Add topic for hfp status changed and notify observers with device address, r=echou 2013-07-30 17:34:56 +08:00
Szu-Yu Chen [:aknow]
4b1319ad77 Bug 880643 - Part 2: Address the suggestion from jshint. r=hsinyi
---
 dom/system/gonk/RILContentHelper.js    |    6 +++---
 dom/system/gonk/RadioInterfaceLayer.js |    2 +-
 dom/system/gonk/ril_worker.js          |    4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)
2013-07-30 17:21:34 +08:00
Szu-Yu Chen [:aknow]
01b61c816f Bug 880643 - Part 1: Add a test for coding style check on RIL code by JSHint. r=hsinyi
---
 dom/system/gonk/tests/marionette/manifest.ini      |    1 +
 .../gonk/tests/marionette/ril_jshint/README.md     |    9 +
 .../gonk/tests/marionette/ril_jshint/jshint.js     |11096 ++++++++++++++++++++
 .../gonk/tests/marionette/ril_jshint/jshintrc      |  117 +
 .../gonk/tests/marionette/test_ril_code_quality.py |  353 +
 5 files changed, 11576 insertions(+)
 create mode 100644 dom/system/gonk/tests/marionette/ril_jshint/README.md
 create mode 100644 dom/system/gonk/tests/marionette/ril_jshint/jshint.js
 create mode 100644 dom/system/gonk/tests/marionette/ril_jshint/jshintrc
 create mode 100644 dom/system/gonk/tests/marionette/test_ril_code_quality.py
2013-07-30 17:18:44 +08:00
Gaia Pushbot
1a389f898a Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3cc23620cc2e
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #11186 from rexboy7/fix-bug896901

Bug 896901 - [Email] Change style for account type selector of manual se...

========

https://hg.mozilla.org/integration/gaia-central/rev/1511a9f6f78f
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 896901 - [Email] Change style for account type selector of manual setup
2013-07-30 01:15:23 -07:00
Gaia Pushbot
fe070987f2 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/ab71f112f089
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #11185 from jmcanterafonseca/rescue_match_name

Bug 898345 - Contacts matcher in both passive an active mode must suppor...

========

https://hg.mozilla.org/integration/gaia-central/rev/62b6eecc70e2
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 898345 - Contacts matcher in both passive an active mode must support matching by the name field
2013-07-30 00:05:23 -07:00
Gaia Pushbot
4e23ba0439 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/cdca48f0f366
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #11174 from cctuan/896393

Bug 896393 - [Dialer] Keyboard doesnt show in apps when moved from Dialer Contact to other apps.

========

https://hg.mozilla.org/integration/gaia-central/rev/78daf023a2e6
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 896393 - [Dialer] Keyboard doesnt show in apps when moved from Dialer Contact to other apps.
2013-07-29 20:20:22 -07:00
Gaia Pushbot
f1e44c1cbe Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3dbea8a3e643
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11211 from crh0716/896942_master

Bug 896942 - Fix assets r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/d3d92c48161e
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 896942 - Fix assets
2013-07-29 19:15:24 -07:00
Gaia Pushbot
86779d6fbd Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/09d7e6724358
Author: Jim Porter <squibblyflabbetydoo@gmail.com>
Desc: Merge pull request #11234 from mozsquib/music-ogg-title

Bug 877474 - [music] Music app shows filename *and* title field for Ogg Vorbis files

========

https://hg.mozilla.org/integration/gaia-central/rev/02a968daf649
Author: Jim Porter <jporter@mozilla.com>
Desc: Bug 877474 - [music] Music app shows filename *and* title field for Ogg Vorbis files; r=djf
2013-07-29 18:06:23 -07:00
Dave Hylands
26afd0413c Bug 898634 - Add some logging for volumes created via volume.cfg. r=jwwang 2013-07-29 16:41:07 -07:00
Fernando Jiménez
f38a8e1495 Bug 892068 - Expose MCC/MNC to payment providers in mozPay() so Webpay can disable payments per region. r=fabrice 2013-07-30 00:50:22 +02:00
Fernando Jiménez
9453005d41 Bug 816564 - Silent SMS to Authenticate Device for Mobile Billing. Part 2: mozPaymentProvider. r=vicamo, fabrice 2013-07-30 00:50:22 +02:00
Fernando Jiménez
85874f9c69 Bug 816564 - Silent SMS to Authenticate Device for Mobile Billing. Part 1: RIL. sr=vicamo 2013-07-30 00:50:22 +02:00
Fernando Jiménez
c499174641 Bug 816564 - Silent SMS to Authenticate Device for Mobile Billing. Part 0: WebSMS. sr=vicamo 2013-07-30 00:50:21 +02:00
Ryan VanderMeulen
90a77457f3 Merge m-c to fx-team. 2013-07-29 17:27:08 -04:00
Ryan VanderMeulen
8e8446554e Merge m-c to fx-team. 2013-07-29 16:08:41 -04:00
Ryan VanderMeulen
05ac7b8b7c Merge m-c to birch. 2013-07-29 16:07:59 -04:00
Tim Taubert
88d949f5bf Bug 897943 - Fix focus issues and wait for delayed startup in browser_locationBarCommand.js; f=margaret r=gavin 2013-07-29 12:55:09 -07:00
Gaia Pushbot
6088c5e8c6 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/74877b52dcb3
Author: Fabrice Desré <fabrice@desre.org>
Desc: Merge pull request #11228 from karlcow/master

Bug 899162 - Remove UA override for tumblr.com and arstechnica.com r=lmandel

========

https://hg.mozilla.org/integration/gaia-central/rev/2b169af1a2a1
Author: karl <karl+github@la-grange.net>
Desc: Remove UA override for tumblr.com (Bug 826361) and arstechnica.com (Bug 843149)
2013-07-29 11:45:24 -07:00
Jose Antonio Olivera Ortega
c7a6b08844 Bug 833754 - Part 2: Changes in tests for call barring through MMI codes. r=ferjm 2013-07-29 20:17:33 +02:00
Jose Antonio Olivera Ortega
e2d1b61f96 Bug 833754 - Part 1: RIL changes for call barring through MMI codes. r=ferjm 2013-07-29 20:17:29 +02:00
Gaia Pushbot
581c731632 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/bb4a52c0438c
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #11229 from ferjm/paymenteventlistener

Bug 899153 - TypeError: this.removeEventListener is not a function in pa...

========

https://hg.mozilla.org/integration/gaia-central/rev/dd1834c7454a
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 899153 - TypeError: this.removeEventListener is not a function in payment.js. r=vingtetun
2013-07-29 11:15:24 -07:00
Tim Taubert
d5f5000540 Bug 857427 - Wait for delayed startup to be finished before starting tests in a window; r=ehsan 2013-07-29 11:06:24 -07:00
Shane Caraveo
001c31406d bug 891545 fix context menu for share panel, r=markh 2013-07-29 10:53:00 -07:00
Tomoaki Konno
b0f30c01ba Bug 797561 - Expose a server tcp socket API to web applications r=honza 2013-07-29 10:36:43 -07:00
Michael Wu
df4f7c13a0 Bug 898810 - Use bionic's getline where available, r=benwa 2013-07-29 13:17:28 -04:00
Ms2ger
0726a5ce03 Bug 897484 - followup: root newly added code to fix bustage on a CLOSED TREE. 2013-07-29 18:27:04 +02:00
Hsin-Yi Tsai
7b256d7c85 Bug 899028 - [B2G] [CDMA] reject an incoming call. r=vicamo 2013-07-29 18:47:24 +08:00
Gaia Pushbot
e92848e98f Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/e40805193a37
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 897088 - [Clock] Modules incorrectly organized r=ianliu
2013-07-29 09:00:26 -07:00
Girish Sharma
d715d40e5c Bug 894376 - Autocomplete CSS values in Style Inspector, r=mratcliffe 2013-07-28 05:20:38 +05:30
Chia-hung Tai
d5c6625f0b Bug 898202 - [B2G][MMS]Unable to send/receive MMS using AT&T or prepaid T-Mobile SIMs. r=vyang 2013-07-26 18:30:47 +08:00
Jakub Siemiatkowski
387b09468e Bug 855727 - SimplePush: Remove redundant 409 error code for conflicting channelIDs. r=nsm 2013-07-29 11:59:27 -04:00
Gaia Pushbot
99a80b7f44 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/efd78e2f24c5
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #11197 from AntonioMA/bug-896945_2

Bug 896945 Customize the open-app treatment based on the showApp and showOnly flags r=alive r=fabrice

========

https://hg.mozilla.org/integration/gaia-central/rev/4e46fd4d5cfd
Author: Antonio M. Amaya <amac@peregrin>
Desc: Bug 896945 Customize the open-app treatment based on the showApp and showOnly flags r=alive r=fabrice
2013-07-29 08:35:23 -07:00
Ed Morley
78c3e8f1ed Merge mozilla-central and birch 2013-07-29 15:42:57 +01:00
Gaia Pushbot
14328db317 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/905b27d99e15
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #11168 from jlebar/wireless-network-string

Bug 868510 - Change the no wifi found string to "No wireless networks fo...

========

https://hg.mozilla.org/integration/gaia-central/rev/3dadb9aa8e75
Author: Justin Lebar <justin.lebar@gmail.com>
Desc: Bug 868510 - Change the no wifi found string to "No wireless networks found".
2013-07-29 07:20:24 -07:00
Ed Morley
1d3cbeb565 Merge latest green fx-team changeset and mozilla-central 2013-07-29 15:16:29 +01:00
Ed Morley
543639c1de Merge latest green birch changeset and mozilla-central 2013-07-29 15:15:48 +01:00
Gaia Pushbot
ba0d16de35 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/30af13f27841
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Merge pull request #11222 from jaoo/886758

Bug 886758 - [Settings] Users are not able to disable the sim lock from settings app when the sim card is not ready. r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/2d29809a2de5
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 886758 - [Settings] Users are not able to disable the sim lock from settings app when the sim card is not ready
2013-07-29 03:25:23 -07:00
Ed Morley
213793252e Backed out changeset 31a1b6fff957 (bug 857142) for reftest failures 2013-07-29 11:09:26 +01:00