[webkit-reviews] review granted: [Bug 105118] [WebKit2] Register the custom protocol handler in the network process if it exists : [Attachment 179631] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 15 16:36:16 PST 2012


Anders Carlsson <andersca at apple.com> has granted Andy Estes
<aestes at apple.com>'s request for review:
Bug 105118: [WebKit2] Register the custom protocol handler in the network
process if it exists
https://bugs.webkit.org/show_bug.cgi?id=105118

Attachment 179631: Patch
https://bugs.webkit.org/attachment.cgi?id=179631&action=review

------- Additional Comments from Anders Carlsson <andersca at apple.com>
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.


More information about the webkit-reviews mailing list