[webkit-dev] GTK+ 64 bits release bot maintenance

2010-10-21 Thread Gustavo Noronha Silva
Hey, The GTK+ 64bit release bot is being moved to a faster machine, so it will be down for a few hours. It is currently not a core builder (though these days it is stable enough to go back to being one =D), so this should not cause any issues with the commit queue. The other 3 bots should be able

Re: [webkit-dev] Tiger?

2010-10-21 Thread Jeremy Orlow
Ping? On Mon, Oct 11, 2010 at 9:26 AM, Adam Barth aba...@webkit.org wrote: I don't see a Tiger buildbot anymore. Does that mean I'm allowed to break the Tiger build? If so, can we rip out all the Tiger-specific code? Adam ___ webkit-dev

Re: [webkit-dev] Closing the loop on flaky tests (was Re: Flaky test hit list)

2010-10-21 Thread Eric Seidel
Thank you Adam. We should look into more options here, including some of the ones Maciej proposed. Alternatively, we could have just skipped the tests which are flaking so much. Alexey seemed to get CC'd on nearly every flake because they seemed to mostly be tests he wrote. :( -eric On Wed,

Re: [webkit-dev] Tiger?

2010-10-21 Thread Adam Barth
I discussed this with various folks in IRC and was told that answering this question is difficult w.r.t. Apple's need for confidentiality around some topics. Apparently, when folks are able to say something, they'll let us know. Adam On Thu, Oct 21, 2010 at 8:04 AM, Jeremy Orlow

[webkit-dev] OSX build break after system update

2010-10-21 Thread Tony Gentilcore
Quick PSA: if you install the Java for Mac OS X 10.6 Update 3 system update you may start getting build errors like: error: JavaVM/jni.h: No such file or directory The solution is to install Java for Mac OS X 10.6 Update 3 Developer Package from http://connect.apple.com Downloads Java [1].

Re: [webkit-dev] Add SelectionChange event for content editable regions

2010-10-21 Thread Ryosuke Niwa
A patch has been submitted to https://bugs.webkit.org/show_bug.cgi?id=45712. - Ryosuke On Mon, Oct 11, 2010 at 6:21 PM, Ryosuke Niwa rn...@webkit.org wrote: On Mon, Oct 11, 2010 at 11:34 AM, Darin Adler da...@apple.com wrote: It seems that if our aim is to be compatible with the IE event, we

[webkit-dev] webkit-patch --suggest-reviewers

2010-10-21 Thread Adam Barth
Eric and I are working on a new feature of webkit-patch to make it easier for you to find reviewers for your code. When you upload a patch with webkit-patch, you can try passing the --suggest-reviewers option. webkit-patch will look at your patch and try to guess who might be good reviewers (and

[webkit-dev] when is expose_event fired

2010-10-21 Thread Aneesh Bhasin
Hi All, I am working on the Gtk port of webkit and using GtkLauncher for some experimentation and using a fairly recent WebKit version. I am trying to add some code in webkit_web_view_expose_event (in WebKit/gtk/webkit/webkitwebview.cpp) which basically finds all elements of a particular tag

Re: [webkit-dev] when is expose_event fired

2010-10-21 Thread Kalle Vahlman
2010/10/22 Aneesh Bhasin contact.ane...@gmail.com: However, I wanted to know where and how is the webkit_web_view_expose_event function triggered internally - as I understand it could either be triggered from the windowing system if there is some movement /scrolling dragging of window or

Re: [webkit-dev] when is expose_event fired

2010-10-21 Thread Xan Lopez
On Fri, Oct 22, 2010 at 2:10 PM, Aneesh Bhasin contact.ane...@gmail.com wrote: However, I wanted to know where and how is the webkit_web_view_expose_event function triggered internally - as I understand it could either be triggered from the windowing system if there is some movement /scrolling