Bug 109379 - Add back code that was accidentally removed when moving plug-in enumeration back to the main thread
Summary: Add back code that was accidentally removed when moving plug-in enumeration b...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-10 09:51 PST by Anders Carlsson
Modified: 2013-02-10 09:57 PST (History)
0 users

See Also:


Attachments
Patch (2.06 KB, patch)
2013-02-10 09:53 PST, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2013-02-10 09:51:51 PST
Add back code that was accidentally removed when moving plug-in enumeration back to the main thread
Comment 1 Anders Carlsson 2013-02-10 09:53:18 PST
Created attachment 187484 [details]
Patch
Comment 2 Andreas Kling 2013-02-10 09:54:34 PST
Comment on attachment 187484 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=187484&action=review

Thanks onders.

> Source/WebKit2/UIProcess/WebProcessProxy.cpp:312
> +    // NOTE: This has to be done on the main thread as it calls localizedString().

This comment is not really relevant anymore.
Comment 3 Anders Carlsson 2013-02-10 09:57:57 PST
Committed r142409: <http://trac.webkit.org/changeset/142409>