[webkit-dev] Gtk Bot is out of space

2010-05-19 Thread Eric Seidel
http://build.webkit.org/builders/GTK%20Linux%2064-bit%20Debug/builds/6146/steps/compile-webkit/logs/stdio If someone could give it a kick, that'd be great. -eric ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] debug webkit on XCode

2010-05-19 Thread Eric Zhou
Hi all, http://webkit.org/building/debug.html tells me how to debug webkit on Xcode. but I don't understand the 3 step: Set the project's active build configuration Xcode also needs to know the build configuration you used. You can set the active build configuration from the project's Build

[webkit-dev] Need more diagnostic information for ApplicationCache events

2010-05-19 Thread Patrick Mueller
After some frustrating experiences using AppicationCache for some private, but field-tested apps, I'd like to see some additional information provided in the ApplicationCache events. I posted down some thoughts here: http://bit.ly/9Bfjeh [whatwg ml] Seems like these would be a good

Re: [webkit-dev] Need more diagnostic information for ApplicationCache events

2010-05-19 Thread Jeremy Orlow
If you want to change the web platform (which adding information to events is), sending an email to WhatWG [1] is probably the right first step. The other option is to think about how to extend the existing developer tools to aid in debugging. Personally, that makes more sense to me, and I

[webkit-dev] webkit-patch requests

2010-05-19 Thread Darin Adler
Not sure where to put these. A while ago people were talking about changes needed to webkit-patch. Here are some of the basics for me for one command, webkit-patch upload. When I use webkit-patch upload to create a patch in a tree where I have not yet written anything for change log,

[webkit-dev] What is the webkit-patch version of svn-unapply?

2010-05-19 Thread Darin Adler
Lets say I just did webkit-patch upload and I am Subversion user and I now want the patch out of my tree. Does webkit-patch have a command to help me do it? I can’t just use svn revert because that doesn’t handle things like added, removed, and moved files. -- Darin

Re: [webkit-dev] webkit-patch requests

2010-05-19 Thread Adam Barth
On Wed, May 19, 2010 at 10:27 AM, Darin Adler da...@apple.com wrote: Not sure where to put these. A while ago people were talking about changes needed to webkit-patch. Here are some of the basics for me for one command, webkit-patch upload. When I use webkit-patch upload to create a patch in

Re: [webkit-dev] What is the webkit-patch version of svn-unapply?

2010-05-19 Thread Adam Barth
On Wed, May 19, 2010 at 10:41 AM, Darin Adler da...@apple.com wrote: Lets say I just did webkit-patch upload and I am Subversion user and I now want the patch out of my tree. Does webkit-patch have a command to help me do it? I can’t just use svn revert because that doesn’t handle things like

Re: [webkit-dev] webkit-patch requests

2010-05-19 Thread Darin Adler
On May 19, 2010, at 10:52 AM, Adam Barth wrote: Thanks for the feedback. Webkit-patch already respects the EDITOR environment variable. It should be a simple change to support the CHANGE_LOG_EDIT_APPLICATION environment variable also. The function that needs to change is:

Re: [webkit-dev] What is the webkit-patch version of svn-unapply?

2010-05-19 Thread Darin Adler
On May 19, 2010, at 10:56 AM, Adam Barth wrote: On Wed, May 19, 2010 at 10:41 AM, Darin Adler da...@apple.com wrote: Lets say I just did webkit-patch upload and I am Subversion user and I now want the patch out of my tree. Does webkit-patch have a command to help me do it? I can’t just use

Re: [webkit-dev] webkit-patch requests

2010-05-19 Thread Adam Barth
On Wed, May 19, 2010 at 11:04 AM, Darin Adler da...@apple.com wrote: On May 19, 2010, at 10:52 AM, Adam Barth wrote: Thanks for the feedback. Webkit-patch already respects the EDITOR environment variable. It should be a simple change to support the CHANGE_LOG_EDIT_APPLICATION environment

Re: [webkit-dev] What is the webkit-patch version of svn-unapply?

2010-05-19 Thread Adam Barth
On Wed, May 19, 2010 at 11:06 AM, Darin Adler da...@apple.com wrote: On May 19, 2010, at 10:56 AM, Adam Barth wrote: On Wed, May 19, 2010 at 10:41 AM, Darin Adler da...@apple.com wrote: Lets say I just did webkit-patch upload and I am Subversion user and I now want the patch out of my tree.

Re: [webkit-dev] What is the webkit-patch version of svn-unapply?

