[webkit-dev] Build failed for Qt port revision - r124698

2012-08-06 Thread Nilesh Patil
Hi I am trying to build Webkit source based on r124698. It breaks with following linking error. I am currently clueless: /home/nilesh.patil/Project/WebKit-r124698/WebKitBuild/Debug/lib/libQtWebKit.so: undefined reference to `WebCore::GlyphPageTreeNode::getRoot(unsigned int)'

Re: [webkit-dev] scroll event firing for WebKit Gtk port

2010-11-01 Thread Nilesh Patil
Hi I think you will have to look for scrollviewgtk.cpp and scrollview.cpp - a platform side implementation for scrollable view in Gtk. Thanks Regards Nilesh On Mon, Nov 1, 2010 at 5:05 PM, Aneesh Bhasin contact.ane...@gmail.comwrote: Hi All, I am trying to figure out which functions are

Re: [webkit-dev] WebKit gtk saving Full Web Page Content to Image PNG/XBM

2010-04-17 Thread Nilesh Patil
Hi Maybe you should be asking this in webkit-help. Anyways, You can try using a cairo ( i think ). Basically, you can create an offscreen bitmap and make webview draw on to it. Then serialize ( or save ) it in any image format. Thanks Regards Niilesh On Sat, Apr 17, 2010 at 11:28 AM, satya

[webkit-dev] Regarding malicious javascript detection

2010-04-17 Thread Nilesh Patil
Hi I have one doubt about javascript that does malicious things. Consider following javascript. script language=JavaScript var n=unescape(%u9090); var

Re: [webkit-dev] how to port webkit on mobile

2009-07-08 Thread Nilesh Patil
Hi Not sure what harware you are talking about ? Is it some board you are talking about like OMAP3430 or so? If yes then probably you have done all things that are needed. if not then , I consider this as linux Kernel as you are talking about Gtk port. I think you will need to have a proper boot

[webkit-dev] cursor position in textbox

2009-07-06 Thread Nilesh Patil
Hi Any one knows how does cursor position is updated in side textbox whenever alphabet is entered ? Thanks in advance ... ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] cursor position in textbox

2009-07-06 Thread Nilesh Patil
, Jul 6, 2009 at 12:15 PM, Adele Petersonad...@apple.com wrote: Hi Nilesh, Try setting a breakpoint at WebCore::SelectionController::setSelection and looking at the backtrace from there. - Adele On Jul 5, 2009, at 11:13 PM, Nilesh Patil wrote: Hi Any one knows how does cursor position

[webkit-dev] Text inside editor in zoomed state

2009-07-02 Thread Nilesh Patil
Hi How does text drawing is handled inside text editor ( or input type=text ) in Zoomed mode ? I am confused how selection controllers work in this case and update cursor position is updated. Any insight on this will be great !! Thanks Regards Niilesh

[webkit-dev] Text inside editor in zoomed state

2009-07-01 Thread Nilesh Patil
Hi How does text drawing is handled inside text editor ( or input type=text ) in Zoomed mode ? I am confused how selection controllers work in this case and update cursor position is updated. Any insight on this will be great !! Thanks Regards Niilesh

Re: [webkit-dev] WebKit Customization

2009-03-16 Thread Nilesh Patil
Hi May be chekout GNUMakefile.am and configure.ac. You can check out all the options while running configure script. './configure --help' would show you all the options needed for it. Thanks Regards Niilesh On Mon, Mar 16, 2009 at 10:13 AM, jagadeesh k jagadees...@yahoo.com wrote: Hi    

Re: [webkit-dev] Regarding kjs:Window:clear()

2009-03-16 Thread Nilesh Patil
Thank you Darin !! - Niilesh On Fri, Mar 13, 2009 at 9:35 PM, Darin Adler da...@apple.com wrote: On Mar 13, 2009, at 12:45 AM, Nilesh Patil wrote: What does kjs:Window:clear() do ? You must be looking at an old version of the WebKit source tree; there is no longer a function of that name

Re: [webkit-dev] Regarding Resource Loader

2009-03-16 Thread Nilesh Patil
HI Sri Thanks for reply. Just wished to know about Sharedclassname ?? Have any idea about it On Mon, Mar 16, 2009 at 11:11 AM, Sriram Neelakandan sriram.neelakan...@gmail.com wrote: Just needed an opinion. I need to create a multiple window browser on Gtk. Epiphany  

Re: [webkit-dev] SharedT

2009-03-16 Thread Nilesh Patil
Hi Darin, Thanks For reply !! I also wish to know about best way of memory profiling for webkit. I mean how can i make sure that all the object that are allocated are destroyed properly ? Is it possible to account/make entry of memory as soon as it is allocated and deallocated ? Thanks Regads

Re: [webkit-dev] Does webkit hold previous loaded pages in memory

2009-03-16 Thread Nilesh Patil
Hi As far as i know it does not store any data persistently unless you plan to save it. It does have sqlite integrated but not really used that part of webkit, As far as DOM/Render Tree are concerned i think they are modified each time new page is loaded. If u are talking for previous sites ( i

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

2009-03-12 Thread Nilesh Patil
Hi Not really sure but If this is for linux then probably you need to have some cross platform compiler with environment like scratchbox. On Wed, Mar 11, 2009 at 2:46 PM, arati arati.jad...@unnat-e.com wrote: Hi, Can anyone give me any pointer to compile WebKit GTK+ port for ARM processor?

Re: [webkit-dev] compile webkit on windows

2009-03-06 Thread Nilesh Patil
Hi Did you try installing a safari ? Thanks Regards Niilesh 2009/3/6 jie zhang ketsu.c...@gmail.com: Hi all I try to compile webkit on Window+cygwin+vs2005 ES(Sp1), But I got some error like this: QTMovieWin.obj : error LNK2001: external symbol __imp CFStringMakeConstantString is

Re: [webkit-dev] ActionScript

2009-02-26 Thread Nilesh Patil
Hi Is it something to do with Flash ? Thanks Regards Niilesh On Wed, Feb 25, 2009 at 9:40 PM, thouraya andolsi thouraya.ando...@gmail.com wrote: Hi, Does WebKit supports ActionScript? Best regards. Thouraya. ___ webkit-dev mailing list

Re: [webkit-dev] Please help!

2009-02-25 Thread Nilesh Patil
Hi As far as our experience on building Webkit on windows goes, most of problems occur due to not having build environment properly set up. Specially if cygwin is not installed properly or even any of cygwin packages are missing , its for sure that you are getting into these kind of problems

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

Re: [webkit-dev] Queries on Bug: 23310

2009-02-19 Thread Nilesh Patil
Hi I think ideal (as suggested earlier) place will be Document::completeURL() THanks Regards Niilesh On Thu, Feb 19, 2009 at 12:54 PM, Vikram Hegde vhegd...@yahoo.com wrote: Hi, Ya i got to know changing kurl wont help. actually i tried one more fix which is working wer in i am modifying

[webkit-dev] Role of all loaders

2009-02-19 Thread Nilesh Patil
Hi I just wished to know roles of all different loaders - Frame loader, Document Loader, Doc Loader, Main ResourceLoader, Sub resource Loader. A small description about this will also do. I need some pointers to go ahead and peep into the code Thanks Regards Niilesh

[webkit-dev] Regarding Bug 23310

2009-02-15 Thread Nilesh Patil
Hi Is this bug is valid and still open? Thanks Regards Niilesh ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Regarding Bug 23310

2009-02-15 Thread Nilesh Patil
Thanks Regards Niilesh On Sun, Feb 15, 2009 at 4:16 PM, David Kilzer ddkil...@webkit.org wrote: It is valid and it is still open because it's Status is New. https://bugs.webkit.org/show_bug.cgi?id=23310 Dave From: Nilesh Patil vni...@gmail.com To: webkit-dev

Re: [webkit-dev] Grammer for html parsing

2009-02-14 Thread Nilesh Patil
, Feb 9, 2009 at 12:23 PM, Nilesh Patil vni...@gmail.com wrote: Hi Yeah But still have a doubt. Doesn't it need to compare tags with what ever has come as response? i mean if some data comes then webkit must be identifying it in terms of HTML tags or other type of data. So is there no need

Re: [webkit-dev] error when I type build-webkit in Cygwin

2009-02-11 Thread Nilesh Patil
Hi I hope you have solved problem till now. If not probably following is solution With whatever in you specified in mail , you are trying 'WebKit/WebKitTools/Scripts/build-webkit'. To execute any script inside Script folder you need to be insode Source root directory. In this case it is where

Re: [webkit-dev] I encounter a problem during building WebKit

2009-02-11 Thread Nilesh Patil
Hi Are you still facing problem compiling Webkit? If you follow the steps defined on Webkit.org (for compilation ) then you will be able to do it Its certain that you missed something there Thanks Regards Niilesh On Sun, Feb 8, 2009 at 12:36 AM, Darin Adler da...@apple.com wrote: On Feb 7,

[webkit-dev] Grammer for html parsing

2009-02-09 Thread Nilesh Patil
Hi I need to know where does grammer for html Parser has been defined in webkit. Is it a string based comparison directly with tags or done any other way? Thanks in advance Thanks Regards Niilesh ___ webkit-dev mailing list

Re: [webkit-dev] Grammer for html parsing

2009-02-09 Thread Nilesh Patil
Niilesh On 2/9/09, Darin Adler da...@apple.com wrote: On Feb 9, 2009, at 3:58 AM, Nilesh Patil wrote: I need to know where does grammer for html Parser has been defined in webkit. Is it a string based comparison directly with tags or done any other way? The source files are HTMLTokenizer.cpp

Re: [webkit-dev] Grammer for html parsing

2009-02-09 Thread Nilesh Patil
. Hence, the string comparison that you mention is going on inside the tokenizer (during its reading of a tag to create a Token). THanks Regards Niilesh On 2/9/09, Darin Adler da...@apple.com wrote: On Feb 9, 2009, at 3:58 AM, Nilesh Patil wrote: I need to know where does grammer

[webkit-dev] Debugging in Windows Port

2009-02-03 Thread Nilesh Patil
Hi I have compiled Webkit for windows. I need to know function from where URL request will initiate. Just like it initiates in webkitwebview.cpp in Gtk port Thanks in advance Thanks Regards Niilesh ___ webkit-dev mailing list

[webkit-dev] Query about SubstituteData()

2009-01-29 Thread Nilesh Patil
Hi I just have a query about SubstituteData() function .. Just need to know what exactly it does .\ Thanks Regards Niilesh ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] Problems with Webkit built for arm platform.

2009-01-29 Thread Nilesh Patil
Hi how are you exporting http_proxy on ARM platform? Just check those settings first. Thanks Regards Niilesh On Fri, Jan 30, 2009 at 11:50 AM, Veerabhadra Sheelavant veerabhadra.sheelav...@aricent.com wrote: Dear All, I have built the Webkit for ARM platform(OMAP 3520 board running arm and

Re: [webkit-dev] Handling Malformed URL

2009-01-21 Thread Nilesh Patil
Hi I dont think one needs to authenticate such things. If resource is not found an http code is returned. This is how most of browsers work. Thanks Regards Niilesh On Wed, Jan 21, 2009 at 4:38 PM, mwas webkit.meis...@gmail.com wrote: Hi, Does any one know How webkit handles

Re: [webkit-dev] Extending webkit javascript

2009-01-18 Thread Nilesh Patil
Hi I am not really sure which example/reference you are following. If u need to call some native functions in JavaScript, JavaScript interpreter should be aware of that functions/native component you are trying to access. So process would be to implement such mechanism in JavaScriptCore. You can

Re: [webkit-dev] Extending webkit javascript

2009-01-18 Thread Nilesh Patil
OK Thank you for information . and correcting me :) Thanks Regards Niilesh On Mon, Jan 19, 2009 at 10:34 AM, Mark Rowe mr...@apple.com wrote: On 2009-01-17, at 07:57, webkit...@aol.com wrote: Hi, I am trying to extend the javascript to invoke custom C code in webkit. Basically my

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

2009-01-13 Thread Nilesh Patil
Hi Prpbably you should start form FrameLoader::load. The root of the render tree is called the RenderView, and this class corresponds to the initial containing block according to CSS2.1. It is also the renderer that will be returned if the renderer() method is called on the Document. U can have a

Re: [webkit-dev] glibmm-2.4.8 make error

2009-01-13 Thread Nilesh Patil
Hi Do you have build-deps installed.? Also check for libglib-dev. Thanks Regards Niilesh On Tue, Jan 13, 2009 at 7:42 PM, Nitin Walke nitwa...@gmail.com wrote: Hi all, package glibmm-2.4.8 is required for gtkmm. I am getting the following error make[3]: Entering directory

Re: [webkit-dev] Build Error

2009-01-13 Thread Nilesh Patil
Hi seems like some tools required for compilation are not properly installed. So also try to add cygwin/bin in PATH manually Thanks Regards Niilesh On Wed, Jan 14, 2009 at 12:06 AM, Loganathan mahendran loganathan...@gmail.com wrote: hi I have tried the steps given in your previous main.

Re: [webkit-dev] Build Error

2009-01-13 Thread Nilesh Patil
hi Just check if 'touch' command is available in your Cygwin. Thanks Regards Niielsh On Wed, Jan 14, 2009 at 1:11 PM, Nilesh Patil vni...@gmail.com wrote: Hi seems like some tools required for compilation are not properly installed. So also try to add cygwin/bin in PATH manually Thanks

Re: [webkit-dev] A difficult question

2009-01-12 Thread Nilesh Patil
Hi No really sure but this is outcome of combination of various functions. Basically, anything regarding rendering to rendering starts from a DOM tree. You can find source regarding the same in WebCore\rendering. As i told you earlier also, you can alternatively check out RenderStyle

Re: [webkit-dev] font of webkit

2009-01-09 Thread Nilesh Patil
Hi Did u check RenderStyle THanks Regards Niilesh On Fri, Jan 9, 2009 at 3:58 PM, zhenghe zhang zhenghe.zh...@gmail.com wrote: Hi all If some page don't specify the text font in the Webkit I want to know what text font is supported by Webkit. Through code How to achieved in webkit?

Re: [webkit-dev] font of webkit

2009-01-09 Thread Nilesh Patil
Sorry for that Did you check RenderStyle in Webkit Thanks Regards Niilesh On Fri, Jan 9, 2009 at 6:53 PM, Nilesh Patil vni...@gmail.com wrote: Hi Did u check RenderStyle THanks Regards Niilesh On Fri, Jan 9, 2009 at 3:58 PM, zhenghe zhang zhenghe.zh...@gmail.com wrote: Hi all

Re: [webkit-dev] Site swallows command key presses

2009-01-09 Thread Nilesh Patil
Hi Is that command on Browser window or some action is made on web page ?? Thanks Regards Niilesh On Sat, Jan 10, 2009 at 9:11 AM, Simon Fraser simon.fra...@apple.com wrote: The page has an onkeypress method on the body that probably swallows all the key events. Simon On Jan 9, 2009, at

Re: [webkit-dev] IDE for gtk+

2009-01-08 Thread Nilesh Patil
Hi U can try gdb for the same. Or even KDbg if u are mpre familier with GUI Thanks Regards Niilesh On Thu, Jan 8, 2009 at 6:49 PM, Nitin Walke nitwa...@gmail.com wrote: Hi all, I have created sample browser in GTK+ with webkit. I want to debug it so which IDE should use to debug. Can you

Re: [webkit-dev] Text on screen

2009-01-08 Thread Nilesh Patil
Hi Did u try digging RenderText::positionForCoordinates ? U need to look into RenderStyle and RenderObject also Thanks Regards Niilesh On Fri, Jan 9, 2009 at 2:44 AM, Anurag Singh anurag12si...@gmail.com wrote: Hi I want to get the text which is displayed on the screen. I want text and

[webkit-dev] ERROR in autogen

2009-01-06 Thread Nilesh Patil
Hi all, I am getting following error in autogen syntax error near unexpected token `PKG_CHECK_MODULE(HILDON,' I tried to search on net but it is un answered. Some suggested to check compatibility between auto tools used for compilation. But i didnot get any satisfactory answer. i am using

Re: [webkit-dev] Question running WinLauncher on windows

2009-01-05 Thread Nilesh Patil
Hi Which release/build version of WebKit u use ? I am trying to compile Webkit for windows. But dont know where and how to start. Please provide some pointers Thanks Regards Niilesh On Tue, Jan 6, 2009 at 2:26 AM, Piali Choudhury pial...@yahoo.com wrote: Hi, I have compiled Webkit

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

2008-12-30 Thread Nilesh Patil
Hi Hope u got these functions in correct namespace like WebCore or so from where u r refering them Thanks Regards Niilesh On Tue, Dec 30, 2008 at 2:41 PM, goldeneyes houda@gmail.com wrote: Holger Freyther-6 wrote: On Sunday 28 December 2008 12:04:13 houda hocine wrote: Showing the

Re: [webkit-dev] about focus

2008-12-29 Thread Nilesh Patil
Hi May i dare to ask u to clarify u r question again ... its very adhoc Thanks Regards Niilesh On Tue, Dec 30, 2008 at 6:48 AM, Benjamin Hawkes-Lewis bhawkesle...@googlemail.com wrote: On 30/12/08 00:47, zhenghe zhang wrote: I have a problem about webkit,I hope you help me,thank you

Re: [webkit-dev] In-memory copy of the fetched HTML document?

2008-12-28 Thread Nilesh Patil
Hi Source/HTMl map will be there in memory till the time page is not refreshed or moved to other page. Try digging into rendering tree , Node list and all that stuff which gets constructed while rendering HTML. Thanks Regards Niilesh On Fri, Dec 26, 2008 at 9:53 PM, Shariq Rizvi

Re: [webkit-dev] Canvas API in Webkit

2008-12-28 Thread Nilesh Patil
Hi Dont really know for which platform/port of webkit u want to do this. If its a gtk port u can use a cairo for doing the same . If its s60 (if at all u r experimenting) then using CFbsBitmapDevice context u can create a memory bitmap and then draw it onto graphics context. Webkit also does

Re: [webkit-dev] Pointers to start support for a new platform

2008-12-28 Thread Nilesh Patil
Hi First and fore most u have to do is to study dependancy list of webkit very very carefully. Find if those dependancies are available either in binaries or sources for u r platform. It u r following emulator-device kind of environment then u need to have two versions of each dependancies - one

Re: [webkit-dev] about render

2008-12-23 Thread Nilesh Patil
Hi Just check out http://webkit.org/blog/114/webcore-rendering-i-the-basics/ Thanks Regards Niilesh On Tue, Dec 23, 2008 at 3:56 PM, zhenghe zhang zhenghe.zh...@gmail.com wrote: HI all I want to learn webkit, and now I have some questions, I hope you tell me , 1. what is the

Re: [webkit-dev] WEBKIT Ported for BREW/REX

2008-12-23 Thread Nilesh Patil
That was expected ;) Only thing is your 'punch line' does not suite the need .. Just change it :) THanks Regards Niilesh On Tue, Dec 23, 2008 at 4:04 PM, Naveen Krishnan nav...@huawei.com wrote: Dear all, Can anybody update me on WEBKIT port for BREW/REX. Iam new to

