Re: Best practises in automatic test and deployment

2010-12-06 Thread Mark van Veen
Hi there, thanks a lot for your suggestions I will have a look at it! Mark PS: I searched my mailing on the webinterface at google groups but couldnt find it. Now I answered via gmail - is there a problem with the web interface? 2010/12/1 Ray Tayek rta...@ca.rr.com At 06:10 AM 12/1/2010, you

Re: GAE Channels API in GWT

2010-12-06 Thread l.denardo
This other project was linked by the App Engine team: http://code.google.com/p/gwt-gae-channel/ (discussion thread is http://groups.google.com/group/google-appengine-java/browse_thread/thread/8cdf8e0a2276a9dd/fcb91bc1c62deb32?lnk=raot#fcb91bc1c62deb32). Code should be derived from the

OpenSuse 11.2

2010-12-06 Thread Fabiano
I'm a bit late on this topic but I have faced this problem with OpenSuse 11.1. The trick: su cd /usr/lib64 ln -s libnspr4.so libnspr4.so.0d deleting compreg.dat in my firefox's profile folder has been mandatory. Has worked fine! Thanks for the rips -- You received this message because you are

New google code project : gwt-table-to-excel ... Excel export made easy

2010-12-06 Thread Francois Wauquier
Hi I am pleased to share this project to facilitate excel export : http://code.google.com/p/gwt-table-to-excel/ Francois Wauquier -- 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: Tutorial-Contacts2-2.1

2010-12-06 Thread Bruno Santos
I had already talked about it: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/645020d9414f0205# -- 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: New google code project : gwt-table-to-excel ... Excel export made easy

2010-12-06 Thread Gal Dolber
Great job! thanks On Mon, Dec 6, 2010 at 9:43 AM, Francois Wauquier wok...@gmail.com wrote: Hi I am pleased to share this project to facilitate excel export : http://code.google.com/p/gwt-table-to-excel/ Francois Wauquier -- You received this message because you are subscribed to the

Re: NetBeans GWT and JUNIT

2010-12-06 Thread darkling
I've been working on this all weekend without success. Can anyone help me? On Dec 3, 2:33 pm, darkling darkling...@aol.com wrote: I also wanted to add my Test class in case something in there is being done wrong: package com.baa.client; import com.baa.client.model.WebAppRestDataSource;

IE removes param tag when getHTML() is called

2010-12-06 Thread jucimarjr
I've created an object tag with some param tags. For example: object style=width:480px; height:360px; display:inline-block; background-color:black; type=application/x-shockwave-flash data=http://www.youtube.com/v/

Re: RequestFactory don't play nice with guice?

2010-12-06 Thread Simon Majou
Thanks for the info. On Dec 5, 10:48 pm, Thomas Broyer t.bro...@gmail.com wrote: On 5 déc, 01:06, Simon Majou si...@majou.org wrote: When creating an object with RequestFactory the @inject fields are not injected. I guess RequestFactory don't use guice to create the objects. How can I

Re: How to create Gmail contextual gadget using GWT?

2010-12-06 Thread Alexander
By the way, some useful tags you should add using @FeatureName. For example: @FeatureName(value = dynamic-height) Details see here http://code.google.com/p/gwt-google-apis/wiki/GadgetsGettingStarted#Adding_container_features But I still don't know how to get such tag automatically after

How do you use TabLayoutPanels with MVP ?

2010-12-06 Thread Marcin Misiewicz
Hi I'm wondering what is the best practice of using mvp and TabLayoutPanel with the following layout of the page. The page layout is master/details. On top it displays some properties of the model and on the bottom in the tabs it shows some history data related to that model object. I guess its

How to handle application state ?

2010-12-06 Thread Mittal
Here's the use case we are dealing with, SSO token shall be received by GWT application. SSO token shall have user profile and role information. Once I have read SSO token, I would like to use User Profile information to be available in header page and Role information in navigation page to

Re: How to handle application state ?

2010-12-06 Thread Jeff Schwartz
In your case the state you want to preserve seems to be associated with a particular user, not the application, so you can use either cookies or servlet session state to persist the information when the user logs in and you can then query the information when displaying tabs or reacting to other

Re: not being able to import import com.google.gwt.view.client.ListViewAdapter;

