Grid + horizontal split panel + form binding

2009-11-19 Thread noob_boy
I have a page with grid on top and a horizontal split panel below. Based on what is selected, I show some info in the two panels. The issue is that the form binding doesnt work at all. But if the remove the split panel and directly display the bottom half info, it works perfectly. This case I

cross site linker in GWT 2.0 RC1 vs trunk

2009-11-19 Thread John O'Conner
I noticed that the XSTemplate.js file is differs between 2.0 RC1 and the trunk (specifically r7021). I am wondering what the implications are. In RC1, the XSTemplate.js (the cross-site linker template for the selection/landing js file) loads the target js file with a document.write(script...)

Re: Decent development hardware for GWT ?

2009-11-19 Thread Paul Robinson
Zé Vicente wrote: What means to have many permutations? Is it bad? In terms of code, what it means? When gwt compiles to javascript, one of the output lines says something like Compiling 6 permutations. The number of permutations is the number of browsers your compiling for, multiplied by

JSOs, SingleJsoImpl, and Generators

2009-11-19 Thread Brendan
Now that a javascript overlay can inherit an interface, so long as it is the only JSO that does, is there anything preventing the use of Generators to define new JSOs? The use case I'm thinking of would be a javascript object that is partially (or entirely) defined by browser specific fields and

Re: Is there a UIBinder DTD or Schema?

2009-11-19 Thread Arthur Kalmenson
From what I've heard, it's being worked on, not sure when it'll be released though. -- Arthur Kalmenson On Sat, Oct 31, 2009 at 7:01 AM, Maarten Volders maar...@maartenvolders.com wrote: Is there a UIBinder DTD or Schema so that I can enable it for xml auto- completion within my IDE

Re: Is there a UIBinder DTD or Schema?

2009-11-19 Thread Thomas Broyer
On Nov 19, 2:46 pm, Arthur Kalmenson arthur.k...@gmail.com wrote: From what I've heard, it's being worked on, not sure when it'll be released though. There's an XSD (two actually) on the SVN, that AFAIK is used in the Eclipse Plug-in RC (see [1]), but the SVN commit log said they would be

GwtTestCase + ElcEmma

2009-11-19 Thread Jeff Larsen
I'm trying to get emma to work with GwtTestCase. I've followed the directions in http://code.google.com/p/google-web-toolkit/source/browse/tools/redist/emma/README.TXT but when I swap out the emma.jar in the com.mountainminds.eclemma.core_1.4.3.jar with the one from the previous repository and

External jars

2009-11-19 Thread bradrover
I've got a library I'm using in a GWT project. I exported it from another project and put it in a /lib folder in my GWT project. Is there a way I can get it to automatically copy to my WEB-INF/Lib folder during a compile, or do people normally just copy the jar there manually? I'm a java newbie so

Navigation Canceled

2009-11-19 Thread A.M
I used gwt for one project more than one month without any problems. Yesterday, I worked it. It was OK. I closed project and run it after several minutes. But I saw Navigation Canceled in localhost. I use windows vista. But I don’t think it is related to my operating system. I did reset internet

background image issue - loading in gwt .js file to html page destroys background jpg

2009-11-19 Thread chewy
Hi, My HTML page has a background image jpg - set in the css file. When the page starts up - the image is displayed , but as soon as my GWT x.nocache.js file is being loaded in - the background image dissappears. Anybody got any ideas why this is and how I can fix the issue Thank you Chewy --

Internalization in GWT application..

2009-11-19 Thread Parasuraman
Hi All, How we can Localize the OK button in the Window.alert(Message); in GWT..? Can you please tell me how we can localize OK button.. Please help to localize Window.alert(); Thanks in Advance... -- You received this message because you are subscribed to the Google Groups Google Web

Component Widget not visible in firefox

2009-11-19 Thread NTDeaf
Hi all... I'm taking the first steps on my own after successfully completing a couple of tutorials and books. However when I want to test my code on a real server, it does not display in the browser..When the code is compiled in the hosted browser, there is no problem. When I press the button

Re: Support for Streaming Video

