Re: Caching and SSL

2009-10-16 Thread Andrey
Hello! I want to cache javascript (it is in .html files, right?). As I see now in Forefox 3.5 application loads every time and it takes a lot, as scripts are rather big. Andrey On Oct 14, 3:39 pm, Austen awconsta...@gmail.com wrote: I believe that the no-cache issue is only a problem for IE?

Re: Creating a sample application of 3 different pages

2009-10-16 Thread neerou
Thank you for your reply Alex. Regarding the 3rd item you enumerated, mulitiple entry points and module, is there some tutorial i could follow for it? Since am having issue to implement the different entry points into the xml With thanks, Neerou On Oct 15, 4:42 pm, Alex alex.jong...@gmail.com

Re: Announcing GWT 2.0 Milestone 1

2009-10-16 Thread Marko Vuksanovic
I had the same problem - I solved it by manually deleting the temp internet files and all the cache in browser. On Oct 8, 3:50 pm, Christian Goudreau goudreau.christ...@gmail.com wrote: I got some problem too with Eclipse and Snow Leopard. It's always asking me to re-compile my application and

Re: Floting elements inside a ScrollPanel

2009-10-16 Thread grue
Hi Ian, thanks for your hint. Indeed, a FlexTable seems to be a better solution since I can hook the bars to the row. I will definitely put some text inside the bars as well as a ClickListener (maybe they should also be draggable). That's why I thought of something like a SimplePanel whith

Re: Google Project Build fails silently after installing eclipse plugin 1.1.2.v200910130758

2009-10-16 Thread francescoNemesi
Hi Rajeev, 1) In Eclipse... Help - Software Updates - Manage Configuration - Revert to Previous (in the lower right pane) I selected the previous configuration, this restored v1.1.1 of the plugin without the need to uninstall/reinstall 2) I installed the plugin the first time via the update

Re: Unable to use gadget api along with GWT 2.0 M1

2009-10-16 Thread balachandra maddina
I got it working. i had the following in my gwt xml which was causing the issue add-linker name=xs /. Thank you, bala. On Fri, Oct 16, 2009 at 11:19 AM, balachandra maddina chandu2...@gmail.comwrote: Please ignore my comments as i had a typo in one of my xml files. anyway, having said that,

Re: Using a define in java

