[gwt-contrib] Change in gwt[master]: Fixes ISSUE 7079 - Add support for the newer bindery Handler...

2013-04-11 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Fixes ISSUE 7079 - Add support for the newer bindery HandlerRegistration .. Patch Set 1: That was just me looking at the wrong place for CLAs sorry about that

[gwt-contrib] Change in gwt[master]: Changes error messaging in devmode.js.

2013-04-11 Thread Goktug Gokdogan
Goktug Gokdogan has abandoned this change. Change subject: Changes error messaging in devmode.js. .. Abandoned Submitted. -- To view, visit https://gwt-review.googlesource.com/2481 To unsubscribe, visit https://gwt-review.goo

[gwt-contrib] Change in gwt[master]: By default, disable Super Dev Mode on https pages. This shou...

2013-04-11 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: By default, disable Super Dev Mode on https pages. This should make it safer to leave the Super Dev Mode hook on all the time when the production server uses https. ...

[gwt-contrib] Change in gwt[master]: By default, disable Super Dev Mode on https pages. This shou...

2013-04-11 Thread Brian Slesinsky
Brian Slesinsky has uploaded a new patch set (#2). Change subject: By default, disable Super Dev Mode on https pages. This should make it safer to leave the Super Dev Mode hook on all the time when the production server uses https.

[gwt-contrib] Change in gwt[master]: Changes error messaging in devmode.js.

2013-04-11 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Changes error messaging in devmode.js. .. Patch Set 1: Code-Review+1 -- To view, visit https://gwt-review.googlesource.com/2481 To unsubscribe, visit https://

[gwt-contrib] Change in gwt[master]: Changes error messaging in devmode.js.

2013-04-11 Thread Goktug Gokdogan
Goktug Gokdogan has uploaded a new change for review. https://gwt-review.googlesource.com/2481 Change subject: Changes error messaging in devmode.js. .. Changes error messaging in devmode.js. This change makes sure we show

Re: [gwt-contrib] Re: Jenkins test setup

2013-04-11 Thread Goktug Gokdogan
Cool! dev+htmlunit combination is the fastest internally so you might consider running it more frequently to get even quicker feedback. On Thu, Apr 11, 2013 at 3:44 PM, Matthew Dempsky wrote: > Status update: I've moved gwt-ci.dempsky.org to a new VPS with more RAM > and swap (and better uptime,

[gwt-contrib] Change in gwt[master]: By default, disable Super Dev Mode on https pages. This shou...

2013-04-11 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: By default, disable Super Dev Mode on https pages. This should make it safer to leave the Super Dev Mode hook on all the time when the production server uses https. ...

[gwt-contrib] Re: Jenkins test setup

2013-04-11 Thread Matthew Dempsky
Status update: I've moved gwt-ci.dempsky.org to a new VPS with more RAM and swap (and better uptime, I expect), and now the open source test suite is actually able to successfully run: http://gwt-ci.dempsky.org:8080/job/gwt/4/ Still takes about 2 hours to just run the dev+draft tests, and I expect

[gwt-contrib] Change in gwt[master]: By default, disable Super Dev Mode on https pages. This shou...

2013-04-11 Thread Brian Slesinsky
Brian Slesinsky has uploaded a new change for review. https://gwt-review.googlesource.com/2480 Change subject: By default, disable Super Dev Mode on https pages. This should make it safer to leave the Super Dev Mode hook on all the time when the production server uses https.

[gwt-contrib] Change in gwt[master]: Avoid creating anonymous inner classes with wildcard type pa...

2013-04-11 Thread Goktug Gokdogan
Goktug Gokdogan has posted comments on this change. Change subject: Avoid creating anonymous inner classes with wildcard type parameters. .. Patch Set 1: (2 comments) Fi

[gwt-contrib] Change in gwt[master]: Avoid creating anonymous inner classes with wildcard type pa...

2013-04-11 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Avoid creating anonymous inner classes with wildcard type parameters. .. Patch Set 1: Code-Review+1 (4 comments) .

[gwt-contrib] Change in gwt[master]: Avoid creating anonymous inner classes with wildcard type pa...

2013-04-11 Thread Roberto Lublinerman
Roberto Lublinerman has uploaded a new change for review. https://gwt-review.googlesource.com/2470 Change subject: Avoid creating anonymous inner classes with wildcard type parameters. .. Avoid creating anonymous inner cl

[gwt-contrib] Change in gwt[master]: Prevent dev mode breakage when lots of jso classes are used.

2013-04-11 Thread James Nelson
James Nelson has posted comments on this change. Change subject: Prevent dev mode breakage when lots of jso classes are used. .. Patch Set 3: Yes, this patch will not be able to fix the actual underlying issue; the best it c

[gwt-contrib] Change in gwt[master]: Prevent dev mode breakage when lots of jso classes are used.

2013-04-11 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Prevent dev mode breakage when lots of jso classes are used. .. Patch Set 3: I've only skimmed, but it looks like changing the format for a dispId would be

[gwt-contrib] Change in gwt[master]: Reduce ClassSourceFileComposer memory and time complexity to...

2013-04-11 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Reduce ClassSourceFileComposer memory and time complexity to O(N) .. Patch Set 2: (1 comment) File us

[gwt-contrib] Change in gwt[master]: Reduce ClassSourceFileComposer memory and time complexity to...

2013-04-11 Thread Matthew Dempsky
Matthew Dempsky has uploaded a new patch set (#4). Change subject: Reduce ClassSourceFileComposer memory and time complexity to O(N) .. Reduce ClassSourceFileComposer memory and time complexity to O(N) For long strings with

[gwt-contrib] Change in gwt[master]: Reduce ClassSourceFileComposer memory and time complexity to...

2013-04-11 Thread Matthew Dempsky
Matthew Dempsky has uploaded a new patch set (#3). Change subject: Reduce ClassSourceFileComposer memory and time complexity to O(N) .. Reduce ClassSourceFileComposer memory and time complexity to O(N) For long strings with

[gwt-contrib] Change in gwt[master]: Reduce ClassSourceFileComposer memory and time complexity to...

2013-04-11 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Reduce ClassSourceFileComposer memory and time complexity to O(N) .. Patch Set 2: Code-Review+1 (1 comment) I'm fine with pushing the fix of print("foo\n")

[gwt-contrib] Change in gwt[master]: Reduce ClassSourceFileComposer memory and time complexity to...

2013-04-11 Thread Matthew Dempsky
Matthew Dempsky has uploaded a new patch set (#2). Change subject: Reduce ClassSourceFileComposer memory and time complexity to O(N) .. Reduce ClassSourceFileComposer memory and time complexity to O(N) For long strings with

[gwt-contrib] Change in gwt[master]: Reduce O(N^2) memory complexity to O(N)

2013-04-11 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Reduce O(N^2) memory complexity to O(N) .. Patch Set 1: (4 comments) Thanks for the review! Commit Mess

[gwt-contrib] Change in gwt[master]: Reduce O(N^2) memory complexity to O(N)

2013-04-11 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Reduce O(N^2) memory complexity to O(N) .. Patch Set 1: (4 comments) Nits only. I'm still somwhat sleep-deprived so feel free to disregard my comments ;-) (

[gwt-contrib] Change in gwt[master]: Reduce O(N^2) memory complexity to O(N)

2013-04-11 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Reduce O(N^2) memory complexity to O(N) .. Patch Set 1: Without this patch, ResourcesSuite fails in dev mode with an out-of-memory error when run with -Xmx1