Commit Graph

244757 Commits

Author SHA1 Message Date
Marcos Caceres
3b450f1632 Bug 1162808 - Add splash_screens support to web manifest processor. r=ehsan
* Took IconsProcessor out of ManifestProcessor.
* Converted IconsProcessor into ImageObjectProcessor.
* Made extractValue a separate resource, as it's used by multiple
  processors.
* Taught manifest processor about splash_screens.
* icons member now uses ImageObjectProcessor.
* Icon tests are now ImageProcessor tests.
* Fixed a few typos.
2015-05-19 08:20:00 -04:00
Carsten "Tomcat" Book
b19f04977f Merge mozilla-central to mozilla-inbound 2015-05-20 16:17:47 +02:00
Carsten "Tomcat" Book
a1b96b13aa merge mozilla-inbound to mozilla-central a=merge 2015-05-20 15:52:31 +02:00
Carsten "Tomcat" Book
6325dbf948 merge fx-team to mozilla-central a=merge 2015-05-20 15:39:38 +02:00
Carsten "Tomcat" Book
85f07e1472 merge b2g-inbound to mozilla-central a=merge 2015-05-20 15:31:22 +02:00
Mike Shal
51e6669d14 No bug - Bump mozharness.json to bd00d3ff0950; a=RyanVM 2015-05-20 09:30:32 -04:00
B2G Bumper Bot
764e178bd7 Bumping manifests a=b2g-bump 2015-05-20 03:37:34 -07:00
B2G Bumper Bot
09c04ae014 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/87d96f3c66f7
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #30130 from mwargers/1166330

Bug 1166330 - test_sms_with_picture_attached.py TimeoutException

========

https://hg.mozilla.org/integration/gaia-central/rev/b3992e49a91b
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1166330 - test_sms_with_picture_attached.py TimeoutException
2015-05-20 03:35:32 -07:00
B2G Bumper Bot
75ffb17997 Bumping manifests a=b2g-bump 2015-05-20 03:17:23 -07:00
B2G Bumper Bot
b0aa644c38 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b9ca447dac06
Author: Seinlin <seinlin.maung@gmail.com>
Desc: Merge pull request #27543 from Seinlin/bug-1119671

Bug 1119671 - Update Myanmar keyboard layouts and add imes for it. r=rlu

========

https://hg.mozilla.org/integration/gaia-central/rev/1664fc6fba39
Author: Kai-Zhen Li <kli@mozilla.com>
Desc: Bug 1119671 - Update Myanmar keyboard layouts and add imes for it.
2015-05-20 03:15:15 -07:00
B2G Bumper Bot
24b52e75c2 Bumping manifests a=b2g-bump 2015-05-20 03:02:34 -07:00
B2G Bumper Bot
f1c909a769 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5c8b48b61849
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #30148 from ian-liu/bluetooth/bug1166190_callback_of_onpairedstatuschanged_is_missed_in_bluetoothHelper_while_bt_on/off

Bug 1166190 - save old adapter in bt helper while Bluetooth is disabled in APIv1

========

