RESOLVED FIXED Bug 43222
Setting empty document schemes on the WKContext shouldn't start the WebProcess
https://bugs.webkit.org/show_bug.cgi?id=43222
Summary Setting empty document schemes on the WKContext shouldn't start the WebProcess
Brady Eidson
Reported 2010-07-29 17:32:42 PDT
Setting empty document schemes on the WKContext shouldn't start the WebProcess
Attachments
Patch (2.55 KB, patch)
2010-07-29 17:33 PDT, Brady Eidson
sam: review+
Brady Eidson
Comment 1 2010-07-29 17:33:55 PDT
Sam Weinig
Comment 2 2010-07-29 17:39:43 PDT
Comment on attachment 63016 [details] Patch > > void WebContext::registerURLSchemeAsEmptyDocument(const String& urlScheme) > { > - ensureWebProcess(); > + if (!hasValidProcess()) { > + m_schemesToRegisterAsEmptyDocument.add(urlScheme); I think we always want to store these for the crashing case and we shouldn't clear them after sending. Otherwise, r=me.
Brady Eidson
Comment 3 2010-07-29 17:40:54 PDT
Note You need to log in before you can comment on or make changes to this bug.