Re: [webkit-dev] Webkit text handling

2008-12-16 Thread Nilesh Patil
Hi, HP hum !!! There is a series of topics that discusses everything about rendering basics of Webkit rendering engine. http://webkit.org/blog/114/webcore-rendering-i-the-basics/ There will be topic that will discuss about text and all other parts fo html. Thanks Regards Niilesh On Wed,

Re: [webkit-dev] Hopefully new developer

2008-12-16 Thread Nilesh Patil
HI With what i understood from ur talk and considering u r working on Gtk port - U want to build Webkit as engine - It is built as shared lib in Gtk port. U can comment GtkLauncher (or WebKitTools/GNUmakaefile.am) in your parent make file. This will not build GtkLauncher. In turn u now have

Re: [webkit-dev] where does the Webkit catch keyboard/mouse events

2008-12-12 Thread Nilesh Patil
Hi Usually i construct it like PlatformMouseEvent pme(point, point, LeftButton, met, 1, false, false, false, false, 0); and call is frame-eventHandler()-handleMousePressEvent(pme); Thanks Regards Niilesh On Fri, Dec 12, 2008 at 2:21 PM, Ariya Hidayat ariya.hida...@trolltech.com wrote: I

Re: [webkit-dev] How does the Webkit respond to javascript method or trigger javascript event

