[gwt-contrib] [google-web-toolkit] r7505 committed - Release notes for GWT 2.0.1.

2010-01-27 Thread codesite-noreply
Revision: 7505 Author: mmen...@google.com Date: Wed Jan 27 16:28:12 2010 Log: Release notes for GWT 2.0.1. http://code.google.com/p/google-web-toolkit/source/detail?r=7505 Modified: /trunk/distro-source/core/src/release_notes.html === --- /trunk/distro-sourc

[gwt-contrib] Re: Server-side Class object on client-side

2010-01-27 Thread Nathan Wells
John, Thanks for the feedback. I'll see what I can work up. Thanks, Nathan On Jan 27, 3:27 pm, John Tamplin wrote: > On Wed, Jan 27, 2010 at 5:14 PM, Nathan Wells wrote: > > Let me back up a little bit. There may be a way to do what I want > > without changing GWT's core. All I want is to be a

Re: [gwt-contrib] Re: Server-side Class object on client-side

2010-01-27 Thread John Tamplin
On Wed, Jan 27, 2010 at 5:14 PM, Nathan Wells wrote: > Let me back up a little bit. There may be a way to do what I want > without changing GWT's core. All I want is to be able to change the > following interface: > > interface RpcService { > >call(String procedureClassName, AsyncCallback cal

[gwt-contrib] Re: Server-side Class object on client-side

2010-01-27 Thread Nathan Wells
Let me back up a little bit. There may be a way to do what I want without changing GWT's core. All I want is to be able to change the following interface: interface RpcService { call(String procedureClassName, AsyncCallback callback, Arguments args) } into something similar to the following

Re: [gwt-contrib] Re: Server-side Class object on client-side

2010-01-27 Thread John Tamplin
On Wed, Jan 27, 2010 at 3:57 PM, Nathan Wells wrote: > Can someone point me to a place in the GWT code where I might be able > to produce a patch or something? I realize it's probably not the > GWTers highest priority, but I could use some guidance. > I don't know how you would do it, actually.

[gwt-contrib] [google-web-toolkit] r7504 committed - Merges -r7431 from trunk to releases/2.0:...

2010-01-27 Thread codesite-noreply
Revision: 7504 Author: sp...@google.com Date: Wed Jan 27 12:59:53 2010 Log: Merges -r7431 from trunk to releases/2.0: svn merge --ignore-ancestry -c 7431 https://google-web-toolkit.googlecode.com/svn/trunk . Ensures that instance methods of Array are downloaded initially. http://code.google

[gwt-contrib] Re: Upgrade to latest HtmlUnit 2.7 r5424

2010-01-27 Thread flin
On 2010/01/27 20:04:08, amitmanjhi wrote: Looks great. I still have to look over the update to tools. Just a few comments on the patch to gwt-trunk: - Does the CL pass 100% even in repeated runs of dev, prod, emma, and other relevant modes? It passed 10 out 10 runs in all modes. - CreateEv

[gwt-contrib] Re: Server-side Class object on client-side

2010-01-27 Thread Nathan Wells
Can someone point me to a place in the GWT code where I might be able to produce a patch or something? I realize it's probably not the GWTers highest priority, but I could use some guidance. Unless of course the silence is an indication that what I'm proposing is against the "spirit" of GWT. I don

[gwt-contrib] [google-web-toolkit] r7503 committed - Add Linux x86_64 libraries for FF3.6 support.

2010-01-27 Thread codesite-noreply
Revision: 7503 Author: j...@google.com Date: Wed Jan 27 12:45:06 2010 Log: Add Linux x86_64 libraries for FF3.6 support. http://code.google.com/p/google-web-toolkit/source/detail?r=7503 Added: /plugin-sdks/gecko-sdks/gecko-1.9.2/Linux_x86_64-gcc3/README.txt /plugin-sdks/gecko-sdks/gecko-1.9.2/

[gwt-contrib] Re: Comment on GWT_2_0_RC in google-web-toolkit

2010-01-27 Thread codesite-noreply
Comment by sco...@google.com: Ah yes, that explains it... depending on your network setup, sometimes using your own IP address will actually go over the wire instead of looping back, which can slow things down a bit. For more information: http://code.google.com/p/google-web-toolkit/wiki/GW

[gwt-contrib] [google-web-toolkit] r7502 committed - tr...@7259,7284,7285,7310,7340 were merged into this branch...

2010-01-27 Thread codesite-noreply
Revision: 7502 Author: sco...@google.com Date: Wed Jan 27 12:34:44 2010 Log: tr...@7259,7284,7285,7310,7340 were merged into this branch Restores logging for recursive unit invalidation. Removes some external inconsistency dangers from our collections. Fixes failure of TypeOracleMediator to

[gwt-contrib] Re: Upgrade to latest HtmlUnit 2.7 r5424

2010-01-27 Thread amitmanjhi
The README file could be clearer since some of the previous instructions don't apply. I will fix it when I commit the patch on your behalf. Otherwise, looks good. http://gwt-code-reviews.appspot.com/134806 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Upgrade to latest HtmlUnit 2.7 r5424

