Commit Graph

370570 Commits

Author SHA1 Message Date
Garvan Keeley
1428f007de Bug 1036110 - Stop the B2G UI setting from overriding the js prefs setting and turning off logging. r=dougt
If gLoggingEnabled is already on during startup, that means it was set in js prefs.
2014-07-09 09:14:00 -04:00
Alexandre Poirot
00c9b18c16 Bug 1036415 - Fix webapps actor on Mulet. r=jryans 2014-07-09 07:39:00 -04:00
Ting-Yu Lin
c036563256 Bug 1035172 - Re-enable touch caret test. r=automatedtester 2014-07-10 03:07:00 -04:00
Szu-Yu Chen [:aknow]
45a20ad219 Bug 1035130 - Part 2: Add test to send conference request twice. r=hsinyi 2014-07-09 19:39:00 -04:00
Szu-Yu Chen [:aknow]
dd30af1174 Bug 1035130 - Part 1: Only accept one conference request at a time. r=hsinyi 2014-07-09 19:39:00 -04:00
B2G Bumper Bot
21da09494c Bumping manifests a=b2g-bump 2014-07-10 07:52:08 -07:00
B2G Bumper Bot
2cbb3278ab Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6f1233fe71d2
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #21496 from azasypkin/bug-1034633-subject-padding

Bug 1034633 - [Messages] subtle padding issues while manipulating the subject. r=julien

========

https://hg.mozilla.org/integration/gaia-central/rev/34677f3afabc
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1034633 - [Messages] subtle padding issues while manipulating the subject. r=julien
2014-07-10 07:50:29 -07:00
B2G Bumper Bot
f9e04c75b9 Bumping manifests a=b2g-bump 2014-07-10 07:46:20 -07:00
B2G Bumper Bot
40aa73d5a3 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/47e88e2fccb1
Author: Gonzalo Martinez <gmartinez@panareadigital.com>
Desc: Bug 1028190 - Allow MockContact properties to be None
2014-07-10 07:40:30 -07:00
B2G Bumper Bot
b5c249b5fd Bumping manifests a=b2g-bump 2014-07-10 06:56:51 -07:00
B2G Bumper Bot
bd92d3985f Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ac092e3b3369
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1019783 - Always display IMEI codes for all SIM slots r=Rik
2014-07-10 06:55:29 -07:00
Carsten "Tomcat" Book
308cc4e3f1 Merge mozilla-central to b2g-inbound 2014-07-10 15:20:10 +02:00
B2G Bumper Bot
a3f25b2a36 Bumping manifests a=b2g-bump 2014-07-10 06:18:13 -07:00
B2G Bumper Bot
cf7aa85942 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5b62289f2d63
Author: AndreiH <andrei.hutusoru@softvision.ro>
Desc: Merge pull request #21584 from viorelaioia/924835

Bug 924835 - Create a test for receiving a call with a locked screen

========

https://hg.mozilla.org/integration/gaia-central/rev/347d8af5014d
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 924835 - Create a test for receiving a call with a locked screen
2014-07-10 06:18:01 -07:00
Thomas Zimmermann
4df0a8ba94 Bug 1029387: Remove socket setup from BluetoothSocket, r=shuang
This patch removes all code related to socket setup from Bluedroid's
BluetoothSocket. The socket setup is handled by BluetoothInterface;
transparantly to its users.

Since most of the socket setup is now hidden, a comment was added to
DroidSocketImpl that explains the connection phases in server and
client.
2014-07-10 15:11:09 +02:00
Thomas Zimmermann
65625cbecc Bug 1029387: Handle socket setup for |Accept| in BluetoothInterface, r=shuang
This patch moves the accept phase of Bluedroid's |Listen| to the
implementation of BluetoothInterface. |BluetoothInterface::Accept|
handles Bluedroid's socket-setup messages and executes the result
handler with the received file descriptor and data.
2014-07-10 15:10:54 +02:00
Thomas Zimmermann
cb15a54553 Bug 1029387: Handle socket setup for |Connect| in BluetoothInterface, r=shuang
Bluedroid's internal socket setup transfers 2 messages and possibly
a file descriptor as the first data of a socket connection.

This patch moves the socket-setup code for the |Connect| call to
the implementation of BluetoothInterface. BluetoothSocket only
handles the socket setup of |Listen|, and general socket state.
2014-07-10 15:10:45 +02:00
Thomas Zimmermann
b4b1937c50 Bug 1029387: Introduce connection status for Bluedroid sockets, r=shuang
In preparaton of moving the Bluedroid socket setup to BluetoothInterface,
this patch introduces connection states for Bluetooth sockets. There are
4 states,

  - Disconnected,
  - Listening,
  - Connecting, and
  - Connected.

