[gwt-contrib] Change in gwt[master]: Fix non deterministic behaviour in TypeTightener.

2013-04-15 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Fix non deterministic behaviour in TypeTightener. .. Patch Set 4: Code-Review+1 (1 comment) Seems basically okay but I didn't verify anything about when it's

Re: [gwt-contrib] Re: future of jvm dev mode

2013-04-15 Thread John A. Tamplin
On Mon, Apr 15, 2013 at 8:48 PM, Ray Cromwell wrote: > Another downside of DevMode maintenance is all the hacks needed in the > codebase around isScript()/@GwtScriptOnly and other magic JVM stuff. > Many of those hacks are there for both performance and debugging (ie, where the JS version is a mo

[gwt-contrib] Change in gwt[master]: Fix non deterministic behaviour in TypeTightener.

2013-04-15 Thread Roberto Lublinerman
Roberto Lublinerman has posted comments on this change. Change subject: Fix non deterministic behaviour in TypeTightener. .. Patch Set 2: (4 comments) Commit Message Line 9

[gwt-contrib] Change in gwt[master]: Fix non deterministic behaviour in TypeTightener.

2013-04-15 Thread Roberto Lublinerman
Roberto Lublinerman has uploaded a new patch set (#4). Change subject: Fix non deterministic behaviour in TypeTightener. .. Fix non deterministic behaviour in TypeTightener. JProgram.generalizeTypes(Collection) depends on the o

[gwt-contrib] Change in gwt[master]: Fix non deterministic behaviour in TypeTightener.

2013-04-15 Thread Roberto Lublinerman
Roberto Lublinerman has uploaded a new patch set (#3). Change subject: Fix non deterministic behaviour in TypeTightener. .. Fix non deterministic behaviour in TypeTightener. JProgram.generalizeTypes(Collection) depends on the o

Re: [gwt-contrib] Re: future of jvm dev mode

2013-04-15 Thread Ray Cromwell
Another downside of DevMode maintenance is all the hacks needed in the codebase around isScript()/@GwtScriptOnly and other magic JVM stuff. There are still lingering bugs in HostedModeClassRewriter around SingleJsoImpls and generics. I agree that there is nothing that works as smoothly and JVM roun

Re: [gwt-contrib] Linker bug with useSourceMaps

2013-04-15 Thread Ray Cromwell
Good catch. The real solution IMHO to these issues is to do linker processing on a JS AST, not on text. Most of the current linker API relies on string operations which make designing a non-brittle sourcemap difficult. If for example, we read the JS for the fragment via the Closure/Rhino AST, then

[gwt-contrib] Change in gwt[master]: Fix non deterministic behaviour in TypeTightener.

2013-04-15 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Fix non deterministic behaviour in TypeTightener. .. Patch Set 2: Code-Review+1 (3 comments) Seems fine. I was wondering whether we could replace LinkedHash

[gwt-contrib] Change in gwt[master]: Fix non deterministic behaviour in TypeTightener.

2013-04-15 Thread Ray Cromwell
Ray Cromwell has posted comments on this change. Change subject: Fix non deterministic behaviour in TypeTightener. .. Patch Set 2: Code-Review+1 (1 comment) I'm ok with the solution, but it leaves me wonder if we should opt w

[gwt-contrib] Change in gwt[master]: Fix non deterministic behaviour in TypeTightener.

2013-04-15 Thread Roberto Lublinerman
Roberto Lublinerman has uploaded a new patch set (#2). Change subject: Fix non deterministic behaviour in TypeTightener. .. Fix non deterministic behaviour in TypeTightener. JProgram.generalizeTyeps(Collection) depends on the o

[gwt-contrib] Change in gwt[master]: Fix non deterministic behaviour in TypeTightener.

2013-04-15 Thread Roberto Lublinerman
Roberto Lublinerman has uploaded a new change for review. https://gwt-review.googlesource.com/2530 Change subject: Fix non deterministic behaviour in TypeTightener. .. Fix non deterministic behaviour in TypeTightener. JProg

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

2013-04-15 Thread Roberto Lublinerman
Roberto Lublinerman has posted comments on this change. Change subject: Avoid creating anonymous inner classes with wildcard type parameters. .. Patch Set 3: (3 comments) ...

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

2013-04-15 Thread Roberto Lublinerman
Roberto Lublinerman has uploaded a new patch set (#4). Change subject: Avoid creating anonymous inner classes with wildcard type parameters. .. Avoid creating anonymous inner classes with wildcard type parameters. Under Java

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

2013-04-15 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: (1 comment) Sorry, I forgot to publish this one before. ...

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

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

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

2013-04-15 Thread Roberto Lublinerman
Roberto Lublinerman has posted comments on this change. Change subject: Avoid creating anonymous inner classes with wildcard type parameters. .. Patch Set 2: (8 comments) ...

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

2013-04-15 Thread Roberto Lublinerman
Roberto Lublinerman has uploaded a new patch set (#3). Change subject: Avoid creating anonymous inner classes with wildcard type parameters. .. Avoid creating anonymous inner classes with wildcard type parameters. Under Java

[gwt-contrib] Change in gwt[master]: Remove one source of non determinism in MethodInliner.

2013-04-15 Thread Roberto Lublinerman
Roberto Lublinerman has abandoned this change. Change subject: Remove one source of non determinism in MethodInliner. .. Abandoned Sumbitted, thanks! -- To view, visit https://gwt-review.googlesource.com/2490 To unsubscribe,

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

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

[gwt-contrib] Change in gwt[master]: Adding a DOM clear method to RootPanel

2013-04-15 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Adding a DOM clear method to RootPanel .. Patch Set 3: Code-Review-1 I think this probably isn't worth doing. I don't see why we should change a public API

[gwt-contrib] Change in gwt[master]: Adding a DOM clear method to RootPanel

2013-04-15 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Adding a DOM clear method to RootPanel .. Patch Set 2: (1 comment) File user/src/com/google/gwt/user/clien

[gwt-contrib] Change in gwt[master]: Adding a DOM clear method to RootPanel

2013-04-15 Thread Goktug Gokdogan
Goktug Gokdogan has posted comments on this change. Change subject: Adding a DOM clear method to RootPanel .. Patch Set 2: (3 comments) Daniel, can you also respond to other concerns? It is a good idea to respond every commen

[gwt-contrib] Change in gwt[master]: Adding a DOM clear method to RootPanel

2013-04-15 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#3). Change subject: Adding a DOM clear method to RootPanel .. Adding a DOM clear method to RootPanel By calling rootPanel.clear(true) the user can clear widgets AND DOM elements locat

[gwt-contrib] Change in gwt[master]: Adding a DOM clear method to RootPanel

2013-04-15 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Adding a DOM clear method to RootPanel .. Patch Set 2: (1 comment) File user/src/com/google/gwt/user/client

[gwt-contrib] Change in gwt[master]: Removes api-checker reference JARs from the source tree.

2013-04-15 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Removes api-checker reference JARs from the source tree. .. Patch Set 1: A lot of people will tell you that putting binaries in a VCS is a Bad Thing™, and 99%

[gwt-contrib] Change in gwt[master]: Add methods to HasTreeItems

2013-04-15 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#2). Change subject: Add methods to HasTreeItems .. Add methods to HasTreeItems -getItem -getItemCount -getItemIndex fixes ISSUE 30 Change-Id: I0a1a20be6dba36f3978d08178b92269b2736f1

[gwt-contrib] Change in gwt[master]: Adding a DOM clear method to RootPanel

2013-04-15 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Adding a DOM clear method to RootPanel .. Patch Set 2: (1 comment) IMO this should remove all child *nodes*, not only elements. ..

[gwt-contrib] Change in gwt[master]: Adding a DOM clear method to RootPanel

2013-04-15 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#2). Change subject: Adding a DOM clear method to RootPanel .. Adding a DOM clear method to RootPanel By calling rootPanel.clear(true) the user can clear widgets AND DOM elements locat

[gwt-contrib] Change in gwt[master]: Adding a DOM clear method to RootPanel

2013-04-15 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Adding a DOM clear method to RootPanel .. Patch Set 1: I like that. Perhaps add Element.removeAllChildren() and put documentation in root panel's javadoc sh

[gwt-contrib] Change in gwt[master]: Adding a DOM clear method to RootPanel

2013-04-15 Thread Goktug Gokdogan
Goktug Gokdogan has posted comments on this change. Change subject: Adding a DOM clear method to RootPanel .. Patch Set 1: (2 comments) File user/src/com/google/gwt/user/cl

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

2013-04-15 Thread Roberto Lublinerman
Roberto Lublinerman has posted comments on this change. Change subject: Avoid creating anonymous inner classes with wildcard type parameters. .. Patch Set 1: (6 comments) ...

[gwt-contrib] Change in gwt[master]: Removes api-checker reference JARs from the source tree.

2013-04-15 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Removes api-checker reference JARs from the source tree. .. Patch Set 1: It seems like we should have a separate repo in Gerrit for GWT dependencies, with c

[gwt-contrib] Change in gwt[master]: Add methods to HasTreeItems

2013-04-15 Thread Goktug Gokdogan
Goktug Gokdogan has posted comments on this change. Change subject: Add methods to HasTreeItems .. Patch Set 1: Code-Review+1 (9 comments) Nit comments on javadoc style. Although it is breaking change I guess it is safe to a

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

2013-04-15 Thread Roberto Lublinerman
Roberto Lublinerman has uploaded a new patch set (#2). Change subject: Avoid creating anonymous inner classes with wildcard type parameters. .. Avoid creating anonymous inner classes with wildcard type parameters. Under Java

[gwt-contrib] Change in gwt[master]: Verify that Timer has not been canceled before firing

2013-04-15 Thread Brian Slesinsky
Brian Slesinsky has posted comments on this change. Change subject: Verify that Timer has not been canceled before firing .. Patch Set 3: To be specific, it was changed as part of Ray's massive patch to support module unload

[gwt-contrib] Change in gwt[master]: Verify that Timer has not been canceled before firing

2013-04-15 Thread Goktug Gokdogan
Goktug Gokdogan has posted comments on this change. Change subject: Verify that Timer has not been canceled before firing .. Patch Set 3: (2 comments) File user/src/com/goo

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

2013-04-15 Thread Matthew Dempsky
Matthew Dempsky has abandoned this change. Change subject: Reduce ClassSourceFileComposer memory and time complexity to O(N) .. Abandoned Submitted. -- To view, visit https://gwt-review.googlesource.com/2460 To unsubscribe

[gwt-contrib] Change in gwt[master]: Verify that Timer has not been canceled before firing

2013-04-15 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Verify that Timer has not been canceled before firing .. Patch Set 3: (2 comments) File user/src/com/goo

[gwt-contrib] Change in gwt[master]: Adding a DOM clear method to RootPanel

2013-04-15 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Adding a DOM clear method to RootPanel .. Patch Set 1: Code-Review+1 (2 comments) File user/src/com/goog

[gwt-contrib] Change in gwt[master]: Verify that Timer has not been canceled before firing

2013-04-15 Thread Matthew Dempsky
Matthew Dempsky has posted comments on this change. Change subject: Verify that Timer has not been canceled before firing .. Patch Set 1: FYI, no need to abandon. That error message was just for posting the message to the m

[gwt-contrib] Change in gwt[master]: Adding a DOM clear method to RootPanel

2013-04-15 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/2512 Change subject: Adding a DOM clear method to RootPanel .. Adding a DOM clear method to RootPanel By calling rootPanel.clear(true) t

[gwt-contrib] Change in gwt[master]: Add methods to HasTreeItems

2013-04-15 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Add methods to HasTreeItems .. Patch Set 1: Code-Review+1 Should these methods in Tree and TreeItem be unit-tested? How much do we care about breaking backward

[gwt-contrib] Change in gwt[master]: Verify that Timer has not been canceled before firing

2013-04-15 Thread Thomas Broyer
Thomas Broyer has posted comments on this change. Change subject: Verify that Timer has not been canceled before firing .. Patch Set 2: (3 comments) Where can I find instructions for how to configure Eclipse to not automatic

[gwt-contrib] Change in gwt[master]: Add methods to HasTreeItems

2013-04-15 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/2520 Change subject: Add methods to HasTreeItems .. Add methods to HasTreeItems -getItem -getItemCount -getItemIndex fixes ISSUE 30 Ch

[gwt-contrib] Change in gwt[master]: Verify that Timer has not been canceled before firing

2013-04-15 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Verify that Timer has not been canceled before firing .. Patch Set 1: Code-Review+1 (4 comments) small nits, see comments .