Re: [webkit-dev] porting of webkit to a mobile platform

2008-09-23 Thread Ariya Hidayat

 I am considering the use of Webkit on my mobile platform.
 Being naive user of webkit, i look at the webkit community in
 estimating/guiding me through the porting effort.
 Has anyone ported webkit to any other platform apart from windows,Linux,mac
 and android?

My advice is simple and obvious: try to build WebKit ports that are known to 
run on mobile platforms, e.g. the Gtk and Qt ports. From there, create your 
own port based on that port, i.e. adapt the code and change it as you go.

Just by doing that, I'm pretty sure you would answer questions that you asked 
in your email.


-- 
Ariya Hidayat ([EMAIL PROTECTED])
Software Engineer, Trolltech (a Nokia company)
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] WebKit Browser plugin demo

2008-09-23 Thread Ariya Hidayat

 can anyone tell me if there is any webkit browser plugin demo,the source
 code and how to use it.

Most of the WebKit ports can load and run plugins that use NPAPI 
(cross-platform Netscape Plugin API). Please refer to e.g.:

http://developer.mozilla.org/en/Plugins
http://developer.mozilla.org/en/Gecko_Plugin_API_Reference

for more information.




-- 
Ariya Hidayat ([EMAIL PROTECTED])
Software Engineer, Trolltech (a Nokia company)
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] WebKit Browser plugin demo

2008-09-23 Thread Anselm R Garbe
2008/9/23 jeep.he he [EMAIL PROTECTED]:
 can anyone tell me if there is any webkit browser plugin demo,the source
 code and how to use it.

http://git.webvm.net/?p=npsimple

Kind regards,
--Anselm
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] WebKit Browser plugin demo

2008-09-23 Thread jeep.he he
Thanks for your reply.

 i compiled some npapi plugin and got the result lib_xxx.so.i can use this
with FF just copy to correct path.
now i want the demo browser(Qt4.5/demos/browser) to load these plugin
file,what should i do ?

Jeep

2008/9/23 Anselm R Garbe [EMAIL PROTECTED]

 2008/9/23 jeep.he he [EMAIL PROTECTED]:
  can anyone tell me if there is any webkit browser plugin demo,the source
  code and how to use it.

 http://git.webvm.net/?p=npsimple

 Kind regards,
 --Anselm

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


Re: [webkit-dev] WebKit Browser plugin demo

2008-09-23 Thread Ariya Hidayat

 The long answer: Follows
 http://code.google.com/p/arora/wiki/BeginnerStepByStepInstructions
 The built Arora then should detect and use your FF plugins automagically.

Sorry, this one is probably even easier and more straightforward:
http://code.google.com/p/arora/wiki/source?tm=4



-- 
Ariya Hidayat ([EMAIL PROTECTED])
Software Engineer, Trolltech (a Nokia company)
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] SQE PPC Support

2008-09-23 Thread Darin Adler
On Sep 23, 2008, at 9:04 AM, Jon Shier wrote:

 First, am I correct in thinking that some refactoring needs to be  
 done before other architectures can be supported?

We plan to do the refactoring as we add new architectures. The best  
person to talk to about that is Gavin Barraclough. The next  
architecture on the roadmap is X86-64.

 -- Darin

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


[webkit-dev] Fwd: Rename TypeInfo - JSTypeInfo?

2008-09-23 Thread Kevin Ollivier
Hi all,

I sent this message to the mailing list yesterday, but it seems it  
never made it, so I'm resending.

Kevin

Begin forwarded message:

 From: Kevin Ollivier [EMAIL PROTECTED]
 Date: September 22, 2008 12:13:24 PM PDT
 To: webkit-dev@lists.webkit.org
 Subject: Rename TypeInfo - JSTypeInfo?

 Hi all,

 We're having a problem on the Windows version of wxWebKit where  
 #include typeinfo is actually now including JavaScriptCore/kjs/ 
 TypeInfo.h, which needless to say is not a good thing. ;-) I think  
 this problem stems from the fact that we (the wx port, that is)  
 don't use the 'framework' approach for JSC headers yet (and thus  
 need JavaScriptCore/kjs on our include path), but I think in general  
 it's good practice to avoid using system header names just for  
 readability purposes. Does anyone see a problem with renaming  
 TypeInfo to JS(C)TypeInfo, both header name and class?

 Thanks,

 Kevin

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


[webkit-dev] Webkit unicode question

2008-09-23 Thread Sherif
Hello Guys,

i want to ask, does webkit supports unicode? If not, is it possible to 
interfere it with python to support unicode?

waiting your reply,

regards,
Sherif

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


Re: [webkit-dev] Webkit unicode question

2008-09-23 Thread Alexey Proskuryakov

On Sep 23, 2008, at 7:47 PM, Sherif wrote:

 i want to ask, does webkit supports unicode?


Yes. Are you interested in some particular aspect of Unicode support?  
I'm not sure how Python could be related to your question.

 If not, is it possible to interfere it with python to support unicode?

- WBR, Alexey Proskuryakov


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


Re: [webkit-dev] iPhone + SVG