All sockets start in Disconnected and transition to Connected via one
of the other states. Server socket transition through Listening, Client
sockets transition through Connecting. There is currently a lot of code
duplication in read and write methods. This will be cleaned up when the
connection setup is handled by BluetoothInterface.
2014-07-10 15:10:36 +02:00
Thomas Zimmermann
54b45b1fbc Bug 1029387: Convert Bluedroid Socket's Connect method to asynchronous design, r=shuang 2014-07-10 15:10:26 +02:00
Thomas Zimmermann
d0f2a0813a Bug 1029387: Convert Bluedroid Socket's Listen method to asynchronous design, r=shuang 2014-07-10 15:10:13 +02:00
Thomas Zimmermann
f600d9127f Bug 1029387: Add result handler for Bluetooth Socket interface, r=shuang 2014-07-10 15:09:44 +02:00
B2G Bumper Bot
4a1eb532df Bumping manifests a=b2g-bump 2014-07-10 06:01:15 -07:00
B2G Bumper Bot
6994bacbfe Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/faa3e80891f9
Author: AndreiH <andrei.hutusoru@softvision.ro>
Desc: Merge pull request #21583 from mozilla-b2g/revert-21432-bug_924835

Revert "Bug 924835 - Create a test for receiving a call with a locked sc...

========

https://hg.mozilla.org/integration/gaia-central/rev/1c8b88472aaa
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Revert "Bug 924835 - Create a test for receiving a call with a locked screen"
2014-07-10 05:55:31 -07:00
Carsten "Tomcat" Book
61f33624c3 merge fx-team to mozilla-central a=merge 2014-07-10 14:54:35 +02:00
Carsten "Tomcat" Book
ae855b78b7 merge mozilla-inbound to mozilla-central a=merge 2014-07-10 14:47:01 +02:00
Carsten "Tomcat" Book
b385f554da merge b2g-inbound to mozilla-central a=merge 2014-07-10 14:40:40 +02:00
B2G Bumper Bot
ae0c375791 Bumping manifests a=b2g-bump 2014-07-10 05:36:11 -07:00
B2G Bumper Bot
7035f2e893 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d201d5385a53
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #21541 from AndreiH/bug_1036390

Bug 1036390 - Intermittent fail for test_browser_bookmark.TestBrowserBoo...

========

https://hg.mozilla.org/integration/gaia-central/rev/12f783086dfa
Author: Andrei Hutusoru <andreihutusoru@P5069.(none)>
Desc: Bug 1036390 - Intermittent fail for test_browser_bookmark.TestBrowserBookmark
2014-07-10 05:30:27 -07:00
B2G Bumper Bot
bb4b0d3200 Bumping manifests a=b2g-bump 2014-07-10 05:21:22 -07:00
B2G Bumper Bot
8846a21db4 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/67a2c3020e0b
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #21497 from bebef1987/ftu

Bug 1035838 - Assert via settings API that debug.performance_data.shared...

========

https://hg.mozilla.org/integration/gaia-central/rev/66a46b454ccb
Author: Bebe <bebe@mozilla.ro>
Desc: Bug 1035838 - Assert via settings API that debug.performance_data.shared is set in FTU

========

https://hg.mozilla.org/integration/gaia-central/rev/34e8c2511972
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #21432 from viorelaioia/bug_924835

Bug 924835 - Create a test for receiving a call with a locked screen

========

https://hg.mozilla.org/integration/gaia-central/rev/0d0182794811
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 924835 - Create a test for receiving a call with a locked screen
2014-07-10 05:15:37 -07:00
B2G Bumper Bot
566c47eac2 Bumping manifests a=b2g-bump 2014-07-10 05:06:22 -07:00
B2G Bumper Bot
87cb22dfbb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/de69552e5f87
Author: gitmai <mri@tid.es>
Desc: Merge pull request #21433 from gitmai/bug-1034421-error-widget-msg

Bug 1034421 - [Costcontrol] Costcontrol Widget is not showing proper mes...
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/6c5f02a8083a
Author: mai <mri@tid.es>
Desc: Bug 1034421 - [Costcontrol] Costcontrol Widget is not showing proper message under airplane mode scenario in V1.4
2014-07-10 05:00:28 -07:00
B2G Bumper Bot
cb51f1e24f Bumping manifests a=b2g-bump 2014-07-10 04:11:16 -07:00
B2G Bumper Bot
095b48f09e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a544fcc0bf13
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #21410 from RudyLu/ime/Bug1024327-uninstall_keyboard_app

Bug 1024327 - Integration test for System input management after IME uninstallation.
r=evanxd.

========

https://hg.mozilla.org/integration/gaia-central/rev/87f72340a961
Author: Rudy Lu <me@rudy.lu>
Desc: Bug 1024327 - Integration test for System input management after IME
uninstallation.
2014-07-10 04:00:30 -07:00
Jessica Jong
2a8450772b Bug 1030810 - fix logic in updateRILNetworkInterface(). r=edgar 2014-07-10 18:14:03 +08:00
B2G Bumper Bot
601703a3e8 Bumping manifests a=b2g-bump 2014-07-10 03:11:18 -07:00
B2G Bumper Bot
32f4a92427 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/39c1d3c029cd
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #21483 from crdlc/bug-1035646

