[gwt-contrib] *.rpc.log files

2012-09-19 Thread Paul Robinson
I went looking for the *.rpc.log files that get generated during the GWT 
compile yesterday, only to find that they don't get generated by default any 
more. After a bit of digging in the source code, it seems that you have to turn 
them on now with an argument of -logLevel DEBUG to the GWT compiler.

This was a change made in rev 10833.

Perhaps this should be documented somewhere? It would be good if it were in or 
near to here:
https://developers.google.com/web-toolkit/doc/latest/DevGuideServerCommunication#DevGuideSerializableTypes

I looked, but failed to find anything in the docs about the existence of the 
*.rpc.log files, how to turn them on, or what they are good for.

Paul

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] unable to download IE developer plugin

2012-09-19 Thread Daniel Kurka
I seem to be unable to download and install the GWT developer plugin for
IE.
I haven`t tried this in a long time for IE though so I might be missing
something pretty basic, but maybe not.

Here goes:

I am running a Win7 IE 9
The missing plugin site suggests this url:
https://dl-ssl.google.com/tag/s/appguid%3D%7B9a5e649a-ec63-4c7d-99bf-75adb345e7e5%7D%26lang%3Den%26appname%3DGWT%2520Developer%2520Plugin%2520for%2520IE%2520%2528x86%2529%26needsadmin%3Dfalse/gwt/plugins/ie/GwtDevPluginSetup.exe

This looks kinda weird and ends up in an HTTP 404, while other urls (FF)
seem to work just fine:
https://dl-ssl.google.com/gwt/plugins/firefox/gwt-dev-plugin.xpi

I just retried with a colleague unable to download the plugin, so is this
just us or is there someting wrong?

-Daniel

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: unable to download IE developer plugin

2012-09-19 Thread Daniel Kurka
just found this one from Thomas:
http://stackoverflow.com/questions/10799647/cant-find-gwt-devmode-plugin-for-ie9

should we open an issue to track this down and get rid of it?

-Daniel

2012/9/19 Daniel Kurka kurka.dan...@gmail.com

 I seem to be unable to download and install the GWT developer plugin for
 IE.
 I haven`t tried this in a long time for IE though so I might be missing
 something pretty basic, but maybe not.

 Here goes:

 I am running a Win7 IE 9
 The missing plugin site suggests this url:

 https://dl-ssl.google.com/tag/s/appguid%3D%7B9a5e649a-ec63-4c7d-99bf-75adb345e7e5%7D%26lang%3Den%26appname%3DGWT%2520Developer%2520Plugin%2520for%2520IE%2520%2528x86%2529%26needsadmin%3Dfalse/gwt/plugins/ie/GwtDevPluginSetup.exe

 This looks kinda weird and ends up in an HTTP 404, while other urls (FF)
 seem to work just fine:
 https://dl-ssl.google.com/gwt/plugins/firefox/gwt-dev-plugin.xpi

 I just retried with a colleague unable to download the plugin, so is this
 just us or is there someting wrong?

 -Daniel




-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix Chrome plugin compile errors by replacing Value with gwt::Value. (issue1835803)

2012-09-19 Thread acleung

On 2012/09/18 02:40:01, skybrian wrote:

LGTM

I vaguely remember the exact same problem in xpcom a while ago

http://gwt-code-reviews.appspot.com/1835803/

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors


Re: [gwt-contrib] Deprecating DeRPC classes

2012-09-19 Thread Daniel Kurka
Is DeRPC actually in use somewhere?

Or should I go ahead and propose a patch that deprecates it or even removes
it?

-Daniel



2012/9/11 Chris Lercher cl_for_mail...@gmx.net


 https://developers.google.com/web-toolkit/doc/latest/DevGuideServerCommunication#DevGuideDeRPC
  says
 about Direct-Eval RPC:

This feature did not work out as planned, and the GWT team strongly
 discourages its use.

 However, the classes RpcServlet, RpcService etc. are not marked as
 deprecated.

 It's easy to mistype RemoteService as RpcService, which doesn't cause any
 warning. If this happens, it can be very difficult to spot the problem, and
 it's not trivial to revert to RemoteService, see for example:
 http://code.google.com/p/google-web-toolkit/source/diff?spec=svn11258r=11229format=sidepath=/trunk/samples/validation/src/main/java/com/google/gwt/sample/validation/client/GreetingService.javaold_path=/trunk/samples/validation/src/main/java/com/google/gwt/sample/validation/client/GreetingService.javaold=10642

 --
 http://groups.google.com/group/Google-Web-Toolkit-Contributors

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] submit chrome dev mode plugin to chrome web store?

2012-09-19 Thread John A. Tamplin
On Wed, Sep 19, 2012 at 4:48 PM, Daniel Kurka kurka.dan...@gmail.comwrote:

 I was actually looking for the c / c++ code of the chrome plugin. This got
 me confused:
 http://code.google.com/p/google-web-toolkit/source/browse/trunk/plugins/npapi/README.txt

 Are we using the npapi for building the chrome plugin?


Yes.

-- 
John A. Tamplin

-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Make the AbstractEditorDriverGenerator create Context classes that work with parameterized parents. (issue1836803)

2012-09-19 Thread skybrian

Could you write a test for this change?


http://gwt-code-reviews.appspot.com/1836803/

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors