Commit Graph

244871 Commits

Author SHA1 Message Date
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
Gabriel Luong
d3f36415f8 Bug 1165380 - [rule view] Filter rules should also highlight stylesheet names. r=bgrins 2015-05-19 13:33:00 -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
Carsten "Tomcat" Book
b19e093416 merge mozilla-inbound to mozilla-central a=merge 2015-05-19 11:58:45 +02:00
Carsten "Tomcat" Book
b4eb63ff3e merge fx-team to mozilla-central a=merge 2015-05-19 11:55:11 +02:00
B2G Bumper Bot
bd03700aba Bumping manifests a=b2g-bump 2015-05-19 02:53:24 -07:00
B2G Bumper Bot
15f9a6c5aa Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9985ff19b864
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1149469 - merge pull request #30059 from dwi2:bug1149469 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/9977770bcd6e
Author: Tzu-Lin Huang <tzhuang@mozilla.com>
Desc: Bug 1149469 - Implement card filtering by group

========

https://hg.mozilla.org/integration/gaia-central/rev/e45632c2eaab
Author: Sherman Chen <shamenchens@users.noreply.github.com>
Desc: Merge pull request #30118 from shamenchens/Bug1166148-UpdateGaiaNodeModules

Bug 1166148 - Bump marionette-js-runner version to 1.0.17, r=evanxd

========

https://hg.mozilla.org/integration/gaia-central/rev/cfd6131ce27c
Author: Sherman Chen <shamen.chens@gmail.com>
Desc: Bug 1166148 - Bump marionette-js-runner version to 1.0.17

========

https://hg.mozilla.org/integration/gaia-central/rev/0c3d64bdf988
Author: EragonJ (E.J.) <eragonj@eragonj.me>
Desc: Merge pull request #29997 from EragonJ/bug-1159177

Bug 1159177 - [Wifi] disable submit button if no ssid, r=Arthur

========

https://hg.mozilla.org/integration/gaia-central/rev/a4f9e64a7bd6
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1159177 - [Wifi] disable submit button if no ssid, r=Arthur
2015-05-19 02:51:29 -07:00
Carsten "Tomcat" Book
c8cae0ab2e Backed out changeset e513640d9995 (bug 1151672) for breaking ics emulator debug tests on a CLOSED TREE 2015-05-19 11:45:47 +02:00
Carsten "Tomcat" Book
46e2aeff50 Backed out changeset 78b19f9f8da8 (bug 970307) 2015-05-19 11:44:43 +02:00
Carsten "Tomcat" Book
23069731a9 Backed out changeset daa19810f688 (bug 1138620) 2015-05-19 11:44:37 +02:00
Carsten "Tomcat" Book
fcb1f33689 Backed out changeset 1b09d2b41795 (bug 1113429) 2015-05-19 11:44:32 +02:00
Carsten "Tomcat" Book
8613ef472a Backed out changeset 4d2839eea957 (bug 970307) 2015-05-19 11:44:27 +02:00
Brian Birtles
41e6b399d6 Bug 1166164 part 8 - Drop a few references to players; r=jwatt 2015-05-19 15:37:39 +09:00
Brian Birtles
6b4d9f1edc Bug 1166164 part 7 - Call pause directly when creating an initially-paused animation; r=jwatt
Now that calling pause from the idle state resolves the current time, we don't
need to worry about calling play first when creating a CSS Animation.
2015-05-19 15:07:59 +09:00
Brian Birtles
8295d11320 Bug 1166164 part 6 - Make pausing from idle set the current time; r=jwatt, r=smaug
As proposed:

  https://lists.w3.org/Archives/Public/public-fx/2015AprJun/0013.html (item g)

And agreed upon here:

  https://lists.w3.org/Archives/Public/public-fx/2015AprJun/0031.html
2015-05-19 14:55:26 +09:00
B2G Bumper Bot
845c86b234 Bumping manifests a=b2g-bump 2015-05-18 22:12:54 -07:00
B2G Bumper Bot
06800d916e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8fa0242e0aa7
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #30076 from zbraniecki/1164722-reenable-notification-rtl-tests

Bug 1164722 - Reenable system notification rtl tests. r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/39de8a7a8ada
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1164722 - Reenable system notification rtl tests
2015-05-18 22:10:34 -07:00
Matthew Gregan
ff23411675 Backed out changeset dd1417716d76 (bug 1103824) for Android issues. CLOSED TREE. 2015-05-19 17:08:18 +12:00
Brian Birtles
640db05e68 Bug 1166164 part 5 - Make play() throw when it should seek to the end of an infinite effect; r=jwatt, r=smaug 2015-05-19 14:00:48 +09:00
Edgar Chen
730725d7c9 Bug 1166149 - Make test_ril_code_quality.py can be ran via mach command. r=aknow 2015-05-19 12:06:16 +08:00