cff11d5366a7f7852f418210b55b1ce1e934bc4e: Bug 1119746: Support random postfix for Bluetooth daemon socket name, r=btian
Thomas Zimmermann <tdz@users.sourceforge.net> - Tue, 20 Jan 2015 10:17:45 +0800 - rev 224635
Push
54300 by cbook@mozilla.com at Tue, 20 Jan 2015 12:25:50 +0000
Bug 1119746: Support random postfix for Bluetooth daemon socket name, r=btian
This patch adds support for a random postfix for bluetoothd's socket
name. The postfix is re-generated for every instance of the daemon.
This prevents name collisions between mutliple sessions and malicious
programs from taking over the connection easily.
2614811784236d9f84254b0db0ebcb94411133da: Bug 1119746: Listen for socket connections when starting Bluetooth, r=btian
Thomas Zimmermann <tdz@users.sourceforge.net> - Tue, 20 Jan 2015 10:17:40 +0800 - rev 224634
Push
54300 by cbook@mozilla.com at Tue, 20 Jan 2015 12:25:50 +0000
Bug 1119746: Listen for socket connections when starting Bluetooth, r=btian
Currently, Gecko connects to a running instance of bluetoothd when
it starts the daemon backend. This contains a race condition between
the startup of the daemon and the startup of Gecko.
This patch changes the initialization and cleanup of Bluetooth's
daemon backend so that the Bluetooth daemon connects to Gecko. The
daemon process is now started as part of the initialization and
quits during shutdown. The steps are strictly ordered, so no race
condition exists.
The initialization and cleanup procedures should now be compatible
with BlueZ 5.
6dd3d2ad46dc47282007e6b4df056ec17d029962: Bug 1119746: Fix ref-counting of bluetoothd channels, r=btian
Thomas Zimmermann <tdz@users.sourceforge.net> - Tue, 20 Jan 2015 10:17:31 +0800 - rev 224633
Push
54300 by cbook@mozilla.com at Tue, 20 Jan 2015 12:25:50 +0000
Bug 1119746: Fix ref-counting of bluetoothd channels, r=btian
The class |BluetoothDaemonChannel| for the bluetoothd channels
supports reference counting. This patch fixes the respective
variable to use |nsRefPtr| instead of |nsAutoPtr|.
75befda22a4878c66d1cb6f3e34773bfc85a873b: Bug 1119746: Support |ListenSocket| in |BluetoothDaemonConnection|, r=qdot
Thomas Zimmermann <tdz@users.sourceforge.net> - Tue, 20 Jan 2015 10:17:25 +0800 - rev 224632
Push
54300 by cbook@mozilla.com at Tue, 20 Jan 2015 12:25:50 +0000
Bug 1119746: Support |ListenSocket| in |BluetoothDaemonConnection|, r=qdot
This patch adds support for |ListenSocket| to |BluetoothDaemonConnection|.
The class can now handle file descriptors that have been accepted by
|ListenSocket|.
4610ef691ced50421c450261859d4b7830e41431: Bug 1119746: Signal active listening in |ListenSocket|, r=qdot
Thomas Zimmermann <tdz@users.sourceforge.net> - Tue, 20 Jan 2015 10:17:19 +0800 - rev 224631
Push
54300 by cbook@mozilla.com at Tue, 20 Jan 2015 12:25:50 +0000
Bug 1119746: Signal active listening in |ListenSocket|, r=qdot
The listen socket will now send-out CONNECT_SUCCESS after it started
listening. Callers might rely on this event. Before, CONNECT_SUCCESS
in |ListenSocket| was not used by callers.
3f106e7f5b13b62be44915fb8956dc14bdde15c7: Bug 1119734 - Delay registering Bluetooth signal handler if pairing event handlers haven't been attached. r=btian
Jamin Liu <jaliu@mozilla.com> - Tue, 20 Jan 2015 09:52:41 +0800 - rev 224630
Push
54300 by cbook@mozilla.com at Tue, 20 Jan 2015 12:25:50 +0000
Bug 1119734 - Delay registering Bluetooth signal handler if pairing event handlers haven't been attached. r=btian
a684ac1058ada4cf8f29914f00c1eaf65c0ff61b: Bumping manifests a=b2g-bump
B2G Bumper Bot <release+b2gbumper@mozilla.com> - Mon, 19 Jan 2015 16:06:27 -0800 - rev 224629
Push
54300 by cbook@mozilla.com at Tue, 20 Jan 2015 12:25:50 +0000
Bumping manifests a=b2g-bump
e064b7f87ef4a9e7e862c0d5a2a5d2ca44d21e3f: Bumping manifests a=b2g-bump
B2G Bumper Bot <release+b2gbumper@mozilla.com> - Mon, 19 Jan 2015 14:26:42 -0800 - rev 224628
Push
54300 by cbook@mozilla.com at Tue, 20 Jan 2015 12:25:50 +0000
Bumping manifests a=b2g-bump
ef9bec3906fb36239af510aab9e178b59c2accbd: Bug 1122383 - Optimize Moz2D's ConvertBGRXToBGRA. r=jwatt
Heiher <r@hev.cc> - Tue, 20 Jan 2015 11:16:08 +0000 - rev 224627
Push
54299 by jwatt@jwatt.org at Tue, 20 Jan 2015 11:16:45 +0000
Bug 1122383 - Optimize Moz2D's ConvertBGRXToBGRA. r=jwatt
From 4c67bb1f0d9378831559983ccf53f63ad104974e Mon Sep 17 00:00:00 2001
---
gfx/2d/DataSurfaceHelpers.cpp | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
fa573923e21de379e957ff143dcc344a86cccf57: Bug 1122578, part 2 - Test start point and direction of dashed stroking on SVG rect. r=longsonr
Jonathan Watt <jwatt@jwatt.org> - Sun, 18 Jan 2015 11:43:29 +0000 - rev 224626
Push
54299 by jwatt@jwatt.org at Tue, 20 Jan 2015 11:16:45 +0000
Bug 1122578, part 2 - Test start point and direction of dashed stroking on SVG rect. r=longsonr
a6c6ba9c0fcae2ea4315fc0e42f1beb3fa8581b3: Bug 1122578, part 1 - Make DrawTargetCG::StrokeRect stroke from the same corner and in the same direction as older OS X and other Moz2D backends. r=Bas
Jonathan Watt <jwatt@jwatt.org> - Sun, 18 Jan 2015 11:30:32 +0000 - rev 224625
Push
54299 by jwatt@jwatt.org at Tue, 20 Jan 2015 11:16:45 +0000
Bug 1122578, part 1 - Make DrawTargetCG::StrokeRect stroke from the same corner and in the same direction as older OS X and other Moz2D backends. r=Bas
cb643ee54af22916389fcba1724eaf8ebcfa310a: Bug 1123486 - Remove gfxContext::ResetClip and gfxContext::UpdateSurfaceClip. r=Bas
Jonathan Watt <jwatt@jwatt.org> - Wed, 14 Jan 2015 20:30:27 +0000 - rev 224624
Push
54299 by jwatt@jwatt.org at Tue, 20 Jan 2015 11:16:45 +0000
Bug 1123486 - Remove gfxContext::ResetClip and gfxContext::UpdateSurfaceClip. r=Bas
3a8cb125acd8f3d475ed5ef6592f49a900a8ebf2: Bug 1123485 - Remove gfxContext::DrawSurface. r=Bas
Jonathan Watt <jwatt@jwatt.org> - Wed, 14 Jan 2015 19:57:47 +0000 - rev 224623
Push
54299 by jwatt@jwatt.org at Tue, 20 Jan 2015 11:16:45 +0000
Bug 1123485 - Remove gfxContext::DrawSurface. r=Bas
dba129633849306684e028321979cada3911ad70: Bug 1045929 (Part 2) - Implement downscale-during-decode for JPEG images. r=tn
Seth Fowler <seth@mozilla.com> - Tue, 20 Jan 2015 03:06:37 -0800 - rev 224622
Push
54298 by mfowler@mozilla.com at Tue, 20 Jan 2015 11:07:11 +0000
Bug 1045929 (Part 2) - Implement downscale-during-decode for JPEG images. r=tn
c3ae3c5f147ae31374a7a0a8f72cfb41ecf9d520: Bug 1045929 (Part 1) - Add a streaming downscaler to ImageLib. r=tn
Seth Fowler <seth@mozilla.com> - Tue, 20 Jan 2015 03:06:37 -0800 - rev 224621
Push
54298 by mfowler@mozilla.com at Tue, 20 Jan 2015 11:07:11 +0000
Bug 1045929 (Part 1) - Add a streaming downscaler to ImageLib. r=tn
869afff72f633730a31b0f1e184720b8475ed8af: Bug 1122446 - Give cached surfaces a chance to expire, when starting a downscale-during-decode. r=dholbert
Seth Fowler <seth@mozilla.com> - Tue, 20 Jan 2015 03:06:37 -0800 - rev 224620
Push
54298 by mfowler@mozilla.com at Tue, 20 Jan 2015 11:07:11 +0000
Bug 1122446 - Give cached surfaces a chance to expire, when starting a downscale-during-decode. r=dholbert
e00afa8044c3f5fa63169e64fa875dc88621d1a0: Bug 1120050 - Expose Skia scaler internals for use by downscale-during-decode. r=tn
Seth Fowler <seth@mozilla.com> - Tue, 20 Jan 2015 03:06:37 -0800 - rev 224619
Push
54298 by mfowler@mozilla.com at Tue, 20 Jan 2015 11:07:11 +0000
Bug 1120050 - Expose Skia scaler internals for use by downscale-during-decode. r=tn
2017d59ea48bced0d0c3aa96a9a411460be14d51: Backed out changeset 142031795f33 (bug 992685) for failing w3 and w4 tests
Carsten "Tomcat" Book <cbook@mozilla.com> - Tue, 20 Jan 2015 11:21:51 +0100 - rev 224618
Push
54297 by cbook@mozilla.com at Tue, 20 Jan 2015 10:22:11 +0000
Backed out changeset 142031795f33 (
bug 992685) for failing w3 and w4 tests
320c5e9764b9c2405cc35ff30b60c7d361e2febd: Backed out changeset c4d8cf5b47ef (bug 992685)
Carsten "Tomcat" Book <cbook@mozilla.com> - Tue, 20 Jan 2015 11:21:25 +0100 - rev 224617
Push
54297 by cbook@mozilla.com at Tue, 20 Jan 2015 10:22:11 +0000
Backed out changeset c4d8cf5b47ef (
bug 992685)
9b3e240d8b8e2d76865a9aa25c69d38c7c99f28c: Backed out changeset 8aeda1b1d2e4 (bug 992685)
Carsten "Tomcat" Book <cbook@mozilla.com> - Tue, 20 Jan 2015 11:21:22 +0100 - rev 224616
Push
54297 by cbook@mozilla.com at Tue, 20 Jan 2015 10:22:11 +0000
Backed out changeset 8aeda1b1d2e4 (
bug 992685)