2010-12-06 Thread vsdev
com.google.gwt.view.client.ListViewAdapter was replaced by com.google.gwt.view.client.ListDataProvider in GWT 2.1 M3. On 6 Dez., 02:53, Noor baken...@gmail.com wrote: Hi, I am not being able to import import com.google.gwt.view.client.ListViewAdapter;. I have GWT 2.1 and it is giving the error

GWT + MySQL

2010-12-06 Thread du.hahn
Hi, I get this error when i connect to a mysql database with eclipse debug. Starting Jetty on port [WARN] Exception while dispatching incoming RPC call com.google.gwt.user.client.rpc.SerializationException: Type 'com.mysql.jdbc.exceptions.jdbc4.CommunicationsException' was not included

Re: How do you use TabLayoutPanels with MVP ?

2010-12-06 Thread massimo malvestio
Try reading this thread http://groups.google.com/group/google-web-toolkit/browse_thread/thread/9ffeca279983d16e/6f8babc1d9beeb57?lnk=gstq=GWT+2.1+Activities+%E2%80%93+nesting%3F+YAGNI+%3F+-+an+example+of+where+you+NEED+it+!#6f8babc1d9beeb57 -- You received this message because you are subscribed

Re: How to handle application state ?

2010-12-06 Thread Mittal
Yes, its application state for a User. Why do I need to query server information every time for a user, I think I should able to create client side object such as UserProfile, populate it from server side once user logs in and then pass client side UserProfile object where its required such as

Re: GWT + MySQL

2010-12-06 Thread Gaurav Vaish
Ensure that the jar is also in the WEB-INF/lib folder (required during runtime - Jetty server). -- Happy hacking, Gaurav Vaish http://www.mastergaurav.com On Nov 30, 1:54 pm, mgm gabor.mundru...@gmail.com wrote: I am having the same issue.. I am using MySQL on the server side (server source

Re: Plugin Upgrade Woes

2010-12-06 Thread Rajeev Dayal
Hey Evan, Thanks for the information. Replies inline. On Sun, Dec 5, 2010 at 1:36 PM, Evan Ruff evan.r...@hendersonsawmill.comwrote: Rajeev, Thank you for your response! 1. The SDKs are listed as: gwt-2.0.4, 2.0.4, T:\gwt-2.0.4 gwt-2.1.0, 2.1.0, T:\gwt-2.1.0 All of them are clear

Re: WEB SERVICES

2010-12-06 Thread bond
Hi nancho. I've a similar problem. I've a web project made with eclipse plugin that run on embedded jetty. I want to create a ws with axis2 but the axis2 plugin don't permit me to add a webservice because my project has not a server (Tomcat). Have you created a gwt project that can run on Tomcat

Extending UI Binder

2010-12-06 Thread Abdullah Shaikh
Hi All, I want to have my own custom xml file definition for defining UI, like ui.xml, any idea on how to extend UI Binder for this ? Also is it possible to generated the java script code at runtime, for the requested screen instead of doing this at compile time ? The idea is, for example

Re: How to handle application state ?

2010-12-06 Thread Jeff Schwartz
You shouldn't have to query for the information more than once but you do need to store it some place and like I said, you have several options. If you want to store it on the client and have the information persist even after the user closes the browser (across sessions) then you can use cookies.

Re: Maven stops with i18n generation error

2010-12-06 Thread UseTheFork
I came across the same issue under NetBeans 6.9.1. i) I corrected the client issue in the pom.xml (see cri's comment). ii) Then, the project would not compile because the provided GWTTest fails. I tried to annotate it with JUnit's @Ignore. iii) Unfortunately, the test is performed within

Capturing events on AbsolutePanel and prevent events being fired on children

2010-12-06 Thread Fabs
Hello all I am developing an app with GWT. I have an absolutepanel with numerous child widgets, generally images. I want to be able to click on a widget, and then click on another location within the absolutepanel. With the second click, the position of the click in the absolutepanel is needed.

Multiple editors for the same object

2010-12-06 Thread Nick Hebner
I am using two request factory based editors to edit the same object. One editor is used mainly for display and adding/removing child objects to the object. The other editor is used to edit the details of the object. The display editor contains an edit link which opens the details editor. Once the

Re: GWT 2.1 cell table paging bug?

