Bug 145535

Summary: Use xpc_connection_set_oneshot_instance where possible
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: benjamin, cmarcelo, commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+

Anders Carlsson
Reported 2015-06-01 17:05:53 PDT
Use xpc_connection_set_oneshot_instance where possible
Attachments
Patch (4.20 KB, patch)
2015-06-01 17:07 PDT, Anders Carlsson
sam: review+
Anders Carlsson
Comment 1 2015-06-01 17:07:22 PDT
Anders Carlsson
Comment 2 2015-06-01 17:26:56 PDT
Darin Adler
Comment 3 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.
Anders Carlsson
Comment 4 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.
Note You need to log in before you can comment on or make changes to this bug.