2009-11-19 Thread Cristiano
it is a complex matter... what do you mean for streaming video? A. just to play a video file that reside on a server and it is accessed by HTTP, B. play a real video stream like: 1. RTSP + RTP (ietf standards) stream (i.e. rtsp://mystreamingserver:554/myStream) 2. RTMP (flash technology)

NT User name

2009-11-19 Thread Benjamin
A little stuck on this today, there are some posts on the subject but the seem outdated. I'm building a web app using GWT the is running internally on a JBOSS Server. I need to get the user name of the current user logged into the XP Workstation (via Active Directory) who is viewing the web site.

Re: GWT application that can run on the server and client?

2009-11-19 Thread Ezra
Thanks for the info. It'll be useful as I develop my app. Ezra On Nov 17, 6:22 pm, Chris Ramsdale cramsd...@google.com wrote: Since both the client and server portions of GWT apps are written in Java there's no reason why you couldn't run the client portion of your app on the server. That

Re: Error from build checking for updates

2009-11-19 Thread Chris Ramsdale
Ian, What version of GWT are you attempting to build with? On Thu, Nov 19, 2009 at 10:27 AM, ian12312 ian.l...@gmail.com wrote: I am building my GWT using ant and it has been working great until now. I am now getting an error when GWT is attempting to check for updates (see the error

Re: Error from build checking for updates

2009-11-19 Thread ian12312
It is 1.7.1 - it has been working fine until it started trying to check for updates. On Nov 19, 11:30 am, Chris Ramsdale cramsd...@google.com wrote: Ian, What version of GWT are you attempting to build with? On Thu, Nov 19, 2009 at 10:27 AM, ian12312 ian.l...@gmail.com wrote: I am building

GWT 2.0 + Netbeans

2009-11-19 Thread MN
i see there is a eclipse plugin. and some write with the gwt 2.0 milestone you need the eclipse plugin to get it work is there also a netbeans plugin from google planned? is 2.0 working with the exisiting GWT4NB plugin? -- You received this message because you are subscribed to the Google

How create an EAR with GWT and other jars?

2009-11-19 Thread iaio81
Hi all, Iìve deployed GWT as WAR in JBOSS and EJBS as jars, I would put all them in EAR. How can I include with Eclipse, GWT application in EAR module? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to

Re: GWT 2.0 + Netbeans

2009-11-19 Thread Aekold
Yes, gwt4nb is working with GWT 2.0 as you can see by Description of GWT4NBV2.6.9 on their downloads page. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To

Re: NT User name

2009-11-19 Thread Chad
Ben, You can use NTLM, LDAP, or Kerberos for that. The easiest (for both you and your users) is NTLM. You'll want to use the Jespa library (http://www.ioplex.com/). I am not affiliated with them in any way, but I do use the product. With that, all you need to do is add some settings to your

Re: GWT vs ExtJs

2009-11-19 Thread Christian Goudreau
The Ext-JS component library is richer than what comes with GWT only. Ext Js have done some nice work to get the JS library available in Java trough the GWT-EXT. You can see that on their website. There's also a EXT-GWT project based on Ext-JS, but you'll need the Js open sources library anyway.

UiBinder and no appropriate method error

2009-11-19 Thread Jeff Chimene
Hi, I'm trying to decode the following error using 2.0-rc1: 10:21:33.040 [ERROR] In g:TextBox MaxLength='50' ui:field='username', class TextBox has no appropriate setMaxLength() method Am I doing this right? Do I have to set such attributes in the class? I found an earlier post from TBroyer

Re: GWT with IntelliJ?

2009-11-19 Thread Brian
I use IntelliJ and have never used the Eclipse GWT plugin (other than a hello world example long before I actually started creating something real in GWT). I find the GWT facet to be extremely helpful, mostly for code navigation and detecting errors with conventions that normally wouldn't be

Re: UiBinder and no appropriate method error

2009-11-19 Thread Thomas Matthijs
On Thu, Nov 19, 2009 at 18:35, Jeff Chimene j...@grandadventuresranch.com wrote: Hi, I'm trying to decode the following error using 2.0-rc1: 10:21:33.040 [ERROR] In g:TextBox MaxLength='50' ui:field='username', class TextBox has no appropriate setMaxLength() method Am I doing this right? Do

Re: GWT vs ExtJs

2009-11-19 Thread Yozons Support on Gmail
Remember, too, that EXTJS is GPL code so you either have to be pure open source or you need a commercial license. GWT's Apache license is more liberal and allows it to be used in commercial settings. -- You received this message because you are subscribed to the Google Groups Google Web

Re: GWT vs ExtJs

2009-11-19 Thread David Durham
On Thu, Nov 19, 2009 at 12:11 PM, Palani pas...@gmail.com wrote: We are evaluating GWT and Ext-JS for our application development. With GWT,  I do not need to mess with Java Script and all the development can be done in Java. With Ext-Js, I need to learn JavaScript and it is not strongly

Re: GWT compiler option to simply validate code

2009-11-19 Thread MonkeyMike
Awesome! Thanks! :) On Nov 19, 2:19 am, Thomas Broyer t.bro...@gmail.com wrote: On Nov 19, 2:52 am, MonkeyMike mikebin...@gmail.com wrote: Hello,    I am creating a GWT Overlay Type library, and have just written an ant build file for creating the JAR file that GWT applications will

Re: How create an EAR with GWT and other jars?

2009-11-19 Thread Dalla
I guess you could do it with maven somehow, but I´m not that good with maven, and tbh I have been asking myself this exact same question. Let´s hope someone can help :-) On 19 Nov, 17:47, iaio81 stefano.taurie...@gmail.com wrote: Hi all, Iìve deployed GWT as WAR in JBOSS and EJBS as jars, I

