[webkit-dev] A Black screen is coming after finishing media file

2009-03-09 Thread Ajay Gautam
Hi All, I developed a player plugin and register with gtk-launcher(webkit browser frame) ,everything is working fine except after finish playing media file when i pressed back tab ,*there is a black screen is coming* ,i am not getting any information regarding this so please if anybody have any ide

Re: [webkit-dev] JSON native parser

2009-03-09 Thread Sriram Neelakandan
Even i wanted to join hands.. but currently unable to find time out to understand the bison/yacc parser On Tue, Mar 10, 2009 at 4:29 AM, Adam Barth wrote: > Those efforts have mostly stalled.  If you're interested in helping > out, that would be much appreciated.  :) > > Adam > > > On Mon, Mar 9,

[webkit-dev] Regarding glyph

2009-03-09 Thread Nilesh Patil
Hi What exactly is glyph? Is it something to do with text rendering? If yes then how this is related to ICU ? Thanks & Regards Niilesh ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] webkit-dev Digest, Vol 46, Issue 9

2009-03-09 Thread Nitin
ust be > >> missing files in "C:\Documents and Settings\##my_account##\Local > >> Settings\Temp\WebKitNightly". > >> There's no DLL files in "C:\Documents and Settings\##my_account##\Local > >> Settings\Temp\WebKitNightly\". Maybe something went wrong. &

[webkit-dev] Need Help about AppCache in Safari 4

2009-03-09 Thread 陈成
I've write this to test browser's appcache feature. *Manifes Code* CACHE MANIFEST images/image.jpg *HTML Code* Test var cache = window.applicationCache; cache.addEventListener('checking', function(){ alert('checking'); }, false); cache.addEventLi

Re: [webkit-dev] How to interrupt a running javascript code via JavaScriptCore C++ API?

2009-03-09 Thread Zhe Su
Just filed an enhancement request: https://bugs.webkit.org/show_bug.cgi?id=24478 On Tue, Mar 10, 2009 at 10:25 AM, Zhe Su wrote: > Hi, > When running a piece of javascript code by using JSEvaluateScript() or > JSObjectCallAsFunction(), the native code might be blocked because of dead > loop or

Re: [webkit-dev] Is it possible to get current source URL and line number from JavaScriptCore API?

2009-03-09 Thread Zhe Su
https://bugs.webkit.org/show_bug.cgi?id=24476 On Tue, Mar 10, 2009 at 10:32 AM, Mark Rowe wrote: > > On 2009-03-09, at 19:18, Zhe Su wrote: > > Thanks. Do I need report a bug or something? > > > Yes. Please file an enhancement request at . > > - Mark > > On Tue, Mar 1

Re: [webkit-dev] Is it possible to get current source URL and line number from JavaScriptCore API?

2009-03-09 Thread Mark Rowe
On 2009-03-09, at 19:18, Zhe Su wrote: Thanks. Do I need report a bug or something? Yes. Please file an enhancement request at . - Mark On Tue, Mar 10, 2009 at 2:42 AM, Geoffrey Garen wrote: I'm writing a C++ to JavaScript binding based on JavaScriptCore, a

[webkit-dev] How to interrupt a running javascript code via JavaScriptCore C++ API?

2009-03-09 Thread Zhe Su
Hi, When running a piece of javascript code by using JSEvaluateScript() or JSObjectCallAsFunction(), the native code might be blocked because of dead loop or some other abnormal things in javascript code. In this case, a mechanism to let native code be able to interrupt the javascript code by thr

Re: [webkit-dev] Is it possible to get current source URL and line number from JavaScriptCore API?

2009-03-09 Thread Zhe Su
Thanks. Do I need report a bug or something? Regards James Su On Tue, Mar 10, 2009 at 2:42 AM, Geoffrey Garen wrote: > I'm writing a C++ to JavaScript binding based on JavaScriptCore, and would >> like to know current source URL and line number information in the callback >> functions. However

Re: [webkit-dev] Need help in understanding Webkit text wrapping

