Bug 96167 - Javascript in foreground tabs should not wait synchronously for plug-ins to load
Summary: Javascript in foreground tabs should not wait synchronously for plug-ins to load
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2012-09-07 17:35 PDT by Brady Eidson
Modified: 2012-09-10 12:08 PDT (History)
1 user (show)

See Also:


Attachments
Patch v1 - Fix + regression test (12.19 KB, patch)
2012-09-07 17:46 PDT, Brady Eidson
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2012-09-07 17:35:49 PDT
When asynchronous plug-in initialization is enabled, javascript in foreground tabs should not wait synchronously for plug-ins to load.

Even with synchronous initialization we already do this in background tabs that have never been viewed and therefore whose plug-ins have never been instantiated.

In radar as <rdar://problem/12067415>
Comment 1 Brady Eidson 2012-09-07 17:46:16 PDT
Created attachment 162920 [details]
Patch v1 - Fix + regression test
Comment 2 Geoffrey Garen 2012-09-09 14:06:01 PDT
Comment on attachment 162920 [details]
Patch v1 - Fix + regression test

r=me
Comment 3 Brady Eidson 2012-09-10 12:08:07 PDT
http://trac.webkit.org/changeset/128088