[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 07:30:10 PDT 2011


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





--- Comment #22 from Adam Roben (:aroben) <aroben at apple.com>  2011-05-11 07:30:10 PST ---
And another:

http://mxr.mozilla.org/mozilla-central/source/dom/plugins/base/nsNPAPIPlugin.cpp#975
http://mxr.mozilla.org/mozilla-central/source/dom/plugins/base/nsPluginHost.cpp#642
http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsObjectFrame.cpp#3402
http://mxr.mozilla.org/mozilla-central/source/dom/plugins/base/nsPluginHost.cpp#3095
http://mxr.mozilla.org/mozilla-central/source/netwerk/base/public/nsNetUtil.h#212
http://mxr.mozilla.org/mozilla-central/source/netwerk/base/src/nsIOService.cpp#597
http://mxr.mozilla.org/mozilla-central/source/dom/src/jsurl/nsJSProtocolHandler.cpp#1252
http://mxr.mozilla.org/mozilla-central/source/dom/src/jsurl/nsJSProtocolHandler.cpp#636
http://mxr.mozilla.org/mozilla-central/source/dom/src/jsurl/nsJSProtocolHandler.cpp#748
http://mxr.mozilla.org/mozilla-central/source/dom/src/jsurl/nsJSProtocolHandler.cpp#170
http://mxr.mozilla.org/mozilla-central/source/dom/src/jsurl/nsJSProtocolHandler.cpp#862

Mozilla:
* If the target is null
   * Send the result via a stream
      * If the result is null
         * NPP_URLNotify(NPRES_NETWORK_ERROR)
      * Else
         * NPP_URLNotify(NPRES_DONE)
* Else
   * Do nothing


So, for the javascript: requests relevant for this bug, Mozilla will "* Do nothing"

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