Bug 1035646 - [Collection App] Drag icons over edit header like vertical...

========

https://hg.mozilla.org/integration/gaia-central/rev/320c011a6cac
Author: crdlc <crdlc@tid.es>
Desc: Bug 1035646 - [Collection App] Drag icons over edit header like vertical home

========

https://hg.mozilla.org/integration/gaia-central/rev/c578b6979326
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #21516 from crdlc/bug-1027250

Bug 1027250 - [Rocketbar] Search suggestions in the Homescreen settings ...

========

https://hg.mozilla.org/integration/gaia-central/rev/e36980769e04
Author: crdlc <crdlc@tid.es>
Desc: Bug 1027250 - [Rocketbar] Search suggestions in the Homescreen settings is not consistent with the rest of the UI
2014-07-10 03:05:28 -07:00
B2G Bumper Bot
3f7e416bf8 Bumping manifests a=b2g-bump 2014-07-10 02:11:15 -07:00
B2G Bumper Bot
046d31e981 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/056dbe15b2aa
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 1033403 - [Messages] We don't stop rendering if we tap "back" too soon r=azasypkin

* moves the moment "initializeRendering" is called: in beforeEnter instead of
afterEnter.
* calls MessageManager.markThreadRead in afterEnterThread
* removes the 'done' handler in renderMessages because we don't need it now
2014-07-10 02:05:30 -07:00
B2G Bumper Bot
739a33e3b8 Bumping manifests a=b2g-bump 2014-07-10 01:46:19 -07:00
B2G Bumper Bot
2578a0c50c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e21670ef83d8
Author: Min-Zhong "John" Lu <mnjul@users.noreply.github.com>
Desc: Merge pull request #21492 from mnjul/bug_1033585_lockscreen_conns_sim_string_hardcoded

Bug 1033585 - [B2G][System][Lockscreen]: SIM 1 or SIM 2 not translated for Tamil. r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/848985243015
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1033585 - [B2G][System][Lockscreen]: SIM 1 or SIM 2 not translated for Tamil
2014-07-10 01:40:30 -07:00
B2G Bumper Bot
d418865a78 Bumping manifests a=b2g-bump 2014-07-10 01:16:15 -07:00
B2G Bumper Bot
7f702a5170 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4177ded40ba2
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #21221 from crdlc/bug-1031890

Bug 1031890 - Vertical homescreen takes a long time to load

========

https://hg.mozilla.org/integration/gaia-central/rev/e593275d0a97
Author: crdlc <crdlc@tid.es>
Desc: Bug 1031890 - Vertical homescreen takes a long time to load
2014-07-10 01:10:28 -07:00
B2G Bumper Bot
fbd1a6d6aa Bumping manifests a=b2g-bump 2014-07-10 00:06:51 -07:00
B2G Bumper Bot
881930d088 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ee14d1bd0836
Author: Albert <alberto.crespellperez@telefonica.com>
Desc: Merge pull request #21304 from acperez/bug-1029394

Bug 1029394 - Cannot change call forwarding rules unless the user disables them previously.r=jaoo

========

https://hg.mozilla.org/integration/gaia-central/rev/0d3761992cb0
Author: Albert <alberto.crespellperez@telefonica.com>
Desc: Bug 1029394 - Cannot change call forwarding rules unless the user disables them previously.r=jaoo
2014-07-09 23:55:28 -07:00
Ben Tian
f29bc3ee1c Bug 1027504 - Implement BluetoothClassOfDevice, r=bz, r=echou 2014-07-10 14:42:10 +08:00
B2G Bumper Bot
d99aac15d9 Bumping manifests a=b2g-bump 2014-07-09 23:36:13 -07:00
B2G Bumper Bot
88df5aece7 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d12e96f0eb91
Author: BavarianTomcat <tomcat@mozilla.com>
Desc: Revert "Bug 1029967 - rewrite Makefile in email app in javascript r=gduan" for windows b2g bustage

This reverts commit 320a7ad564dfb82b8a5cd5413e87dd44c39d9db7.
2014-07-09 23:30:28 -07:00
B2G Bumper Bot
da670cb371 Bumping manifests a=b2g-bump 2014-07-09 23:21:33 -07:00
B2G Bumper Bot
bb937b4432 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f60de18e4b68
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Merge pull request #20948 from millermedeiros/837671-startup-events

Bug 837671 - [calendar] Implement new startup loading events r=gaye

========

https://hg.mozilla.org/integration/gaia-central/rev/3a0dfbb11d11
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 837671 - [calendar] Implement new startup loading events
2014-07-09 23:15:34 -07:00