[gwt-contrib] Issue 3849: RPC Serialization policy

2009-09-11 Thread George Georgovassilis
I've been recently struggling with getting Gilead to work properly with dynamic proxy mode. When DTOs implement Serializable instead of IsSerializable, RPC forces the use of a serialization policy. Apparently not all domain classes end up in the serialization policy (as a matter of fact, manually

[gwt-contrib] Re: Add more HtmlUnit platforms/browsers testings

2009-09-11 Thread Frank Lin
Here was what I got when using -htmlunit FF3,FF2,IE7,IE6 The memory already 2G: -Xmx=2048m [junit] Exception in thread main java.lang.OutOfMemoryError: Java heap space [junit] at java.lang.StringCoding$StringEncoder.encode(StringCoding.java:250) [junit] at

[gwt-contrib] [google-web-toolkit] r6121 committed - Use pre around exception stack traces to preserve whitespace and use...

2009-09-11 Thread codesite-noreply
Revision: 6121 Author: j...@google.com Date: Fri Sep 11 10:46:51 2009 Log: Use pre around exception stack traces to preserve whitespace and use a fixed-width font. Patch by: jat Review by: spoon (desk) http://code.google.com/p/google-web-toolkit/source/detail?r=6121 Modified:

[gwt-contrib] CloneStatementVisitor

2009-09-11 Thread cromwellian
Reviewers: Lex, scottb, Description: General purpose statement cloner (delegates to CloneExpressionVisitor for expressions). Used by upcoming inliner. Please review this at http://gwt-code-reviews.appspot.com/66802 Affected files:

[gwt-contrib] Re: CloneStatementVisitor

2009-09-11 Thread scottb
The one thing I don't understand is how you handle locals and params? If you clone an expression or statements from one method into another, how do you handle the fact that local refs and params target the wrong method? Otherwise LGTM. http://gwt-code-reviews.appspot.com/66802

[gwt-contrib] Re: CloneStatementVisitor

2009-09-11 Thread Ray Cromwell
That's currently handled by the new inliner, which I'll be dropping hopefully today after I drop the Flattener/Unflattener and some other stuff. Basically, each method-call param is assigned to a temp, and for each local in the target method, a new temp local is created. CloneStatementVisitor is

[gwt-contrib] Compiler Stats Intrumentation

2009-09-11 Thread cromwellian
Reviewers: Lex, scottb, Description: Most of my other optimizations depend on this class, so I'm dropping this first for review along with a sample instrumentation of MethodInliner. This class simply counts certain operations or non-operations within the compiler, in this case, why certain

[gwt-contrib] Re: CloneStatementVisitor

2009-09-11 Thread Scott Blum
Gotcha. Okay that makes sense. At the same time, I can't help but wonder if the idea of retargeting to new params/locals couldn't somehow be baked into the Cloners to force the issue. On Fri, Sep 11, 2009 at 3:52 PM, Ray Cromwell cromwell...@gmail.com wrote: That's currently handled by the

[gwt-contrib] Re: CloneStatementVisitor

2009-09-11 Thread Lex Spoon
On Fri, Sep 11, 2009 at 4:25 PM, Scott Blum sco...@google.com wrote: Gotcha.  Okay that makes sense.  At the same time, I can't help but wonder if the idea of retargeting to new params/locals couldn't somehow be baked into the Cloners to force the issue. Conceivably a statement could be

[gwt-contrib] Re: Introduces inline styles to ui.xml files

2009-09-11 Thread Bruce Johnson
Another w00t! This is brilliant. On Thu, Sep 10, 2009 at 7:00 PM, Joel Webber j...@google.com wrote: W00t, thanks. Looking forward to using this.Thanks for doing this review, Lex. On Thu, Sep 10, 2009 at 4:36 PM, rj...@google.com wrote: On 2009/09/10 19:54:05, Ray Ryan wrote:

[gwt-contrib] [google-web-toolkit] r6124 committed - Revert inadvertent commit.

2009-09-11 Thread codesite-noreply
Revision: 6124 Author: j...@google.com Date: Fri Sep 11 15:38:45 2009 Log: Revert inadvertent commit. http://code.google.com/p/google-web-toolkit/source/detail?r=6124 Deleted: /trunk/plugins/npapi/prebuilt/chrome-gwtdmp --~--~-~--~~~---~--~~

[gwt-contrib] Re: Introduces inline styles to ui.xml files

2009-09-11 Thread Bruce Johnson
And those class names get obfuscated, too, right? On Fri, Sep 11, 2009 at 6:24 PM, Ray Ryan rj...@google.com wrote: Want to see the best part? Css namespaces for free, courtesy of CssResource. ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder' ui:style .pretty { color: red;

[gwt-contrib] Re: Introduces inline styles to ui.xml files