2010-05-19 Thread Jeremy Orlow
On Wed, May 19, 2010 at 7:15 PM, Adam Barth aba...@webkit.org wrote: On Wed, May 19, 2010 at 11:06 AM, Darin Adler da...@apple.com wrote: On May 19, 2010, at 10:56 AM, Adam Barth wrote: On Wed, May 19, 2010 at 10:41 AM, Darin Adler da...@apple.com wrote: Lets say I just did webkit-patch

Re: [webkit-dev] What is the webkit-patch version of svn-unapply?

2010-05-19 Thread Darin Adler
On May 19, 2010, at 11:15 AM, Adam Barth wrote: Personally, I don't have multiple patches in my tree at the same time, so I don't understand what would be the most convenient for you. Removing the update step is easy, but I'm not sure how you would like to specify the changes to remove from

Re: [webkit-dev] What is the webkit-patch version of svn-unapply?

2010-05-19 Thread Darin Adler
On May 19, 2010, at 11:22 AM, Jeremy Orlow wrote: What if we added an option to webkit-patch upload that unapplies the patch at the end? In fact, for the first iteration, it could simply save the patch in some temporary location and then run 'svn-unapply'. In other words, do what you

Re: [webkit-dev] What is the webkit-patch version of svn-unapply?

2010-05-19 Thread Peter Kasting
On Wed, May 19, 2010 at 11:15 AM, Adam Barth aba...@webkit.org wrote: We could add an unapply-from-attachment command, but that would involve fetching the patch from bugs.webkit.org again... Another option is that the upload command could store a copy of the patch locally that you could then

Re: [webkit-dev] What is the webkit-patch version of svn-unapply?

2010-05-19 Thread Adam Barth
On Wed, May 19, 2010 at 11:25 AM, Darin Adler da...@apple.com wrote: It’s not obvious to me how to take a tool primarily designed for the git users and make it great for me, although it seems tantalizingly close. :) It's funny how the git users also tell me that the tool doesn't fit their

Re: [webkit-dev] webkit-patch requests

2010-05-19 Thread Maciej Stachowiak
On May 19, 2010, at 11:04 AM, Darin Adler wrote: On May 19, 2010, at 10:52 AM, Adam Barth wrote: Thanks for the feedback. Webkit-patch already respects the EDITOR environment variable. It should be a simple change to support the CHANGE_LOG_EDIT_APPLICATION environment variable also. The

Re: [webkit-dev] webkit-patch requests

2010-05-19 Thread Timothy Hatcher
The xed --wait is much better, since it waits for the files to be closed, not for Xcode to quit. (And quitting Xcode is pretty disruptive if you have projects open.) On May 19, 2010, at 1:08 PM, Maciej Stachowiak wrote: There’s also a tool called xed that I could probably use as an EDITOR.

[webkit-dev] 5th Annual WebKit Open Source Party!

2010-05-19 Thread Adele Peterson
Hi all, It's hard to believe it's been 5 years since the start of the WebKit Open Source Project. Let's celebrate! Apple's Safari/WebKit team is hosting a party in San Francisco during WWDC. Unlike in past years, our party this year will be limited to the WebKit community. So consider

Re: [webkit-dev] What is the webkit-patch version of svn-unapply?

2010-05-19 Thread Darin Adler
On May 19, 2010, at 2:05 PM, Chris Jerdonek wrote: I've always wondered the extent to which svn-unapply works for people. It works well for me most of the time. I have some vague memories of recent problems with removed and added files. I’ll try to pay closer attention now. -- Darin

[webkit-dev] Support for showModalDialog in WebKit

2010-05-19 Thread Prasad Tammana
I'm trying to add support for testing scenarios in the presence of modal dialogs to DumpRenderTree (DRT) and I'm running into an apparent limitation of WebKit support for showModalDialog JavaScript function. Here is what I'm trying to do: 1) I added webViewRunModal function to DRT's UIDelegate

Re: [webkit-dev] Pixel test differences between Leopard and Snow Leopard

2010-05-19 Thread James Robinson
Thanks for the feedback. I've filed the following bugs for the different steps involved (rebaselining, moving expectations, etc). https://bugs.webkit.org/show_bug.cgi?id=39317 https://bugs.webkit.org/show_bug.cgi?id=39319 https://bugs.webkit.org/show_bug.cgi?id=39325 In the process of updating

Re: [webkit-dev] Support for showModalDialog in WebKit

2010-05-19 Thread Darin Adler
On May 19, 2010, at 3:00 PM, Prasad Tammana wrote: I'm trying to add support for testing scenarios in the presence of modal dialogs to DumpRenderTree (DRT) and I'm running into an apparent limitation of WebKit support for showModalDialog JavaScript function. Here is what I'm trying to do: