RESOLVED FIXED105682
Make CustomProtocolManager a MessageReceiver to remove more special casing
https://bugs.webkit.org/show_bug.cgi?id=105682
Summary Make CustomProtocolManager a MessageReceiver to remove more special casing
Sam Weinig
Reported 2012-12-22 19:20:23 PST
Make CustomProtocolManager a MessageReceiver to remove more special casing
Attachments
Patch (15.32 KB, patch)
2012-12-22 19:31 PST, Sam Weinig
mitz: review+
Sam Weinig
Comment 1 2012-12-22 19:31:27 PST
mitz
Comment 2 2012-12-23 12:29:47 PST
Comment on attachment 180612 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=180612&action=review > Source/WebKit2/ChangeLog:22 > + Call connectionEstablished on the CustomProtocolManager to make start working as a NSURLProtocol handler. Missing word! > Source/WebKit2/ChangeLog:35 > + (WebKit): WebKit? > Source/WebKit2/ChangeLog:42 > + (WebKit): WebKit?? > Source/WebKit2/ChangeLog:46 > + Make CustomProtocolManager a MessageReceiver and split initialization and > + from the time when it can start acting as protocol handler as these happen at initialization and what? > Source/WebKit2/ChangeLog:61 > + Call connectionEstablished on the CustomProtocolManager to make start working as a NSURLProtocol handler. $ make start make: *** No rule to make target `start'. Stop.
Sam Weinig
Comment 3 2012-12-23 13:04:19 PST
Note You need to log in before you can comment on or make changes to this bug.