LayoutPanel's height set by it's content?

2011-05-13 Thread Marcin Biegan
Hi, I have a question, is it possible to setup some LayoutPanel to resize with it's interior? I'd like to put content of unknown size (a plain text for example) into a LayoutPanel and avoid having scrollbars inside of it. I want to use scrollbar of the body - make the application behave kinda

Get sessionId on verry first request to the server.

2011-05-13 Thread sergetk
Hi I'm new to the gwt and have following question. I need to get session id on the first request to the server ... When user first tries to load the page, not after some part of the page is loaded. eg( login screen). I would like to have a session id before login screen shows up so when i make

Re: Empty Response From HTTP Request

2011-05-13 Thread Nick Apperley
All web services were returning json but not in a way that is treated as jsonp for the GWT client. Once that was fixed no more timeouts occurred for future requests. However there is now a bizarre issue where the ArrayList that was populated in the defined onSuccess method (for the AsyncCallback

Re: pass variable from JavaScript to GWT

2011-05-13 Thread donnerhall
On 12 Mai, 23:34, gpike gop...@gmail.com wrote: If I understand your question correctly, you want to use a value that has been populated by JavaScript then it should be as simple as: public final native String getValue() /*-{ return $wnd.a; }-*/; but if you are wanting to pass the value

Add Google Maps API on GWT-ext

2011-05-13 Thread Henry
Hi: I want to create a project using the Google Maps API with GWT-ext on Eclipse. I'm a newbie using GWT-ext, does anyone knows about a tutotial o have a tutorial to add de google maps API? I put a pic of the component I want to activate in GWT-ext

Adding new Entity properties causes old entity records not to be found in appengine queries

2011-05-13 Thread Owen Ilagan
Until recently, adding new properties to an existing entity used by an application just involved adding the new properties and setters/ getters to the entity class. The currently existing records that do not have the new properties could still be found by queries. However, we found that our

Adding new Entity properties problem

2011-05-13 Thread Owen Ilagan
Until recently, adding new properties to an existing entity used by an application just involved adding the new properties and setters/ getters to the entity class. The currently existing records that do not have the new properties could still be found by queries. However, we found that our

Re: Get sessionId on verry first request to the server.

2011-05-13 Thread khiem nguyen
normally sessionid is set with Set-Cookie header, u'll get it before the page content get loaded, i think you can read it throu Cookies. On Fri, May 13, 2011 at 6:55 AM, sergetk tkatchs...@gmail.com wrote: Hi I'm new to the gwt and have following question. I need to get session id on the

Plural forms and I18NCreator

2011-05-13 Thread Raphael André Bauer
Hi everybody, we are trying to generate i18n interfaces from our property files via the com.google.gwt.i18n.tools.I18NCreator. In principle it works perfectly fine. But there is one thing that does not work: Generating the interface from plural forms [1] using

IE9 and SuggestBox

2011-05-13 Thread Marcel Karras
Hi, when using a SuggestBox in IE9 it won't work correctly as the generated code still contains setExpression calls - such css method calls are not available anymore since IE9 and should not be generated in general. Is this a known issue? (I don't want to set IE8 fallback mode in order to get

how to get new size when doing onResize() in SplitLayoutPanel?

2011-05-13 Thread kalpana anbalagan
Hello, I am using GWT 2.2 SplitLayoutPanel. The user is given the option of resizing using the vertical splitter. In the right panel, a CellTable is inside a ScrollPanel . When i resize, the scroll panel should automatically increase in width i.e, the scroll panel should occupy the total space in

json post not working

2011-05-13 Thread julio
Hi I have a json POST like this: { first: 10 , second : 50 } with content-type:application/json With an external client the server replies correctly, but using: RequestBuilder rb = new RequestBuilder(RequestBuilder.POST, url); rb.setHeader(content-type, application/json);

Re: Disabling Symbol Maps?

2011-05-13 Thread sixcorners
Would removing them from being included in app engine's static files or resources help? http://code.google.com/appengine/docs/java/config/appconfig.html#Static_Files_and_Resource_Files -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To

Re: json post not working

2011-05-13 Thread julio
Sorry forget it, it works properly, was a XSS problem Julio On May 13, 11:57 am, julio antongiuli...@gmail.com wrote: Hi I have a json POST like this: { first: 10 , second : 50 } with content-type:application/json With an external client the server replies correctly, but using:

Re: Re : Re: UiBinder and child HTML 'widgets'

2011-05-13 Thread Geoffrey Wiseman
On May 12, 4:13 pm, Thomas Broyer t.bro...@gmail.com wrote: It's not HTML vs. Widget, it's innerHTML vs. DOM's document.createElement/appendChild. So in GWT, as soon as you start making reusable components, you're breaking the innerHTML layer and have to introduce a Widget. From what I've

Scroll table border design

2011-05-13 Thread azuniga
I have a tab panel that inside it has a list of clickable labels on the left side. When the label is clicked, I will create a scroll panel to the right of the labels. Here is a screenshot of it on dropbox. http://www.dropbox.com/gallery/2374591/1/Screen%20Shot?h=8204f3. Is there any way for me to

Re: No UiBinder type (WindowBuilder/GWT Designer)

2011-05-13 Thread Thad
Okay, this was a dumb question brought on by too little sleep and too much office time. The solution (of course) is to rename the *View.ui.xml file to *ViewImpl.ui.xml. Duh! Now my stumbling block is the version of xulrunner. In Eclipse 3.6, WindowBuilder wants 1.9.1.x or 1.9.2.x. I'm running

Re: Add Google Maps API on GWT-ext

2011-05-13 Thread Bill
Henry, I'm not exactly sure how far along you are based on your question. Have you already been through the example at http://code.google.com/p/gwt-google-apis/wiki/MapsGettingStarted ? I found that I had to use GWT SDK 2.1.1 in order to work with the GWT maps API. The latest maps API didn't

UiBinder Concept

2011-05-13 Thread Nitish Upreti
In the sample code when building GUI with UiBinder the following declaration are very common-- xmlns:ui='urn:ui:com.google.gwt.uibinder' xmlns:g='urn:import:com.google.gwt.user.client.ui' However now when we declare an Image,we do it as *ui*:image field='logo' src='logo.png'/ why *ui

Activities Places, token question

2011-05-13 Thread Alex
Hi all, Firstly, please bare with me as I'm still getting to grips with GWT and Activities Places (AP), which I'm really keen to use in my projects. While experimenting with AP it looks like a token is always a requirement. My question is, what token would you provide for a page that would not

RadioButton exception on create in IE9

2011-05-13 Thread piXi
Helow, First my develop enviroment : Windows 7 x64 Netbeans 7.0 ( tried also 6.9.1) Gwt4nb 2.10 GWT2.2.0 today I have upgraded my html to HTML5 and have encountered this error: 00:01:30,687 [ERROR] Uncaught exception escaped com.google.gwt.core.client.JavaScriptException: (null): DOM Exception:

Re: IE9 and SuggestBox

2011-05-13 Thread Thomas Broyer
There's no deferred binding in SuggestBox proper. Are you talking about the one on PopupImpl, used by the DefaultSuggestionDisplay? if so, IE9 should use PopupImpl, just like IE8, not PopupImplIE6. BTW, setExpression throws in IE8 (AFAIK, it still exists there, contrary to IE9, but throws).

Re: UiBinder Concept

2011-05-13 Thread Thomas Broyer
ui:image declares an ImageResource added to the implicit ClientBundle generated by each ui.xml file (where the ui:data and ui:style are put too, as DataResource and CssResource respectively). If you want an Image widget, then yes, use a g:Image. Note also, that ui:image are top level elements

Re: Activities Places, token question

2011-05-13 Thread Thomas Broyer
First, you could use the empty string instead of a random token, and it would give you a /#ContactUsPlace: token. There's also the possibility to either put a bunch of places into a single Place class, and using the token to disambiguate them (e.g. /#CommonPlace:ContactUs); or you could

Re: GWT Activity - Places = DialogBox ?

2011-05-13 Thread Brian Reilly
As I understand it, the main benefit to using Places/Activities is history/URL management. Therefore, the first question is do you want users to be able to save a URL directly to the detail popup? I think it might be a little odd from the user's point of view, but that's entirely up to you. If you

High-performance GWT: best practices for writing smaller, faster apps

2011-05-13 Thread Nicolas Antoniazzi
Hi, in the Google I/O, David Chandler did a presentation about best practices with GWT. I have gone to youtube, on the google developer chanel http://www.youtube.com/user/GoogleDevelopers but I cannot see the video about this presentation. Is someone from google reading this message can tell us

Re: UiBinder and child HTML 'widgets'

2011-05-13 Thread Geoffrey Wiseman
On May 12, 3:19 pm, Geoffrey Wiseman geoffrey.wise...@gmail.com wrote: On May 12, 1:22 pm, Gal Dolber gal.dol...@gmail.com wrote: In real its ok what you are doing(in theory Widget should be used only when you need events), but the truth is that gwt's panels don't have any support for

Re: Thanks GWT Devs

2011-05-13 Thread Brian Reilly
I'll second Jeff's statement. It was a great experience, and I was glad there was enough GWT/DevTools content to keep me busy. It was also great to get a chance to meet some of the GWT team and other GWT developers. -- Brian On Thu, May 12, 2011 at 12:46 PM, nino ekambi

Re: Problem passing a SetValueProxy as a parameter in RequestFactory?

2011-05-13 Thread Eric Andresen
It looks like I'm running into the problem inside EntityCodex.decode() : In the red code below, I see it iterate over all three items in my collection, but each time the element that comes out of the decode call has the same hashCode, so the HashSet ignores it. The hashCode always seems to

Re: High-performance GWT: best practices for writing smaller, faster apps

2011-05-13 Thread Christian Goudreau
Here's the link : http://www.youtube.com/wat http://www.youtube.com/watch?v=imiquTOLl64 ch?v=imiquTOLl64 http://www.youtube.com/watch?v=imiquTOLl64 Cheers, On Fri, May 13, 2011 at 9:42 AM, Nicolas Antoniazzi nicolas.antonia...@gmail.com wrote: Hi, in the Google I/O, David Chandler did a

Re: Thanks GWT Devs

2011-05-13 Thread Christian Goudreau
That's right ! I wished we could had more time to met everyone that I didn't get the chance to meet ! Oh and next year, could we have a private party ? :P On Fri, May 13, 2011 at 9:44 AM, Brian Reilly brian.irei...@gmail.comwrote: I'll second Jeff's statement. It was a great experience, and I

Re: Problem passing a SetValueProxy as a parameter in RequestFactory?

2011-05-13 Thread Brian Reilly
This sounds like a problem that I ran into this as well, and even had a chance to sit down with David Chandler at Google I/O to look over it. Your case is more straightforward than mine (which involved trying to add to a Set on fetched ValueProxy) but I'd bet it's the same problem. I'm planning to

Aw: Re: Activities Places, token question

2011-05-13 Thread Jens
Am Freitag, 13. Mai 2011 15:28:28 UTC+2 schrieb Thomas Broyer: ...and because an empty @Prefix is simply ignored when generating the token, you could have /#contactus that way. But you can only have on PlaceTokenizer with an empty @Prefix. Just keep it in mind if you now think you could do

Re: GPE 2.2 download

2011-05-13 Thread cri
Alex, The link you specify for reverting to GPE 2.2 seems to be broken. When I try to go there I get: Error CodeNoSuchKey/Code MessageThe specified key does not exist./Message /Error On May 9, 3:01 pm, Alex Humesky ahume...@google.com wrote: Hi Roy,GPE2.2 can be downloaded

Big Daddy example problems

2011-05-13 Thread patjackson52
I've been trying the new app engine connected android projected with the new beta release and have had no luck. The server side appears to be working, however the android app crashes. I get a Fatal Exception: cannot parse payload: payload[0] Has anyone else tried this? -- You received this

ListBox doesn't open when inside gwtquery drag and drop plugin's DragPanel in Chrome browser

2011-05-13 Thread icamts
I opened a Chromium Issue (http://code.google.com/p/chromium/issues/ detail?id=82540) because problem faces only in Chrome browser. I'm not sure if there's something going wrong with Chromium, with some GWT *Impl for Chrome, with some gwtquery drag and drop plugin's event closing my select, or if

Re: pass variable from JavaScript to GWT

2011-05-13 Thread Uemit
Your JSNI call looks fine. However if you try to run the Java function from outside the GWT context, then you have to build a bridge ( http://code.google.com/webtoolkit/doc/latest/DevGuideCodingBasicsJSNI.html#calling ) Try to debug it with some alert('xyz') statements. -- You received this

Aw: Re: Activities Places, token question

2011-05-13 Thread Jens
I also have a Places / Token question and as this thread topic is a more general I post it here. First of all I do not like the default PrefixAndToken implementation and I would like to have place history tokens like the ones here in the new google groups app

Re: Activities Places, token question

2011-05-13 Thread Alex
Thank you so much for your reply, this has really helped me. The solution for me was to implement my own PlaceHistoryMapper, now I'm getting the exact behaviour I was looking for, while keeping within the AP framework. Many thanks, Alex On May 13, 2:28 pm, Thomas Broyer t.bro...@gmail.com wrote:

Re: UiBinder and child HTML 'widgets'

2011-05-13 Thread Thomas Broyer
...when you need an UIObject ;-) The Tree and Menu widgets are known to use UIObjects (TreeItem / MenuItem); and if you build similar widgets then you might have a need for UiBinder for your UIObjects. The thing is: a UIObject is so simple (compared to a Widget) that it doesn't need the

Re: UiBinder and child HTML 'widgets'

2011-05-13 Thread Geoffrey Wiseman
On May 13, 11:12 am, Thomas Broyer t.bro...@gmail.com wrote: ...when you need an UIObject ;-) Thanks! Helpful food for thought. It definitely sounds like I was trying to make an optimization I don't need based on advice I didn't fully understand. ;) -- You received this message because you