2009-09-11 Thread Ray Ryan
Yup. And dropped completely if you forget to use them. On Fri, Sep 11, 2009 at 3:54 PM, Bruce Johnson br...@google.com wrote: And those class names get obfuscated, too, right? On Fri, Sep 11, 2009 at 6:24 PM, Ray Ryan rj...@google.com wrote: Want to see the best part? Css namespaces for

[gwt-contrib] [google-web-toolkit] r6125 committed - Moved here from Incubator

2009-09-11 Thread codesite-noreply
Revision: 6125 Author: rj...@google.com Date: Fri Sep 11 16:12:54 2009 Log: Moved here from Incubator http://code.google.com/p/google-web-toolkit/source/detail?r=6125 Added: /wiki/UiBinder.wiki === --- /dev/null +++ /wiki/UiBinder.wiki Fri Sep 11 16:12:54

[gwt-contrib] [google-web-toolkit] r6126 committed - Corrections from tgdavies

2009-09-11 Thread codesite-noreply
Revision: 6126 Author: rj...@google.com Date: Fri Sep 11 16:17:04 2009 Log: Corrections from tgdavies http://code.google.com/p/google-web-toolkit/source/detail?r=6126 Modified: /wiki/UiBinder.wiki === --- /wiki/UiBinder.wiki Fri Sep 11 16:12:54 2009 +++

[gwt-contrib] [google-web-toolkit] r6127 committed - Moved here from incubator

2009-09-11 Thread codesite-noreply
Revision: 6127 Author: rj...@google.com Date: Fri Sep 11 16:18:26 2009 Log: Moved here from incubator http://code.google.com/p/google-web-toolkit/source/detail?r=6127 Added: /wiki/UiBinderI18n.wiki === --- /dev/null +++ /wiki/UiBinderI18n.wiki Fri Sep 11

[gwt-contrib] [google-web-toolkit] r6128 committed - Move Windows registry and dialog box code to common location to share ...

2009-09-11 Thread codesite-noreply
Revision: 6128 Author: j...@google.com Date: Fri Sep 11 16:24:58 2009 Log: Move Windows registry and dialog box code to common location to share between NPAPI and IE (for now, eventually Chrome needs a platform-independent UI), checkin packaged Chrome extension with access list UI.

[gwt-contrib] [google-web-toolkit] r6129 committed - Edited wiki page through web user interface.

2009-09-11 Thread codesite-noreply
Revision: 6129 Author: tamplinjohn Date: Fri Sep 11 16:25:53 2009 Log: Edited wiki page through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=6129 Modified: /wiki/UsingOOPHM.wiki === --- /wiki/UsingOOPHM.wiki Thu Sep

[gwt-contrib] [google-web-toolkit] r6131 committed - Fixed some typoes

2009-09-11 Thread codesite-noreply
Revision: 6131 Author: rj...@google.com Date: Fri Sep 11 16:41:35 2009 Log: Fixed some typoes http://code.google.com/p/google-web-toolkit/source/detail?r=6131 Modified: /wiki/UiBinder.wiki === --- /wiki/UiBinder.wiki Fri Sep 11 16:34:19 2009 +++

[gwt-contrib] [google-web-toolkit] r6132 committed - More typos

2009-09-11 Thread codesite-noreply
Revision: 6132 Author: rj...@google.com Date: Fri Sep 11 16:42:56 2009 Log: More typos http://code.google.com/p/google-web-toolkit/source/detail?r=6132 Modified: /wiki/UiBinder.wiki === --- /wiki/UiBinder.wiki Fri Sep 11 16:41:35 2009 +++

[gwt-contrib] [google-web-toolkit] r6133 committed - Aaaaand more typos

2009-09-11 Thread codesite-noreply
Revision: 6133 Author: rj...@google.com Date: Fri Sep 11 16:45:48 2009 Log: And more typos http://code.google.com/p/google-web-toolkit/source/detail?r=6133 Modified: /wiki/UiBinder.wiki === --- /wiki/UiBinder.wiki Fri Sep 11 16:42:56 2009 +++

[gwt-contrib] [google-web-toolkit] r6135 committed - Programatic access to styles

2009-09-11 Thread codesite-noreply
Revision: 6135 Author: rj...@google.com Date: Fri Sep 11 17:09:28 2009 Log: Programatic access to styles http://code.google.com/p/google-web-toolkit/source/detail?r=6135 Modified: /wiki/UiBinder.wiki === --- /wiki/UiBinder.wiki Fri Sep 11 16:58:20 2009 +++

[gwt-contrib] [google-web-toolkit] r6137 committed - Did we mention about handler binding?

2009-09-11 Thread codesite-noreply
Revision: 6137 Author: rj...@google.com Date: Fri Sep 11 17:19:58 2009 Log: Did we mention about handler binding? http://code.google.com/p/google-web-toolkit/source/detail?r=6137 Modified: /wiki/UiBinder.wiki === --- /wiki/UiBinder.wiki Fri Sep 11 17:10:20