WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
109337
Move plug-in enumeration back to the main thread
https://bugs.webkit.org/show_bug.cgi?id=109337
Summary
Move plug-in enumeration back to the main thread
Anders Carlsson
Reported
2013-02-08 18:28:08 PST
Move plug-in enumeration back to the main thread
Attachments
Patch
(16.02 KB, patch)
2013-02-08 18:30 PST
,
Anders Carlsson
kling
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2013-02-08 18:30:30 PST
Created
attachment 187394
[details]
Patch
Andreas Kling
Comment 2
2013-02-08 18:32:59 PST
Comment on
attachment 187394
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=187394&action=review
r=me. :'(
> Source/WebKit2/UIProcess/Storage/StorageManager.messages.in:27 > + GetValues(uint64_t storageAreaID) -> (WebKit::StringPairVector values) DispatchOnConnectionQueue
This does not belong here.
Anders Carlsson
Comment 3
2013-02-08 18:35:46 PST
Committed
r142339
: <
http://trac.webkit.org/changeset/142339
>
Alexey Proskuryakov
Comment 4
2013-02-08 20:41:17 PST
Comment on
attachment 187394
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=187394&action=review
> Source/WebKit2/UIProcess/WebProcessProxy.cpp:-326 > -#if PLATFORM(MAC) > - // Add built-in PDF last, so that it's not used when a real plug-in is installed. > - // NOTE: This has to be done on the main thread as it calls localizedString(). > - if (!m_context->omitPDFSupport()) { > -#if ENABLE(PDFKIT_PLUGIN) > - plugins->append(PDFPlugin::pluginInfo()); > -#endif > - plugins->append(SimplePDFPlugin::pluginInfo()); > - } > -#endif
Where did this code go now?
Alexey Proskuryakov
Comment 5
2013-02-10 12:48:48 PST
Anders re-added it later in
bug 109379
.
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