[webkit-dev] I can't build WebKit error near unexpected token `HILDON, '

2009-02-11 Thread goldeneyes

Hi,
I can't build WebKit,  it fails for me on:

checking for Hildon UI extensions... no
./configure: line 7363: syntax error near unexpected token `HILDON,'
./configure: line 7363: `PKG_CHECK_MODULES(HILDON, hildon-1)'
make: *** [config.status] Erreur 2

Thanks , 
-- 
View this message in context: 
http://www.nabble.com/I-can%27t-build-WebKit-%22error-near-unexpected-token-%60HILDON%2C%27%22-tp21954394p21954394.html
Sent from the Webkit mailing list archive at Nabble.com.

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


[webkit-dev] runing WebKit and respect sequence of actions

2009-02-03 Thread goldeneyes

Hi , 
I want to load page with WebKit and respect the folowing sequence of
actions:
   
1. time + 0: ask webkit to load page
   2. time + interval 1: load page 
   3. time + interval 2: the webkit is free to process the next request

where i can modify  the webkit code to get these sequence running ?
i work under Fedora core 9 , 
any idea ?  
thanks , 
-- 
View this message in context: 
http://www.nabble.com/runing-WebKit-and-respect-sequence-of-actions-tp21807082p21807082.html
Sent from the Webkit mailing list archive at Nabble.com.

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


[webkit-dev] write function in FrameLoaderClient.cpp

2009-02-02 Thread goldeneyes

hi,
Can I implement the function:

bool WebFrameLoaderClient::hasWebView() const
{
return [m_webFrame.get() webView] != nil;
}
written in WebKit/WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm

and write it in
WebKit / WebCore / loader / FrameLoaderClient.cpp?

can you help me?
Thank you in advance
-- 
View this message in context: 
http://www.nabble.com/write-function-in-FrameLoaderClient.cpp-tp21789076p21789076.html
Sent from the Webkit mailing list archive at Nabble.com.

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


[webkit-dev] closing automatically the GTKLuncher

2009-01-22 Thread goldeneyes

Hello every body,

Is it possible to close automatically  the GTKLuncher at the end of loading
a web page , 

thank you for any help, 
-- 
View this message in context: 
http://www.nabble.com/closing-automatically-the-GTKLuncher-tp21605851p21605851.html
Sent from the Webkit mailing list archive at Nabble.com.

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


Re: [webkit-dev] Turning off rendering in WebKit

2009-01-14 Thread goldeneyes



Bugzilla from tr...@kde.org wrote:
 
 Sorry, the method had moved.  Here you go:
 
 void FrameView::paintContents(GraphicsContext* p, const IntRect rect)
 
 from
 http://trac.webkit.org/browser/trunk/WebCore/page/FrameView.cpp?rev=39858
 
 Cheers,
 Adam
 

hi, Thank you for the answer, 

I have  made the changes in this  file WebKit / WebCore / page /
FrameView.cpp
but it stil displays the main window whith no Content( white page ).
But how  can i do to hide the whole browser ?

Thank you in advance for any help,

-- 
View this message in context: 
http://www.nabble.com/Turning-off-rendering-in-WebKit-tp21419298p21453089.html
Sent from the Webkit mailing list archive at Nabble.com.

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


Re: [webkit-dev] Turning off rendering in WebKit

2009-01-14 Thread goldeneyes



Bugzilla from tr...@kde.org wrote:
 
 That's not what you asked for before.  You just didn't want WebKit to
 render 
 any of the contents unless I read something wrong.
 
 If you want to disable all painting altogether then that will depend on
 the 
 port of WebKit you are using: Qt, Mac, Windows, etc.  For the Qt port you 
 could just use QWebPage with no QWebView and nothing would be drawn to
 screen.
 
 Cheers,
 Adam
 ___
 

Hi Adam , Thank you for the answer, 

I am under Fedora core 9 and i use WebKit for GTK, 

Thank you in advance for any help,
-- 
View this message in context: 
http://www.nabble.com/Turning-off-rendering-in-WebKit-tp21419298p21458323.html
Sent from the Webkit mailing list archive at Nabble.com.

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


Re: [webkit-dev] bug when launching

2009-01-12 Thread goldeneyes



Ariya Hidayat-3 wrote:
 
 
 AFAICS gcjwebplugin is about Java applet plugin. I guess that is the
 direction 
 you should investigate. Commenting that update() line only surpress, but
 not 
 fix, the problem, and you might have a painting error.
 
 Honestly, until you can find out what is wrong with gcjwebplugin, I reckon
 we 
 can't do anything (w.r.t to WebKit side).
 
 
Hi,

I solved the problem, I remove the package java-1.6.0-OpenJDK-plugin
and now I have run . / Programs / GtkLauncher without any warning or  bug

Thank you for the help,
-- 
View this message in context: 
http://www.nabble.com/bug-when-launching-tp21309824p21410092.html
Sent from the Webkit mailing list archive at Nabble.com.

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


