Re: [webkit-dev] Unable to build WebCore for windows (debug_cairo) revision 39671

2009-01-14 Thread Nilesh Patil
Hi Thanks for response !!! There is no attachment to mail !! Thanks & Regards Niilesh On Thu, Jan 15, 2009 at 2:45 AM, Brent Fulgham wrote: > Girish, > > On Wed, Jan 14, 2009 at 5:41 AM, Girish Dhamnekar > wrote: >> I am using the version r39671 of webkit sources. I have followed the steps >>

Re: [webkit-dev] Segmentation fault when exit GtkLauncher

2009-01-14 Thread ying lcs
Thank you. Can you please tell me how to get the fix? On Tue, Jan 13, 2009 at 6:13 PM, Holger Freyther wrote: > On Tuesday 13 January 2009 23:07:23 ying lcs wrote: >> Hi, >> >> I always get a Segmentation fault when I exit GtkLauncher (click the >> close bottom of the application window). >> >>

[webkit-dev] Webkit Engineering opening at Dolby Labs

2009-01-14 Thread Gallagher, Kevin
You will work on the implementation of the Embedded Browser browser engine. This will involve strong involvement in the Open Source community developing and maintaining the Embedded Browser code as well as gathering and realizing requirements provided by the Dolby engineering group. With a wider

Re: [webkit-dev] Unable to build WebCore for windows (debug_cairo) revision 39671

2009-01-14 Thread Brent Fulgham
Girish, On Wed, Jan 14, 2009 at 5:41 AM, Girish Dhamnekar wrote: > I am using the version r39671 of webkit sources. I have followed the steps > as mention at http://webkit.org along with > http://trac.webkit.org/wiki/BuildingCairoOnWindows but i am getting errors > while compiling the derived sou

Re: [webkit-dev] Build Error

2009-01-14 Thread Brent Fulgham
Loganathan, I'm afraid that the log file you are attaching is for the WebKit project. WebCore is apparently not building, which is triggering the failure in WebKit. Please find and attach the WebCore build log. I provided you the path in my last message. -Brent

Re: [webkit-dev] Plugin is showing but not working on Webkit even its working on firefox

2009-01-14 Thread Benjamin Meyer
Are you using the Qt, Gtk or Chromium port? -Benjamin Meyer On Jan 14, 2009, at 6:39 AM, Ajay Gautam wrote: Hi All, I have doubt regarding plug-in on WebKit Browser for Linux. i am developing a sample plug-in using Netscape based API's which i tried on Webkit. But i am facing an issue when

Re: [webkit-dev] Allocator mismatches

2009-01-14 Thread Darin Adler
On Jan 14, 2009, at 9:55 AM, Dean McNamee wrote: I commented both bugs with some arguments about why I think allocation mismatches are important, I agree, and I have also added comments to both bugs. -- Darin ___ webkit-dev mailing list webkit

Re: [webkit-dev] Allocator mismatches

2009-01-14 Thread Dean McNamee
On Wed, Jan 14, 2009 at 6:55 PM, Dean McNamee wrote: > I've been working on Chromium Linux, and we've been trying to run > everything under valgrind. So far it's been really great, and we've > found a bunch of real / bad bugs. Currently there is a handful of > allocation mismatches that we're ru

[webkit-dev] Allocator mismatches

2009-01-14 Thread Dean McNamee
I've been working on Chromium Linux, and we've been trying to run everything under valgrind. So far it's been really great, and we've found a bunch of real / bad bugs. Currently there is a handful of allocation mismatches that we're running into. I just posted the following bug: https://bugs.we

Re: [webkit-dev] how to remove an event listener when the element attribute is removed

2009-01-14 Thread Darin Adler
On Jan 14, 2009, at 8:40 AM, Cary Clark wrote: What's the right way to fix this bug? I added detailed comments to the bug report to get you started debugging it. -- Darin ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.w

[webkit-dev] how to remove an event listener when the element attribute is removed

2009-01-14 Thread Cary Clark
When a web page removes the click handler from an element, webkit leaves the event listener on the event target node. In practice, this works fine, because the click can't dispatched -- there's no click handler anymore. On Android's browser, we draw a focus ring (like the ring Safari draws when ta

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

[webkit-dev] DOM touch screen events

2009-01-14 Thread Joseph Ligman
Hi All, Sorry for multiple posts, I meant to start a new thread with the following question. Is there any effort to define or implement in WebKit a set of events for platforms with touch screens? This would be something other than trying to map finger presses to existing mouse or keyboard e

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

2009-01-14 Thread Adam Treat
On Wednesday 14 January 2009 5:07:56 am goldeneyes wrote: > 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.c

[webkit-dev] DOM touch screen events

2009-01-14 Thread Joseph Ligman
Hi All, Is there any effort to define or implement in WebKit a set of events for platforms with touch screens? This would be something other than trying to map finger presses to existing mouse or keyboard events. Anyone have any thoughts or suggestions on where to look to get more informa

[webkit-dev] Unable to build WebCore for windows (debug_cairo) revision 39671

2009-01-14 Thread Girish Dhamnekar
I am using the version r39671 of webkit sources. I have followed the steps as mention at http://webkit.org along with http://trac.webkit.org/wiki/BuildingCairoOnWindows but i am getting errors while compiling the derived sources. Please guide me in resolving this issue. 4>-- Build started: Pro

Re: [webkit-dev] about the "Dashed border"

2009-01-14 Thread Julien Chaffraix
Hi, > I open a webpage with webkit (e.g. www.google.com), and the "text box" > obtains the focus, > > if I press the "Tab" key, and the "button" obtains the focus, and there is a > "Dashed border" The "dashed border" is called a "focus ring". > > Now I want to have a "Actual wireframe",I want t

[webkit-dev] Plugin is showing but not working on Webkit even its working on firefox

2009-01-14 Thread Ajay Gautam
Hi All, I have doubt regarding plug-in on WebKit Browser for Linux. i am developing a sample plug-in using Netscape based API's which i tried on Webkit. But i am facing an issue when i try to execute the plug-in object in the html page which calls the native function in C++. The error is: Type Erro

[webkit-dev] Does FontCache grow unbounded?

2009-01-14 Thread G G
I'm trying to figure out how the two HashMaps in FontCache are supposed to be pruned. It looks like items go in but are never removed. ___ 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 answe