RESOLVED FIXED 90940
Add RegisterProtocolHandlerClient to the Modules/protocolhandler
https://bugs.webkit.org/show_bug.cgi?id=90940
Summary Add RegisterProtocolHandlerClient to the Modules/protocolhandler
Gyuyoung Kim
Reported 2012-07-10 22:46:42 PDT
In order to move protocol handler to the modules, client interfaces need to be moved to the Modules/protocolhandler as well. Patch is coming.
Attachments
Working in Progress - Please do not review (16.61 KB, patch)
2012-07-11 02:53 PDT, Gyuyoung Kim
gyuyoung.kim: commit-queue-
Patch for EFL ,GTK and QT port (80.23 KB, patch)
2012-07-11 23:09 PDT, Gyuyoung Kim
no flags
Patch (86.13 KB, patch)
2012-07-12 00:58 PDT, Gyuyoung Kim
no flags
Patch (86.60 KB, patch)
2012-07-12 01:13 PDT, Gyuyoung Kim
no flags
Patch (55.19 KB, patch)
2012-07-13 01:34 PDT, Gyuyoung Kim
no flags
Archive of layout-test-results from gce-cr-linux-02 (390.25 KB, application/zip)
2012-07-13 06:02 PDT, WebKit Review Bot
no flags
Patch (55.59 KB, patch)
2012-07-13 07:45 PDT, Gyuyoung Kim
no flags
Archive of layout-test-results from gce-cr-linux-02 (351.82 KB, application/zip)
2012-07-13 09:41 PDT, WebKit Review Bot
no flags
Patch (55.93 KB, patch)
2012-07-13 17:40 PDT, Gyuyoung Kim
no flags
Patch (51.25 KB, patch)
2012-07-16 21:30 PDT, Gyuyoung Kim
no flags
Gyuyoung Kim
Comment 1 2012-07-11 02:53:02 PDT
Created attachment 151662 [details] Working in Progress - Please do not review
Hajime Morrita
Comment 2 2012-07-11 17:46:31 PDT
Please don't make client supplementable. It limits flexibility of the client lifetime. It would be preferable to introduce a controller class which is supplementable.
Gyuyoung Kim
Comment 3 2012-07-11 23:09:16 PDT
Created attachment 151867 [details] Patch for EFL ,GTK and QT port This patch is based on patch of Bug 90766. Because, RegisterProtocolhandlerClient can be added after landing the patch of Bug 90766. I'd like to remove the patch of Bug 90766 in this patch after it is landed. For now, this patch is to support EFL, GTK and QT ports first. Updated patch for MAC, Chromium and Win ports is going to be submitted again. In addition, this patch also supports that RegisterProtocolhandlerClient is to be supplementable.
Gyuyoung Kim
Comment 4 2012-07-11 23:10:25 PDT
(In reply to comment #2) > Please don't make client supplementable. It limits flexibility of the client lifetime. > It would be preferable to introduce a controller class which is supplementable. If you think so, next patch will use controller.
Gyuyoung Kim
Comment 5 2012-07-12 00:58:08 PDT
Gyuyoung Kim
Comment 6 2012-07-12 01:00:57 PDT
I add RegisterProtocolHandlerController to Modules/protocolhandler as well as this patch is only for EFL, GTK and QT for now. This patch is still based on Bug 90766 to test build break.
Gyuyoung Kim
Comment 7 2012-07-12 01:13:53 PDT
Gyuyoung Kim
Comment 8 2012-07-12 01:31:46 PDT
Bug 90766 is being landed. So, I'm going to submit a patch for all ports.
WebKit Review Bot
Comment 9 2012-07-12 02:11:27 PDT
Comment on attachment 151881 [details] Patch Attachment 151881 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/13198696
Hajime Morrita
Comment 10 2012-07-12 17:34:56 PDT
Comment on attachment 151881 [details] Patch r- for cr-linux redness. I noticed that we can get rid of RegisterProtocolHandlerController by making NavigatorRegisterProtocolHandler RefCountedSupplement<Page> instead of Supplement<Navigator>. Even though NavigatorRegisterProtocolHandler has m_frame, no one uses it. So it doesn't need any frame/document specific state and can be a page-supplement.
Gyuyoung Kim
Comment 11 2012-07-13 01:34:05 PDT
Gyuyoung Kim
Comment 12 2012-07-13 01:37:41 PDT
(In reply to comment #10) > (From update of attachment 151881 [details]) > r- for cr-linux redness. > > I noticed that we can get rid of RegisterProtocolHandlerController by > making NavigatorRegisterProtocolHandler RefCountedSupplement<Page> instead of > Supplement<Navigator>. Even though NavigatorRegisterProtocolHandler has m_frame, no one uses it. So it doesn't need any frame/document specific state and can be a page-supplement. Hajime, I change NavigatorRegisterProtocolHandler is based on RefCountedSupplement<Page> in new patch. But, I'm not sure whether this patch is able to cover your suggestion. If this patch still has something wrong, could you let me know what is your suggestion more detail ?
WebKit Review Bot
Comment 13 2012-07-13 06:02:03 PDT
Comment on attachment 152185 [details] Patch Attachment 152185 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/13238096 New failing tests: fast/dom/register-protocol-handler.html
WebKit Review Bot
Comment 14 2012-07-13 06:02:08 PDT
Created attachment 152234 [details] Archive of layout-test-results from gce-cr-linux-02 The attached test failures were seen while running run-webkit-tests on the chromium-ews. Bot: gce-cr-linux-02 Port: <class 'webkitpy.common.config.ports.ChromiumXVFBPort'> Platform: Linux-2.6.39-gcg-201203291735-x86_64-with-Ubuntu-10.04-lucid
Gyuyoung Kim
Comment 15 2012-07-13 07:45:33 PDT
WebKit Review Bot
Comment 16 2012-07-13 09:40:58 PDT
Comment on attachment 152260 [details] Patch Attachment 152260 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/13242144 New failing tests: WebFrameTest.GetFullHtmlOfPage
WebKit Review Bot
Comment 17 2012-07-13 09:41:03 PDT
Created attachment 152279 [details] Archive of layout-test-results from gce-cr-linux-02 The attached test failures were seen while running run-webkit-tests on the chromium-ews. Bot: gce-cr-linux-02 Port: <class 'webkitpy.common.config.ports.ChromiumXVFBPort'> Platform: Linux-2.6.39-gcg-201203291735-x86_64-with-Ubuntu-10.04-lucid
Gyuyoung Kim
Comment 18 2012-07-13 17:40:47 PDT
Gyuyoung Kim
Comment 19 2012-07-13 17:47:01 PDT
In WebFrameTest.GetFullHtmlOfPage case, there is no test fail on my local. Hmm, something strange.
Adam Barth
Comment 20 2012-07-13 18:53:02 PDT
Looks like it passed this time, so maybe it was just flaky.
Gyuyoung Kim
Comment 21 2012-07-16 09:40:00 PDT
(In reply to comment #18) > Created an attachment (id=152384) [details] > Patch Morrita, could you review this patch again ?
Hajime Morrita
Comment 22 2012-07-16 17:56:15 PDT
Comment on attachment 152384 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=152384&action=review Looks good. Added some trivial comments. You could have implemented RegisterProtocolHandlerClient in ChromeClientImpl instead of adding new class. It's fine to choose either way. But using multiple inheritance will be smaller. > Source/WebKit/ChangeLog:13 > + Please explain the change of these build files. > Source/WebKit/efl/ChangeLog:10 > + protocol handlers, virtual functions should be moved to RegisterProtocolHandlerClient. Please explain the change of WebKit/efl rather than something generic. > Source/WebKit/gtk/ChangeLog:11 > + Ditto. > Source/WebKit2/ChangeLog:10 > + protocol handlers, virtual functions should be moved to RegisterProtocolHandlerClient. Ditto. > Source/WebCore/Modules/protocolhandler/RegisterProtocolHandlerClient.h:38 > +public: Need virtual (empty) destructor.
Gyuyoung Kim
Comment 23 2012-07-16 21:30:39 PDT
Hajime Morrita
Comment 24 2012-07-16 22:27:26 PDT
Comment on attachment 152692 [details] Patch If you got r+ once, you can rewrite "Reviewed by" line and set cq+ instead of asking r? again. "webkit-patch land-safely" will take care of these for you.
Gyuyoung Kim
Comment 25 2012-07-16 22:41:07 PDT
(In reply to comment #24) > (From update of attachment 152692 [details]) > If you got r+ once, you can rewrite "Reviewed by" line and set cq+ instead of asking r? again. Yes, I know it very well. But, You didn't set r+ on this bug. > "webkit-patch land-safely" will take care of these for you. Ok, I will use this command.
Hajime Morrita
Comment 26 2012-07-16 22:45:13 PDT
(In reply to comment #25) > (In reply to comment #24) > > (From update of attachment 152692 [details] [details]) > > If you got r+ once, you can rewrite "Reviewed by" line and set cq+ instead of asking r? again. > > Yes, I know it very well. But, You didn't set r+ on this bug. Woa. I thought I did. I'm sorry for that.
WebKit Review Bot
Comment 27 2012-07-16 23:28:07 PDT
Comment on attachment 152692 [details] Patch Clearing flags on attachment: 152692 Committed r122810: <http://trac.webkit.org/changeset/122810>
WebKit Review Bot
Comment 28 2012-07-16 23:28:15 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.