[webkit-dev] bug when launching

2009-01-06 Thread goldeneyes

hello everybody,

I just installed WebKit but I have a bug when launching
./Programs/GtkLauncher  with urls like : www.lemonde.fr and
www.tf1.fr, 
 
there is the error message :
gcjwebplugin error: Failed to run / usr / lib / mozilla / plugins / .. / ..
/ bin / pluginappletviewer. For more detail rerun firefox-g in a terminal
window.

can someone help me please, I have not understood what is this problem,
thank you in advance for any help, 


-- 
View this message in context: 
http://www.nabble.com/bug-when-launching-tp21309824p21309824.html
Sent from the Webkit mailing list archive at Nabble.com.

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


Re: [webkit-dev] bug when launching

2009-01-06 Thread goldeneyes



Ariya Hidayat-3 wrote:
 
 Problem with gcjwebplugin (http://www.nongnu.org/gcjwebplugin/) ? Did you
 try 
 the website with Firefox, per its suggestion?
 http://www.nabble.com/file/p21310419/lt-GtkLauncher-rapport-anomalie.txt
 lt-GtkLauncher-rapport-anomalie.txt 
 

Hello Ariya! thank you for the quick answer.
http://www.nabble.com/file/p21310419/lt-GtkLauncher-rapport-anomalie.txt
lt-GtkLauncher-rapport-anomalie.txt 
I wasn't precise enough in my previous message, there is more details:
I am under fedora coere 9 and i Have the plugin Flash 10, My Firefox 3
loads perfectly the pages including Flash with any matters.
I use the version 37132 of webKit (svn -r 37132 checkout
http://svn.webkit.org/repository/webkit/trunk WebKit) 
and during my first compilation, I comented the following line in the file
WebKit/WebCore/platform/gtk/ScrollViewGtk.cpp because it provoked an
error:

--- WebKit/WebCore/platform/gtk/ScrollViewGtk.cpp2009-01-05
15:04:24.0 +0100
+++ WebKit/WebCore/platform/gtk/ScrollViewGtk.cpp-new2009-01-05
15:04:39.0 +0100
@@ -180,7 +180,7 @@
 
 // Now update the window (which should do nothing but a blit of the
backing store's updateRect and so should
 // be very fast).
-view-update();
+//view-update();
 }

I joined the bug report with this message 

Thank you for help,
-- 
View this message in context: 
http://www.nabble.com/bug-when-launching-tp21309824p21310419.html
Sent from the Webkit mailing list archive at Nabble.com.

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


Re: [webkit-dev] add new functions to WebCore

2008-12-30 Thread goldeneyes


Holger Freyther-6 wrote:
 
 On Sunday 28 December 2008 12:04:13 houda hocine wrote:
 Showing the patch would make things more easy for us.
 z.
 

thank you for the answer,
I add a folder  warc in this path like this: /WebKit/WebCore/warc 
this directory contains 4 files recordout.cpp, recordout.h
timetools.cpp and timetools.h

Is it necessary to post the patch  file? It's very long?

please  you can help me it's urgent for my project, I always have these
mistakes :-(:

./.libs/libwebkit-1.0.so: undefined reference to
`WebCore::recordoutresponse(WebCore::String, WebCore::String,
WebCore::ResourceRequest, WebCore::ResourceResponse const)'
./.libs/libwebkit-1.0.so: undefined reference to `WebCore::gettimestamp()'
./.libs/libwebkit-1.0.so: undefined reference to
`WebCore::recordoutcomplete(WebCore::String, WebCore::String,
WebCore::ResourceRequest)'
./.libs/libwebkit-1.0.so: undefined reference to
`WebCore::recordoutfail(WebCore::String, WebCore::String,
WebCore::ResourceRequest)'
./.libs/libwebkit-1.0.so: undefined reference to
`WebCore::recordoutdata(WebCore::String, WebCore::String,
WebCore::ResourceRequest, char const*, int)'
./.libs/libwebkit-1.0.so: undefined reference to
`WebCore::recordoutrequest(WebCore::String, WebCore::String,
WebCore::ResourceRequest)'
collect2: ld returned 1 exit status
make[1]: *** [Programs/GtkLauncher] Erreur 1
make[1]: quittant le répertoire «
/home/hiba/Bureau/extract-link-webkit/WebKit »
make: *** [all] Erreur 2


thank you in advance for any help,
-- 
View this message in context: 
http://www.nabble.com/add-new-functions-to-WebCore-tp21191456p21214685.html
Sent from the Webkit mailing list archive at Nabble.com.

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


Re: [webkit-dev] add new functions to WebCore

2008-12-30 Thread goldeneyes

Hi , 

normally I should change the Make file to take into account the new folder
WARC and his files (.cpp and .h)
but I don't know how I should to do ?
can you help me please, 

thank you in advance for any help,

-- 
View this message in context: 
http://www.nabble.com/add-new-functions-to-WebCore-tp21191456p21215760.html
Sent from the Webkit mailing list archive at Nabble.com.

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


Re: [webkit-dev] add new functions to WebCore

2008-12-30 Thread goldeneyes

Hi, 
thank you for the answer

you can tell me more detail about what to add and where? Please I never work
with make file

thank you in advance for any help
-- 
View this message in context: 
http://www.nabble.com/add-new-functions-to-WebCore-tp21191456p21217324.html
Sent from the Webkit mailing list archive at Nabble.com.

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


Re: [webkit-dev] add new functions to WebCore

2008-12-30 Thread goldeneyes

thank you for the answer

I download the source Webkit with this command:
svn checkout http://svn.webkit.org/repository/webkit/trunk WebKit
I work with  fedora core 9

I made this  command:
find /WebKit/WebCore/ -type f | xargs grep -i EventTargetNode.cpp  out
 
must I add the same instructions for my file  recordout.cpp?

Thank you in advance for any help, 
best regards, 
Hiba,
-- 
View this message in context: 
http://www.nabble.com/add-new-functions-to-WebCore-tp21191456p21218829.html
Sent from the Webkit mailing list archive at Nabble.com.

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


Re: [webkit-dev] WebKit with proxy

2008-12-21 Thread goldeneyes

thank you very much for the answer,
it's ok , 
thank's 

-- 
View this message in context: 
http://www.nabble.com/WebKit-with-proxy-tp20774445p21115322.html
Sent from the Webkit mailing list archive at Nabble.com.

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


Re: [webkit-dev] WebKit with proxy

2008-12-02 Thread goldeneyes

thank you Adam for the answer,

but I work in  Linux especialy Fedora Core 9
I do 
$ export http_proxy=user_name:password@proxy_server:port

But I have this  error message   after launch webkit:
(lt-GtkLauncher:16956): GLib-GObject-CRITICAL **: g_object_unref: assertion
`object-ref_count  0' failed

Hiba,



-- 
View this message in context: 
http://www.nabble.com/WebKit-with-proxy-tp20767593p20789078.html
Sent from the Webkit mailing list archive at Nabble.com.

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


Re: [webkit-dev] proxying thru curl

2008-12-01 Thread goldeneyes



Never mind, this got resolved.

Thanks
Giri

On Wed, May 14, 2008 at 5:30 PM, Giri Rao [EMAIL PROTECTED] wrote:

 Hello,

 I have set up curl to go through a simple http proxy that I have written.
 I have a .curlrc with the following line in it:

 --proxy=http://myhost:myport/

 When I invoke curl on command line, it goes thru the set proxy.  However,
 when I launch webkit through GtkLauncher, it does not seem to go through
 the
 proxy at all.  Is my understanding wrong in that webkit uses curl to fetch
 content?

 How do I make webkit go through my proxy?

 Any help is appreciated.

 Thanks
 Giri


Hi, 
I want to launch webkit with proxy, you can help me?  do you can give me the
link where i can find your source code please?
Thank you in advance , 
Best regards,
-- 
View this message in context: 
http://www.nabble.com/proxying-thru-curl-tp17236714p20768104.html
Sent from the Webkit mailing list archive at Nabble.com.

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


Re: [webkit-dev] produce a new version of webkit

2008-10-15 Thread goldeneyes

Hi , 
thank you very much for the link , 

Hiba , 


-- 
View this message in context: 
http://www.nabble.com/produce-a-new-version-of-webkit-tp19854660p19996404.html
Sent from the Webkit mailing list archive at Nabble.com.

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


Re: [webkit-dev] produce a new version of webkit

2008-10-13 Thread goldeneyes

Hi,

I made changement in the folowing files
ChromeClientGtk.h,ContextMenuClientGtk.h, DragClientGtk.h and
EditorClientGtk.h because they are used bey WebKit / WebKit / gtk / webkit
/ webkitwebview.cpp (I put all lines of code as comments), 
but when i do . / Programs / GtkLauncher, I got
lt-GtkLauncher-report-anomalie.txt
and the message error in the terminal / usr / libexec / lt-GtkLauncher: No
such file or directory. 
That it  means that I have removed all graphic?

thank you for any help,

-- 
View this message in context: 
http://www.nabble.com/produce-a-new-version-of-webkit-tp19854660p19951606.html
Sent from the Webkit mailing list archive at Nabble.com.

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


[webkit-dev] new version of webkit

2008-10-08 Thread goldeneyes

Hi,,
I want to produce a new version of webkit , without doing any graphical
rendering or requiring linking
with graphical libraries .
The basic approach is to modify the build to add a new platform based on the
GTK platform ,
you can help me for start ? i should remove lines of code related to
graphics in
WebKit / GTK, which files I must consult to change?
which  instruction allows me to lunch webview ?

thank you for any help,
-- 
View this message in context: 
http://www.nabble.com/new-version-of-webkit-tp19874695p19874695.html
Sent from the Webkit mailing list archive at Nabble.com.

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