Commit Graph

5 Commits

Author SHA1 Message Date
Martin Stransky
433859ad85 Bug 1418770 - Truncate DBus names used for remote service to DBUS_MAXIMUM_NAME_LENGTH, r=jhorak
MozReview-Commit-ID: 3Hrt3Ef87WD
2018-02-13 13:59:39 +01:00
Martin Stransky
8ce7c0f29d Bug 1434544 - When launching remote instance without profile name search for already running firefox instances, r=jhorak
We don't have profile name available when running with default profile.
With this patch Firefox looks for existing DBus interfaces and tries to pick one
instead of creating a new instance.

MozReview-Commit-ID: 223rRcEvTWv
2018-02-02 13:54:31 +01:00
Martin Stransky
37adc00f8d Bug 1430018 - Fixed wrong profile param name at DBusRemoteClient::DoSendDBusCommandLine(), r=jhorak
MozReview-Commit-ID: 6KKEwjLXTR9
2018-01-12 12:57:37 +01:00
Martin Stransky
861214ee64 Bug 1420124 - X Remote client: Encode DBus interface strings by base64 to avoid failure/crashes, r=jhorak
DBus strings can contain only [a-z][A-Z][0-9]_ chars. Encode profile name (used as part of interface name) by base64 and adjust it to avoid crashes (Bug 1418985).

MozReview-Commit-ID: J2SQHYRcWDW
2017-11-23 12:28:07 +01:00
Martin Stransky
015922685f Bug 1360560 - Implement XRemote client by D-Bus service, r=jhorak
MozReview-Commit-ID: JDNEC8Jar5w
2017-11-02 16:21:28 +01:00