Re: [webkit-dev] JSON native parser

2009-03-11 Thread Husam Senussi
On 11 Mar 2009, at 04:44, Adam Barth wrote: On Mon, Mar 9, 2009 at 11:34 PM, Ariya Hidayat ariya.hida...@trolltech.com wrote: Those efforts have mostly stalled. If you're interested in helping out, that would be much appreciated. :) Adam, I am willing to help. Where and how do I start?

[webkit-dev] Show the chinese text when I browser the www.google.cn

2009-03-11 Thread canquan.shencq
Hi everyone, I am build webkit on linux , when I success to build and run the QtLauncher www.google.cn http://www.google.cn/ , the Chinese text not show. I wonder if anyone can answer my questions and/or provide the pointers for detail info. Steven Shen 2009-3-11

[webkit-dev] How to compile WebKit GTK+ port from ARM processor?

2009-03-11 Thread arati
Hi, Can anyone give me any pointer to compile WebKit GTK+ port for ARM processor? Can this be done using gcc ? Thanks ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] How to compile WebKit GTK+ port from ARM processor?

2009-03-11 Thread Holger Freyther
On Wednesday 11 March 2009 10:16:07 arati wrote: Hi, Can anyone give me any pointer to compile WebKit GTK+ port for ARM processor? Which operating system? z. ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] about v1 and v2

2009-03-11 Thread zhenghe zhang
Hi all After JavaScriptCore parse the js functions, and there is v1 and v2 in identifierTable .Now I want to know what are these identifiers function Thank you ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] To use Freenode IRC, do I need to use non-windows OS ?

2009-03-11 Thread 조정흠
Hello, I've read that there is a place for developers' discussion in Freenode IRC. But my safari on win XP only says that she can't access the url because windows doesn't recognise irc scheme url. Then do I need to try it on linux or mac? Thank you all in advance. Have a nice day. -- Humi

Re: [webkit-dev] To use Freenode IRC, do I need to use non-windows OS ?

2009-03-11 Thread Christian Dywan
Am Wed, 11 Mar 2009 20:35:59 +0900 schrieb 조정흠 journeyer...@gmail.com: Hello, I've read that there is a place for developers' discussion in Freenode IRC. But my safari on win XP only says that she can't access the url because windows doesn't recognise irc scheme url. Then do I need to try

[webkit-dev] How can I search through webkit-dev mailling list archive?

2009-03-11 Thread 조정흠
Hello, I am again ^^; I'd liek to ask a question about the way to search through our mailing list archive. Now when I search some keyword from the archive, I do search for one month of archive at a time. This way make me give up on searching the whole one. I can only search on the recent

Re: [webkit-dev] How can I search through webkit-dev mailling list archive?

2009-03-11 Thread David Kilzer
Yes, use site:lists.webkit.org/pipermail/webkit-dev as a keyword in a Google search. For example: http://www.google.com/search?client=safarirls=enq=site:lists.webkit.org/pipermail/webkit-dev+helpie=UTF-8oe=UTF-8 Dave From: 조정흠 journeyer...@gmail.com To:

Re: [webkit-dev] How can I search through webkit-dev mailling list archive?

2009-03-11 Thread Nicholas Beck
Have you tried using one of the many mail archive websites such as Nabble, MARC, GMANE etc. etc. Personally, I find Nabble easy to read http://www.nabble.com/Webkit-f14949.html WBR, Nick 조정흠 wrote: Hi, Dave Your suggestion works partly. But the idea is good. ^^; Thank you again. Take care

Re: [webkit-dev] about v1 and v2

2009-03-11 Thread Darin Adler
On Mar 11, 2009, at 3:42 AM, zhenghe zhang wrote: After JavaScriptCore parse the js functions, and there is v1 and v2 in identifierTable .Now I want to know what are these identifiers function Those are from the numeric compare function, used to detect numeric sort functions when

[webkit-dev] Data transfer from the network backend

2009-03-11 Thread Naveen Kumar Molleti
Hi, Where is the data fetched by the network backend being used to first instantiate the data structures that are need for rendering? Can you tell me with respect to Qt or GTK+curl? -- Naveen Kumar Molleti Computer Science, IIT Kharagpur ___

[webkit-dev] JavaScriptCore or WebCore

2009-03-11 Thread Husam Senussi
Hi, I'm trying to see where should go, I'm writing the code for JSON object and I'm not sure where should go. In the patch attached to the bug the code for JSON object exist in JavaScriptCore/kjs which doesn't exist in source tree I checked out, instead I found JavaScriptCore/runtime.

Re: [webkit-dev] JavaScriptCore or WebCore

2009-03-11 Thread Husam Senussi
Hi, I'm trying to see where should go, I'm writing the code for JSON object and I'm not sure where should go. In the patch attached to the bug the code for JSON object exist in JavaScriptCore/kjs which doesn't exist in source tree I checked out, instead I found JavaScriptCore/runtime.

Re: [webkit-dev] JavaScriptCore or WebCore

2009-03-11 Thread David Kilzer
JavaScriptCore/kjs was removed and files were moved to other subdirectories like JavaScriptCore/runtime. Running svn log -v | less and searching for the old file name will usually help you find what was renamed. Or look in JavaScriptCore/ChangeLog* files for the same information. Dave

Re: [webkit-dev] How can I search through webkit-dev mailling list archive?

2009-03-11 Thread 조정흠
Hi, Nick I haven't used any of those mail archive websites before. And I found Nabble by your help. It's the very tool for my case. I think I will use Nabble often. Thank you very much for your kindness. Have a nice day~ 2009년 3월 12일 (목) 오전 12:25, Nicholas Beck nb...@mpc-data.co.uk님의 말: Have