2008-09-23 Thread David Kilzer
On Tue, 9/23/08, Nikolas Zimmermann [EMAIL PROTECTED] wrote:

 I came around a page using SVG on the iPhone today, and
 I'm puzzled -
 it actually displays SVG content. That means, iPhone
 supports SVG?!
 Since when is it included? Must have been the last firmware
 update 2.1?

Yes, SVG was enabled in iPhone OS 2.1.

Dave

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


Re: [webkit-dev] iPhone + SVG

2008-09-23 Thread David Hyatt
Yes, it was flipped on in 2.1.

http://ajaxian.com/archives/svg-working-on-the-iphone

dave
([EMAIL PROTECTED])

On Sep 23, 2008, at 12:40 PM, Nikolas Zimmermann wrote:

 Good evening WebKit crowd,

 I came around a page using SVG on the iPhone today, and I'm puzzled -
 it actually displays SVG content. That means, iPhone supports SVG?!
 Since when is it included? Must have been the last firmware update  
 2.1?

 It amazes me that I've not read an announcment anywhere about this.
 Would be great if someone from Apple could comment.

 Greetings,
 Niko

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

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


Re: [webkit-dev] Webkit unicode question

2008-09-23 Thread Sherif
Hi Alexey,

the problem on the iphone starts to appear with arabic, farsi, and 
bangali website. Characters appear unconnected to each other without 
letter shaping.
Could somebody give me a tip on how to fix it?

thanks in advance,

regards,
Sherif


Alexey Proskuryakov wrote:

 On Sep 23, 2008, at 7:47 PM, Sherif wrote:

 i want to ask, does webkit supports unicode?


 Yes. Are you interested in some particular aspect of Unicode support? 
 I'm not sure how Python could be related to your question.

 If not, is it possible to interfere it with python to support unicode?

 - WBR, Alexey Proskuryakov





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


Re: [webkit-dev] Fwd: Rename TypeInfo - JSTypeInfo?

2008-09-23 Thread Kevin Ollivier
Hi David,

Okay, will do! Thanks, and sorry for the spam. I didn't see the  
message in my own list archives, which is why I thought it never made  
it. Now I just have to figure out what happened on my end. ;-)

Kevin

On Sep 23, 2008, at 9:32 AM, David Kilzer wrote:

 Hi Kevin,

 The original message did make it to the list, but no one replied.

 I think the best approach is to simply create a bug on  
 bugs.webkit.org and attach a patch for review (since the wx port is  
 apparently the only one feeling the pain right now :).

 Dave


 On Tue, 9/23/08, Kevin Ollivier [EMAIL PROTECTED] wrote:

 Hi all,

 I sent this message to the mailing list yesterday, but it
 seems it
 never made it, so I'm resending.

 Kevin

 Begin forwarded message:

 From: Kevin Ollivier [EMAIL PROTECTED]
 Date: September 22, 2008 12:13:24 PM PDT
 To: webkit-dev@lists.webkit.org
 Subject: Rename TypeInfo - JSTypeInfo?

 Hi all,

 We're having a problem on the Windows version of
 wxWebKit where
 #include typeinfo is actually now including
 JavaScriptCore/kjs/
 TypeInfo.h, which needless to say is not a good thing.
 ;-) I think
 this problem stems from the fact that we (the wx port,
 that is)
 don't use the 'framework' approach for JSC
 headers yet (and thus
 need JavaScriptCore/kjs on our include path), but I
 think in general
 it's good practice to avoid using system header
 names just for
 readability purposes. Does anyone see a problem with
 renaming
 TypeInfo to JS(C)TypeInfo, both header name and class?

 Thanks,

 Kevin

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

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


Re: [webkit-dev] Fwd: Rename TypeInfo - JSTypeInfo?

2008-09-23 Thread Maciej Stachowiak

On Sep 23, 2008, at 9:32 AM, David Kilzer wrote:

 Hi Kevin,

 The original message did make it to the list, but no one replied.

 I think the best approach is to simply create a bug on  
 bugs.webkit.org and attach a patch for review (since the wx port is  
 apparently the only one feeling the pain right now :).

Since this change builds ok on other Windows-based ports, in my  
opinion it would be better to fix the Wx port's build system than to  
change the header name or class name.

Regards,
Maciej



 Dave


 On Tue, 9/23/08, Kevin Ollivier [EMAIL PROTECTED] wrote:

 Hi all,

 I sent this message to the mailing list yesterday, but it
 seems it
 never made it, so I'm resending.

 Kevin

 Begin forwarded message:

 From: Kevin Ollivier [EMAIL PROTECTED]
 Date: September 22, 2008 12:13:24 PM PDT
 To: webkit-dev@lists.webkit.org
 Subject: Rename TypeInfo - JSTypeInfo?

 Hi all,

 We're having a problem on the Windows version of
 wxWebKit where
 #include typeinfo is actually now including
 JavaScriptCore/kjs/
 TypeInfo.h, which needless to say is not a good thing.
 ;-) I think
 this problem stems from the fact that we (the wx port,
 that is)
 don't use the 'framework' approach for JSC
 headers yet (and thus
 need JavaScriptCore/kjs on our include path), but I
 think in general
 it's good practice to avoid using system header
 names just for
 readability purposes. Does anyone see a problem with
 renaming
 TypeInfo to JS(C)TypeInfo, both header name and class?

 Thanks,

 Kevin

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

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