Re: [webkit-dev] Role of all loaders

2009-02-24 Thread Nilesh Patil
Hi Thank you Darin !!! This will make lots of things clear !! Thanks again !! Thanks Regards Niilesh On Tue, Feb 24, 2009 at 4:58 AM, Darin Adler da...@apple.com wrote: On Feb 19, 2009, at 11:17 PM, Nilesh Patil wrote: FrameLoader Controls the process of loading web pages into a frame.

Re: [webkit-dev] How to show text message on browser

2009-02-24 Thread Nilesh Patil
Hi Do you mean that you want to show it as a part of HTML page ( like how its shown for 404). If Yes then i have the simpler way. Create some staic HTML pages with good CSS styles ( i mean attractive styles) for appropriate errors. These pages will contains appropriate error message. Then just

[webkit-dev] writing NPAPI plugins for video tag

2009-02-24 Thread Sriram Neelakandan
Is there an NPAPI plugin extension available to say that the plugin supports video tag For example a set of methods / properties, which map directly to video tag. i.e play(), pause(), etc..map to a direct NPAPI method on the plugin with the same JS name I am not sure if this is what is called as

[webkit-dev] WM_PRINTCLIENT and when to send it

2009-02-24 Thread Frank Thomsen
Hi I have hosted webkit in a hidden window (on a Windows platform), and I need to find out when it is necessary to send a WM_PRINTCLIENT to it. The problem is that at the moment I force Webkit to render every 30 ms, which is far from optimal. Isn't there some way for me to get an event when it

Re: [webkit-dev] How to show text message on browser

2009-02-24 Thread Nitin Walke
Hi , I have caught this errorcode in FrameLoaderGtkClient.cpp ,from here can we send message to browser?i.e Can we send user message in browser from webkit? Regards, On Mon, Feb 23, 2009 at 7:58 PM, Nitin Walke nitwa...@gmail.com wrote: Hi all, I have to show some user defined message in

[webkit-dev] nested scopes

2009-02-24 Thread Raj Kiran Talusani
Hi all, I am developing a wrapper API on top of JavaScriptCore for integration with my application. Here is an overview of my API. In my application scripts are executed and variables are defined in different scopes. This example shows the functionality needed. js_init(); - initialize

Re: [webkit-dev] Equivalent of WebKit/Qt's link delegation policy in WebKit/Gtk+?

2009-02-24 Thread lkcl
Andrew S. Townley-3 wrote: Hi, I'm trying to work with the GTK+ WebKit from svn/trunk to do rendering for my application. Unfortunately, I'm having some troubles. Unlike the majority of users, I don't need WebKit to access URIs on the Internet. I need to be able to intercept them

Re: [webkit-dev] WM_PRINTCLIENT and when to send it

2009-02-24 Thread Adam Roben
On Feb 24, 2009, at 4:44 AM, Frank Thomsen wrote: Hi I have hosted webkit in a hidden window (on a Windows platform), and I need to find out when it is necessary to send a WM_PRINTCLIENT to it. The problem is that at the moment I force Webkit to render every 30 ms, which is far from

Re: [webkit-dev] nested scopes

2009-02-24 Thread Darin Adler
On Feb 24, 2009, at 5:18 AM, Raj Kiran Talusani wrote: I am developing a wrapper API on top of JavaScriptCore for integration with my application. Here is an overview of my API. In my application scripts are executed and variables are defined in different scopes. This example shows the

[webkit-dev] Thoughts on the best approach for accessing Ruby objects from WebKit's JavaScript engine

2009-02-24 Thread Andrew S. Townley
Hi Everyone, After many different attempts and loads of bizarre thoughts on the subject, I figured I'd just ask the core question I'm trying to answer and attempt to cut out the middle-man (in this case GObject and GTK+). I would *love* to be able to achieve the following: from myapp.rb:

Re: [webkit-dev] Equivalent of WebKit/Qt's link delegation policy in WebKit/Gtk+?

2009-02-24 Thread Andrew S. Townley
Hi Luke, I don't think that'll be necessary to do what I want with the new navigation-policy-decision-requested signal handling. I think I can just intercept these nicely when they happen and do the right thing. What your suggesting is much closer to how you add a custom URI scheme to Mozilla,

[webkit-dev] An old dragging problem

2009-02-24 Thread Eric Gorr
A few years ago I was playing around with dragging text images. from the web browser to elsewhere. A couple of old threads related to this can be found at: http://lists.apple.com/archives/webkitsdk-dev/2006/Oct/msg00064.html http://bytes.com/groups/javascript/550644-javascript-drag-drop My

[webkit-dev] Multiple Target Problems on Mac

2009-02-24 Thread Bruce Cresanta
Hello, I am new to Webkit, and I'm noticing a fair amount of problems with the Debug/Release targets for WebKit. 1) The compiler can only find the DOM header files when it is set to Release 2) When the release target is selected, following links in the WebView does not always result

Re: [webkit-dev] An old dragging problem

2009-02-24 Thread David Kilzer
Hi Eric, If you're referring to rdar://problem/4792468, please do file a bug on https://bugs.webkit.org/ and attach test cases (unless you're going to host the test cases indefinitely). Also, please add the InRadar keyword to the bug and note rdar://problem/4792468 in a comment. Thanks!

[webkit-dev] libsoup

2009-02-24 Thread Luke Kenneth Casson Leighton
On Tue, Feb 24, 2009 at 6:34 PM, Christian Dywan christ...@twotoasts.de wrote: Hey, note that some time ago the WebKitGtk hackers decided to drop support for libcurl and always work with libsoup. ohh. ... same difference? :) If you check out the source from the repository by now, you

Re: [webkit-dev] writing NPAPI plugins for video tag

2009-02-24 Thread Eric Carlson
Sriram - On Feb 24, 2009, at 1:28 AM, Sriram Neelakandan wrote: Is there an NPAPI plugin extension available to say that the plugin supports video tag For example a set of methods / properties, which map directly to video tag. i.e play(), pause(), etc..map to a direct NPAPI method on the

Re: [webkit-dev] An old dragging problem

2009-02-24 Thread Eric Gorr
Done. https://bugs.webkit.org/show_bug.cgi?id=24132 Thank you. On Feb 24, 2009, at 4:16 PM, David Kilzer wrote: Hi Eric, If you're referring to rdar://problem/4792468, please do file a bug on https://bugs.webkit.org/ and attach test cases (unless you're going to host the test cases

[webkit-dev] Safari-4 is webkit/trunk?

2009-02-24 Thread G G
Is today's release of Safari 4 beta building against trunk or a branch? I'm not talking about the chrome, just the webkit component. I'm trying to identify a (mostly) qa'd codeline for webkit 4. ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Safari-4 is webkit/trunk?

2009-02-24 Thread Darin Adler
On Feb 24, 2009, at 1:47 PM, G G wrote: Is today's release of Safari 4 beta building against trunk or a branch? http://trac.webkit.org/browser/releases/Apple/Safari%204%20Public%20Beta -- Darin ___ webkit-dev mailing list

Re: [webkit-dev] libsoup

2009-02-24 Thread Christian Dywan
Am Tue, 24 Feb 2009 21:19:30 + schrieb Luke Kenneth Casson Leighton l...@lkcl.net: On Tue, Feb 24, 2009 at 6:34 PM, Christian Dywan christ...@twotoasts.de wrote: Hey, note that some time ago the WebKitGtk hackers decided to drop support for libcurl and always work with libsoup.

Re: [webkit-dev] Safari-4 is webkit/trunk?

2009-02-24 Thread Meryl Silverburgh
On Tue, Feb 24, 2009 at 1:58 PM, Darin Adler da...@apple.com wrote: On Feb 24, 2009, at 1:47 PM, G G wrote: Is today's release of Safari 4 beta building against trunk or a branch? http://trac.webkit.org/browser/releases/Apple/Safari%204%20Public%20Beta    -- Darin Thanks. Can you please

Re: [webkit-dev] Safari-4 is webkit/trunk?

