[gwt-contrib] [google-web-toolkit commit] r3819 - branches/1_6_events/user/src/com/google/gwt/user/client

2008-10-23 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 23 05:31:42 2008 New Revision: 3819 Modified: branches/1_6_events/user/src/com/google/gwt/user/client/Window.java branches/1_6_events/user/src/com/google/gwt/user/client/WindowCloseListener.java

[gwt-contrib] Re: Code Review: gwt-google-apis Maps Add version check

2008-10-23 Thread Miguel Méndez
On Thu, Oct 23, 2008 at 8:42 AM, Eric Ayers [EMAIL PROTECTED] wrote: Hi Miguel, Could you please review this patch? It is very small! I am currently running into issues with maps regression tests failing due to some problems with the Maps JavaScript API. The Maps JavaScript API can be

[gwt-contrib] [google-web-toolkit commit] r3820 - branches/1_6_events/user/test/com/google/gwt/user/client/ui

2008-10-23 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 23 06:25:32 2008 New Revision: 3820 Modified: branches/1_6_events/user/test/com/google/gwt/user/client/ui/ImageTest.java Log: Updated ImageTest to test handlers. The listener tests still exist. Patch by: jlabanca Modified:

[gwt-contrib] [google-web-toolkit commit] r3821 - branches/1_6_events/user/test/com/google/gwt/user/client/ui/impl

2008-10-23 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 23 06:47:24 2008 New Revision: 3821 Modified: branches/1_6_events/user/test/com/google/gwt/user/client/ui/impl/ClippedImagePrototypeTest.java Log: Added handler tests to the listener tests. Patch by: jlabanca Modified:

[gwt-contrib] Re: Code Review: gwt-google-apis Maps Add version check

2008-10-23 Thread Miguel Méndez
On Thu, Oct 23, 2008 at 9:44 AM, Eric Ayers [EMAIL PROTECTED] wrote: On Thu, Oct 23, 2008 at 9:21 AM, Miguel Méndez [EMAIL PROTECTED] wrote: On Thu, Oct 23, 2008 at 8:42 AM, Eric Ayers [EMAIL PROTECTED] wrote: Hi Miguel, Could you please review this patch? It is very small! I am

[gwt-contrib] [google-web-toolkit commit] r3823 - branches/1_6_events/user/test/com/google/gwt/user/client/ui

2008-10-23 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 23 06:58:08 2008 New Revision: 3823 Modified: branches/1_6_events/user/test/com/google/gwt/user/client/ui/CompositeTest.java Log: Add handler tests to CompositeTest. Patch by: jlabanca Modified:

[gwt-contrib] [google-web-toolkit commit] r3822 - branches/1_6_events/user/test/com/google/gwt/user/client/ui

2008-10-23 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 23 06:48:38 2008 New Revision: 3822 Modified: branches/1_6_events/user/test/com/google/gwt/user/client/ui/ImageTest.java Log: Removed the SuppressWarning(deprecation) annotations from ImageTest. Since the methods use deprecated libraries, they

[gwt-contrib] [google-web-toolkit commit] r3824 - branches/1_6_events/user/src/com/google/gwt/user/client/ui

2008-10-23 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 23 07:38:28 2008 New Revision: 3824 Modified: branches/1_6_events/user/src/com/google/gwt/user/client/ui/Widget.java Log: Fixed a bug in Widget.onAttach() where we do not update eventsToSink, which makes subsequent attempts to sinkEvents fail to

[gwt-contrib] [google-web-toolkit commit] r3825 - branches/1_6_events/user/test/com/google/gwt/user/client/ui

2008-10-23 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 23 07:39:54 2008 New Revision: 3825 Modified: branches/1_6_events/user/test/com/google/gwt/user/client/ui/AnchorTest.java Log: Added handler tests to the listener tests in AnchorTest. Patch by: jlabanca Modified:

[gwt-contrib] Iterables and Collections

2008-10-23 Thread Charles Fry
I couldn't help but noticing that there are several places in GWT that perform logical aggregations, but don't expose the aggregated elements using Iterable (or List!). The two examples off the top of my head are IndexedPanel and ListBox, though I'm sure there are more. IndexedPanel could just

[gwt-contrib] table columns

2008-10-23 Thread Charles Fry
As a new GWT user (thanks a ton for the awesome toolkit) I have a few issues with table columns: 1) To my surprise, FlexTable row and column spans effect the offsets of later cells in the row/column of the span. In other words the row and column numbers passed as arguments into all of the

[gwt-contrib] Re: OOPHM Gecko 1.8

2008-10-23 Thread Sam Gross
On Thu, Oct 23, 2008 at 2:06 AM, John Tamplin [EMAIL PROTECTED] wrote: On Thu, Oct 23, 2008 at 12:22 AM, Sam Gross [EMAIL PROTECTED] wrote: I've been working on trying to create a version of oophm-xpcom.xpi that runs in both Firefox 2 and Firefox 3. I also modified some of the makefiles in

[gwt-contrib] [google-web-toolkit commit] r3828 - branches/1_6_events/user/src/com/google/gwt/user/client

2008-10-23 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 23 10:22:49 2008 New Revision: 3828 Modified: branches/1_6_events/user/src/com/google/gwt/user/client/History.java branches/1_6_events/user/src/com/google/gwt/user/client/HistoryListener.java Log: Deprecated HistoryListener now that

[gwt-contrib] [google-web-toolkit commit] r3830 - in branches/1_6_events/samples/showcase/src/com/google/gwt/sample/showcase: . client clie...

2008-10-23 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 23 10:47:07 2008 New Revision: 3830 Modified: branches/1_6_events/samples/showcase/src/com/google/gwt/sample/showcase/Showcase.gwt.xml branches/1_6_events/samples/showcase/src/com/google/gwt/sample/showcase/client/Application.java

[gwt-contrib] [google-web-toolkit commit] r3831 - branches/1_6_events/user/src/com/google/gwt/event/logical/shared

2008-10-23 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 23 11:18:57 2008 New Revision: 3831 Added: branches/1_6_events/user/src/com/google/gwt/event/logical/shared/BeforeSelectionEvent.java (contents, props changed)

[gwt-contrib] [google-web-toolkit commit] r3832 - branches/1_6_events/user/src/com/google/gwt/user/client/ui

2008-10-23 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 23 11:21:36 2008 New Revision: 3832 Modified: branches/1_6_events/user/src/com/google/gwt/user/client/ui/L.java branches/1_6_events/user/src/com/google/gwt/user/client/ui/TabBar.java

[gwt-contrib] Re: Dialog box has odd look when used as a gadget

2008-10-23 Thread Eric Ayers
The issue is that the images in the .css file weren't loading. I picked some rules out of standard.css and removed images from the rules. On Wed, Oct 22, 2008 at 11:28 AM, John LaBanca [EMAIL PROTECTED] wrote: I don't know much about gadgets or the restrictions they impose. You could examine

[gwt-contrib] [google-web-toolkit commit] r3834 - in branches/1_6_events: samples/showcase/src/com/google/gwt/sample/showcase/client user/s...

2008-10-23 Thread codesite-noreply
Author: [EMAIL PROTECTED] Date: Thu Oct 23 15:25:49 2008 New Revision: 3834 Modified: branches/1_6_events/samples/showcase/src/com/google/gwt/sample/showcase/client/Showcase.java branches/1_6_events/user/src/com/google/gwt/user/client/ui/L.java