2010-12-06 Thread Arnaud
I have exactly the same problem than sebrojas, if someone has a solution. Would appreciate any help. Thanks Arnaud On Nov 2, 7:29 pm, sebrojas sebroja...@gmail.com wrote: Yes, is a bug! Also, I´m having other problems with celltable paging. When I set the page size to 12 or less, and I click

IE debugging and SimpleEventBus

2010-12-06 Thread nicko
Hi there Just a suggestion for IE(6-8) debugging wrt to GWT2.1 - because SimpleEventBus.doFire() wraps all handler calls in a try-catch - and then wraps unknown exceptions as JavascriptExceptions - the only way to get useful IE debugging info (window.onerror) can't be used (because it requires

Connecting calendar widget with datasource in smartGWT

2010-12-06 Thread AnAcHrOnOX
Hi,im facing a problem while retrieving data from an xml file and showing the information on the calendar widget as an appointment. Im able to get the information on a listgrid by using the setValueXPath() method...but when i use the datasource object in the Calendar widget the values are not

compiler checking (in)valid JSNI syntaxt

2010-12-06 Thread Mike Dundee
Hello, I'm trying to integrate 3rd party javascript library into GWT. (Autodesk Design Review for displaying 3D models - works only in IE by the way) However I bumped into the following syntax, which is absolutely valid in this library: Content.Objects(1) = userCollection; so I used it in JSNI:

GWT Indexing for search

2010-12-06 Thread ravi
Hi, I read in a blog that GWT websites are not shown in search results as they are not indexed by search engines.Is this true as i am planning to use GWT to develop a site for my business. Regards, Abhishek Ranjan -- You received this message because you are subscribed to the Google Groups

get plugin failed to connect to hosted mode server on .... error with Chrome GWT developer plugin but works fine with Firefox

2010-12-06 Thread puthali
Hi, From yesterday I've been getting plugin failed to connect to hosted mode server on 127.0.0.1:9997 error with GWT developer plugin on Chrome but when I try the same on Firefox it works. Any help will be greatly appreciated as I really don't want to launch FF just for this. My Chrome GWT

GWT-RPC WS generation

2010-12-06 Thread ParanoidAndroid
Hi Everybody, Is there a way to auto-generate the WebServices from the server side part of a GWT-RPC classic app ? This could be done by annotating the server side call methods like in Spring. Thanxxx Regards, ParanoidAndroid -- You received this message because you are subscribed to the

regarding the flow of a gwt application

2010-12-06 Thread sury
Hi All: i`m surender and i`m very new bee to gwt and now i end up with any questions regarding gwt. can u people please help me out to know how the flow goes on in gwt . or suggest me with any tutorial or a site that gives a detailed picture about the flow. -- You received this message because

How to make a comment threading like feature using GWT

2010-12-06 Thread rocher balan
Wonder if any of you have an idea about how to create a comment threading like feature using GWT. As in a person should be able to comment on individual comments. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send

New to GWT - Panel Issues (StackLayoutPanel)

2010-12-06 Thread Dan
Alright, so this should be very simple, but it is not working for me at all. I am having issues with several different panels not doing what I want them to do. But, for now, I am going to focus on tackling my StackLayoutPanel, and maybe it will solve all my other problems. Code in my Java

Is it possible to load and cache jre code separately from main application module?

2010-12-06 Thread Vitaly Kulikov
I'm wondering if it is possible to load all GWT core code, such as Collections and so on, separately from main application? The point is to cach in once, and do not load every time when application is updated. -- You received this message because you are subscribed to the Google Groups Google

Creating a GWT, Spring Roo and STS project from scratch

2010-12-06 Thread Jerry
Hi, I've read the 'Getting started with GWT, Spring Roo, and SpringSource Tool Suite' guide and manged to get the sample expenses application working. Now I would like to create my own project, but can't find a guide on how to create a similar project as the 'expenses' one from scratch. Do you

enum String value in JSNI

2010-12-06 Thread Mike Dundee
Hello, is there any way to obtain String value of enum in JSNI method? enum.toString() works only in hosted mode, but in production it gives me [object] [Object] Thank you -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this

Is deferred binding ok for this?

2010-12-06 Thread megaswin
Hi guys, I'm doing a small project related with real estate, and previously I thought to cover only one city. But now I decided to extend it to several ones, but the main problem here is that each city should have its own Search Panel and has a number it's own GUI features. At the same time I

