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

[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

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 to change the Dashed

[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:

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.cpp?rev=39858

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] 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

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

[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:

Re: [webkit-dev] Allocator mismatches

2009-01-14 Thread Dean McNamee
On Wed, Jan 14, 2009 at 6:55 PM, Dean McNamee de...@chromium.org 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

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

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

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] 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 dhamnekargir...@gmail.com 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

[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

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 ze...@selfish.org 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