2009-02-24 Thread Mark Rowe
On 2009-02-24, at 16:30, Meryl Silverburgh wrote: On Tue, Feb 24, 2009 at 1:58 PM, Darin Adler da...@apple.com wrote: On Feb 24, 2009, at 1:47 PM, G G wrote: Is today's release of Safari 4 beta building against trunk or a branch?

Re: [webkit-dev] Safari-4 is webkit/trunk?

2009-02-24 Thread William Siegrist
On Feb 24, 2009, at 4:30 PM, Meryl Silverburgh wrote: On Tue, Feb 24, 2009 at 1:58 PM, Darin Adler da...@apple.com wrote: On Feb 24, 2009, at 1:47 PM, G G wrote: Is today's release of Safari 4 beta building against trunk or a branch?

Re: [webkit-dev] Safari-4 is webkit/trunk?

2009-02-24 Thread Meryl Silverburgh
Sorry, I find out there is a typo in my url. On Tue, Feb 24, 2009 at 4:30 PM, Meryl Silverburgh silverburgh.me...@gmail.com wrote: On Tue, Feb 24, 2009 at 1:58 PM, Darin Adler da...@apple.com wrote: On Feb 24, 2009, at 1:47 PM, G G wrote: Is today's release of Safari 4 beta building against

Re: [webkit-dev] Safari-4 is webkit/trunk?

2009-02-24 Thread Meryl Silverburgh
Sorry for my mistake. I apologize. On Tue, Feb 24, 2009 at 4:34 PM, Mark Rowe mr...@apple.com wrote: On 2009-02-24, at 16:30, Meryl Silverburgh wrote: On Tue, Feb 24, 2009 at 1:58 PM, Darin Adler da...@apple.com wrote: On Feb 24, 2009, at 1:47 PM, G G wrote: Is today's release of Safari 4

[webkit-dev] How to build a webkit release build

2009-02-24 Thread Meryl Silverburgh
I read the instructions here in building Webkit trunk build. http://webkit.org/building/build.html But when I check out the 'release' build, it only has 4 subdirectories (different from the trunk project directories) and it does not have 'WebKit/WebKitTools/Scripts/build-webkit'

Re: [webkit-dev] How to build a webkit release build

2009-02-24 Thread x yz
check out eveything, autogen.sh --pefix=dir set-webkit-configuration --release build-webkit --gtk --- On Wed, 2/25/09, Meryl Silverburgh silverburgh.me...@gmail.com wrote: From: Meryl Silverburgh silverburgh.me...@gmail.com Subject: [webkit-dev] How to build a webkit release build To:

Re: [webkit-dev] How to build a webkit release build

2009-02-24 Thread Meryl Silverburgh
Thanks. But after I svn get the release build, there are only 4 sub-directories. $ ls JavaScriptCore JavaScriptGlue WebCore WebKit So I can't perform your steps as there is no 'autogen.sh' 'build-webkit', etc. On Tue, Feb 24, 2009 at 7:35 PM, x yz last...@yahoo.com wrote: check out

Re: [webkit-dev] writing NPAPI plugins for video tag

2009-02-24 Thread Sriram Neelakandan
Thanks Eric. I am not that familiar with Obj-C.. but will give it a try BTW. Is any one working on a GTK backend for the video-proxy plugin ? On Wed, Feb 25, 2009 at 3:03 AM, Eric Carlson eric.carl...@mac.com wrote: Sriram - On Feb 24, 2009, at 1:28 AM, Sriram Neelakandan wrote: Is there an

[webkit-dev] webkit extension implementation

2009-02-24 Thread eswar
Hello, I have a problem understanding how the webkit extensions are implemented. From what I have read its that they are not supported. Are they written specifically to each platform of webkit ? Are they any pointers regarding this ? I am looking at an extension for S60 port of webkit. Br,

[webkit-dev] Build error

2009-02-24 Thread bryon smith
Ever time I try to build I get the error,   Please enshure you have run webkit/webkittools/scripts/update-webkit to epenedencies.   You can view build error by checking the BuildL.html file located at: /home/showplace/webkit/webkitbuild/obj/project/config.   I'm lost on project/config. What does