WebKit Bugzilla
Attachment 341870 Details for
Bug 186246
: [iOS] Add a needed networking process entitlement
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-186246-20180603142341.patch (text/plain), 1.77 KB, created by
Andy Estes
on 2018-06-03 14:23:42 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Andy Estes
Created:
2018-06-03 14:23:42 PDT
Size:
1.77 KB
patch
obsolete
>Subversion Revision: 232444 >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index c53be338817c61d480518796e849a196d35b61fb..0a8162a3523c54e2e65ff64f765f75c2cfb31869 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,15 @@ >+2018-06-03 Andy Estes <aestes@apple.com> >+ >+ [iOS] Add a needed networking process entitlement >+ https://bugs.webkit.org/show_bug.cgi?id=186246 >+ <rdar://problem/39578861> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Also sorted the existing entitlements. >+ >+ * Configurations/Network-iOS.entitlements: >+ > 2018-06-02 Jeremy Jones <jeremyj@apple.com> > > Make WKWebView firstResponder after entering or exiting fullscreen. >diff --git a/Source/WebKit/Configurations/Network-iOS.entitlements b/Source/WebKit/Configurations/Network-iOS.entitlements >index e9418c71b34fbcc8bc256acc4431d943b4ef7aef..012475496c47dbd5447ffb76addb017b2a01b58c 100644 >--- a/Source/WebKit/Configurations/Network-iOS.entitlements >+++ b/Source/WebKit/Configurations/Network-iOS.entitlements >@@ -2,17 +2,19 @@ > <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> > <plist version="1.0"> > <dict> >+ <key>com.apple.private.accounts.bundleidspoofing</key> >+ <true/> > <key>com.apple.private.ids.link-preferences</key> > <true/> >- <key>com.apple.wifi.manager-access</key> >+ <key>com.apple.private.ids.messaging</key> > <true/> >- <key>com.apple.private.accounts.bundleidspoofing</key> >+ <key>com.apple.private.network.socket-delegate</key> >+ <true/> >+ <key>com.apple.wifi.manager-access</key> > <true/> > <key>seatbelt-profiles</key> > <array> > <string>com.apple.WebKit.Networking</string> > </array> >- <key>com.apple.private.network.socket-delegate</key> >- <true/> > </dict> > </plist>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 186246
: 341870 |
341877