Re: Problem passing a SetValueProxy as a parameter in RequestFactory?

2011-05-13 Thread Eric Andresen
I switched my Sets to Lists and it works no problem. What is interesting is that I use SetEntityProxy all over the place without any trouble, but when I use the SetValueProxy it seems to fail. If I had to speculate, i'd guess that the RF is trying to recreate the collection using a hashcode based

Re: Aw: Re: Activities Places, token question

2011-05-13 Thread Thomas Broyer
On Friday, May 13, 2011 5:02:49 PM UTC+2, Jens wrote: I also have a Places / Token question and as this thread topic is a more general I post it here. First of all I do not like the default PrefixAndToken implementation and I would like to have place history tokens like the ones here in

Re: High-performance GWT: best practices for writing smaller, faster apps

2011-05-13 Thread Nicolas Antoniazzi
Thanks Christian, I already watched this video but this is not the same that the sessions that I am talking about. But I had my answer with this thread : http://groups.google.com/group/google-web-toolkit/browse_thread/thread/637141b069cc8557 Thanks 2011/5/13 Christian Goudreau

RequestFactory edit List of Proxies

2011-05-13 Thread gwtomni gwtomni
Hello everyone, I've retreived a list of contactProxies from the server. now I'm trying to modify these contactProxies and to send the modification to the server. unfortunatly I've this error: 16:32:36.635 [ERROR] [ApplicationStarter] Uncaught exception escaped

