[gwt-contrib] Re: Native Authorization in GWT

2014-05-27 Thread Thomas Broyer
You have to push to the special reference "refs/for/master" to create a review to be merged to the 'master' branch. git push origin HEAD:refs/for/master (replace HEAD with a local branch if you don't want to push the "current commit" but another reference/commit) Note, you also have to "instal

[gwt-contrib] Re: Native Authorization in GWT

2014-05-27 Thread Zied Hamdi OneView
> > I created an > issuewhere > I specify more clearly the change > proposal: https://code.google.com/p/google-web-toolkit/issues/detail?id=8735 > I'm getting this message: > I'm just unable to push the code for review > T

Re: [gwt-contrib] Add Object.clone as throwing implementation

2014-05-27 Thread Rocco De Angelis
Hi Roberto, okay I understand the problem. But is it really necessary to also add the clone method to JSO? Implementing a clone method for objects in javaScript can be very hard if it should work in all cases :) -- You received this message because you are subscribed to the Google Groups "GWT