https://hg.mozilla.org/integration/gaia-central/rev/094513939abc
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 1166190 - save old adapter in bt helper while Bluetooth is disabled in APIv1
2015-05-20 03:00:31 -07:00
Carsten "Tomcat" Book
931102b654 Backed out changeset de34ec0570a3 (bug 1103824) for bc3 test failures on a CLOSED TREE 2015-05-20 11:01:07 +02:00
Thomas Zimmermann
56879e97d6 Bug 1164425: Cleanup interfaces of |BluetoothDaemonConnection|, r=shuang
Bluetooth never actively opens a connection to the daemon, so this
patch removes the connect functionality.
2015-05-20 10:50:43 +02:00
Thomas Zimmermann
f3630711c2 Bug 1164425: Cleanup interfaces of |ListenSocket|, r=kmachulis
This patch removes |ListenSocket::GetSocketAddr|, which is unused
and not thread-safe. The |Listen| methods now return error codes.
2015-05-20 10:50:43 +02:00
Thomas Zimmermann
36febad848 Bug 1164425: Cleanup interfaces of |StreamSocket|, r=kmachulis
This patch cleans up the interface of |StreamSocket|. All arguments
that contain protocol parameters are removed from |Connect|. They are
stored in the connector class. |Connect| now returns error codes. The
method |GetSocketAddr| is unused and not thread-safe and therefore
removed. The method |SendSocketData| for strings is unused and removed.
2015-05-20 10:50:43 +02:00
Thomas Zimmermann
ca2120fb35 Bug 1164425: Rename |SocketBase::CloseSocket| to |SocketBase::Close|, r=kmachulis 2015-05-20 10:50:43 +02:00
Carsten "Tomcat" Book
24a87517b4 Backed out changeset 1e93024c9fec (bug 1164425) for bustage 2015-05-20 10:31:55 +02:00
Carsten "Tomcat" Book
39f2504a79 Backed out changeset 2fd186d1a288 (bug 1164425) 2015-05-20 10:31:09 +02:00
Carsten "Tomcat" Book
1f415f3e51 Backed out changeset 17bd0777339a (bug 1164425) 2015-05-20 10:30:55 +02:00
Carsten "Tomcat" Book
260bf15436 Backed out changeset 97ccb9e0cefb (bug 1164425) 2015-05-20 10:30:41 +02:00
Thomas Zimmermann
a5b79e7bab Bug 1164425: Cleanup interfaces of |BluetoothDaemonConnection|, r=shuang
Bluetooth never actively opens a connection to the daemon, so this
patch removes the connect functionality.
2015-05-20 09:54:27 +02:00
Thomas Zimmermann
ab30c72531 Bug 1164425: Cleanup interfaces of |ListenSocket|, r=kmachulis
This patch removes |ListenSocket::GetSocketAddr|, which is unused
and not thread-safe. The |Listen| methods now return error codes.
2015-05-20 09:54:27 +02:00
Thomas Zimmermann
ce9f51f947 Bug 1164425: Cleanup interfaces of |StreamSocket|, r=kmachulis
This patch cleans up the interface of |StreamSocket|. All arguments
that contain protocol parameters are removed from |Connect|. They are
stored in the connector class. |Connect| now returns error codes. The
method |GetSocketAddr| is unused and not thread-safe and therefore
removed. The method |SendSocketData| for strings is unused and removed.
2015-05-20 09:54:27 +02:00
Thomas Zimmermann
a0c499fc22 Bug 1164425: Rename |SocketBase::CloseSocket| to |SocketBase::Close|, r=kmachulis 2015-05-20 09:54:27 +02:00
Kan-Ru Chen
b9f45c9091 Bug 1166580 - Disable mozHasPendingMessage tests on non-browser platform. r=me 2015-05-20 14:56:55 +08:00
Ben Tian
dba97a1dcd Bug 1162902 - Implement PBAP SetPhoneBook function, r=shuang 2015-05-20 14:40:01 +08:00
B2G Bumper Bot
b37002aaa3 Bumping manifests a=b2g-bump 2015-05-19 23:48:54 -07:00
Wes Kocher
b73580fb15 Merge b2ginbound to central, a=merge 2015-05-19 16:42:57 -07:00
Tim Taubert
747608079e Bug 1163260 - Fix intermittent browser_page_title.js failures r=Gijs 2015-05-19 14:15:47 -04:00
B2G Bumper Bot
d7772f2fe5 Bumping manifests a=b2g-bump 2015-05-19 08:12:55 -07:00
B2G Bumper Bot
35af05ce25 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c2b9d5ec2383
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1105285 - merge pull request #30101 from dwi2:bug1105285 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/6ef65007e88a
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1105285 - Prevent default behavior of hardware home button pressing when software home button is enabled
2015-05-19 08:10:32 -07:00
B2G Bumper Bot
05f514a389 Bumping manifests a=b2g-bump 2015-05-19 07:33:16 -07:00
B2G Bumper Bot
e5d060532b Bumping manifests a=b2g-bump 2015-05-19 04:37:32 -07:00
B2G Bumper Bot
eb325c78bb Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9d2910149892
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1161750 - merge pull request #30091 from yuwen41200:master to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/6ed7e8b11bcc
Author: yuwen41200 <yuwen41200@gmail.com>
Desc: Bug 1161750 - [Settings][Date&Time] Toggling Automatic and Manual setting pushes/indents 'Region' and 'City' text up r=arthur
2015-05-19 04:35:36 -07:00
Thomas Zimmermann
aedad80f8c Bug 1161020: Remove old interface and implementation from socket-connector classes, r=kmachulis 2015-05-19 13:28:46 +02:00
Thomas Zimmermann
fef18979cc Bug 1161020: Use new socket-connector interface in socket classes, r=kmachulis
This patch converts the socket I/O classes to use the new interface
of the socket-connector classes. All sockets are now created and set
up by a socket connector.
2015-05-19 13:28:46 +02:00
Thomas Zimmermann
97a394946e Bug 1161020: Implement new socket-connector interface for Bluetooth sockets, r=btian 2015-05-19 13:28:46 +02:00
Thomas Zimmermann
d0a1137e40 Bug 1161020: Implement new socket-connector interface for Bluetooth daemon socket, r=shuang
This patch moves |BluetoothDaemonSocketConnector| into its own file,
renames it to |BluetoothDaemonConnector| and implements the new socket-
connector interface.
2015-05-19 13:28:46 +02:00
Thomas Zimmermann
ab080e5712 Bug 1161020: Implement new socket-connector interface for key store, r=chucklee
This patch moves |KeyStoreConnector| into its own file and implements
the new socket-connector interface.
2015-05-19 13:28:46 +02:00
Thomas Zimmermann
eaf11d938d Bug 1161020: Implement new socket-connector interface for RIL, r=htsai
This patch moves |RilConnector| into its own file and implements
the new socket-connector interface.
2015-05-19 13:28:46 +02:00
Thomas Zimmermann
8b0060a692 Bug 1161020: Implement new socket-connector interface for NFC, r=allstars.chh
This patch moves |NfcConnector| into its own file and implements
the new socket-connector interface.
2015-05-19 13:28:46 +02:00
Thomas Zimmermann
05b76d39ad Bug 1161020: Added clean interface to |UnixSocketConnector|, r=kmachulis
The current interface of |UnixSocketConnector| doesn't follow any design
and is not easily understandable.

