[gwt-contrib] Re: Any hints on why GWT's JUnit tests would be consistently timing out for me?

2009-08-08 Thread Matthew Mastracci
Bizarre. I can't explain why it might be freezing. I'm running our unit tests headless on VMs in IE6, 7 and 8 without hitting any issues. I ran into some headless issues on OSX, but those were basically just hosted Safari limitations. My only suggestion would be attaching a Visual Studio insta

[gwt-contrib] Re: insertPanel interface

2009-08-08 Thread Miroslav Pokorny
As with all thi gs computer related each action has some kind of reaction of cost. Sometimes this cost is visible other times it's not as noticable. By introducing an Insertxxx interface and having all the right Panels implement it you are making your compiled JavaScript that much bigger.

[gwt-contrib] Re: PopupPanel.center() places large content partially off-screen

2009-08-08 Thread Isaac Truett
Joel, Same fix, but with a unit test. - Isaac On Tue, Aug 4, 2009 at 9:25 PM, Isaac Truett wrote: > Joel, > > The patch is attached. I wanted to write you a JUnit test to go with > it, but I'm having trouble even getting the existing tests to run. I > did verify this fix manually. > > Thanks, >

[gwt-contrib] Re: Any hints on why GWT's JUnit tests would be consistently timing out for me?

2009-08-08 Thread Isaac Truett
Matt, Actually I'm running under Win XP (with IE 6) right now. I tried with -notHeadless and I didn't see any prompts. The test finished normally. I then removed -notHeadless and the test timed out again. So, thank you! I still don't know why it is timing out in headless mode, but at least I can

[gwt-contrib] Extending ValueChangeEvent

2009-08-08 Thread jarrod
Why is the getAssociatedType() method on ValueChangeEvent considered final? I'd like to be able to extend this event, but I can't extend it if I can't override getAssociatedType(). Let me explain: I'm writing a module that is designed to be a base for a slew of other "expanded" versions of the m

[gwt-contrib] Re: Any hints on why GWT's JUnit tests would be consistently timing out for me?

2009-08-08 Thread Matt Mastracci
Issac, Are you running under Linux? If so, your embedded Mozilla browser may be showing a prompt, but its window is hidden. Try running with - notHeadless. On 2009-08-08, at 11:55 AM, Isaac Truett wrote: > > I'm trying to run the unit tests in GWT trunk. I've tried with Ant and > with the

[gwt-contrib] Re: New GWT RPC project: gwt-rpc-plus

2009-08-08 Thread Matt Mastracci
Bart, One principle of design for the alternate RPC framework in this library was reducing the number of non-JSO classes generated in the final output, at the expense of developer convenience and flexibility. At one point, RPC classes and serializers were nearing 20% of our compiled outp

[gwt-contrib] Any hints on why GWT's JUnit tests would be consistently timing out for me?

2009-08-08 Thread Isaac Truett
I'm trying to run the unit tests in GWT trunk. I've tried with Ant and with the JUnit UI in Eclipse, but I'm seeing many of the suites exceed the 60 second timeout: [junit] - 1 client(s) haven't responded back to JUnitShell since the start of the test. I'm at a loss to figure out what it's

[gwt-contrib] Re: New GWT RPC project: gwt-rpc-plus

2009-08-08 Thread Bart Guijt
To me this sounds *very* interesting. Makes me want to find out all the details why GWT-RPC is as it is, if the simpler JS collections improve upon performance, memory footprint and (permutation) code size etc. Efforts like this might have a big impact on mobile GWT applications, which are

[gwt-contrib] Re: Gecko SDKs for Mac

2009-08-08 Thread John Tamplin
On Thu, Aug 6, 2009 at 1:32 AM, Sam Gross wrote: > > I agree with jsautocfg64.h, but the others look platform-independent. Do > > having them there cause problems for the Mac build? > > In gecko-1.9.1: > The prcpucfg.h file differs between platforms. The version in > gecko-1.9.1/include causes

[gwt-contrib] Re: Initial implementation of layout system, along with the first two layout widgets.

2009-08-08 Thread ggeorg
Hi Joel, second attempt :-) now based on your code (some things I still do not understand like the LayoutPanel.onLayout() method). I don't think that layout managers are a bad idea because you don't have to switch the panel widget in order to change the layout (switching panels involves dettachi

[gwt-contrib] Re: insertPanel interface

2009-08-08 Thread Bruce Johnson
I want to make sure we don't overlook important issues, so we try to engage people on most every topic on this list. However, the way you have chosen to try to make your point here is likely to have the opposite of your intended effect -- you are flinging criticism in a unconstructive manner and fa

[gwt-contrib] insertPanel interface

2009-08-08 Thread Ed
Why is issue 1112 not planned for GWT 2.0?? http://code.google.com/p/google-web-toolkit/issues/detail?id=1112 This suprises me a lot. Now I need to have 3 methods to deal with the insert method from FlowPanel/HorizontalPanel/VerticalPanel... This is very poor OO programing :(... Example (just on

[gwt-contrib] Re: Questions and concerns with HandlerManager

2009-08-08 Thread Ed
Even do it's dead, let me give some pointers on the Source generic issue that came in mind: - My Source isn't part of my HandlerManager, as in the example of Joe above. - My Source is contained in the event builder and his type indicated on the event builder through Generics. - The source can be p