[Webkit-unassigned] [Bug 168417] New: Remove Chromium-specific code to call FrameLoaderClient::redirectDataToPlugin(nullptr)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 16 00:23:45 PST 2017


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

            Bug ID: 168417
           Summary: Remove Chromium-specific code to call
                    FrameLoaderClient::redirectDataToPlugin(nullptr)
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dbates at webkit.org
                CC: aestes at apple.com, ap at webkit.org, bfulgham at webkit.org

In r125500 (bug #93283) we added code to PluginDocument::detachFromPluginElement() to call FrameLoaderClient::redirectDataToPlugin(nullptr). Calling redirectDataToPlugin() with nullptr was used by the Chromium port to signify that the plugin document was being destroyed so that they could tear down their plugin widget. And PluginDocument::detachFromPluginElement() is the only place that calls redirectDataToPlugin() passing nullptr. No other port made use of this machinery and the Chromium port has long since been removed from the Open Source WebKit Project. We should remove this code.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170216/45c5034f/attachment-0001.html>


More information about the webkit-unassigned mailing list