Re: [webkit-help] Changing the name for the resulting webkit library

2010-03-17 Thread Nayan
AFAIK, replacing all occurances of webkit-1.0 with webkittests-1.0 in GNUMakefile.am and WebKit/gtk/webkit.pc.in would do the trick. On Wed, Mar 17, 2010 at 11:35 PM, swaroop k.s wrote: > Hello all, > Is there a way of changing the resulting webkit library? > Specifically, when I build webkit (

[webkit-help] Changing the name for the resulting webkit library

2010-03-17 Thread swaroop k.s
Hello all, Is there a way of changing the resulting webkit library? Specifically, when I build webkit (I'm using the GTK version), it generates the libraries and the pkgconfig files. The generated library name is 'webkit-1.0'. Is there any way of configuring this name? for example, to 'webkitt

[webkit-help] video window creation issue with VLC plugin on WebkitGtK

2010-03-17 Thread anil v
Hi All, I am trying to playback the video using VLC plugin on webkitGtk browser and video playback is proper but the right side and bottom of the video window i am observing gray color window which is hiding my buttons and all other controls when i give more breaks in html then I am able to see

Re: [webkit-help] Fwd: how to get response in QtWebKit

2010-03-17 Thread Ariya Hidayat
Reading this again, I think you missed what I wrote: "Use custom network manager" (vs just instantiating QNetworkAccessManager). This way, your subclass of QNetworkAccessManager can have access to its createRequest function and then connect to all the signals in the network reply object or do any o

Re: [webkit-help] What are the difference between the compile configuration?

2010-03-17 Thread Adam Roben
On Mar 17, 2010, at 3:09 AM, Kenny Wu wrote: > What are the difference between the compile configuration? > > Debug > Debug_Internal > Debug_All > Debug_Cairo > Release > Release_Cairo > > Especially Release and Release_Cairo, what are the difference? The *_Cairo configurations build a versi

Re: [webkit-help] grep -r webkit_web_view_get_type .

2010-03-17 Thread Bharathwaaj S
Hi, Generated code hacked from G_DEFINE_TYPE help manual! *Reference:* G_DEFINE_TYPE(WebKitWebView, webkit_web_view, GTK_TYPE_CONTAINER) #define G_DEFINE_TYPE(TN, t_n, T_P) G_DEFINE_TYPE_EXTENDED (TN, t_n, T_P, 0, {}) #define G_DEFINE_TYPE_EXTENDED(TN, t_n, T_P, _f_, _C_) _G_DEFINE_

Re: [webkit-help] Remembering visited links at run-time.

2010-03-17 Thread Stephan Assmus
Hi, On 2010-03-17 at 00:02:31 [+0100], "Chaffraix, Julien" wrote: > > Am I perhaps supposed to call some methods in WebCore > > which trigger the correct behavior with regard to visited links? > > Yes, you need to call PageGroup::setShouldTrackVisitedLinks(true) to tell > WebKit to keep track

[webkit-help] Re: Building webkit in Windows (Visual C++ 2005 Express + Cygwin)

2010-03-17 Thread Kenny Wu
Hi, I have tried the following workaround for all Release and Debug build, but the problem still exists.  Any idea? To work around this problem, add the /IGNOREIDL linker option. To set this linker option in the Visual Studio .NET IDE, follow these steps: 1. Open the Property Pages di

[webkit-help] What are the difference between the compile configuration?

2010-03-17 Thread Kenny Wu
What are the difference between the compile configuration? Debug Debug_Internal Debug_All Debug_Cairo Release Release_Cairo Especially Release and Release_Cairo, what are the difference? Thanks ___ webkit-help mailing list webkit-help@lists.web