WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
145535
Use xpc_connection_set_oneshot_instance where possible
https://bugs.webkit.org/show_bug.cgi?id=145535
Summary
Use xpc_connection_set_oneshot_instance where possible
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2015-06-01 17:07:22 PDT
Created
attachment 254029
[details]
Patch
Anders Carlsson
Comment 2
2015-06-01 17:26:56 PDT
Committed
r185090
: <
http://trac.webkit.org/changeset/185090
>
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.
Top of Page
Format For Printing
XML
Clone This Bug