WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
126385
Crash when trying to register a custom scheme before network process has been launched
https://bugs.webkit.org/show_bug.cgi?id=126385
Summary
Crash when trying to register a custom scheme before network process has been...
Carlos Garcia Campos
Reported
2014-01-02 08:42:38 PST
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.
Attachments
Patch
(2.15 KB, patch)
2014-01-02 08:43 PST
,
Carlos Garcia Campos
andersca
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Carlos Garcia Campos
Comment 1
2014-01-02 08:43:54 PST
Created
attachment 220227
[details]
Patch
Carlos Garcia Campos
Comment 2
2014-01-07 02:02:30 PST
Committed
r161416
: <
http://trac.webkit.org/changeset/161416
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug