Bug 105118

Summary: [WebKit2] Register the custom protocol handler in the network process if it exists
Product: WebKit Reporter: Andy Estes <aestes>
Component: New BugsAssignee: Andy Estes <aestes>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Andy Estes
Reported 2012-12-15 16:31:39 PST
[WebKit2] Register the custom protocol handler in the network process if it exists
Attachments
Patch (4.03 KB, patch)
2012-12-15 16:34 PST, Andy Estes
andersca: review+
Andy Estes
Comment 1 2012-12-15 16:34:40 PST
Anders Carlsson
Comment 2 2012-12-15 16:38:36 PST
Comment on attachment 179631 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=179631&action=review > Source/WebKit2/WebProcess/WebProcess.cpp:330 > + if (!m_usesNetworkProcess) You can just invert this condition and return early, that'd probably be cleaner.
Andy Estes
Comment 3 2012-12-15 16:43:08 PST
Note You need to log in before you can comment on or make changes to this bug.