[Webkit-unassigned] [Bug 60568] REGRESSION (WebKit2): Flash plugin doesn't appear on a hanes.com page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 06:54:11 PDT 2011


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





--- Comment #21 from Adam Roben (:aroben) <aroben at apple.com>  2011-05-11 06:54:11 PST ---
Another implementation:

http://google.com/codesearch/p#OAMlx_jo-ck/src/webkit/plugins/npapi/webplugin_impl.cc&l=1073
http://google.com/codesearch/p#OAMlx_jo-ck/src/webkit/plugins/npapi/plugin_instance.cc&l=360
http://google.com/codesearch/p#OAMlx_jo-ck/src/webkit/plugins/npapi/plugin_string_stream.cc&l=23

Chromium:
* If the result is null
   * NPP_URLNotify(NPRES_DONE)
* Else
   * Send the result via a stream
      * NPP_URLNotify(NPRES_DONE)

I've only included the behavior for javascript: requests above. Note that the target is ignored (other than an initial security check).

-- 
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