WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
159738
[iOS] Copy WebKitTestRunnerInjectedBundle.bundle into PlugIns subdirectory and code sign it
https://bugs.webkit.org/show_bug.cgi?id=159738
Summary
[iOS] Copy WebKitTestRunnerInjectedBundle.bundle into PlugIns subdirectory an...
Daniel Bates
Reported
2016-07-13 14:43:03 PDT
We should copy WebKitTestRunnerInjectedBundle.bundle to the PlugIn subdirectory of the WebKitTestRunnerApp.app bundle so as to make the bundle hierarchy of WebKitTestRunnerApp.app more closely conform to the bundle hierarchy of an iOS app. We should also code sign WebKitTestRunnerInjectedBundle.bundle because it contains executable code and is loaded by WebKitTestRunnerApp.app, which may be code signed.
Attachments
Patch
(5.47 KB, patch)
2016-07-13 14:49 PDT
,
Daniel Bates
mitz: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Daniel Bates
Comment 1
2016-07-13 14:49:33 PDT
Created
attachment 283568
[details]
Patch
Daniel Bates
Comment 2
2016-07-13 14:50:19 PDT
<
rdar://problem/27304649
>
mitz
Comment 3
2016-07-13 14:51:12 PDT
Comment on
attachment 283568
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=283568&action=review
> Tools/ChangeLog:10 > + code signed should WebKitTestRunnerApp be code signed. We should also copy this bundle
“should WebKitTestRunnerApp be code signed”?
> Tools/WebKitTestRunner/ios/TestControllerIOS.mm:68 > + NSString *nsBundlePath = [[[NSBundle mainBundle] builtInPlugInsPath] stringByAppendingPathComponent:@"WebKitTestRunnerInjectedBundle.bundle"];
You can use property syntax here.
Daniel Bates
Comment 4
2016-07-13 19:38:12 PDT
(In reply to
comment #3
)
> > Tools/ChangeLog:10 > > + code signed should WebKitTestRunnerApp be code signed. We should also copy this bundle > > “should WebKitTestRunnerApp be code signed”? >
I changed this sentence to read: The bundle WebKitTestRunnerInjectedBundle.bundle contains executable code and should be code signed if applicable.
> > Tools/WebKitTestRunner/ios/TestControllerIOS.mm:68 > > + NSString *nsBundlePath = [[[NSBundle mainBundle] builtInPlugInsPath] stringByAppendingPathComponent:@"WebKitTestRunnerInjectedBundle.bundle"]; > > You can use property syntax here.
Will fix before landing.
Daniel Bates
Comment 5
2016-07-13 19:39:08 PDT
Committed
r203209
: <
http://trac.webkit.org/changeset/203209
>
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