[Webkit-unassigned] [Bug 49146] REGRESSION: Hang loading Flash ads at Mac Ach and Hulu

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 28 23:17:54 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=49146





--- Comment #5 from Jon <jon at jonshier.com>  2011-01-28 23:17:54 PST ---
This is actually the same issue as bug 37507: the WebKitPluginAgent and WebKitPluginHost executables produced by locally built WebKit doesn't work correctly. Replacing them with the executables from the most recent nightly corrects the issue. I don't see where the nightly is getting these files, unless they are part of some internal only build process for the nightlies. Currently in the local build the WebKitPluginAgent in WebKit.framework is actually a link to the same executable in the system WebKit.framework, which was updated with Safari 5.0.3. No link is made for the WebKitPluginHost. Copying the executables from the system WebKit.framework results in this same issue. Copying the executables from the nightly, however, does. So what's going on here? Obviously the nightly is getting these updated versions from somewhere, so why are they not part of the repository build?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list