Re: High-performance GWT: best practices for writing smaller, faster apps

2011-05-13 Thread Christian Goudreau
You're right, sorry about that. Well, I read somehere david saying that it could take a week before everything is availaible online :D I guest we'll have to be patient. Cheers, On Fri, May 13, 2011 at 11:33 AM, Nicolas Antoniazzi nicolas.antonia...@gmail.com wrote: Thanks Christian, I

Re: Problem passing a SetValueProxy as a parameter in RequestFactory?

2011-05-13 Thread Brian Reilly
I did some debugging, looking into the GWT source, and it seems like there's a problem with decoding the elements of the set. The JSON sent over the wire looks fine, but when the data structure is being constructed on the server side, all of the properties are null at the time that hashCode() is

Re: GPE 2.2 download

2011-05-13 Thread Alex Humesky
Sorry, that's actually the update site URL for installing directly from Eclipse. On May 13, 10:23 am, cri chuck.irvine...@gmail.com wrote: Alex, The link you specify for reverting to GPE 2.2 seems to be broken. When I try to go there I get: Error CodeNoSuchKey/Code MessageThe specified

Re: GPE 2.2 download

2011-05-13 Thread Alex Humesky
Note that there's also the 2.2.1 release: http://commondatastorage.googleapis.com/eclipse_toolreleases/products/gpe/release/2.2.1/3.6/ On May 13, 1:07 pm, Alex Humesky ahume...@google.com wrote: Sorry, that's actually the update site URL for installing directly from Eclipse. On May 13, 10:23 