2009-03-09 Thread Dan Bernstein
On Mar 9, 2009, at 6:48 PM, Meryl Silverburgh > wrote: Hi, Can you please tell me where is the Webkit code which does text wrapping? For example, I have a paragraph of text. How does Webkit decide where to break into multiple lines? RenderBlock::findNextLineBreak() in bidi.cpp.

[webkit-dev] Need help in understanding Webkit text wrapping

2009-03-09 Thread Meryl Silverburgh
Hi, Can you please tell me where is the Webkit code which does text wrapping? For example, I have a paragraph of text. How does Webkit decide where to break into multiple lines? Thank you. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://l

Re: [webkit-dev] WebKitGTK+ 1.1.1 released

2009-03-09 Thread Gustavo Noronha
On Mon, 2009-03-09 at 19:25 -0300, Gustavo Noronha wrote: > >May I ask which revision of webkit it is based on. > > WebKitGTK+ 1.1.1 is r41333 in svn. Thanks to bdash poking me about this, we are going to start tagging releases in WebKit's repository, from now on, by the way. I just tagge

Re: [webkit-dev] JSON native parser

2009-03-09 Thread Adam Barth
Those efforts have mostly stalled. If you're interested in helping out, that would be much appreciated. :) Adam On Mon, Mar 9, 2009 at 11:23 AM, Husam Senussi wrote: > Was going to offer my help :) but I can see alots of the work has been done > already. > > Good to see  it in the pipe line.

Re: [webkit-dev] WebKitGTK+ 1.1.1 released

2009-03-09 Thread Gustavo Noronha
On Mon, 2009-03-02 at 09:50 +0800, Jenson Lui wrote: > Hello, Hey, >May I ask which revision of webkit it is based on. WebKitGTK+ 1.1.1 is r41333 in svn. See you, -- Gustavo Noronha GNOME contributor ___ webkit-dev mailing list webkit-dev@

Re: [webkit-dev] Is it possible to get current source URL and line number from JavaScriptCore API?

2009-03-09 Thread Geoffrey Garen
I'm writing a C++ to JavaScript binding based on JavaScriptCore, and would like to know current source URL and line number information in the callback functions. However I didn't find any related API. It there any way to do it? No. Sounds like a reasonable feature request. Geoff ___

Re: [webkit-dev] JSON native parser

2009-03-09 Thread Husam Senussi
Was going to offer my help :) but I can see alots of the work has been done already. Good to see it in the pipe line. Thanks Husam On 9 Mar 2009, at 18:09, Adam Barth wrote: Not yet: https://bugs.webkit.org/show_bug.cgi?id=20031 On Mon, Mar 9, 2009 at 10:07 AM, Husam Senussi wrote: H

Re: [webkit-dev] JSON native parser

2009-03-09 Thread Adam Barth
Not yet: https://bugs.webkit.org/show_bug.cgi?id=20031 On Mon, Mar 9, 2009 at 10:07 AM, Husam Senussi wrote: > Hi, > > Does webkit has native json parser  like in Firefox. > > > Thanks > ___ > webkit-dev mailing list > webkit-dev@lists.webkit.org > htt

[webkit-dev] JSON native parser

2009-03-09 Thread Husam Senussi
Hi, Does webkit has native json parser like in Firefox. Thanks ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Fwd: RSS support

2009-03-09 Thread David Kilzer
The RSS support (that you see in Safari) is not part of WebKit. Dave From: RamaMohanReddy B To: webkit-dev@lists.webkit.org Sent: Sunday, March 8, 2009 9:40:05 PM Subject: [webkit-dev] Fwd: RSS support Hi, Is RSS/Atom supported in Webkit? Is ther

[webkit-dev] Is it possible to get current source URL and line number from JavaScriptCore API?

2009-03-09 Thread Zhe Su
Hi, I'm writing a C++ to JavaScript binding based on JavaScriptCore, and would like to know current source URL and line number information in the callback functions. However I didn't find any related API. It there any way to do it? Regards James Su ___