2010-01-27 Thread amitmanjhi
Looks great. I still have to look over the update to tools. Just a few comments on the patch to gwt-trunk: - Does the CL pass 100% even in repeated runs of dev, prod, emma, and other relevant modes? - CreateEventTest.java: sorting of imports seems incorrect. - For every test where you add a @DoNot

[gwt-contrib] Upgrade to latest HtmlUnit 2.7 r5424

2010-01-27 Thread flin
Reviewers: amitmanjhi, Description: Code change in tools and trunk Please review this at http://gwt-code-reviews.appspot.com/134806 Affected files: dev/build.xml eclipse/dev/.classpath eclipse/user/.classpath user/test/com/google/gwt/dom/client/ElementTest.java user/test/com/google/gw

[gwt-contrib] [google-web-toolkit] r7501 committed - Changes to support FF3.6 (which uses Gecko 1.9.2). More prebuilt...

2010-01-27 Thread codesite-noreply
Revision: 7501 Author: gwt.mirror...@gmail.com Date: Wed Jan 27 10:14:22 2010 Log: Changes to support FF3.6 (which uses Gecko 1.9.2). More prebuilt libraries for various platforms will be added as they are ready. Patch by: jat Review by: jlabanca http://code.google.com/p/google-web-toolkit/sour

[gwt-contrib] Re: Comment on GWT_2_0_RC in google-web-toolkit

2010-01-27 Thread codesite-noreply
Comment by guykrem: keyvez : I've been hitting the same problem until I tried changing the url from: http://localhost:/HelloGWT.html?gwt.codesvr=10.0.0.3:9997 to http://localhost:/HelloGWT.html?gwt.codesvr=localhost:9997 this seems to solve the slowness problem for me. For more i

[gwt-contrib] [google-web-toolkit] r7500 committed - Merged trunk r7382 into this branch...

2010-01-27 Thread codesite-noreply
Revision: 7500 Author: j...@google.com Date: Wed Jan 27 09:56:58 2010 Log: Merged trunk r7382 into this branch Merge piece missing from r7378. svn merge --ignore-ancestry -c 7382 \ http://google-web-toolkit.googlecode.com/svn/trunk . http://code.google.com/p/google-web-toolkit/source

[gwt-contrib] Re: Comment on GWT_2_0_RC in google-web-toolkit

2010-01-27 Thread codesite-noreply
Comment by guykrem: key.. : I've been hitting the same problem until I tried changing the url from: http://localhost:/HelloGWT.html?gwt.codesvr=10.0.0.3:9997 to http://localhost:/HelloGWT.html?gwt.codesvr=localhost:9997 this seems to solve the slowness problem for me. For more info

[gwt-contrib] [google-web-toolkit] r7498 committed - Move hasAttribute impl from DOMImplIE6 to DOMImplTrident so it applies...

2010-01-27 Thread codesite-noreply
Revision: 7498 Author: jlaba...@google.com Date: Wed Jan 27 05:45:28 2010 Log: Move hasAttribute impl from DOMImplIE6 to DOMImplTrident so it applies to IE8 as well. http://code.google.com/p/google-web-toolkit/source/detail?r=7498 Modified: /trunk/user/src/com/google/gwt/dom/client/DOMImplIE

[gwt-contrib] [google-web-toolkit] r7499 committed - tr...@7498 was merged into this branch...

2010-01-27 Thread codesite-noreply
Revision: 7499 Author: jlaba...@google.com Date: Wed Jan 27 08:57:03 2010 Log: tr...@7498 was merged into this branch Move hasAttribute impl from DOMImplIE6 to DOMImplTrident so it applies to IE8. svn merge -c7498 --ignore-ancestry https://google-web-toolkit.googlecode.com/svn/trunk htt

[gwt-contrib] [google-web-toolkit] r7497 committed - tr...@7295 was merged into this branch...

2010-01-27 Thread codesite-noreply
Revision: 7497 Author: jlaba...@google.com Date: Wed Jan 27 08:49:53 2010 Log: tr...@7295 was merged into this branch Fix API configs for NumberFormat changes. svn merge -c7295 --ignore-ancestry https://google-web-toolkit.googlecode.com/svn/trunk http://code.google.com/p/google-web-toolki

[gwt-contrib] [google-web-toolkit] r7496 committed - Merged trunk r7492 into this branch...

2010-01-27 Thread codesite-noreply
Revision: 7496 Author: j...@google.com Date: Wed Jan 27 08:22:20 2010 Log: Merged trunk r7492 into this branch Fix warning about missing startup URLs svn merge --ignore-ancestry -c 7492 \ http://google-web-toolkit.googlecode.com/svn/trunk . http://code.google.com/p/google-web-toolkit

[gwt-contrib] [google-web-toolkit] r7495 committed - Add some gecko 1.9.2 files (for Firefox 3.6)....

