WebKit Bugzilla
Attachment 356784 Details for
Bug 192489
: Add keychain access entitlement to WebKitTestRunnerApp
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-192489-20181206225221.patch (text/plain), 1.46 KB, created by
Jiewen Tan
on 2018-12-06 22:52:22 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Jiewen Tan
Created:
2018-12-06 22:52:22 PST
Size:
1.46 KB
patch
obsolete
>Subversion Revision: 238939 >diff --git a/Tools/ChangeLog b/Tools/ChangeLog >index 3dfa182a380b5826b78af2e5f46fba8926e470de..39733eefea0baa61f2ac71ff74fcacd933a9e264 100644 >--- a/Tools/ChangeLog >+++ b/Tools/ChangeLog >@@ -1,3 +1,13 @@ >+2018-12-06 Jiewen Tan <jiewen_tan@apple.com> >+ >+ Add keychain access entitlement to WebKitTestRunnerApp >+ https://bugs.webkit.org/show_bug.cgi?id=192489 >+ <rdar://problem/45057952> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * WebKitTestRunner/Configurations/WebKitTestRunnerApp-iOS.entitlements: >+ > 2018-12-06 Wenson Hsieh <wenson_hsieh@apple.com> > > [iOS] WKWebView should match UITextView behavior when editing text with an RTL keyboard >diff --git a/Tools/WebKitTestRunner/Configurations/WebKitTestRunnerApp-iOS.entitlements b/Tools/WebKitTestRunner/Configurations/WebKitTestRunnerApp-iOS.entitlements >index 581afaae29c23ec282eab69f25ec7105ba4de1ac..4f65945eb054f3f76597d431b2d535edc6500d0a 100644 >--- a/Tools/WebKitTestRunner/Configurations/WebKitTestRunnerApp-iOS.entitlements >+++ b/Tools/WebKitTestRunner/Configurations/WebKitTestRunnerApp-iOS.entitlements >@@ -2,7 +2,11 @@ > <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> > <plist version="1.0"> > <dict> >+ <key>keychain-access-groups</key> >+ <array> >+ <string>com.apple.WebKitTestRunnerApp</string> >+ </array> > <key>com.apple.developer.WebKit.ServiceWorkers</key> >- <true/> >+ <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 192489
: 356784