Move plug-in enumeration back to the main thread
Created attachment 187394 [details] Patch
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.
Committed r142339: <http://trac.webkit.org/changeset/142339>
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?
Anders re-added it later in bug 109379.