2010-01-27 Thread codesite-noreply
Revision: 7495 Author: j...@google.com Date: Wed Jan 27 08:20:25 2010 Log: Add some gecko 1.9.2 files (for Firefox 3.6). Patch by: jat Unreviewed http://code.google.com/p/google-web-toolkit/source/detail?r=7495 Added: /plugin-sdks/gecko-sdks/gecko-1.9.2 /plugin-sdks/gecko-sdks/gecko-1.9.2/Dar

[gwt-contrib] [google-web-toolkit] r7494 committed - tr...@7283 was merged into this branch...

2010-01-27 Thread codesite-noreply
Revision: 7494 Author: jlaba...@google.com Date: Wed Jan 27 08:18:00 2010 Log: tr...@7283 was merged into this branch Adds DELETE, HEAD and PUT methods to RequestBuilder. svn merge -c7283 --ignore-ancestry https://google-web-toolkit.googlecode.com/svn/trunk http://code.google.com/p/google

[gwt-contrib] [google-web-toolkit] r7493 committed - tr...@7243 was merged into this branch...

2010-01-27 Thread codesite-noreply
Revision: 7493 Author: jlaba...@google.com Date: Wed Jan 27 08:16:18 2010 Log: tr...@7243 was merged into this branch JavaDoc fix. svn merge -c7243 --ignore-ancestry https://google-web-toolkit.googlecode.com/svn/trunk http://code.google.com/p/google-web-toolkit/source/detail?r=7493 Modif

[gwt-contrib] [google-web-toolkit] r7492 committed - This addresses a problem with the recent patch, in that it is giving...

2010-01-27 Thread codesite-noreply
Revision: 7492 Author: j...@google.com Date: Wed Jan 27 05:04:35 2010 Log: This addresses a problem with the recent patch, in that it is giving the warning for JUnitShell. Since you had asked about customizing the message anyway, I just went ahead with a solution that allows each subclass of DevM

[gwt-contrib] [google-web-toolkit] r7491 committed - Merged trunk r7378 into this branch...

2010-01-27 Thread codesite-noreply
Revision: 7491 Author: j...@google.com Date: Wed Jan 27 07:18:10 2010 Log: Merged trunk r7378 into this branch Fix problems getting parameter names in generated code. svn merge --ignore-ancestry -c 7378 \ http://google-web-toolkit.googlecode.com/svn/trunk . http://code.google.com/p/g

[gwt-contrib] Re: Customize warning about missing startup URLs, remove from JUnitShell

2010-01-27 Thread rdayal
LGTM. http://gwt-code-reviews.appspot.com/134805 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r7490 committed - Merged trunk r7294 into this branch...

2010-01-27 Thread codesite-noreply
Revision: 7490 Author: j...@google.com Date: Wed Jan 27 07:15:23 2010 Log: Merged trunk r7294 into this branch Make CurrencyData/CurrencyList a public API svn merge --ignore-ancestry -c 7294 \ http://google-web-toolkit.googlecode.com/svn/trunk . http://code.google.com/p/google-web-to

[gwt-contrib] [google-web-toolkit] r7489 committed - Merged trunk r7332 into this branch...

2010-01-27 Thread codesite-noreply
Revision: 7489 Author: j...@google.com Date: Wed Jan 27 07:13:40 2010 Log: Merged trunk r7332 into this branch Fix Collections.unmodifiableMap toArray svn merge --ignore-ancestry -c 7332 \ http://google-web-toolkit.googlecode.com/svn/trunk . http://code.google.com/p/google-web-toolki

[gwt-contrib] [google-web-toolkit] r7488 committed - Merged trunk r7286 into this branch...

2010-01-27 Thread codesite-noreply
Revision: 7488 Author: j...@google.com Date: Wed Jan 27 07:10:43 2010 Log: Merged trunk r7286 into this branch Fix System.arrayCopy for interfaces svn merge --ignore-ancestry -c 7286 \ http://google-web-toolkit.googlecode.com/svn/trunk . http://code.google.com/p/google-web-toolkit/sou

[gwt-contrib] [google-web-toolkit] r7487 committed - Merge trunk r7282 into this branch...

2010-01-27 Thread codesite-noreply
Revision: 7487 Author: j...@google.com Date: Wed Jan 27 07:07:38 2010 Log: Merge trunk r7282 into this branch TreeMap submap problems svn merge --ignore-ancestry -c 7282 \ http://google-web-toolkit.googlecode.com/svn/trunk . http://code.google.com/p/google-web-toolkit/source/detail?r=

[gwt-contrib] [google-web-toolkit] r7486 committed - Merge tr...@7322 to add resymbolization to JUnitShell...

2010-01-27 Thread codesite-noreply
Revision: 7486 Author: b...@google.com Date: Wed Jan 27 07:04:48 2010 Log: Merge tr...@7322 to add resymbolization to JUnitShell $ svn merge -c7322 --ignore-ancestry https://google-web-toolkit.googlecode.com/svn/trunk http://code.google.com/p/google-web-toolkit/source/detail?r=7486 Added: /r