[gwt-contrib] Re: Allows enum ordinalization to proceed for enums with static methods/fields (issue1428808)

2011-05-03 Thread jbrosenberg
I agree there are more opportunities for ordinalization here, as suggested by Scott (e.g. allow references to $VALUES, or to static fields/methods on enum instances. I can pursue those further in a follow-on release. http://gwt-code-reviews.appspot.com/1428808/diff/1/dev/core/src/com/google/gwt

[gwt-contrib] Re: Allows enum ordinalization to proceed for enums with static methods/fields (issue1428808)

2011-05-03 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1428808/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Update the flute jar to accept double colon notation in css selectors, rename (issue1431801)

2011-05-03 Thread unnurg
http://gwt-code-reviews.appspot.com/1431801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Update the flute jar to accept double colon notation in css selectors, rename (issue1431801)

2011-05-03 Thread unnurg
http://gwt-code-reviews.appspot.com/1431801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Re : Update the flute jar to accept double colon notation in css selectors, rename (issue1431801)

2011-05-03 Thread Unnur Gretarsdottir
Hi Thomas - We considered the more comprehensive fixes (updating SAC, as well as fully updating the entire tree to better understand CSS3) and decided that we don't have the resources to do so at this time. So right now, we're looking to do the bare minimum fix that would allow people to use syn

[gwt-contrib] Re : Update the flute jar to accept double colon notation in css selectors, rename (issue1431801)

2011-05-03 Thread Thomas Broyer
Rietveld is down atm (giving 500 errors) so i'll comment here: Le mercredi 4 mai 2011 02:21:56 UTC+2, unnurg a écrit : > > Index: user/src/com/google/gwt/resources/css/GenerateCssAst.java > === > --- user/src/com/google/gwt/resources

[gwt-contrib] Update the flute jar to accept double colon notation in css selectors, rename (issue1431801)

2011-05-03 Thread unnurg
Reviewers: cromwellian, Description: Update the flute jar to accept double colon notation in css selectors, rename it to version 2, and use it throughout gwt. Also update the AST generation code to output double colons for any pseudo class/element that was is not supported with the single colon n

[gwt-contrib] [google-web-toolkit] r10133 committed - Tweak javadoc on LazyDomElement

2011-05-03 Thread codesite-noreply
Revision: 10133 Author: rj...@google.com Date: Tue May 3 12:27:48 2011 Log: Tweak javadoc on LazyDomElement http://code.google.com/p/google-web-toolkit/source/detail?r=10133 Modified: /trunk/user/src/com/google/gwt/uibinder/client/LazyDomElement.java ===

[gwt-contrib] 1. Assert, at runtime, that GWT is running in Standards Mode (i.e. with an appropriate DOCTYPE d... (issue1422816)

2011-05-03 Thread fredsa
Reviewers: jlabanca, Description: 1. Assert, at runtime, that GWT is running in Standards Mode (i.e. with an appropriate DOCTYPE declaration), e.g 2. Provide a new configuration property to indicate the required browser rendering mode, which can be used to suppress the above Standards Mode requi

[gwt-contrib] Re: Adds HTML5 App Cache support to MobileWebApp sample. (issue1422815)

2011-05-03 Thread rchandia
Review will continue in http://gwt-code-reviews.appspot.com/1428811 This Issue is too hard to follow. http://gwt-code-reviews.appspot.com/1422815/diff/1/samples/mobilewebapp/src/dev/com/google/gwt/sample/mobilewebapp/linker/AppCacheLinker.java File samples/mobilewebapp/src/dev/com/google/gwt/sa

[gwt-contrib] Adds HTML5 App Cache support to MobileWebApp sample. (issue1428811)

2011-05-03 Thread rchandia
Reviewers: pdr, tobyr, cramsdale, Description: Adds HTML5 App Cache support to MobileWebApp sample. Uses a custom linker to figure out which files were generated by GWTC. Please review this at http://gwt-code-reviews.appspot.com/1428811/ Affected files: A dev/core/src/com/google/gwt/core/lin

[gwt-contrib] Re: Moved MobileWebApp src to src/main in preparation for an HTML5 App Cache linker (issue1430802)

2011-05-03 Thread rchandia
Submitted as of r10132 http://gwt-code-reviews.appspot.com/1430802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10131 committed - Add a convenience base class for value type locators...

2011-05-03 Thread codesite-noreply
Revision: 10131 Author: r...@google.com Date: Tue May 3 10:35:38 2011 Log: Add a convenience base class for value type locators Review at http://gwt-code-reviews.appspot.com/1428809 http://code.google.com/p/google-web-toolkit/source/detail?r=10131 Added: /trunk/user/src/com/googl

[gwt-contrib] Re: Moved MobileWebApp src to src/main in preparation for an HTML5 App Cache linker (issue1430802)

2011-05-03 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/1430802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Moved MobileWebApp src to src/main in preparation for an HTML5 App Cache linker (issue1430802)

2011-05-03 Thread rchandia
Reviewers: rjrjr, Description: Moved MobileWebApp src to src/main in preparation for an HTML5 App Cache linker Please review this at http://gwt-code-reviews.appspot.com/1430802/ Affected files: D samples/mobilewebapp/src/META-INF/jdoconfig.xml D samples/mobilewebapp/src/META-INF/persistenc

[gwt-contrib] Re: Allows enum ordinalization to proceed for enums with static methods/fields (issue1428808)

2011-05-03 Thread scottb
http://gwt-code-reviews.appspot.com/1428808/diff/1/dev/core/src/com/google/gwt/dev/jjs/impl/EnumOrdinalizer.java File dev/core/src/com/google/gwt/dev/jjs/impl/EnumOrdinalizer.java (right): http://gwt-code-reviews.appspot.com/1428808/diff/1/dev/core/src/com/google/gwt/dev/jjs/impl/EnumOrdinalizer

[gwt-contrib] Re: Discards the jar file name in the resource location. It isn't necessary, and (issue1428805)

2011-05-03 Thread Scott Blum
I mean only super-sourced. Does Object come through as 'com/google/gwt/emul/java/lang/Object.java' or merely 'java/lang/Object.java'? On Tue, May 3, 2011 at 2:56 PM, wrote: > On 2011/05/03 18:45:15, scottb wrote: > >> LGTM. Like Toby said, this is much better. >> > > Can you confirm that re-r

[gwt-contrib] Re: Discards the jar file name in the resource location. It isn't necessary, and (issue1428805)

2011-05-03 Thread zundel
On 2011/05/03 18:45:15, scottb wrote: LGTM. Like Toby said, this is much better. Can you confirm that re-rooted resources retain their original (non-rerooted) path location? What do you mean by re-rooted resources? super sourced resources? One thing I looked at was that generated resourc

[gwt-contrib] Re: Discards the jar file name in the resource location. It isn't necessary, and (issue1428805)

2011-05-03 Thread scottb
LGTM. Like Toby said, this is much better. Can you confirm that re-rooted resources retain their original (non-rerooted) path location? http://gwt-code-reviews.appspot.com/1428805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10130 committed - Discards the jar file name in the resource location. It isn't necessa...

2011-05-03 Thread codesite-noreply
Revision: 10130 Author: zun...@google.com Date: Tue May 3 08:35:13 2011 Log: Discards the jar file name in the resource location. It isn't necessary, and will cause detritus to build up in the cache if a resource changes from being in one jar to another or moves in/out of a .jar

[gwt-contrib] [google-web-toolkit] r10129 committed - Promoting LazyDomElement to be used externally. LazyDomElement can be...

2011-05-03 Thread codesite-noreply
Revision: 10129 Author: her...@google.com Date: Tue May 3 08:15:07 2011 Log: Promoting LazyDomElement to be used externally. LazyDomElement can be used to boost rendering time. Today, html elements marked with "ui:field" need to call getElementById() by the time the template is crea

[gwt-contrib] Re: Force locale to en_US for "user" unit tests (issue1430801)

2011-05-03 Thread Ray Ryan
Running ant clean dist-dev test, this appears to break the i18n suite under html unit. Testcase: testMessageDateTime took 0.15 sec FAILED Remote test failed at 172.31.131.172 / Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.19) Gecko/2010031422 Firefox/3.0.19 expected=It is Feb 15, 2010

[gwt-contrib] Re: Promoting LazyDomElement to be used externally. LazyDomElement can be (issue1427809)

2011-05-03 Thread Ray Ryan
LGTM On Tue, May 3, 2011 at 9:54 AM, Ray Ryan wrote: > > > On Tue, May 3, 2011 at 9:49 AM, wrote: > >> >> >> http://gwt-code-reviews.appspot.com/1427809/diff/1/user/src/com/google/gwt/uibinder/client/LazyDomElement.java >> File user/src/com/google/gwt/uibinder/client/LazyDomElement.java >> (rig

[gwt-contrib] Re: Promoting LazyDomElement to be used externally. LazyDomElement can be (issue1427809)

2011-05-03 Thread Ray Ryan
On Tue, May 3, 2011 at 9:49 AM, wrote: > > > http://gwt-code-reviews.appspot.com/1427809/diff/1/user/src/com/google/gwt/uibinder/client/LazyDomElement.java > File user/src/com/google/gwt/uibinder/client/LazyDomElement.java > (right): > > > http://gwt-code-reviews.appspot.com/1427809/diff/1/user/s

[gwt-contrib] Re: Promoting LazyDomElement to be used externally. LazyDomElement can be (issue1427809)

2011-05-03 Thread hermes
http://gwt-code-reviews.appspot.com/1427809/diff/1/user/src/com/google/gwt/uibinder/client/LazyDomElement.java File user/src/com/google/gwt/uibinder/client/LazyDomElement.java (right): http://gwt-code-reviews.appspot.com/1427809/diff/1/user/src/com/google/gwt/uibinder/client/LazyDomElement.java#

[gwt-contrib] Fix error in usage of newly-creted helper method in AttachableHTMLPanel, correct double-calling ... (issue1427812)

2011-05-03 Thread rdcastro
Reviewers: rjrjr, Description: Fix error in usage of newly-creted helper method in AttachableHTMLPanel, correct double-calling of wrapElement in exceptional case, and fix the documentation. Please review this at http://gwt-code-reviews.appspot.com/1427812/ Affected files: M user/src/com/goog

[gwt-contrib] Re: Force locale to en_US for "user" unit tests (issue1430801)

2011-05-03 Thread Ray Ryan
LGTM Thanks, will submit. On Tue, May 3, 2011 at 2:40 AM, wrote: > Reviewers: rjrjr, bobv, > > Description: > Force locale to en_US for "user" unit tests > > Force locale to en_US for "user" unit tests, otherwise validation tests > fail (use hard-coded checks on locale-dependent messages) > > P

[gwt-contrib] Re: Promoting LazyDomElement to be used externally. LazyDomElement can be (issue1427809)

2011-05-03 Thread rjrjr
LGTM with one nit fixed. Thanks for the tests. http://gwt-code-reviews.appspot.com/1427809/diff/1010/user/src/com/google/gwt/uibinder/rebind/model/OwnerField.java File user/src/com/google/gwt/uibinder/rebind/model/OwnerField.java (right): http://gwt-code-reviews.appspot.com/1427809/diff/1010/us

[gwt-contrib] Re: Promoting LazyDomElement to be used externally. LazyDomElement can be (issue1427809)

2011-05-03 Thread hermes
http://gwt-code-reviews.appspot.com/1427809/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Add SafeUri type, similar to SafeHtml but for values in a URL attribute context. (issue1380806)

2011-05-03 Thread t . broyer
On 2011/05/03 16:11:37, xtof wrote: http://gwt-code-reviews.appspot.com/1380806/diff/28033/user/src/com/google/gwt/safehtml/shared/SafeUri.java File user/src/com/google/gwt/safehtml/shared/SafeUri.java (right): http://gwt-code-reviews.appspot.com/1380806/diff/28033/user/src/com/google/gwt/saf

[gwt-contrib] Re: Add SafeUri type, similar to SafeHtml but for values in a URL attribute context. (issue1380806)

2011-05-03 Thread xtof
http://gwt-code-reviews.appspot.com/1380806/diff/28033/user/src/com/google/gwt/safehtml/shared/SafeUri.java File user/src/com/google/gwt/safehtml/shared/SafeUri.java (right): http://gwt-code-reviews.appspot.com/1380806/diff/28033/user/src/com/google/gwt/safehtml/shared/SafeUri.java#newcode41 use

[gwt-contrib] Re: Issue 6081: ListEditor subeditors' value is not flushed when used with a RequestFactoryEditorDriver (issue1371801)

2011-05-03 Thread t . broyer
http://gwt-code-reviews.appspot.com/1371801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: SafeHtmlRenderer code gen for UiBinder. (issue1427810)

2011-05-03 Thread Rodrigo Chandia
Yes, I thought it was less confusing to start from what was present in http://gwt-code-reviews.appspot.com/1426803 and then make changes. Makes it easier to see differences and such. On Mon, May 2, 2011 at 7:03 PM, Ray Ryan wrote: > This still appears to have all the problems of > http://gwt-cod

[gwt-contrib] Re: Adds ability to include SafeHtml objects in dom based UI's if the lazy (issue1421811)

2011-05-03 Thread Rodrigo Chandia
Thanks! On Mon, May 2, 2011 at 6:19 PM, wrote: > Hey there Rodrigo. Unnur is on point for this review, but you might find > it interesting. > > > http://gwt-code-reviews.appspot.com/1421811/ > -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Force locale to en_US for "user" unit tests (issue1430801)

2011-05-03 Thread t . broyer
Reviewers: rjrjr, bobv, Description: Force locale to en_US for "user" unit tests Force locale to en_US for "user" unit tests, otherwise validation tests fail (use hard-coded checks on locale-dependent messages) Please review this at http://gwt-code-reviews.appspot.com/1430801/ Affected files:

[gwt-contrib] Re: Issue 6193: Fix memory-leak in WeakMapping when the value holds a reference on the key (issue1401802)

2011-05-03 Thread t . broyer
http://gwt-code-reviews.appspot.com/1401802/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors