[gwt-contrib] Granting forge author right to committers in Gerrit

2013-08-26 Thread Thomas Broyer
Hi, In light of https://gwt-review.googlesource.com/3780 (see diff between patchsets 5 and 6, and my comments after I uploaded patchset 6), I think committers should be granted the forge author right. That would allow us to fix nits in external contributors' patches without claiming

Re: [gwt-contrib] Granting forge author right to committers in Gerrit

2013-08-26 Thread Daniel Kurka
SGTM There might be legal implications though. Bhaskar? On Mon, Aug 26, 2013 at 11:49 AM, Thomas Broyer t.bro...@gmail.com wrote: Hi, In light of https://gwt-review.googlesource.com/3780 (see diff between patchsets 5 and 6, and my comments after I uploaded patchset 6), I think committers

Re: [gwt-contrib] CSS3 support in CssResource: Closure Stylesheets?

2013-08-26 Thread Julien Dramaix
Hi all, Just to inform you that I would like to give a try to add support of CSS3 in GWT if nobody is working on. After some research, I found another open source CSS parser in java supporting CSS3 : https://code.google.com/p/phloc-css If we need only a parser it could be a interesting

[gwt-contrib] Gwt benchmarks without Benchmark

2013-08-26 Thread Colin Alworth
Shortly after 2.5.1, the Benchmark classes were removed from GWT (https://gwt.googlesource.com/gwt/+/39eb6001a037fd8b6580a73a2540e6e9c04e54c2 and https://gwt.googlesource.com/gwt/+/00c7ce43df3a629b7302ab902a07431db7224e2b) - what are folks using for low-level performance testing these days?

Re: [gwt-contrib] Gwt benchmarks without Benchmark

2013-08-26 Thread John A. Tamplin
On Mon, Aug 26, 2013 at 1:47 PM, Colin Alworth niloc...@gmail.com wrote: Shortly after 2.5.1, the Benchmark classes were removed from GWT ( https://gwt.googlesource.com/gwt/+/39eb6001a037fd8b6580a73a2540e6e9c04e54c2and

Re: [gwt-contrib] Gwt benchmarks without Benchmark

2013-08-26 Thread Goktug Gokdogan
The latest benchmarks (before the removal Benchmarks suite) was done by custom infra: https://gwt.googlesource.com/gwt/+/master/reference/Microbenchmarks/src/com/google/gwt/reference/microbenchmark If you would like to collect timing from some previous GWTTestCases you can do that by overriding

[gwt-contrib] Re: GWT-Contributors Hangout on Air Event

2013-08-26 Thread Bhaskar Janakiraman
I haven't got any requests to participate yet. Just to make this clear: if you want to participate in the QA, you need to send me your name gmail address so I can add you to the invite. Otherwise, you can just watch the event from the G+ page. Thanks, Bhaskar On Fri, Aug 23, 2013 at 9:34 PM,

Re: [gwt-contrib] CSS3 support in CssResource: Closure Stylesheets?

2013-08-26 Thread Colin Alworth
I'd be interested in helping with either approach. The phloc-css project looks interesting if we are only trying to add support for newer CSS features, while integration with Closure Stylesheets seems geared more toward extending the CssResource featureset. Much of the existing functionality