2008-12-12 Thread Nilesh Patil
In addition u can also check JavaScriptCore/kjs/bindings Thanks Regards Niilesh On Fri, Dec 12, 2008 at 2:22 PM, Ariya Hidayat ariya.hida...@trolltech.com wrote: I am newbie to Webkit, could you explain to me how the Webkit responds to javascript method or trigger javascript event? More

Re: [webkit-dev] WebKit Architecture Document?

2008-12-04 Thread Nilesh Patil
Hi I have been working on Webkit since 2 Yrs. I have not seen of such document (not even talked of). The best way , which worked wonders for me, to understand Webkit is just Walk through code. Use some sensibility ;), try to set up execution environment and try to debug it. or May be u can

Re: [webkit-dev] Unable to load www.ovam.com on GtkLauncher

2008-11-23 Thread Nilesh Patil
Hi Have u really CAREFULLY read CURL output. i think not HTTP/1.0 302 Moved Temporarily This line from ur pasted output suggests that there is some error at server side (at the website u r refering). This suggests that this is nothing to do with Webkit. Thanks Regards Niilesh On Mon, Nov

Re: [webkit-dev] Webkit License details

2008-11-21 Thread Nilesh Patil
It seems HCL is in hurry to develop browser ;) Is giving something back to community bad ? U jst need to check on GPL terms. Thanks Regards Niilesh On Fri, Nov 21, 2008 at 2:33 PM, Jayaprakash Palanisamy [EMAIL PROTECTED] wrote: Hi all, If I am developing an application using WebKit