Re: GWT/Tomcat and java.lang.NoClassDefFoundError!

2011-05-13 Thread Alan Chaney
The classes you give below are the servlet api classes - javax.servlet.http.HttpRequest for example. All you need to do to access those is to add the servlet-api.jar to your classpath. You'll find the right copy to use in the tomcat/lib folder. You can either add it to your classpath

Re: GPE 2.2 download

2011-05-13 Thread John Gentilin
Hi Alex, All these URL's return the same result, Code=NoSuchKey.. An update URL to get me back to the 2.3.0.r36V201104261928 release would be greatly appreciated.. -John Gentilin On May 13, 10:16 am, Alex Humesky ahume...@google.com wrote: Note that there's also the2.2.1

Mixing external JavasScript and HTML composite widgets

2011-05-13 Thread Chris
I have a peculiar issue right now that I hope someone can explain/help me with. I've altered my module's altering the raw entry-point HTML to include jQuery, Flot (JS graphing library), and Processing.js. In the HTML page, I add a canvas element and a couple of div's in order to work with these

Re: GPE 2.2 download

2011-05-13 Thread Alex Humesky
These are Eclipse update site URLs, so you have to copy one, and in Eclipse (3.6) go to Help - Install New Software... - Add... and enter the URL there. See http://code.google.com/eclipse/docs/download.html for more details. On May 13, 3:53 pm, John Gentilin gent...@gmail.com wrote: Hi Alex,