How to inverse y axis in an AreaChart

2010-12-06 Thread Michaël Gerber
Hi, I am using Google Chart Tools (aka Visualization) 1.1 Library with GWT to display an AreaChart and I would like to know how to reverse the y axis? There is setReverseAxis(boolean) when you set the Options but this one reverse the x axis. I don't find how to set the y axis. Thank you for your

Re: Dev plugin for firefox 3.7

2010-12-06 Thread Sebastian
Any news on this Topic? A possible release-time would be enough ^^ just a sign of life. On 11 Nov., 16:07, skrat dusan.malia...@gmail.com wrote: There is a big demand for this plugin. And unsatisfied :( On Nov 9, 11:34 am, csillag csillag.kris...@gmail.com wrote: On okt. 26, 00:54,

Re: Best practises in automatic test and deployment

2010-12-06 Thread Brian Lough
Mark, I would imagine the process you need to develop will dictate your tools. If you're just using InteliJ, you need to get Maven, Ant, or whatever building you project outside it first. That choice might dictate which app server you use to test. On Mon, Dec 6, 2010 at 1:53 AM, Mark van Veen

Hosted Mode Runtime Configurations not working anymore

2010-12-06 Thread JoeyG
My system app uses IE8 on Windows7 and we are using GWT 2.1. I use IntelliJ 9.x and when I start a hosted mode session using the Run Configuration that I've always had, now when I click Launch Browser it opens a Tab in IE but IE shows a page that says Internet Explorer cannot display the

Re: How to handle application state ?

2010-12-06 Thread Brian Lough
Mittal, by query, I believe Jeff means retrieve the user information from wherever you stored after the initial server retrieval: the cookie or the Session/Servlet state. On Mon, Dec 6, 2010 at 7:52 AM, Mittal mitt...@gmail.com wrote: Yes, its application state for a User. Why do I need to

Help !!

2010-12-06 Thread Ger4a
I HAVE THE SAME PROBLEMREALLY I NEED SOLVE IT . .I've installed it and NetBeans 6.9.1 incl. the GWT plugin forNetBeans.There I had no problems. Now I've created a web application Projectwith GWT and the Tomcat 6 webserver.If I try to run the project, I got this

Re: GWT Indexing for search

2010-12-06 Thread RPB
You can get Google to index a GWT site using this specification: http://code.google.com/web/ajaxcrawling/docs/getting-started.html -R On Dec 6, 3:27 pm, ravi ranjaabhis...@gmail.com wrote: Hi, I read in a blog that GWT websites are not shown in search results as they are not indexed by

Re: Dev plugin for firefox 3.7

2010-12-06 Thread Chris Conroy
The big hold up has been the fact that Firefox kept making breaking API changes from beta release to beta release. We're chasing a moving target here. I don't have a date to give you, but know that we haven't forgotten about it. We'll be sure to announce when it's ready. On Dec 5, 10:09

SuggestBox

2010-12-06 Thread Jon Vaughan
I have a suggest box the user selects something from it, causing other things to load in the page they then go back to the suggest box and type some stuff into it which doesn't result in a new selection how can i determine that the value has changed to clear the other loaded things in the page

Celltree Refresh question

2010-12-06 Thread dleins
If I add a new node to a tree which has been previously rendered via Celltree, how do I add the node to the tree model and render the modified tree without (hopefully) reloading and redrawing the entire tree? Is an example of this process documented anywhere? -- You received this message

Re: Form element values not binding in custom input cell (using AbstractInputCell)

2010-12-06 Thread John LaBanca
Try using InputElement#getValue() instead of Node#getNodeValue(). I'm not exactly sure what nodeValue is, but I don't think its the same thing as the input value. Element e = Element.as(n); InputElement input = e.cast(); String value = input.getValue(); Thanks, John LaBanca jlaba...@google.com

Re: Retrieving element type?

2010-12-06 Thread Ed
Anybody any idea? I am not sure if I should submit a enhancement request, to add the above is(element) method... ? -- 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: GAE Channels API in GWT

2010-12-06 Thread Andrea
On 06/12/10 11:40, l.denardo wrote: This other project was linked by the App Engine team: http://code.google.com/p/gwt-gae-channel/ (discussion thread is http://groups.google.com/group/google-appengine-java/browse_thread/thread/8cdf8e0a2276a9dd/fcb91bc1c62deb32?lnk=raot#fcb91bc1c62deb32).

Re: regarding the flow of a gwt application

2010-12-06 Thread Brett Freer
Hi Suri, How about looking at the Getting Started guide? - http://code.google.com/webtoolkit/gettingstarted.html. Kind regards Brett Freer On Dec 6, 10:31 pm, sury suren...@gmail.com wrote: Hi All: i`m surender and i`m very new bee to gwt and now i end up with any questions regarding gwt.

Re: How to create Gmail contextual gadget using GWT?

2010-12-06 Thread Eric Ayers
The way you get dynamic height is by implementing the NeedsDynamicHeight interface on your gadget.

Re: GAE Channels API in GWT

2010-12-06 Thread Andrea
On 06/12/10 11:40, l.denardo wrote: This other project was linked by the App Engine team: http://code.google.com/p/gwt-gae-channel/ (discussion thread is http://groups.google.com/group/google-appengine-java/browse_thread/thread/8cdf8e0a2276a9dd/fcb91bc1c62deb32?lnk=raot#fcb91bc1c62deb32).

Re: Retrieving element type?

2010-12-06 Thread Thomas Broyer
On 6 déc, 20:21, Ed post2edb...@gmail.com wrote: Anybody any idea? I am not sure if I should submit a enhancement request, to add the above is(element) method... ? There's a comment in some Cell widget (CellTable?) that such an is() method on every Element subclass would be very handy (and I

Re: HelloMVP sample with JUnit TestCase example?

2010-12-06 Thread Rod
Is there an example of this anywhere? Has anyone rewritten HelloMVP using GIN - and posted it? I am completely unfamiliar with GIN so a concrete example would be immensely useful! Again, are there any examples of this with Unit tests in place as well? My most driving reason for pursuing this

NullPointerException in PassthroughParser

2010-12-06 Thread Geoffrey Wiseman
I'm seeing some NPEs in PassthroughParser when using TextBox, particularly if you touch getValue(), setValue(). getValueOrThrow() seems to pass a null right up to PassthroughParser.parse(), which calls toString() without checking. It happend once, we switched to setText(), problem went away.

Re: NullPointerException in PassthroughParser

2010-12-06 Thread Thomas Broyer
On 6 déc, 23:32, Geoffrey Wiseman geoffrey.wise...@gmail.com wrote: I'm seeing some NPEs in PassthroughParser when using TextBox, particularly if you touch getValue(), setValue().  getValueOrThrow() seems to pass a null right up to PassthroughParser.parse(), which calls toString() without

A MVP widget within a View

2010-12-06 Thread FKereki
Hi! I've been playing with the MVP framework, and I'm thinking about designing a widge (in MVP fashion, naturally!) and including it within another MVP form. I worked with this in ESSENTIAL GWT, but I'm not seeing my way now with activities places... any hints, so to avoid overloading my tired

Re: How to handle application state ?

2010-12-06 Thread Mittal
Jeff, I agree on creating a share object and storing into HashMap on client side. But how do I share this HashMap on client side among different screens such as Header, Navigation etc. (Other than passing HashMap to these screens via some setter methods) Mittal On Dec 6, 11:23 am, Jeff

Re: All I Want for Christmas is a powerful Widget Library from Google !

2010-12-06 Thread cri
I've been thinking about this thread for awhile and have decided to add my two cents. First, let me say that I'm huge Google and GWT fan. I've been using GWT for over two years on multiple projects and I really do think its great. I just bought myself an Android phone and I'd say its the

Re: Retrieving element type?

2010-12-06 Thread Ed
Thanks for the feedback (finally you agree ;) ): http://code.google.com/p/google-web-toolkit/issues/detail?id=5723 -- 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

