[webkit-help] How to support HTML5 features

Kumar srikumarks at gmail.com
Mon Dec 13 01:10:56 PST 2010


Hi Masumitsu-san,

I see your need now.

I'm new to webkit and so I'm not going to
be of much help at this stage :)

I did find this starting point link for porting though -

http://trac.webkit.org/wiki/SuccessfulPortHowTo

>From that page, it looks like the platform specific
stuff is isolated into WebCore/platform/ directory.
The #if macros for audio and video seem to be
ENABLE_VIDEO, which files check for like this

#if ENABLE(VIDEO)
...
#endif

So searching for that might help.

Sorry, that's about all I can tell at the moment :)

All the best.
-Kumar

On Mon, Dec 13, 2010 at 4:51 PM,  <ken.masumitsu at accenture.com> wrote:
> Hi Kumar-san,
>
> Thanks for kindly response.
>
> Sorry for lack of information.
> Actually, I try to implement some HTML5 features in other port (not mac/windows).
>
> In my understanding, even if HTML5 features are supported in WebKit,
> #1, proper macro needed to be configured
> #2, and platform dependent codes needs to be implemented.
> If it is incorrect, please correct me.
>
> So I want information of the #1 and #2.
> But your information is very useful to check #1.   I will try to check it.
>
>
> Regards,
> --------
> Ken Masumitsu
> Accenture Japan Ltd
>
>
> This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information.  If you have received it in error, please notify the sender immediately and delete the original.  Any other use of the email by you is prohibited.
>


More information about the webkit-help mailing list