[webkit-dev] wiki spammer

2012-02-27 Thread Osztrogonac Csaba
Hi, Please ban demetgelin...@gmail.com user from trac, because it started to SPAM the wiki: 01:07 UsingGitWithWebKit edited by demetgelin...@gmail.com (diff) 01:02 WikiStart edited by demetgelin...@gmail.com (diff) I removed these SPAMs. PS. We should add captcha for the registration

[webkit-dev] Loop invariant code motion support

2012-02-27 Thread vahag vardanyan
Hi. In this article http://wingolog.org/archives/2011/10/28/javascriptcore-the-webkit-js-implementationis saying that DFG jit doesn't support loop invariant code motion. But the article is written on 28 October, so does DFG currently support loop invariant code motion or is anyone working on it??

Re: [webkit-dev] Loop invariant code motion support

2012-02-27 Thread Andy Wingo
On Mon, 2012-02-27 at 18:55 +0400, vahag vardanyan wrote: DFG jit doesn't support loop invariant code motion. See https://bugs.webkit.org/show_bug.cgi?id=76770 In short, maybe JSC will do LICM in a few months, but there are some refactorings to do before then. Andy

Re: [webkit-dev] WebKit modularization

2012-02-27 Thread Alexey Proskuryakov
24.02.2012, в 10:00, Adam Barth написал(а): I'm happy to re-check them for license errors. If you can send me a list of the license errors you've noticed, I'll make sure they get addressed. For the record, I sent comments via private e-mail, and Adam refused to follow up on this promise

Re: [webkit-dev] WebKit modularization

2012-02-27 Thread Adam Barth
2012/2/27 Adam Barth aba...@webkit.org: 2012/2/27 Alexey Proskuryakov a...@webkit.org: 24.02.2012, в 10:00, Adam Barth написал(а): I'm happy to re-check them for license errors.  If you can send me a list of the license errors you've noticed, I'll make sure they get addressed. For the

Re: [webkit-dev] WebKit modularization

2012-02-27 Thread Adam Barth
2012/2/27 Alexey Proskuryakov a...@webkit.org: 27.02.2012, в 11:54, Adam Barth написал(а): Huh?  I'm sorry, I thought I addressed all the issues you spotted. Are there more I missed?  I certainly don't have any wish (or motivation) to mess up the copyright blocks. Thank you! I made the

Re: [webkit-dev] Moving WTF out of JavaScriptCore

2012-02-27 Thread Eric Seidel
Thank you, particularly to the Qt/Gtk folks who further readied their ports for this move over the last month. We're ready to go forward with this. We will be moving Source/JavaScriptCore/wtf to Source/WTF (and associated build files) this Wednesday, Feb 27th, 5PM PST. The move will likely

Re: [webkit-dev] Moving WTF out of JavaScriptCore

2012-02-27 Thread Mark Rowe
This will require some coordination to ensure that it doesn't break Apple's internal builds. It would be great if you could post a patch ahead of time so that we have some time to test and prepare for the changes on our side. Thanks, - Mark On 2012-02-27, at 15:27, Eric Seidel e...@webkit.org

Re: [webkit-dev] Moving WTF out of JavaScriptCore

2012-02-27 Thread Eric Seidel
The patch will be large (and thus likely un-reviewable/readable). But sure. I'll make sure to have a Mac-only patch for you by EOD tomorrow. I'll email this list with a link to the patch. On Mon, Feb 27, 2012 at 3:43 PM, Mark Rowe mr...@apple.com wrote: This will require some coordination to

Re: [webkit-dev] Moving WTF out of JavaScriptCore

2012-02-27 Thread Mark Rowe
On 2012-02-27, at 15:46, Eric Seidel e...@webkit.org wrote: The patch will be large (and thus likely un-reviewable/readable). But sure. I'll make sure to have a Mac-only patch for you by EOD tomorrow. Mac-only in what sense? We'd like to ensure it doesn't break our Windows builds too!

[webkit-dev] (no subject)

2012-02-27 Thread Dirk Pranke
Hi all, If you don't use webkit-patch and Git, you can stop reading now. Otherwise ... Currently, webkit-patch -g has some special logic for figuring out what to diff against for Git checkouts. Specifically, webkit-patch -g commitish gets translated to the git equivalent of 'git diff

[webkit-dev] webkit-patch and git revisions (was Re: (no subject))

2012-02-27 Thread Dirk Pranke
Sorry, I'm not sure how I missed the subject line on this ... -- Dirk On Mon, Feb 27, 2012 at 5:56 PM, Dirk Pranke dpra...@chromium.org wrote: Hi all, If you don't use webkit-patch and Git, you can stop reading now. Otherwise ... Currently, webkit-patch -g has some special logic for

Re: [webkit-dev] (no subject)

2012-02-27 Thread Oliver Hunt
On Feb 27, 2012, at 5:56 PM, Dirk Pranke wrote: Hi all, If you don't use webkit-patch and Git, you can stop reading now. Otherwise ... Currently, webkit-patch -g has some special logic for figuring out what to diff against for Git checkouts. Specifically, webkit-patch -g commitish

Re: [webkit-dev] (no subject)

2012-02-27 Thread Dirk Pranke
On Mon, Feb 27, 2012 at 6:02 PM, Oliver Hunt oli...@apple.com wrote: On Feb 27, 2012, at 5:56 PM, Dirk Pranke wrote: Hi all, If you don't use webkit-patch and Git, you can stop reading now. Otherwise ... Currently, webkit-patch -g has some special logic for figuring out what to diff

Re: [webkit-dev] Start to run layout-test on EFL build bot.

2012-02-27 Thread Dong Seong Hwang
Excellent!! 2012년 2월 27일 오전 10:08, Gyuyoung Kim gyuyoung@samsung.com님의 말: Hello WebKit folks, Finally, EFL build bot starts to run the layout test (as well as WebKit build) from Yesterday. - url : http://build.webkit.org/builders/EFL%20Linux%20Release = Results: 19475/28486 tests

Re: [webkit-dev] (no subject)

2012-02-27 Thread Konrad Piascik
I typically use webkit-patch to upload a single patch but really like your proposed change in 2a) to diff against what is staged for commit. This looks like it will be useful and cool. Konrad Sent from my BlackBerry on the Rogers Wireless Network - Original Message - From: Dirk Pranke

Re: [webkit-dev] (no subject)

2012-02-27 Thread Ryosuke Niwa
Do people really use git diff that often? I don't use git much but when I do I always get annoyed by the way git diff works because I almost always want git diff master. But then I don't really use git that much especially for WebKit, so ignore me if people who primarily use git thinks this is a