Re: How create an EAR with GWT and other jars?

2009-11-19 Thread Jason Essington
That is simply a packaging question, not really a GWT question ... Simply add your .war file to your ear and specify that it is there in your application.xml file -jason On Nov 19, 2009, at 9:47 AM, iaio81 wrote: Hi all, Iìve deployed GWT as WAR in JBOSS and EJBS as jars, I would put all

Re: How to handle image/gif response

2009-11-19 Thread Martin Trummer
what are you trying to do? what is the form good for? does it upload the image and afterwards you want to display this uploaded image? On 19 Nov., 13:01, zhangj5 jianzhan...@gmail.com wrote: Hi all, I have a question about how to handle image/gif type response on client side, any suggestion

Re: How to handle image/gif response

2009-11-19 Thread Martin Trummer
if you only want to display an image there's no need for a form this might be useful: http://bit.ly/2Wgvtm On 19 Nov., 20:22, Martin Trummer martin.trum...@24act.at wrote: what are you trying to do? what is the form good for? does it upload the image and afterwards you want to display this

GWT Developer Plugin (GWT 2.0 RC1) crashes FF 3.5.5

2009-11-19 Thread Open eSignForms
I am not sure why, but it seems after I start/stop debugging sessions one or two times, FF will crash when I try to launch a new debug session. I do submit the bug report when FF prompts, so not sure if that gets to anybody who can help resolve it. One thing I'm not clear about is when I need to

Avoiding memory leaks during page/view changes in GWT module

2009-11-19 Thread Open eSignForms
My GWT module switches in different views based on what the user is doing...starting with a login page view, then a main menu view, which itself switches sub-views based on the option selected to work on. When I switch to a new view, I call a deactivate method on the view that's being taken out

Re: GWT Developer Plugin (GWT 2.0 RC1) crashes FF 3.5.5

2009-11-19 Thread Chris Ramsdale
The terminate option in the Debug pane will behave just as it has in 1.7 and will terminate you application (thus terminating all open browser sessions). The new Web Application Debug View provides information regarding each browser session that is currently open. Thus is you were connected via

Problems using SliderBar from incubator project

2009-11-19 Thread steve souza
I am using the SliderBar in the incubation project and have a few questions. My general question is how do I use the Slider bar with the incubator project for GWT 1.7? I did the following. 1) Followed the instructions for using the incubator here.

Re: Problems using SliderBar from incubator project

2009-11-19 Thread Steve Souza
http://groups.google.com/group/google-web-toolkit On Thu, Nov 19, 2009 at 4:15 PM, steve souza jamon...@gmail.com wrote: I am using the SliderBar in the incubation project and have a few questions. My general question is how do I use the Slider bar with the incubator project for GWT 1.7?

listbox that contains widgets instead of just text..

2009-11-19 Thread Jaimon
hi, i have need to create a listbox/drop down that create something other then just plain text, can some one show me how to do it? or tell me if it is possible to do it? regards Me -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Re: GWT Developer Plugin (GWT 2.0 RC1) crashes FF 3.5.5

2009-11-19 Thread Yozons Support on Gmail
I wish I had a fixed way to make it happen, but it seems like I get a few different scenarios. Sometimes, after lots of code changes while the debugger is running, when I save the client .java file in Eclipse and it's compiled, FF will crash. Other times, it's when I click RELOAD after making

Bloquear copy - paste

2009-11-19 Thread Jochelo
Ya tengo bloqueado el segundo botón con una función java script, ahora quisiera saber cómo bloquear ctrl + v de forma genérica con una función global o con alguna función para cada campo. Lo que quiero llegar a hacer es que no peguen letras con ctrl + v en un campo numérico. Gracias. -- You

JSNI syntax question - calling Java methods from JSNI

2009-11-19 Thread Bryan
I'm following the example seen here for 'calling Java methods from JSNI' and it works great. http://googlewebtoolkit.blogspot.com/2008/07/getting-to-really-know-gwt-part-1-jsni.html I'm trying to do something slightly different though. Here's what it is. package com.foo.bar; public class

Re: GWT on PlayStation 3 (PS3) browser

2009-11-19 Thread bosco monkey
I just used this browser test - http://design215.com/browser2.php - on my PS3 and its browser respond to a lot of IE5, 6, 7 features. I suspect that since the reported user-agent string is Mozilla/5.0 (PLAYSTATION 3; 1.00), none of GWT's IE code is being loaded. I'll try to figure out how to

Re: JSNI syntax question - calling Java methods from JSNI

2009-11-19 Thread Bryan
I came up with something that works by making 'javaMethod' static. I can call it like so that way. @com.foo.bar.MyClass::javaMethod This feels a bit like I'm jumping through a hackish hoop simply because I don't know the syntax that is likely available to me for doing the job. Any help would

Re: UiBinder and no appropriate method error

2009-11-19 Thread Jeff Chimene
On Thu, Nov 19, 2009 at 10:55 AM, Thomas Matthijs thomas.matth...@gmail.com wrote: On Thu, Nov 19, 2009 at 18:35, Jeff Chimene j...@grandadventuresranch.com wrote: Hi, I'm trying to decode the following error using 2.0-rc1: 10:21:33.040 [ERROR] In g:TextBox MaxLength='50'

Re: MouseOverHandler not called for text of Checkbox

2009-11-19 Thread dave
First and only time I'll bump this, but I've yet to find a solution. Adding a MouseOverHandler to the GWT CheckBox widget only fires when mousing over the checkbox itself from the top, left, or bottom. It does not fire when mousing over the text label or when moving from the text over the

Re: cross site linker in GWT 2.0 RC1 vs trunk

2009-11-19 Thread John O'Conner
Anyone have any ideas about this? If my question is too vague or ill- formed, please let me know. I'm curious about your answers to this and want to make the question as easy to respond to as possible. Thanks again! On Nov 19, 12:51 am, John O'Conner jsocon...@gmail.com wrote: I noticed that

Re: GWT vs ExtJs

2009-11-19 Thread Palani
Thank y'all for your feedback. On Nov 19, 11:58 am, David Durham david.durham...@gmail.com wrote: On Thu, Nov 19, 2009 at 12:11 PM, Palani pas...@gmail.com wrote: We are evaluating GWT and Ext-JS for our application development. With GWT,  I do not need to mess with Java Script and all

Re: GWT Developer Plugin (GWT 2.0 RC1) crashes FF 3.5.5

2009-11-19 Thread br...@google.com
The FF 3.5 crash (assuming you're seeing the same thing we are) is definitely a known thing, and it's a very high priority bug. On Nov 19, 5:27 pm, Yozons Support on Gmail yoz...@gmail.com wrote: I wish I had a fixed way to make it happen, but it seems like I get a few different scenarios.

Re: JSOs, SingleJsoImpl, and Generators

2009-11-19 Thread br...@google.com
Your thinking makes perfect sense, but if I recall correctly, there's an implementation detail that prevents this exact scenario (that is, generating JSO impls of interfaces). It's a feature we haven't gotten to yet, and it won't make it into 2.0, sadly. On Nov 19, 7:09 am, Brendan

Re: cross site linker in GWT 2.0 RC1 vs trunk

2009-11-19 Thread Chris Ramsdale
John, Trunk should definitely compile standard apps with the xs linker. Let me take a look at this tomorrow morning and I'll get back to you. - Chris On Thu, Nov 19, 2009 at 8:23 PM, John O'Conner jsocon...@gmail.com wrote: Anyone have any ideas about this? If my question is too vague or

Re: listbox that contains widgets instead of just text..

2009-11-19 Thread Miroslav Genov
Hello, You could use MVP to make things much easier and to make client code to use only objects instead of primitive widgets such as listbox. Here is some example that could make things more clear: // this class should be used by your code class CustomerListBox { interface Display {

Re: MouseOverHandler not called for text of Checkbox

2009-11-19 Thread vaibhav saxena
Hi, Why do you not create a composite which will act as the wrapper for the check box and add the mouse handler to the composite. This will solve your problem and you can use that composite anywhere where you need check box in your app. On Fri, Nov 20, 2009 at 6:31 AM, dave dpdear...@gmail.com

[gwt-contrib] Re: Fixes checkstyle issues introduced by r7001.

2009-11-19 Thread Rajeev Dayal
The Rietveld link does not seem to be working, but LGTM. On Wed, Nov 18, 2009 at 5:18 PM, mmen...@google.com wrote: Reviewers: rdayal, jat, Please review this at http://gwt-code-reviews.appspot.com/103813 Affected files: M dev/core/src/com/google/gwt/dev/DevModeBase.java Index:

[gwt-contrib] Re: Fixes checkstyle issues introduced by r7001.

2009-11-19 Thread Miguel Méndez
Thanks. I ended up deleting the issue because Bruce committed a fix separately. Thanks for looking at it though. On Thu, Nov 19, 2009 at 9:14 AM, Rajeev Dayal rda...@google.com wrote: The Rietveld link does not seem to be working, but LGTM. On Wed, Nov 18, 2009 at 5:18 PM,

[gwt-contrib] Making command pattern RPC look like traditional GWT RPC

2009-11-19 Thread Jamie Gennis
Hi all, I've been writing a GWT library to implement the command pattern for GWT RPC calls using the same interfaces that traditional GWT RPC uses. Basically, when an app calls a method of the FooAsync action service interface, an action object is created from the method arguments, processed by

Re: [gwt-contrib] Making command pattern RPC look like traditional GWT RPC

2009-11-19 Thread David
Hi, I follow what you are trying to do, it would solve some complexity on the server side. But one of the main benefits of using the command pattern is that you only need one client API call. In case of GWT it means that you write onesync and async interface with one method... and from there on

[gwt-contrib] Updates to SOYC Test to reflect changes in output directory and 1-based counting

2009-11-19 Thread kprobst
Reviewers: Lex, Description: Hi Lex, the previous two patches have implications for SoycTest, which needed to be updated slightly. This patch does that. Could you review it for me? Thanks, kathrin Please review this at http://gwt-code-reviews.appspot.com/105801 Affected files:

[gwt-contrib] #7021 - ant build errors

2009-11-19 Thread aris
There are errors in the latest version from SVN: Created dir: C:\Program Files\GWT\gwt\trunk\build\out\dev\bin gwt.javac Compiling 5 source files to C:\Program Files\GWT\gwt\trunk\build\out \dev\bin gwt.javac Compiling 675 source files to C:\Program Files\GWT\gwt\trunk\build\out \dev\bin

[gwt-contrib] Re: #7021 - ant build errors

2009-11-19 Thread aris
I mean #7020 On Nov 19, 12:27 pm, aris ari09845...@gmail.com wrote: There are errors in the latest version from SVN: Created dir: C:\Program Files\GWT\gwt\trunk\build\out\dev\bin gwt.javac Compiling 5 source files to C:\Program Files\GWT\gwt\trunk\build\out \dev\bin gwt.javac Compiling

[gwt-contrib] Re: Code Review Request: Drop Request/Response Logging Levels down to TRACE when using the Remote UI

2009-11-19 Thread mmendez
http://gwt-code-reviews.appspot.com/103812/diff/5/1003 File dev/core/src/com/google/gwt/dev/DevMode.java (right): http://gwt-code-reviews.appspot.com/103812/diff/5/1003#newcode234 Line 234: public static boolean isUsingRemoteUI() { I agree that the code should be in DevModeBase and that we

Re: [gwt-contrib] NPE in JsniChecker in 2.0-RC1

2009-11-19 Thread Scott Blum
Bob: you were supposed to review+commit a fix for this a week ago. :) http://gwt-code-reviews.appspot.com/102808/show On Thu, Nov 19, 2009 at 4:57 AM, Matt Mastracci matt...@mastracci.comwrote: Hey all, I'm in the process of upgrading our really old trunk snapshot to 2.0- RC1 and I'm

Re: [gwt-contrib] NPE in JsniChecker in 2.0-RC1

2009-11-19 Thread Scott Blum
@Matt: IIRC you are hittnig this because you have a parse error in one of your JSNI methods. Either apply my patch and try it again, or else binary search for the offending method by commenting hafl of them out at a time. The good news is the error will likely repro in hosted mode, so it

[gwt-contrib] Re: NPE in JsniChecker in 2.0-RC1

2009-11-19 Thread aris
I think I had this problem, and it was inside this class: public class FlickrActivityEvent extends JavaScriptObject { protected FlickrActivityEvent() {} public final native String getType() /*-{ return this.[type]; }- */; public final native String getUser() /*-{ return this.user;

[gwt-contrib] Avira is showing warning when accessing gwt-generated files

2009-11-19 Thread dflorey
Hi, since a few weeks Avira AntiVir is generating warnings when accessing gwt-generated files: When accessing data from the URL, http:// allcontacts.southpolecarbon.com/sharedcontacts/ C7C22E75261E4D2C9C7FAF82B71C40B0.cache.html a virus or unwanted program 'HTML/Crypted.Gen' [virus] was found.

Re: [gwt-contrib] Making command pattern RPC look like traditional GWT RPC

2009-11-19 Thread Jamie Gennis
But one of the main benefits of using the command pattern is that you only need one client API call. I guess it's a matter of opinion, but I always saw that as an implementation detail that gets exposed to any code that wants to use the RPC service. My goal in writing gwt-remote-action was to

[gwt-contrib] Finish hosted server = code server changes

2009-11-19 Thread jat
Reviewers: mmendez, Description: There were a few user-visible references missed, and I cleaned up javadoc as well. Please review this at http://gwt-code-reviews.appspot.com/105802 Affected files: dev/core/src/com/google/gwt/dev/shell/BrowserChannelServer.java

[gwt-contrib] Re: Finish hosted server = code server changes

2009-11-19 Thread mmendez
LGTM with one nit. Consider removing the @param or @throws tags that have no associated explanation or filling that explanation in. http://gwt-code-reviews.appspot.com/105802 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r7022 committed - Removes the now unnecessary mac-specific scripts....

2009-11-19 Thread codesite-noreply
Revision: 7022 Author: amitman...@google.com Date: Thu Nov 19 10:39:53 2009 Log: Removes the now unnecessary mac-specific scripts. Patch by: amitmanjhi Review by: jat (desk review) http://code.google.com/p/google-web-toolkit/source/detail?r=7022 Deleted:

[gwt-contrib] [google-web-toolkit] r7023 committed - Merge tr...@7022 into this branch -- remove the now unnecessary mac-sp...

2009-11-19 Thread codesite-noreply
Revision: 7023 Author: amitman...@google.com Date: Thu Nov 19 10:43:12 2009 Log: Merge tr...@7022 into this branch -- remove the now unnecessary mac-specific scripts Patch by: amitmanjhi http://code.google.com/p/google-web-toolkit/source/detail?r=7023 Deleted:

Re: [gwt-contrib] NPE in JsniChecker in 2.0-RC1

2009-11-19 Thread Matt Mastracci
Thanks, Scott. I'm applying it now and building GWT. It's been catching some JSNI refs in the GWT source, possibly some false- positive (the JSONParser ones seem to be valid?). The build doesn't actually fail, though: [java] [WARN] Warnings in 'jar:file:/Users/matthew/

[gwt-contrib] [google-web-toolkit] r7024 committed - Fix remaining user-visible hosted references, cleanup javadoc....

2009-11-19 Thread codesite-noreply
Revision: 7024 Author: j...@google.com Date: Thu Nov 19 10:58:27 2009 Log: Fix remaining user-visible hosted references, cleanup javadoc. Patch by: jat Review by: mmendez http://code.google.com/p/google-web-toolkit/source/detail?r=7024 Modified:

[gwt-contrib] Remove distro-source/platform dirs

2009-11-19 Thread amitmanjhi
Reviewers: jat, knorton, bruce, Description: Remove distro-source/windows, distro-source/linux and distro-source/mac dirs and their contents. There is a libswt-webkit-carbon-3235.jnilib that looks safe to remove, since I could not find any references to it. I just wanted to confirm before

[gwt-contrib] [google-web-toolkit] r7025 committed - Merge trunk r7024 into this branch...

2009-11-19 Thread codesite-noreply
Revision: 7025 Author: j...@google.com Date: Thu Nov 19 11:41:10 2009 Log: Merge trunk r7024 into this branch Hosted = code server changes svn merge --ignore-ancestry -c7024 \ https://google-web-toolkit.googlecode.com/svn/trunk/ .

[gwt-contrib] Fix JUnitShell help messages and comments

2009-11-19 Thread rice+legacy
Reviewers: amitmanjhi, Please review this at http://gwt-code-reviews.appspot.com/105805 Affected files: user/src/com/google/gwt/junit/JUnitShell.java Index: user/src/com/google/gwt/junit/JUnitShell.java === ---

[gwt-contrib] Re: Fix JUnitShell help messages and comments

2009-11-19 Thread amitmanjhi
LGTM, if the tests pass. http://gwt-code-reviews.appspot.com/105805/diff/1/2 File user/src/com/google/gwt/junit/JUnitShell.java (right): http://gwt-code-reviews.appspot.com/105805/diff/1/2#newcode751 Line 751: // CHECKSTYLE_ON Please confirm that this change works.

[gwt-contrib] Remove distro-source/platform dirs

2009-11-19 Thread Amit Manjhi
[Somehow, I got an error from the mail delivery system the first time. Apologies if you have already received it] Description: Remove distro-source/windows, distro-source/linux and distro-source/mac dirs and their contents. There is a libswt-webkit-carbon-3235.jnilib that looks safe to remove,

[gwt-contrib] Re: Adds parsers for LayoutPanel and Length attributes.

2009-11-19 Thread rjrjr
Nearly there. Do you need me to take this over? http://gwt-code-reviews.appspot.com/103806/diff/2001/3002 File user/src/com/google/gwt/uibinder/attributeparsers/AttributeParsers.java (right): http://gwt-code-reviews.appspot.com/103806/diff/2001/3002#newcode84 Line 84: addAttributeParser(UNIT,

[gwt-contrib] [google-web-toolkit] r7026 committed - Fix for bug introduced in r6354. While fixing an...

2009-11-19 Thread codesite-noreply
Revision: 7026 Author: j...@google.com Date: Thu Nov 19 12:20:58 2009 Log: Fix for bug introduced in r6354. While fixing an extra-horizontal-overflow bug on IE, we accidentally introduced a bug in ScrollPanel rendering in IE6/7-quirks. Turns out both divs needed to be position:relative. Go figure.

[gwt-contrib] [google-web-toolkit] r7027 committed - Rearrange how module logging is handled....

2009-11-19 Thread codesite-noreply
Revision: 7027 Author: j...@google.com Date: Thu Nov 19 12:24:42 2009 Log: Rearrange how module logging is handled. Patch by: jat Review by: rdayal http://code.google.com/p/google-web-toolkit/source/detail?r=7027 Added: /trunk/dev/core/src/com/google/gwt/dev/ModuleHandle.java Modified:

[gwt-contrib] [google-web-toolkit] r7028 committed - Merging trunk c7026 into this branch.

2009-11-19 Thread codesite-noreply
Revision: 7028 Author: j...@google.com Date: Thu Nov 19 12:29:02 2009 Log: Merging trunk c7026 into this branch. http://code.google.com/p/google-web-toolkit/source/detail?r=7028 Modified: /releases/2.0/branch-info.txt /releases/2.0/user/src/com/google/gwt/user/client/ui/ScrollPanel.java

[gwt-contrib] [google-web-toolkit] r7029 committed - merge fix for IE7 standards-mode ScrollPanel overflow bug (r7026)

2009-11-19 Thread codesite-noreply
Revision: 7029 Author: fabb...@google.com Date: Thu Nov 19 12:33:51 2009 Log: merge fix for IE7 standards-mode ScrollPanel overflow bug (r7026) http://code.google.com/p/google-web-toolkit/source/detail?r=7029 Modified: /branches/snapshot-2009.10.23-r6446

[gwt-contrib] Re: Makes UiFactory work with parameterized return types

2009-11-19 Thread rjrjr
As per IM review, added tests for AbstractString, and for graceful fail with conflicting generic return types. That is, we don't tolerate the following, but at least we don't generated bad code for it: @UiFactory FooBar getFooBar() { ... } @UiFactory FooBaz getFooBaze() { ... } Submitting soon.

[gwt-contrib] [google-web-toolkit] r7030 committed - Adds parsers for LayoutPanel and Length attributes....

2009-11-19 Thread codesite-noreply
Revision: 7030 Author: j...@google.com Date: Thu Nov 19 12:57:33 2009 Log: Adds parsers for LayoutPanel and Length attributes. Review: http://gwt-code-reviews.appspot.com/103806 http://code.google.com/p/google-web-toolkit/source/detail?r=7030 Added:

[gwt-contrib] Reinstate r6935 with a fix for Firefox

2009-11-19 Thread rice+legacy
Reviewers: jat, Please review this at http://gwt-code-reviews.appspot.com/106802 Affected files: user/src/com/google/gwt/json/client/JSONObject.java Index: user/src/com/google/gwt/json/client/JSONObject.java === ---

[gwt-contrib] [google-web-toolkit] r7031 committed - Merging trunk c7030 into this branch.

2009-11-19 Thread codesite-noreply
Revision: 7031 Author: j...@google.com Date: Thu Nov 19 13:02:01 2009 Log: Merging trunk c7030 into this branch. http://code.google.com/p/google-web-toolkit/source/detail?r=7031 Added: /releases/2.0/user/src/com/google/gwt/uibinder/attributeparsers/LengthAttributeParser.java

[gwt-contrib] Re: Code Review Request: Drop Request/Response Logging Levels down to TRACE when using the Remote UI

2009-11-19 Thread rdayal
Thanks for the reviews guys! Updated patch based on both of your comments. I've ditched the system property in favor of exposing a setter on JettyLauncher for the base log level. While this is still not ideal, it's less hacky than the previous solution. http://gwt-code-reviews.appspot.com/103812

[gwt-contrib] [google-web-toolkit] r7032 committed - Improves @UiFactory's handling of generics from catastrophic to inadeq...

2009-11-19 Thread codesite-noreply
Revision: 7032 Author: rj...@google.com Date: Thu Nov 19 13:38:23 2009 Log: Improves @UiFactory's handling of generics from catastrophic to inadequate. We were generating bad code when @UiFactory was put on a method with a parameterized return type. The solution here is simplistic, treating

[gwt-contrib] Re: Code Review Request: Drop Request/Response Logging Levels down to TRACE when using the Remote UI

2009-11-19 Thread jat
Mostly LGTM http://gwt-code-reviews.appspot.com/103812/diff/2002/2003 File dev/core/src/com/google/gwt/dev/DevMode.java (right): http://gwt-code-reviews.appspot.com/103812/diff/2002/2003#newcode359 Line 359: ((JettyLauncher) scl).setBaseLogLevel(getBaseLogLevelForUI()); What about GAE or other

[gwt-contrib] [google-web-toolkit] r7033 committed - Fixes an NPE in JsniChecker; improves test coverage on JsniCollector a...

2009-11-19 Thread codesite-noreply
Revision: 7033 Author: sco...@google.com Date: Thu Nov 19 13:48:07 2009 Log: Fixes an NPE in JsniChecker; improves test coverage on JsniCollector and JsniChecker. Review by: bobv http://code.google.com/p/google-web-toolkit/source/detail?r=7033 Added:

[gwt-contrib] CookieTest fails in dev mode if server and client times aren't synced

2009-11-19 Thread jlabanca
Reviewers: Ray Ryan, Description: CookieTest expects a cookie to expire in 5 seconds based on the host time with a 1000ms window of error. If the client time is more than 1000ms behind the host time, the cookie will not expire and the test fails. In our test infrastructure, this is sometimes

[gwt-contrib] [google-web-toolkit] r7034 committed - JsniChecker should support the ::new syntax....

2009-11-19 Thread codesite-noreply
Revision: 7034 Author: sco...@google.com Date: Thu Nov 19 13:48:22 2009 Log: JsniChecker should support the ::new syntax. Review by: bobv http://code.google.com/p/google-web-toolkit/source/detail?r=7034 Modified: /trunk/dev/core/src/com/google/gwt/dev/javac/JsniChecker.java

[gwt-contrib] [google-web-toolkit] r7035 committed - In JsniChecker, suppressed warnings should cascade down to nested memb...

2009-11-19 Thread codesite-noreply
Revision: 7035 Author: sco...@google.com Date: Thu Nov 19 13:48:42 2009 Log: In JsniChecker, suppressed warnings should cascade down to nested members. FieldSerializerCreator suppresses deprecation warnings on generated field serializers, which silences warnings regarding the deprecated

[gwt-contrib] Improve consistency of RuntimeException reporting in RPC code

2009-11-19 Thread rjrjr
Looks right, but questions since I don't know this world. http://gwt-code-reviews.appspot.com/106803/diff/18/19 File user/src/com/google/gwt/rpc/server/RPC.java (right): http://gwt-code-reviews.appspot.com/106803/diff/18/19#newcode217 Line 217: throw new SerializationException( I take it

[gwt-contrib] [google-web-toolkit] r7036 committed - JUnit's -noserver option was not actually doing anything useful....

2009-11-19 Thread codesite-noreply
Revision: 7036 Author: sco...@google.com Date: Thu Nov 19 13:48:55 2009 Log: JUnit's -noserver option was not actually doing anything useful. Review by: jat http://code.google.com/p/google-web-toolkit/source/detail?r=7036 Modified: /trunk/dev/core/src/com/google/gwt/dev/GWTShell.java

Re: [gwt-contrib] NPE in JsniChecker in 2.0-RC1

2009-11-19 Thread Scott Blum
Yeah, sorry about that,. I just checked a bunch of stuff into trunk that should fix this. On Thu, Nov 19, 2009 at 1:50 PM, Matt Mastracci matt...@mastracci.comwrote: Thanks, Scott. I'm applying it now and building GWT. It's been catching some JSNI refs in the GWT source, possibly some

[gwt-contrib] Re: CookieTest fails in dev mode if server and client times aren't synced

2009-11-19 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/105807 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r7037 committed - GWTShell must not link public and autogenerated artifacts into the she...

2009-11-19 Thread codesite-noreply
Revision: 7037 Author: sco...@google.com Date: Thu Nov 19 13:49:05 2009 Log: GWTShell must not link public and autogenerated artifacts into the shell generated resource directory. A generated selection script from a previous dev run could be served instead of a compiled selection script from

[gwt-contrib] Re: Improve consistency of RuntimeException reporting in RPC code

2009-11-19 Thread bobv
Reviewers: Ray Ryan, http://gwt-code-reviews.appspot.com/106803/diff/18/19 File user/src/com/google/gwt/rpc/server/RPC.java (right): http://gwt-code-reviews.appspot.com/106803/diff/18/19#newcode217 Line 217: throw new SerializationException( Yes, this gets handled in the same way as any other

[gwt-contrib] [google-web-toolkit] r7038 committed - Merge trunk r7027 into this branch...

2009-11-19 Thread codesite-noreply
Revision: 7038 Author: j...@google.com Date: Thu Nov 19 13:50:21 2009 Log: Merge trunk r7027 into this branch Module logging changes svn merge --ignore-ancestry -c7027 \ https://google-web-toolkit.googlecode.com/svn/trunk/ .

[gwt-contrib] [google-web-toolkit] r7039 committed - Fix up native lines + mime type svn props.

2009-11-19 Thread codesite-noreply
Revision: 7039 Author: sco...@google.com Date: Thu Nov 19 13:51:02 2009 Log: Fix up native lines + mime type svn props. http://code.google.com/p/google-web-toolkit/source/detail?r=7039 Modified: /trunk/dev/core/test/com/google/gwt/dev/javac/JsniCollectorTest.java --

  1   2   >