[Webkit-unassigned] [Bug 126385] New: Crash when trying to register a custom scheme before network process has been launched

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 2 08:44:48 PST 2014


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

           Summary: Crash when trying to register a custom scheme before
                    network process has been launched
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cgarcia at igalia.com
                CC: andersca at apple.com, sam at webkit.org, beidson at apple.com


WebContext::registerSchemeForCustomProtocol() uses sendToNetworkingProcess() to send the message to the appropriate networking process. In the case of using web process, sendToNetworkingProcess() first checks if there's already a web process, doing nothing otherwise, but when using the network process it assumes there's already a network process. In both cases it's safe to do nothing, because the schemes will be passed as creation parameters to the process when launched.

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