2009-10-16 Thread Jason Morris
You have several options actually. To do exactly what you are trying to, you would use something like: public interface RuntimeParameters { public static final String PAGE_URL = http://blablabla;; } and then use RuntimeParameters.PAGE_URL. However, this is probably not what you

Re: Floting elements inside a ScrollPanel

2009-10-16 Thread Paul Robinson
Take a look at this: http://www.future-earth.eu/gwt/calendar/MainDemoApp.html and the horizontal time panel in particular. You may want to use that as it is, or to get ideas from it. HTH Paul grue wrote: Hi Ian, thanks for your hint. Indeed, a FlexTable seems to be a better solution since

Re: Creating a sample application of 3 different pages

2009-10-16 Thread Alex
I've searched a lot, but unfortunately I couldn't find a tutorial or so, so I wrote one myself for my students (I'm a teacher) . The tutorial however is in written in Dutch and not meant to be spread around; at least not in the form that it's now. But here are the steps you have to take to work

Re: GWT 2.0 ms1 RPC issue IncompatibleRemoteServiceException: Parameter 0 of is of an unknown type 'java.lang.String/2004016611'

2009-10-16 Thread bond
I've the same problem.Any ideas? On 16 Ott, 04:39, tskaife tska...@gmail.com wrote: While running in either hosted mode, or compiled I get this error. I have no problems with RPC calls that pass primitive types. But I've tried both java.lang.String and java.lang.Long and get the same

Announcing Mvp4g-1.0.0

2009-10-16 Thread plcoirier
Mvp4g-1.0.0 is available. Mvp4g is a framemwork that helps developers build GWT applications easily following best practices shown by Ray Ryan (MVP, Event Bus and Dependency Injection). Based on an XML file, the framework allows to: -set MVP architecture for components -inject views and services

Re: HorizontalPanel Cell Alignments

2009-10-16 Thread Jeff Chimene
Have you tried DockPanel? East | Center | West Either the East or West widget will have to absorb the slack. Try adding the widgets in this order: Center, East, West. Stop worrying about ... GWTs confusing mix of tables and divs in the HTML output. You're trying too hard if you're at that

Re: XML Parsing Issue with FireFox

2009-10-16 Thread Brian Blain
try Document xmlDocument = XMLParser.parse(result); XMLParser.removeWhitespace(xmlDocument); It was a while ago that I ran across this but I remember having a problem with the parser getting whitespaces as empty Node objects. The document itself is also from the Node interface so to get your

Re: Thousands of images

2009-10-16 Thread Brian Blain
Agreed, imagebundles are better suited for combining fancy user interface images like buttons, icons, etc. On Oct 16, 10:06 am, mon3y darkside...@hotmail.com wrote: As far as i know ImageBundles can only be created at compile time so it would be kinda hard to do that. What i would do is just

Jason Essington

2009-10-16 Thread Jim Douglas
Jason Essington -- Your account has apparently been compromised, and is being used to post spam to this list. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

Re: Spam messages to the group

2009-10-16 Thread Jim Douglas
There's a new one this morning: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/89ae20736a87bfaf# On Oct 15, 8:34 pm, Jason Essington jason.essing...@gmail.com wrote: I just noticed that there were several spam messages in my Gmail   sent box that came to this group

Re: Jason Essington

2009-10-16 Thread Jeff Chimene
Yes, I saw this as well. On Fri, Oct 16, 2009 at 9:24 AM, Jason Essington jason.essing...@gmail.com wrote: I'm trying to chase this down, but at this point I believe that my account is intact as there is no recent activity that would correspond to those messages. Also, the ONLY place that

Hosted mode an double slashes

2009-10-16 Thread Thomas Holmes
I have a GWT app which works great when I setup the war file and deploy to my Tomcat Server. However, I created a new GWT app and moved my old application to this .. that way I can setup hosted mode. When I try to run my app in Hosted Mode, my server class has an additional slash .. So:

Re: Creating a sample application of 3 different pages

2009-10-16 Thread Brian
The approach I've taken is to use a single HTML page containing a div with a known ID. The GWT application will live in that div. In onModuleLoad, I call RootPanel.get() with that ID and add a SimplePanel to that RootPanel. From then on, when I want to switch which screen is displayed, I call

Re: Serializing types that have only been included as a map generic in remote interface fails

2009-10-16 Thread Tercio
Same issue here com.google.gwt.user.client.rpc.SerializationException: com.test.action.BatchAction at com.test.action.ActionService_TypeSerializer.raiseSerializationException (transient source for com.test.action.ActionService_TypeSerializer: 1017) at

Re: Good GWT Book?

2009-10-16 Thread Brian
You can also try Beginning Google Web Toolkit: From Novice to Professional by Bram Smeets, Uri Boness, Roald Bankras (Apress). That one at least covers GWT 1.5, whereas I think the others mostly target 1.4. The other books are good as well for learning the concepts and some specific details, but

Is it possible to get the mouse's location (over a whole page) without preventing links on the page from being clickable?

2009-10-16 Thread darkflame
I have a HTML page, and want to know the mouses location wherever it is on the page, but not to block the links being clickable. I can easily make a transparent widget of some sort, add a addMouseMoveHandler, and set it to be the size of the page ontop of everything else. This will give me the

Re: Mutiple EntryPoint Modules in Hosted Mode under Eclipse? is it Possible?

2009-10-16 Thread Romeo Sanchez
Yes, this is what I want to do. I was hoping we could do it directly from hosted mode. I do not know if I understood well, but what you are basically saying is that We can not run an application/project that involves multiple modules, each one having a different entrypoint in hosted mode? Did I

Re: Creating a sample application of 3 different pages

2009-10-16 Thread Romeo Sanchez
Hi, Does somebody know if you can run an application/project having/inheriting multiple modules having each one an entrypoint in hosted mode? I have searched a lot about a tutorial, and I have not found anything. Could you please send the link to your tutorial page?, I am going to translate it

Handler manager is not able to add handlers.

2009-10-16 Thread Prabu
Hi, Iam developing a small GWT application where i have an entry point called login Login shows LoginPage composite which has user name and password and a login button. When the user presses login iam firing an event and this event is picked up by the login. Then iam creating a composite

Re: com.google.gwt.user.client.rpc.SerializationException: java.lang.reflect.InvocationTargetException

2009-10-16 Thread scottb
Ah, the empty constructor. I was banging my head on the wall for a long time before I saw that bit of info. Thanks! On Oct 15, 10:30 am, Dominik Steiner dominik.j.stei...@googlemail.com wrote: you should check that all of the types of your properties insides your DTO are also serializable

Hosted Mode Browser won't show controls in Windows Vista

2009-10-16 Thread Iqbal Yusuf Dipu
Hi, I'm using Windows VISTA at home and Windows XP at work. My GWT Hosted Mode Browser will not show any GWT controls in VISTA but they show up fine in XP. Has anyone run into this problem? Thanks. Iqbal Yusuf Dipu --~--~-~--~~~---~--~~ You received this message

Load GWT Widget in Remote Page

2009-10-16 Thread Tushar Parmar
Hello Friends, I facing some issues regarding loading a GWT widget inside a Remote Page using IFrame. I have loaded my page inside IFrame. Now i want to close my IFrame element from client page. Please help me out. Thanks a Lot!!!, Tushar --~--~-~--~~~---~--~~

Re: Is there a way to block until a server response is available?

2009-10-16 Thread Lazo Apostolovski
Maybe this will help you. You can use Command pattern to send request after server responde to previous request. The idea is. You have one callback, that callback is given to another callback who in onSuccess() method call the next command and then give that callback to the finall callback. So

Re: Is there a way to block until a server response is available?

2009-10-16 Thread Lazo Apostolovski
Just a little change. You need to remove command from list before call execute(); On Oct 16, 1:48 am, AndiMullaraj andimulla...@gmail.com wrote: There are cases when blocking calls to server are indispensable (agreed, assync calls are the way to go for 99% of the cases). I scanned the client

how can i make SyntaxHighlighter work in gwt jsni???

2009-10-16 Thread zhiweiv
i want to use SyntaxHighlighter(site:http://alexgorbatchev.com/wiki/ SyntaxHighlighter) to highlight code , the offical demo is html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en head meta http-equiv=Content-Type content=text/html; charset=UTF-8 / script

CheckBox/RadioButton and change events

2009-10-16 Thread shangxiao
Hi, Is there any reason why CheckBox and RadioButton don't implement the HasChangeHandlers interface? I want to create a single handler for bunch of widgets including text boxes and a checkbox. David --~--~-~--~~~---~--~~ You received this message because you

How can I remove a FlexTable?

2009-10-16 Thread nacho
Hi, i cant remove a FlexTable. This is my code: In my html div id=listado/div In my Java FlexTable listado = new FlexTable(); ... ... RootPanel.get(listado).add(listado); And then in a click handler i want to remove that table, but it doesnt erase RootPanel.get(listado).clear(); How

Re: python gwt

2009-10-16 Thread El Mentecato Mayor
I think the answer relies not only in the popularity of Java vs. Python, but in the fact that Java is a static typed language, and one with a lot of tools already in existence which can help you debug and develop faster. One of the reasons you want to avoid coding in a scripting language

Re: Efficient way to access the database in gwt

2009-10-16 Thread Ian Bambury
GWT is client-side only. You need to look up how to do it in whatever language you have chosen to use on the server. Ian http://examples.roughian.com 2009/10/16 manish mkj.onl...@gmail.com Hello Everybody, I am a new user of GWT.Can anyone explain me how can i insert,update,retrieve data

Re: how can i make SyntaxHighlighter work in gwt jsni???

2009-10-16 Thread Thomas Broyer
On 16 oct, 14:40, zhiweiv zhiw...@gmail.com wrote: i want to use SyntaxHighlighter(site:http://alexgorbatchev.com/wiki/ SyntaxHighlighter)  to highlight code , the offical demo is html xmlns=http://www.w3.org/1999/xhtml; xml:lang=en lang=en     head         meta http-equiv=Content-Type

Re: CheckBox/RadioButton and change events

2009-10-16 Thread Thomas Broyer
On 16 oct, 11:32, shangxiao shang.xiao.sand...@gmail.com wrote: Hi, Is there any reason why CheckBox and RadioButton don't implement the HasChangeHandlers interface?  I want to create a single handler for bunch of widgets including text boxes and a checkbox. They implement HasClickHandlers

Re: Is it possible to get the mouse's location (over a whole page) without preventing links on the page from being clickable?

2009-10-16 Thread Thomas Broyer
On 16 oct, 20:02, darkflame darkfl...@gmail.com wrote: I have a HTML page, and want to know the mouses location wherever it is on the page, but not to block the links being clickable. I can easily make a transparent widget of some sort, add a addMouseMoveHandler, and set it to be the size

Re: GWT 1.7 Hosted mode Wont create GWT widgets

2009-10-16 Thread ravvap
I too have similar problem. All of a sudden my module is not loading. It is not starting even when I tried command line. Please suggest me some alternative. On Oct 7, 1:17 pm, mike_mac michael.mac...@gmail.com wrote: Well I've just opened another thread with what sounds like a similar (but

Error with GWT 1.7.1 and Eclipse - Correct code sometimes results in incorrect JavaScript

2009-10-16 Thread illio
I've been following a book about GWT and had an example app I needed to do. I was however surprised to see the code didn't always work and it seemed quite arbitrary when it actually worked. Sometimes I compiled with GWT and everything was fine.. other times it gave back JavaScript with an

Re: Is there a way to block until a server response is available?

2009-10-16 Thread AndiMullaraj
Thank you both for your prompt and attentive replies. I was fearing the answer I got from Shawn as it looks it won't be possible to partially fetch a long collection from the server (and then fetch items on demand). The classic collection/list interfaces don't have the notion of not available

Re: Mutiple EntryPoint Modules in Hosted Mode under Eclipse? is it Possible?

2009-10-16 Thread Davis Ford
Actually, you can, but you'll have to compile them both first. To clarify what I mean...if I do this: mvn clean mvn gwt:run -DrunTarget=package.namespace.App1/App1.html Then try to switch URL to App2, it will fail b/c that is not compiled yet. but if I do this: mvn clean mvn gwt:compile mvn

Edit text for the cloned widget

2009-10-16 Thread sony
Hi, For my project i am using Raphael JS with gwt. Using Rahael JS i have created some widgets like circle, rectangle etc and they are cloned on each drag. Now I need to add text to them and then make these cloned widget text editable. Any suggestions would be appreciated. Thank you.

Re: CheckBox/RadioButton and change events

2009-10-16 Thread David Sanders
I'm no expert on the dom but I thought that they did do change events: http://www.quirksmode.org/dom/events/change.html#t04 The problem with using ValueChangeEvents is that list boxes don't implement HasValueChangeHandlers... although I believe there plans to implement the HasValue interface:

Re: OOPHM plugin for firefox problem.

2009-10-16 Thread dougx
I can confirm absolutely that swapping the GWT settings does not alter the gwt-servlet.jar file on 3 computers I've tested it on (all winxp). For example, trying to roll back to GWT 1.7 will result in this error when you attempt to launch hosted mode: [ERROR] Invalid version number 2.0 passed to

[gwt-contrib] Re: In-block Clinit Pruner

2009-10-16 Thread spoon
http://gwt-code-reviews.appspot.com/80801/diff/1/2 File dev/core/src/com/google/gwt/dev/jjs/impl/flow/ClInitPruner.java (right): http://gwt-code-reviews.appspot.com/80801/diff/1/2#newcode63 Line 63: tracer.inc(Tracing.COUNT_PRUNABLE_CLINIT); Everything looks beautiful except here. Where is the

[gwt-contrib] Comment on UsingOOPHM in google-web-toolkit

2009-10-16 Thread codesite-noreply
Comment by claude...@gmail.com: After suffering a little to get an OOPHM plugin working on debian Iceweasel, I've got success and are making my notes here... hope to help somebody on getting it work too: On Debian Lenny, with iceweasel (Firefox re-branded) 3.0.6 the .xpi file from this

[gwt-contrib] Add properties to selectively disable ant test targets

2009-10-16 Thread jlabanca
Reviewers: jat, Description: Description: === The default ant test target in trunk/user/build.xml runs all test targets by default. Since we generally run the test target in trunk/build.xml, there isn't a good way to selectively run test targets. Fix: Adding disable options to

[gwt-contrib] Re: Addition of Generated Java File (from .proto) and Protobuf Library

2009-10-16 Thread mmendez
LGTM http://gwt-code-reviews.appspot.com/77830 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] [google-web-toolkit] r6391 committed - Adding more parallization of test targets, preventing compilation for ...

2009-10-16 Thread codesite-noreply
Revision: 6391 Author: jlaba...@google.com Date: Fri Oct 16 09:36:03 2009 Log: Adding more parallization of test targets, preventing compilation for each target, and adding option to selectively disable targets. Patch by: jlabanca Review by: jat

[gwt-contrib] [google-web-toolkit] r6392 committed - Add protobuf library, which is required by the generated Java files.

2009-10-16 Thread codesite-noreply
Revision: 6392 Author: rda...@google.com Date: Fri Oct 16 09:44:38 2009 Log: Add protobuf library, which is required by the generated Java files. http://code.google.com/p/google-web-toolkit/source/detail?r=6392 Added:

[gwt-contrib] Re: Addition of Generated Java File (from .proto) and Protobuf Library

2009-10-16 Thread rdayal
Thanks for the review. Final commit rev: r6394 http://gwt-code-reviews.appspot.com/77830 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] [google-web-toolkit] r6394 committed - Moved protobuf library into a temporary directory as part of this bran...

2009-10-16 Thread codesite-noreply
Revision: 6394 Author: rda...@google.com Date: Fri Oct 16 09:44:49 2009 Log: Moved protobuf library into a temporary directory as part of this branch. More discussion is needed before we drop it into GWT_TOOLS proper. http://code.google.com/p/google-web-toolkit/source/detail?r=6394 Added:

[gwt-contrib] Adds TabLayoutPanelParser.

2009-10-16 Thread jgw
Reviewers: Ray Ryan, Please review this at http://gwt-code-reviews.appspot.com/81801 Affected files: A user/javadoc/com/google/gwt/examples/TabLayoutPanelExample.java A user/src/com/google/gwt/uibinder/parsers/TabLayoutPanelParser.java M

[gwt-contrib] Adds TabLayoutPanelParser.

2009-10-16 Thread jgw
Reviewers: , Please review this at http://gwt-code-reviews.appspot.com/81802 Affected files: A user/src/com/google/gwt/uibinder/parsers/TabLayoutPanelParser.java M user/src/com/google/gwt/uibinder/rebind/UiBinderWriter.java M user/src/com/google/gwt/user/client/ui/TabLayoutPanel.java

[gwt-contrib] [google-web-toolkit] r6395 committed - Adds com/google/gwt/soyc/** to standalone compiler....

2009-10-16 Thread codesite-noreply
Revision: 6395 Author: sco...@google.com Date: Fri Oct 16 10:59:37 2009 Log: Adds com/google/gwt/soyc/** to standalone compiler. There are now direct code references from the standalone compiler to the soyc package, fixing the build rules to reflect this dependency. Review by: kprobst (desk)

[gwt-contrib] Comment on UsingOOPHM in google-web-toolkit

2009-10-16 Thread codesite-noreply
Comment by claude...@gmail.com: my previous post...it worked on one machine, but on another, with a fresh install of iceweasel, it didn't worked! I am really without a clue about this! For more information: http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM

[gwt-contrib] [google-web-toolkit] r6393 committed - Add license info for the Free BSD License, since we're bundling the pr...

2009-10-16 Thread codesite-noreply
Revision: 6393 Author: rda...@google.com Date: Fri Oct 16 09:44:44 2009 Log: Add license info for the Free BSD License, since we're bundling the protobuf library in gwt-dev.jar. http://code.google.com/p/google-web-toolkit/source/detail?r=6393 Modified:

[gwt-contrib] Disable tests that crash firefox in dev mode

2009-10-16 Thread jlabanca
Reviewers: jat, Description: Description: Returning Float.MAX_VALUE or Double.MAX_VALUE from a JSNI method causes firefox on windows to crash. Fix: === Disabling the failing tests, with a TODO to fix them before shipping GWT2.0. Please review this at

[gwt-contrib] [google-web-toolkit] r6396 committed - Disabling tests that cause FF to crash in dev mode on Windows....

2009-10-16 Thread codesite-noreply
Revision: 6396 Author: jlaba...@google.com Date: Fri Oct 16 12:07:20 2009 Log: Disabling tests that cause FF to crash in dev mode on Windows. Patch by: jlabanca Review by: jat http://code.google.com/p/google-web-toolkit/source/detail?r=6396 Modified:

[gwt-contrib] Re: Disable tests that crash firefox in dev mode

2009-10-16 Thread John Tamplin
LGTM. -- John A. Tamplin Software Engineer (GWT), Google --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Initial implementation of TabLayoutPanel.

2009-10-16 Thread jgw
Committed at r6397. http://gwt-code-reviews.appspot.com/78820/diff/1/4 File user/src/com/google/gwt/user/client/ui/TabLayoutPanel.java (right): http://gwt-code-reviews.appspot.com/78820/diff/1/4#newcode61 Line 61: */ On 2009/10/14 21:27:33, Ray Ryan wrote: That customizability is my main

[gwt-contrib] [google-web-toolkit] r6397 committed - Initial implementation of TabLayoutPanel....

2009-10-16 Thread codesite-noreply
Revision: 6397 Author: j...@google.com Date: Fri Oct 16 12:16:25 2009 Log: Initial implementation of TabLayoutPanel. http://gwt-code-reviews.appspot.com/78820 http://code.google.com/p/google-web-toolkit/source/detail?r=6397 Added:

[gwt-contrib] Re: Adds TabLayoutPanelParser.

2009-10-16 Thread rjrjr
Some error message and method name nits, and one weird thing in TabLayoutPanel by accident? http://gwt-code-reviews.appspot.com/81802/diff/1/2 File user/src/com/google/gwt/uibinder/parsers/TabLayoutPanelParser.java (right): http://gwt-code-reviews.appspot.com/81802/diff/1/2#newcode46 Line 46:

[gwt-contrib] Re: Adds TabLayoutPanelParser.

2009-10-16 Thread jgw
http://gwt-code-reviews.appspot.com/81802 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Adds TabLayoutPanelParser.

2009-10-16 Thread jgw
LGTY? http://gwt-code-reviews.appspot.com/81802/diff/12/15 File user/src/com/google/gwt/user/client/ui/TabLayoutPanel.java (right): http://gwt-code-reviews.appspot.com/81802/diff/12/15#newcode135 Line 135: tabBar.getElement().getStyle().setWidth(16384, Unit.PX); This really does have a comment

[gwt-contrib] Re: Adds TabLayoutPanelParser.

2009-10-16 Thread rjrjr
http://gwt-code-reviews.appspot.com/81802/diff/1/2 File user/src/com/google/gwt/uibinder/parsers/TabLayoutPanelParser.java (right): http://gwt-code-reviews.appspot.com/81802/diff/1/2#newcode47 Line 47: DockLayoutPanelParser.getFullyQualifiedEnumName(unit)); Yup. Much better this than copy

[gwt-contrib] Comment on UsingOOPHM in google-web-toolkit

2009-10-16 Thread codesite-noreply
Comment by claude...@gmail.com: tested with iceweasel 3.5 from sid... worked well! For more information: http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r6398 committed - Add unshift(), join(), and setLength() methods to JsArray types....

2009-10-16 Thread codesite-noreply
Revision: 6398 Author: rj...@google.com Date: Fri Oct 16 12:49:04 2009 Log: Add unshift(), join(), and setLength() methods to JsArray types. Patch by: bobv http://code.google.com/p/google-web-toolkit/source/detail?r=6398 Modified: /trunk/user/src/com/google/gwt/core/client/JsArray.java

[gwt-contrib] Re: Adds TabLayoutPanelParser.

2009-10-16 Thread jgw
http://gwt-code-reviews.appspot.com/81802 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Adds TabLayoutPanelParser.

2009-10-16 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/81802 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Adds TabLayoutPanelParser.

2009-10-16 Thread jgw
On 2009/10/16 20:09:18, Ray Ryan wrote: LGTM Thanks. Committed at r6399. http://gwt-code-reviews.appspot.com/81802 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] [google-web-toolkit] r6399 committed - Adds TabLayoutPanelParser....

2009-10-16 Thread codesite-noreply
Revision: 6399 Author: j...@google.com Date: Fri Oct 16 13:11:56 2009 Log: Adds TabLayoutPanelParser. Review: http://gwt-code-reviews.appspot.com/81802 http://code.google.com/p/google-web-toolkit/source/detail?r=6399 Added:

[gwt-contrib] Re: Addition of Message Transport API

2009-10-16 Thread rdayal
http://gwt-code-reviews.appspot.com/80803 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Addition of Message Transport API

2009-10-16 Thread rdayal
This contains the wrong patch. I'll send out a new review and delete this one. http://gwt-code-reviews.appspot.com/80803 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Code Review Request: Addition of the Message Transport API

2009-10-16 Thread rdayal
Reviewers: mmendez, Description: This patch adds the message transport API that users can use to communicate with the Development Mode Server. Note that all aspects of this have not been tested as yet (this code is slightly different than the code that you tested). I'll run it through a full

[gwt-contrib] [google-web-toolkit] r6400 committed - Add $entry magic function to guarantee correct entry and exit of GWT c...

2009-10-16 Thread codesite-noreply
Revision: 6400 Author: rj...@google.com Date: Fri Oct 16 14:04:54 2009 Log: Add $entry magic function to guarantee correct entry and exit of GWT code from ex Patch by: bobv Review by: scottb, bruce, rjrjr, jgw http://code.google.com/p/google-web-toolkit/source/detail?r=6400 Modified:

[gwt-contrib] [google-web-toolkit] r6401 committed - Update user code to use $entry....

2009-10-16 Thread codesite-noreply
Revision: 6401 Author: rj...@google.com Date: Fri Oct 16 14:48:33 2009 Log: Update user code to use $entry. Patch by: bobv Review by: jgw http://gwt-code-reviews.appspot.com/77813 http://code.google.com/p/google-web-toolkit/source/detail?r=6401 Modified:

[gwt-contrib] Re: RR : GWT 2.0: Initial thoughts on $entry

2009-10-16 Thread spoon
http://gwt-code-reviews.appspot.com/77810/diff/1007/30 File user/src/com/google/gwt/core/client/impl/Impl.java (right): http://gwt-code-reviews.appspot.com/77810/diff/1007/30#newcode166 Line 166: // What is the correct return value here or should we re-throw? Additionally, this could be a

[gwt-contrib] Code Review Request: Addition of the Message Transport API

2009-10-16 Thread rdayal
Reviewers: mmendez, Description: Added DevModeServiceServer. Implements request handling for DevModeService requests. Needed to add a skeleton RemoteUI class as well; it still needs to be filled in. The implementation of DevModeServiceServer made me realize that I was missing capability

[gwt-contrib] Re: Code Review Request: Addition of the Message Transport API

2009-10-16 Thread rdayal
Actually, this patch won't work, as the other has not been committed as yet. I'll nix this issue and send you another one that will work properly. http://gwt-code-reviews.appspot.com/81806 --~--~-~--~~~---~--~~

[gwt-contrib] Code Review Request: Addition of the DevModeService Server

2009-10-16 Thread rdayal
Reviewers: mmendez, Description: Added DevModeServiceServer. Implements request handling for DevModeService. Needed to add a skeleton RemoteUI class as well; it still needs to be filled in. The implementation of DevModeServiceServer made me realize that I was missing capability exchange

[gwt-contrib] [google-web-toolkit] r6404 committed - Fix JsInliner improperly inlining array, object, and function literals...

2009-10-16 Thread codesite-noreply
Revision: 6404 Author: cromwellian Date: Fri Oct 16 16:16:55 2009 Log: Fix JsInliner improperly inlining array, object, and function literals. Patch by: cromwellian Review by: spoon, scottb http://code.google.com/p/google-web-toolkit/source/detail?r=6404 Modified:

[gwt-contrib] Re: RR : GWT 2.0: Initial thoughts on $entry

2009-10-16 Thread Ray Cromwell
Bob, Hmm, I just caught this thread. It looks like I should be updating GWT-Exporter library to use this? GWT exporter can export non-static methods as well, I'm wondering how that meshes with expectations? -Ray On Mon, Oct 12, 2009 at 8:39 AM, b...@google.com wrote: Reviewers: jgw,

[gwt-contrib] [google-web-toolkit] r6406 committed - After upgrading HtmlUnit from 2.5 to 2.7-snapshot, sending an explicit...

2009-10-16 Thread codesite-noreply
Revision: 6406 Author: amitman...@google.com Date: Fri Oct 16 18:12:55 2009 Log: After upgrading HtmlUnit from 2.5 to 2.7-snapshot, sending an explicit QUIT message when the module transition happens does not seem to be required. Patch by: amitmanjhi Review by: jat (TBR)

[gwt-contrib] [google-web-toolkit] r6407 committed - Removing -precompile option from all test targets because it can cause...

2009-10-16 Thread codesite-noreply
Revision: 6407 Author: jlaba...@google.com Date: Fri Oct 16 20:20:33 2009 Log: Removing -precompile option from all test targets because it can cause sporadic failures in timed, asynchronous tests. Patch by: jlabanca Review by: jat (TBR)

[gwt-contrib] [google-web-toolkit] r6409 committed - Add back a HostedMode entry point that logs a warning and redirects to...

2009-10-16 Thread codesite-noreply
Revision: 6409 Author: j...@google.com Date: Fri Oct 16 20:24:31 2009 Log: Add back a HostedMode entry point that logs a warning and redirects to DevMode. Patch by: jat Review by: amitmanjhi http://code.google.com/p/google-web-toolkit/source/detail?r=6409 Added:

[gwt-contrib] [google-web-toolkit] r6411 committed - Remove last traces of dev/oophm....

2009-10-16 Thread codesite-noreply
Revision: 6411 Author: j...@google.com Date: Fri Oct 16 22:24:33 2009 Log: Remove last traces of dev/oophm. Patch by: jat Review by: amitmanjhi (verbal) http://code.google.com/p/google-web-toolkit/source/detail?r=6411 Deleted: /trunk/dev/oophm Modified: /trunk/dev/build.xml