Re: [webkit-dev] Can protocol handler be moved to the modules ?

2012-07-11 Thread Gyuyoung Kim
I file a bug to extract a client interface for register protocol handler from 
ChromeClient.
 
- Bug 90940 - Add ProtocolHandlerClient.h to the Modules/protocolhandler
  (https://bugs.webkit.org/show_bug.cgi?id=90940)

In order to support this, the client needs to be supplementable first. I'm 
working in progress.

Gyuyoung
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Can protocol handler be moved to the modules ?

2012-07-10 Thread Hajime Morrita
This change looks reasonable for me.

I hope the client interface to be extracted from ChromeClient to its own.
ChromeClient is like a zoo of ifdefs, which modularization effort has
aimed to improve.
(I don't think we need to split the implementations of ChromeClient:
they can implement both interfaces)

On Tue, Jul 10, 2012 at 2:26 PM, Gyuyoung Kim gyuyoung@samsung.com wrote:
 Hello folks,

 I wonder whether protocol handler is able to be moved to the modules. I was 
 told that protocol handler belonges Current Non-Modules Using Module-Related 
 Techniques for Loose Coupling

 == Current Non-Modules Using Module-Related Techniques for Loose Coupling ==
 devicemotion
 deviceoritentation
 fileapi
 html
 notifications
 protocolhandler
 speechinput
 svg
 webgl
 websql
 workers
 xml

 http://lists.webkit.org/pipermail/webkit-dev/2012-February/019628.html

 However, it seems to me protocol handler is now self-contained except for an 
 interface which supports port implementation. In intents case, it also has 
 similar interface in FrameLoaderClient.h.

 Is there any reason that protocol handler can't be moved to the modules ?

 I filed a bug for this and submitted a patch.
 https://bugs.webkit.org/show_bug.cgi?id=90766

 Cheers,
 Gyuyoung.
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Can protocol handler be moved to the modules ?

2012-07-09 Thread Gyuyoung Kim
Hello folks,

I wonder whether protocol handler is able to be moved to the modules. I was 
told that protocol handler belonges Current Non-Modules Using Module-Related 
Techniques for Loose Coupling

== Current Non-Modules Using Module-Related Techniques for Loose Coupling ==
devicemotion
deviceoritentation
fileapi
html
notifications
protocolhandler
speechinput
svg
webgl
websql
workers
xml

http://lists.webkit.org/pipermail/webkit-dev/2012-February/019628.html

However, it seems to me protocol handler is now self-contained except for an 
interface which supports port implementation. In intents case, it also has 
similar interface in FrameLoaderClient.h.

Is there any reason that protocol handler can't be moved to the modules ?

I filed a bug for this and submitted a patch.
https://bugs.webkit.org/show_bug.cgi?id=90766

Cheers,
Gyuyoung.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev