Bug 145535 - Use xpc_connection_set_oneshot_instance where possible
Summary: Use xpc_connection_set_oneshot_instance where possible
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-06-01 17:05 PDT by Anders Carlsson
Modified: 2015-06-02 10:10 PDT (History)
3 users (show)

See Also:


Attachments
Patch (4.20 KB, patch)
2015-06-01 17:07 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2015-06-01 17:05:53 PDT
Use xpc_connection_set_oneshot_instance where possible
Comment 1 Anders Carlsson 2015-06-01 17:07:22 PDT
Created attachment 254029 [details]
Patch
Comment 2 Anders Carlsson 2015-06-01 17:26:56 PDT
Committed r185090: <http://trac.webkit.org/changeset/185090>
Comment 3 Darin Adler 2015-06-01 18:07:15 PDT
Comment on attachment 254029 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=254029&action=review

> Source/WebKit2/UIProcess/Launcher/mac/ProcessLauncherMac.mm:222
> +#if PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000

Is this right for older iOS? I know we try to compile back at least one major release version.
Comment 4 Anders Carlsson 2015-06-02 10:10:54 PDT
(In reply to comment #3)
> Comment on attachment 254029 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=254029&action=review
> 
> > Source/WebKit2/UIProcess/Launcher/mac/ProcessLauncherMac.mm:222
> > +#if PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
> 
> Is this right for older iOS? I know we try to compile back at least one
> major release version.

Yes, this is supported on older iOS.