Is possible to fire events in GWTTestCase?

2010-12-06 Thread Luis Solano
Hi, I want to fire an event for testing purposes. I know this idiom: KeyUpEvent.fireNativeEvent( Document.get().createKeyUpEvent(false, false, false, false, KeyCodes.KEY_ENTER), s,s.getElement()); But it executes the fireEvent method and then the handler. The problem is I

gwt 2.1, xml. Document.getElementById() returns null

2010-12-06 Thread Roman Makurin
Hi All! I need to handle xml on client side, so Im using following scheme: Document xml = XMLParser.parse(xmlStr); Element el = xml.getElementById(id1); at this point getElementById() returns null, but im 100% sure that element with id=id1 presents in xml document. Why this happen ? And is

Re: All I Want for Christmas is a powerful Widget Library from Google !

2010-12-06 Thread Duane
+1 On Nov 13, 1:48 am, zixzigma zixzi...@gmail.com wrote: GWT with its powerful set of features, make Large Scale Ajax software development possible. from Java to JS compiler, all the optimization, code splitting, MVP, Guice and Gin, new data binding features, and one can go on and on ...

Re: How to handle application state ?

2010-12-06 Thread Jeff Schwartz
This is what I write in all my GWT applications when I need a client-side cache: import java.util.HashMap; public class MyCache { HashMapString, Object hashMap = new HashMapString, Object(); // singleton private static MyCache instance = null; private MyCache(){} /**

what Mock framework do you recommend ?

2010-12-06 Thread metalhammer29a
Hello, I was wondering, which Mock framework do you use in your GWT development ? What has been your experience ? I am thinking of using JMock. what do you think of it ? have you used other frameworks such as Unitils ? frameworks that build on top of Mocking frameworks, and provide annotation

Re: All I Want for Christmas is a powerful Widget Library from Google !

2010-12-06 Thread metalhammer29a
+1 completely agree, Google offered $6 Billion to Groupon, and are investing in Wind power and space adventures. as the OP stated, if Google team is too focused on hard problems/ architectural decisions, why not invest/acquire a company to do this for them and the community. Sencha is dedicated

Re: A MVP widget within a View

2010-12-06 Thread metalhammer29a
have a look at GWTP, a popular MVP framework for GWT. http://code.google.com/p/gwt-platform/ GWTP is loaded with many added features, including Tabbed Navigation, Breadcrumbs, Spring integration, among others. The community is active, dedicated and very friendly. -- You received this message

Re: Celltree Refresh question

2010-12-06 Thread metalhammer29a
I have the same problem : ( -- 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 unsubscribe from this group, send email to

[gwt-contrib] Re: Breaking change proposed: future proofing Activity in 2.1.1

2010-12-06 Thread Neil Fuller
Sorry for being so prescriptive in my first email about interfaces and mocking and starting a bit of a side discussion about interfaces Vs abstract classes. It smells a little like a no-one-right-answer discussion that has probably been debated in every API forum. I think most people could live

[gwt-contrib] Re: Breaking change proposed: future proofing Activity in 2.1.1

2010-12-06 Thread Jeff Larsen
Personally, I'm a fan of having both. The default implementation can be an abstract class but have that abstract class implement the Activity interface. Developers will be making a conscious choice to use the interface only knowing that they can introduce bugs. --

[gwt-contrib] Re: Update MissingPlugin.html to reflect new Chrome platform support (issue1184801)

2010-12-06 Thread fabiomfv
LGTM http://gwt-code-reviews.appspot.com/1184801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9357 committed - Cherry picking r9353 into release branch for Issues 5563 and 5460

2010-12-06 Thread codesite-noreply
Revision: 9357 Author: rchan...@google.com Date: Fri Dec 3 08:29:14 2010 Log: Cherry picking r9353 into release branch for Issues 5563 and 5460 http://code.google.com/p/google-web-toolkit/source/detail?r=9357 Modified: /releases/2.1/user/src/com/google/gwt/text/client/DoubleParser.java

[gwt-contrib] [google-web-toolkit] r9358 committed - Undeprecate HandlerManager and TabPanel, neither of which is quite...

2010-12-06 Thread codesite-noreply
Revision: 9358 Author: gwt.mirror...@gmail.com Date: Mon Dec 6 07:53:26 2010 Log: Undeprecate HandlerManager and TabPanel, neither of which is quite ready to die yet. Review at http://gwt-code-reviews.appspot.com/1187801 Review by: jlaba...@google.com

[gwt-contrib] [google-web-toolkit] r9359 committed - Rolling back r9354 due to some GWTTestCase breakages...

2010-12-06 Thread codesite-noreply
Revision: 9359 Author: gwt.mirror...@gmail.com Date: Mon Dec 6 07:55:08 2010 Log: Rolling back r9354 due to some GWTTestCase breakages Review at http://gwt-code-reviews.appspot.com/1188801 http://code.google.com/p/google-web-toolkit/source/detail?r=9359 Modified:

[gwt-contrib] [google-web-toolkit] r9360 committed - Update MissingPlugin.html to reflect new Chrome platform support...

2010-12-06 Thread codesite-noreply
Revision: 9360 Author: gwt.mirror...@gmail.com Date: Mon Dec 6 07:57:35 2010 Log: Update MissingPlugin.html to reflect new Chrome platform support Review at http://gwt-code-reviews.appspot.com/1184801 http://code.google.com/p/google-web-toolkit/source/detail?r=9360 Modified:

[gwt-contrib] Re: Modifications to StackTraceDeobfuscator: (issue1189801)

2010-12-06 Thread fredsa
http://gwt-code-reviews.appspot.com/1189801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Isolates the portion of TypeOracleMediator that (issue1188802)

2010-12-06 Thread zundel
Reviewers: jbrosenberg, scottb, tobyr, Description: Isolates the portion of TypeOracleMediator that deals with JDT derived classes such as CompilationUnit and Compiled Class. This sets up TypeOracleMediator so that the TypeOracle can potentially be built without referencing JDT output. Please

[gwt-contrib] Re: Isolates the portion of TypeOracleMediator that (issue1188802)

2010-12-06 Thread zundel
This change is not all the way ready for review, but I wanted some feedback on the testing portion. The overall aim of this change is to isolate the part of building the type oracle that relies on running the JDT compiler from the part that builds the type oracle from bytecode. The idea is to

[gwt-contrib] Re: Isolates the portion of TypeOracleMediator that (issue1188802)

2010-12-06 Thread zundel
http://gwt-code-reviews.appspot.com/1188802/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9361 committed - Modifications to StackTraceDeobfuscator:...

2010-12-06 Thread codesite-noreply
Revision: 9361 Author: fre...@google.com Date: Mon Dec 6 09:48:07 2010 Log: Modifications to StackTraceDeobfuscator: - Introduces a new protected method, getSymbolMapInputStream(), to obtain a symbol map InputStream for a given permutation strong name, to be overridden by subclasses. -

[gwt-contrib] Re: Modifications to StackTraceDeobfuscator: (issue1189801)

2010-12-06 Thread fredsa
Committed as r9361 http://gwt-code-reviews.appspot.com/1189801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r9362 committed - Partial fix for http://code.google.com/p/google-web-toolkit/issues/det...

2010-12-06 Thread codesite-noreply
Revision: 9362 Author: gwt.mirror...@gmail.com Date: Mon Dec 6 14:51:53 2010 Log: Partial fix for http://code.google.com/p/google-web-toolkit/issues/detail?id=5707 Modify JsInliner to avoid propagating expressions incorrectly. in EvaluationOrderVisitor, two changes were made. First of all,

Re: [gwt-contrib] [google-web-toolkit] r9362 committed - Partial fix for http://code.google.com/p/google-web-toolkit/issues/det...

2010-12-06 Thread Ray Cromwell
I forgot to edit the log description before I submitted, this isn't a partial fix, it's a complete fix, although it is more conservative than it needs to be (an inliner could substitute and propagate expressions if it did better dataflow analysis). It can be made more optimal later. -Ray On Mon,

[gwt-contrib] Re: Isolates the portion of TypeOracleMediator that (issue1188802)

2010-12-06 Thread scottb
Looks like this is heading in a good direction. Idea for the test code. Another high level idea is that you a single test case superclass with the bulk of the code, then you have to two subclasses that only differ in how typeOracle is built. We use this pattern in other places.

[gwt-contrib] Tests don't compile, possible solution, and several tests failures

2010-12-06 Thread Luis Solano
Hi, I was trying to execute the test but I got this error: ... ... ... -filter.props: build: compile.emma.if.enabled: -compile.emma.if.enabled: compile.tests: compile.emma.if.enabled: -compile.emma.if.enabled: compile.tests: [mkdir] Created dir: /Users/Luis/Documents/workspace-gwt/gwt/build/

[gwt-contrib] Re: Public: Check constraints against the field or property that has the actual annotation. (issue1185801)

2010-12-06 Thread nchalko
PTAL http://gwt-code-reviews.appspot.com/1185801/show -- http://groups.google.com/group/Google-Web-Toolkit-Contributors