This patch adds a new interface to the class. The new interface provides
a method for each of the following operations:

  * converting an address to a human-readable string,
  * creating a listening socket,
  * creating a stream socket, and
  * accepting a stream socket from a listening socket.

All arguments are stored in the connector class, so that connect and
listen methods of the socket classes don't require protocol-specific
arguments. All socket parameters are set within the connector class,
so each connector class can now select parameters individually.
2015-05-19 13:28:46 +02:00
Thomas Zimmermann
8ece57532a Bug 1164498: Remove |DispatchBluetoothReply|, r=btian
This patch removes |DispatchBluetoothReply|. The only remaining user
is |BluetoothDBusService|, but it comes with its own implemenation of
the function.
2015-05-19 12:28:38 +02:00
Thomas Zimmermann
2e4712ef31 Bug 1164498: Remove |DispatchBluetoothReply| from |BluetoothHfpManger|, r=btian
This patch replaces |DispatchBluetoothReply| in |BluetoothHfpManager|
with corresponding calls to |DispatchReplySuccess| or |DispatchReplyError|.
2015-05-19 12:28:38 +02:00
Thomas Zimmermann
2cb840d86e Bug 1164498: Remove |DispatchBluetoothReply| from |BluetoothProfileController|, r=btian
This patch replaces |DispatchBluetoothReply| in |BluetoothProfileController|
with corresponding calls to |DispatchReplySuccess| or |DispatchReplyError|.
2015-05-19 12:28:38 +02:00
Thomas Zimmermann
316101c3d0 Bug 1164498: Remove |DispatchBluetoothReply| from |BluetoothServiceBluedroid|, r=btian
This patch replaces |DispatchBluetoothReply| in |BluetoothServiceBluedroid|
by corresponding calls to |DispatchReplySuccess| or |DispatchReplyError|.
2015-05-19 12:28:38 +02:00
Thomas Zimmermann
b4f2a0e204 Bug 1164498: Cleanup Bluetooth utility functions for dispatching replies, r=btian
This patch adds support for |DispatchReplySuccess| and |DispatchReplyError|
to Bluetooth v1.
2015-05-19 12:28:38 +02:00
B2G Bumper Bot
8a1a7fa50c Bumping manifests a=b2g-bump 2015-05-19 03:27:22 -07:00
B2G Bumper Bot
329a9cabf1 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e09b00b0e18b
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #30116 from huchengtw-moz/bug-1164353-browser-context-menu-smart-modal-dialog

Bug 1164353 - migrate browser context menu to use smart-modal-dialog, r=rexboy, r=sungchiu

========

https://hg.mozilla.org/integration/gaia-central/rev/16e03106e123
Author: John Hu <johu@mozilla.com>
Desc: Bug 1164353 - migrate browser context menu to use smart-modal-dialog
2015-05-19 03:25:27 -07:00