WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 117145
REGRESSION(
r151109
): "Plugins in WK2 aren't implemented yet." (Requested by jturcotte on #webkit).
https://bugs.webkit.org/show_bug.cgi?id=117145
Summary
REGRESSION(r151109): "Plugins in WK2 aren't implemented yet." (Requested by j...
WebKit Commit Bot
Reported
2013-06-03 06:54:52 PDT
http://trac.webkit.org/changeset/151109
broke the build: "Plugins in WK2 aren't implemented yet." (Requested by jturcotte on #webkit). This is an automatic bug report generated by the sheriff-bot. If this bug report was created because of a flaky test, please file a bug for the flaky test (if we don't already have one on file) and dup this bug against that bug so that we can track how often these flaky tests case pain. "Only you can prevent forest fires." -- Smokey the Bear
Attachments
ROLLOUT of r151109
(8.61 KB, patch)
2013-06-03 06:55 PDT
,
WebKit Commit Bot
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
WebKit Commit Bot
Comment 1
2013-06-03 06:55:12 PDT
Created
attachment 203584
[details]
ROLLOUT of
r151109
Any committer can land this patch automatically by marking it commit-queue+. The commit-queue will build and test the patch before landing to ensure that the rollout will be successful. This process takes approximately 15 minutes. If you would like to land the rollout faster, you can use the following command: webkit-patch land-attachment ATTACHMENT_ID where ATTACHMENT_ID is the ID of this attachment.
WebKit Commit Bot
Comment 2
2013-06-03 06:58:15 PDT
Comment on
attachment 203584
[details]
ROLLOUT of
r151109
Clearing flags on attachment: 203584 Committed
r151111
: <
http://trac.webkit.org/changeset/151111
>
WebKit Commit Bot
Comment 3
2013-06-03 06:58:16 PDT
All reviewed patches have been landed. Closing bug.
Alexey Proskuryakov
Comment 4
2013-06-03 09:37:47 PDT
Comment on
attachment 203584
[details]
ROLLOUT of
r151109
View in context:
https://bugs.webkit.org/attachment.cgi?id=203584&action=review
> Source/WebCore/plugins/mac/PluginPackageMac.cpp:141 > - WTF::RetainPtr<CFStringRef> homeDir = homeDirectoryPath().createCFString(); > + WTF::RetainPtr<CFStringRef> homeDir = adoptCF(homeDirectoryPath().createCFString());
This was fine.
> Source/WebCore/plugins/mac/PluginPackageMac.cpp:258 > - WTF::RetainPtr<CFStringRef> path = m_path.createCFString(); > + WTF::RetainPtr<CFStringRef> path = adoptCF(m_path.createCFString());
Ditto.
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