Re: GPE 2.2 download

2011-05-13 Thread John Gentilin
Those are the problem URL's... Last week I upgraded to 2.3.0 or release 2.3.0.r36V201104261928 then this week, I saw there was an upgrade which installed 2.3.1.r36v201105092302 and now my GWT Designer is dead, it won't load a single UIBinder file. This is different than the previous incompatible

Re: Empty Response From HTTP Request

2011-05-13 Thread Nick Apperley
As it turns out AsyncCallback doesn't have a way to inform that it is finished. Therefore anything that needs the proper results from the request would need to be done in the AsyncCallback's onSuccess method. On May 13, 6:12 pm, Nick Apperley napper...@gmail.com wrote: All web services were

WindowBuilder problems

2011-05-13 Thread Alan Chaney
Hi I'm evaluating WindowBuilder from GWT 2.3.1. Its more stable and more useful than earlier versions. However, I'm encountering two major problems: A. Error reporting is pathetic. It also seems that whatever WB does when it finds an error involves it parsing all the source files it can

Re: FocusPanel selection borderless

2011-05-13 Thread adamjon...@gmail.com
hey, did you found any solution ? I've got some problem and looking for help On Mar 25, 1:40 pm, Marco Gadaleta gadaleta.ma...@gmail.com wrote: any help.. On Thu, Mar 24, 2011 at 3:40 PM, Marco Gadaleta gadaleta.ma...@gmail.comwrote: Hello everyone, I'm using a FocusPanel widget and i

Re: GPE 3.6, breaks again for UIBinder files

2011-05-13 Thread Eric Clayberg
Are you able to create a new GWT project and a new UiBinder file? IOW, is this problem limited to the UiBinder files in your project or to any UiBinder files you edit (including brand new, simple ones created with the GPE wizard)? I have been using 2.3.1 for a couple of days now under both

Re: GPE 3.6, breaks again for UIBinder files

2011-05-13 Thread Eric Clayberg
Are you able to create a new GWT project and a new UiBinder file? IOW, is this problem limited to the UiBinder files in your project or to any UiBinder files you edit (including brand new, simple ones created with the GPE wizard)? I have been using 2.3.1 for a couple of days now under both

Re: [gwt-contrib] Re: Pruner runs only once. (issue1436802)

2011-05-13 Thread Ray Cromwell
Sorry for the delay, spent most of today catching up after I/O, I will take care of these Friday. On Tue, May 10, 2011 at 6:44 PM, sco...@google.com wrote: This is ready for review now. http://gwt-code-reviews.appspot.com/1436802/ --

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

2011-05-13 Thread jbrosenberg
It looks like I had some unpublished comments in this review, so just sending them out now. http://gwt-code-reviews.appspot.com/1428808/diff/1/dev/core/test/com/google/gwt/dev/jjs/impl/EnumOrdinalizerTest.java File dev/core/test/com/google/gwt/dev/jjs/impl/EnumOrdinalizerTest.java (right):

[gwt-contrib] Re: Decentralize nullmethod/nullfield (issue1442802)

2011-05-13 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1442802/diff/1/dev/core/src/com/google/gwt/dev/jjs/impl/GwtAstBuilder.java File dev/core/src/com/google/gwt/dev/jjs/impl/GwtAstBuilder.java (right):

[gwt-contrib] Re: Pruner runs only once. (issue1436802)

2011-05-13 Thread jbrosenberg
Can you clarify what you mean by Pruner runs only once? It looks like it will still be invoked multiple times by the optimizeLoop, etc. Can you provide some background on the jitter phenomena? http://gwt-code-reviews.appspot.com/1436802/ --

[gwt-contrib] Re: Pruner runs only once. (issue1436802)

2011-05-13 Thread Eric Ayers
Some background - some optimizers run themselves in a loop on each pass of the optimizer. During some performance investigations last year, we tried to get some of these extra loops out, but Pruner was a tough nut to crack. The nasty thing about this looping behavior is that the last pass

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

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

[gwt-contrib] Re: Enables on the persistent unit cache by default. (issue1448801)

2011-05-13 Thread jbrosenberg
http://gwt-code-reviews.appspot.com/1448801/diff/1/dev/core/src/com/google/gwt/dev/javac/UnitCacheFactory.java File dev/core/src/com/google/gwt/dev/javac/UnitCacheFactory.java (right):

[gwt-contrib] Re: Decentralize nullmethod/nullfield (issue1442802)

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

[gwt-contrib] Re: Enables on the persistent unit cache by default. (issue1448801)

2011-05-13 Thread zundel
http://gwt-code-reviews.appspot.com/1448801/diff/1/dev/core/src/com/google/gwt/dev/javac/UnitCacheFactory.java File dev/core/src/com/google/gwt/dev/javac/UnitCacheFactory.java (right):

[gwt-contrib] Re: Attachable elements in UiBinder: always run logicalAdd(Attachable) for Attachable widgets. (issue1446801)

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

[gwt-contrib] Re: Decentralize nullmethod/nullfield (issue1442802)

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

[gwt-contrib] Re: Enables on the persistent unit cache by default. (issue1448801)

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

[gwt-contrib] [google-web-toolkit] r10182 committed - Attachable elements in UiBinder: always run logicalAdd(Attachable) for...

2011-05-13 Thread codesite-noreply
Revision: 10182 Author: jul...@google.com Date: Fri May 13 08:01:50 2011 Log: Attachable elements in UiBinder: always run logicalAdd(Attachable) for Attachable widgets. Before this patch, if we declared a gwt:Attachable/ in the UiBinder template and a corresponding

[gwt-contrib] Re: Pruner runs only once. (issue1436802)

2011-05-13 Thread Scott Blum
On Fri, May 13, 2011 at 11:15 AM, Eric Ayers zun...@google.com wrote: I've been reading the code and talking to Scott about it. The loop being removed is the while() loop in execImpl(). The jitter is the fact that the ControlFlowAnalyzer might return one result for liveness before the

[gwt-contrib] [google-web-toolkit] r10183 committed - Decentralize nullmethod/nullfield....

2011-05-13 Thread codesite-noreply
Revision: 10183 Author: sco...@google.com Date: Fri May 13 08:44:36 2011 Log: Decentralize nullmethod/nullfield. http://gwt-code-reviews.appspot.com/1442802/ Review by: jbrosenb...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10183 Modified:

[gwt-contrib] Re: Enables on the persistent unit cache by default. (issue1448801)

