Re: [webkit-dev] How to diagnose a failing early-warning failure that passes on my machine?

2012-09-12 Thread Osztrogonac Csaba
I can't remember if it was disabled, and the result uploader code is still here: http://trac.webkit.org/browser/trunk/Tools/Scripts/webkitpy/tool/commands/earlywarningsystem.py#L90 Ossy Adam Barth írta: I think we disabled that because we didn't want to spam the bugs.webkit.org database with

[webkit-dev] the new TestExpectations syntax is landing soon

2012-09-12 Thread Dirk Pranke
Hi all, The new format of the much-debated TestExpectations syntax will be landing soon (hopefully in the next couple days). For those of who have forgotten / repressed the earlier debates, the new syntax looks something like: webkit.org/b/12345 [ Mac Vista] fast/html/keygen.html [

Re: [webkit-dev] the new TestExpectations syntax is landing soon

2012-09-12 Thread Dirk Pranke
Also, for anyone wondering, the check in failing test baselines feature will be landing shortly after this sticks. I'll send out another note with details on that when we get there. -- Dirk On Wed, Sep 12, 2012 at 4:29 PM, Dirk Pranke dpra...@chromium.org wrote: Hi all, The new format of the

[webkit-dev] Removing the prefix from webkitPostMessage

2012-09-12 Thread Adam Barth
I've posted a patch to delete webkitPostMessage in favor of the identically behaving, unprefixed postMessage: https://bugs.webkit.org/show_bug.cgi?id=96577 We've discussed this topic previously in http://lists.webkit.org/pipermail/webkit-dev/2012-April/020237.html. In that thread, I was asked

Re: [webkit-dev] Removing the prefix from webkitPostMessage

2012-09-12 Thread Maciej Stachowiak
On Sep 12, 2012, at 5:10 PM, Adam Barth aba...@webkit.org wrote: I've posted a patch to delete webkitPostMessage in favor of the identically behaving, unprefixed postMessage: https://bugs.webkit.org/show_bug.cgi?id=96577 We've discussed this topic previously in

Re: [webkit-dev] Removing the prefix from webkitPostMessage

2012-09-12 Thread Adam Barth
On Wed, Sep 12, 2012 at 5:34 PM, Maciej Stachowiak m...@apple.com wrote: On Sep 12, 2012, at 5:10 PM, Adam Barth aba...@webkit.org wrote: I've posted a patch to delete webkitPostMessage in favor of the identically behaving, unprefixed postMessage: https://bugs.webkit.org/show_bug.cgi?id=96577

Re: [webkit-dev] Removing the prefix from webkitPostMessage

2012-09-12 Thread Maciej Stachowiak
On Sep 12, 2012, at 5:51 PM, Adam Barth aba...@webkit.org wrote: On Wed, Sep 12, 2012 at 5:34 PM, Maciej Stachowiak m...@apple.com wrote: On Sep 12, 2012, at 5:10 PM, Adam Barth aba...@webkit.org wrote: I've posted a patch to delete webkitPostMessage in favor of the identically behaving,

[webkit-dev] Results of removing -khtml- and -apple- CSS vendor prefixes

2012-09-12 Thread Adam Barth
As discussed in http://lists.webkit.org/pipermail/webkit-dev/2012-April/020183.html, Chromium experimented with removing the -khtml- and -apple- vendor prefixes from CSS properties. We broke one Apple web page, which Apple was kind enough to fix. Other than that, we have encountered no problems.

Re: [webkit-dev] Removing the prefix from webkitPostMessage

2012-09-12 Thread Adam Barth
On Wed, Sep 12, 2012 at 6:03 PM, Maciej Stachowiak m...@apple.com wrote: On Sep 12, 2012, at 5:51 PM, Adam Barth aba...@webkit.org wrote: On Wed, Sep 12, 2012 at 5:34 PM, Maciej Stachowiak m...@apple.com wrote: On Sep 12, 2012, at 5:10 PM, Adam Barth aba...@webkit.org wrote: I've posted a

Re: [webkit-dev] Removing the prefix from webkitPostMessage

2012-09-12 Thread Maciej Stachowiak
On Sep 12, 2012, at 6:17 PM, Adam Barth aba...@webkit.org wrote: I don't think we should adopt policies without some evidence that they work. I'm glad that we had a discussion about this topic at the contributor's meeting, and I'm also glad that we tried out

Re: [webkit-dev] Removing the prefix from webkitPostMessage

2012-09-12 Thread Adam Barth
On Wed, Sep 12, 2012 at 6:40 PM, Maciej Stachowiak m...@apple.com wrote: On Sep 12, 2012, at 6:17 PM, Adam Barth aba...@webkit.org wrote: I don't think we should adopt policies without some evidence that they work. I'm glad that we had a discussion about this topic at the contributor's

Re: [webkit-dev] Removing the prefix from webkitPostMessage

2012-09-12 Thread Ojan Vafai
On Wed, Sep 12, 2012 at 6:40 PM, Maciej Stachowiak m...@apple.com wrote: - Is this approach substantially less time and effort than adding a histogram-style metric? I expect you have added a histogram to Chrome at some point, and so can comment on the relative difficulty and time to produce