Re: [webkit-dev] make[1]: *** [libWebCore.la] Error 255

2008-11-06 Thread Nilesh Patil
of the problem. Regards Sharath -Original Message- From: Nilesh Patil [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 7:54 PM To: Bn, Sharath Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] make[1]: *** [libWebCore.la] Error 255 did u distclean it? On Tue, Nov 4

Re: [webkit-dev] make[1]: *** [libWebCore.la] Error 255

2008-11-04 Thread Nilesh Patil
: Nilesh Patil [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 04, 2008 6:59 PM To: Bn, Sharath Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] make[1]: *** [libWebCore.la] Error 255 Hi By the looks of the log, it seems that there is linking problem. I am currently working on Gtk

Re: [webkit-dev] make[1]: *** [libWebCore.la] Error 255

2008-11-04 Thread Nilesh Patil
Hi By the looks of the log, it seems that there is linking problem. I am currently working on Gtk port of Webkit. We usually get this error when that source change is not applied correctly. Wht i mean is, if u got some previous error (before this build cycle), and say, had a fix for it. Then u

Re: [webkit-dev] webkit ignores manual mouse click event

2008-11-04 Thread Nilesh Patil
signals unless html source has some errors. So error is eithr in the HTML source or construction of PlatformMouseEvent. Thanks Regrads Niilesh On Tue, Nov 4, 2008 at 6:50 PM, Luka Napotnik [EMAIL PROTECTED] wrote: The Gtk+ port. Greets, Luka Dne 04.11.2008 (tor) ob 18:48 +0530 je Nilesh

Re: [webkit-dev] webkit ignores manual mouse click event

2008-11-04 Thread Nilesh Patil
which port On Tue, Nov 4, 2008 at 6:43 PM, Luka Napotnik [EMAIL PROTECTED] wrote: Hello. I've created a method to send X,Y clicks to a page in the current frame. I'm using the handleMousePressEvent() method to create the event: Frame *frame = core(webView)-mainFrame();