2011-05-13 Thread tobyr
LGTM http://gwt-code-reviews.appspot.com/1448801/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: SafeHtmlRenderer code gen for UiBinder. Picking up issue 1426803 (issue1442804)

2011-05-13 Thread rchandia
http://gwt-code-reviews.appspot.com/1442804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: SafeHtmlRenderer code gen for UiBinder. Picking up issue 1426803 (issue1442804)

2011-05-13 Thread rchandia
http://gwt-code-reviews.appspot.com/1442804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: SafeHtmlRenderer code gen for UiBinder. Picking up issue 1426803 (issue1442804)

2011-05-13 Thread rchandia
PTAL. Smoke tests pass. On 2011/05/13 19:16:42, rchandia wrote: http://gwt-code-reviews.appspot.com/1442804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Fix various warnings. (issue1446804)

2011-05-13 Thread rjrjr
Reviewers: rice, Description: Fix various warnings. Please review this at http://gwt-code-reviews.appspot.com/1446804/ Affected files: M samples/mobilewebapp/src/main/com/google/gwt/sample/mobilewebapp/client/activity/TaskListActivity.java M

[gwt-contrib] Re: Fix various warnings. (issue1446804)

2011-05-13 Thread rice
LGTM http://gwt-code-reviews.appspot.com/1446804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix various warnings. (issue1446804)

2011-05-13 Thread rjrjr
nevermind http://gwt-code-reviews.appspot.com/1446804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix various warnings. (issue1446804)

2011-05-13 Thread rjrjr
No, do mind. LGTM accepted, thankee http://gwt-code-reviews.appspot.com/1446804/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] This change works around a problem found in GWT Designer testing. (issue1446805)

2011-05-13 Thread zundel
Reviewers: scheglov, scottb, Description: This change works around a problem found in GWT Designer testing. The compilation unit rescue was really only intended for old cached compilation units, not files that change after you first start running the process. Please review this at

[gwt-contrib] [google-web-toolkit] r10184 committed - Fix various warnings....

2011-05-13 Thread codesite-noreply
Revision: 10184 Author: gwt.mirror...@gmail.com Date: Fri May 13 14:17:46 2011 Log: Fix various warnings. Review at http://gwt-code-reviews.appspot.com/1446804 Review by: r...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10184 Modified:

[gwt-contrib] Fixed malformed REDIRECT URL on login in MobileWebApp (issue1447805)

2011-05-13 Thread rchandia
Reviewers: rjrjr, jlabanca, Description: Fixed malformed REDIRECT URL on login in MobileWebApp Please review this at http://gwt-code-reviews.appspot.com/1447805/ Affected files: M samples/mobilewebapp/src/main/com/google/gwt/sample/gaerequest/server/GaeAuthFilter.java M

[gwt-contrib] Activities and Places documentation

2011-05-13 Thread Isaac Truett
GWT MVP Development with Activities and Placeshttp://code.google.com/webtoolkit/doc/latest/DevGuideMvpActivitiesAndPlaces.html does not, as far as I can see, contain any reference to the fact that you need to inherit com.google.gwt.activity.Activity and com.google.gwt.place.Place. Shouldn't it?

[gwt-contrib] First example of a View that kicks off its own presenter as (issue1446806)

2011-05-13 Thread rjrjr
Reviewers: rice, Description: First example of a View that kicks off its own presenter as needed. Part way toward separating presenters from activities, and making all views self inject their presenters. When we're done, we'll have proper MVP separation, but will be able to assemble widgets

[gwt-contrib] Re: First example of a View that kicks off its own presenter as (issue1446806)

2011-05-13 Thread rice
LGTM http://gwt-code-reviews.appspot.com/1446806/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Comment on RequestFactoryMovingParts in google-web-toolkit

2011-05-13 Thread codesite-noreply
Comment by ad...@dualsportmaps.com: Can we get a reference implementation of a JRE RequestTransport? Perhaps going to http://localhost:/rf ? I think that would help a lot of people wrap there head around this. Thank you! For more information:

[gwt-contrib] Re: This change works around a problem found in GWT Designer testing. (issue1446805)

2011-05-13 Thread scottb
LGTM http://gwt-code-reviews.appspot.com/1446805/ -- http://groups.google.com/group/Google-Web-Toolkit-Contributors