Re: [gwt-contrib] CSS3 support in CssResource: Closure Stylesheets?

2011-12-19 Thread Daniel Kurka
I would also volunteer to put some work into this, since I am hitting more and more bugs in the way GWT parses CSS files -Daniel 2011/12/16 Michael Vogt vmei...@googlemail.com Hello. How could I refuse? :) SGTM. We will of course, still have to maintain all of the GWT-isms. Actually,

[gwt-contrib] Re: AbsolutePanel logs IllegalStateException in dev mode (issue1703803)

2012-05-21 Thread Daniel Kurka
Hi everyone, I still need a reviewer for this one. -Daniel 2012/5/5 kurka.dan...@googlemail.com Reviewers: rdayal, Description: fix for http://code.google.com/p/**google-web-toolkit/issues/**detail?id=5251http://code.google.com/p/google-web-toolkit/issues/detail?id=5251 Please review

[gwt-contrib] Help getting super dev mode to work

2012-06-17 Thread Daniel Kurka
I can`t seem to get super dev mode to work. I am always Can't find any GWT Modules on this page., due to window.__gwt_activeModules being undefined. The super dev mode code server compiled fine. I have got the bookmarklets. I compiled my GWT app the standard way and I am able to run it in the

Re: [gwt-contrib] Help getting super dev mode to work

2012-06-17 Thread Daniel Kurka
Hi Thomas, thank you. I didn't use the xsiframe linker. Now its working fine. -Daniel Am 17.06.2012 um 18:49 schrieb Thomas Broyer: Hi Daniel, On Sunday, June 17, 2012 4:57:48 PM UTC+2, Daniel Kurka wrote: I can`t seem to get super dev mode to work. I am always Can't find any GWT

[gwt-contrib] GWT 2.5 RC1 increases mgwt showcase by 22%

2012-06-29 Thread Daniel Kurka
I just had a few hours of spare time and went ahead and checked out the GWT release candidate together with mgwt showcase. I was quite staggered to see that it increases the Javascript size by 22%. I just took a brief look at the SOYC report and it seems that it fails to remove unused CSS from

[gwt-contrib] Re: GWT 2.5 RC1 increases mgwt showcase by 22%

2012-06-29 Thread Daniel Kurka
I Just took a quick look and its actually not just client bundle thats affected. If someone wants to take a look here are both soyc reports: https://www.dropbox.com/s/2edw73vpmde9oz4/soyc.zip -Daniel Am 30.06.2012 um 06:58 schrieb Daniel Kurka: I just had a few hours of spare time and went

Re: [gwt-contrib] Length of obfuscated class names

2012-07-08 Thread Daniel Kurka
You can tell the gwt compiler to use minimal css selector length: set-configuration-property name=CssResource.obfuscationPrefix value=empty / This is only recommended if you gwt has full control over the page. (This is something that yields good results on mgwt) -Daniel Am 05.07.2012 um

[gwt-contrib] Reviewer for simple typo

2012-07-12 Thread Daniel Kurka
Hi Everyone, I still need a reviewer for a simple typo: http://code.google.com/p/google-web-toolkit/issues/detail?id=7479 Patch is in Rietveld: http://gwt-code-reviews.appspot.com/1770803/ -Daniel -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] SuggestionEvent does not extend GwtEvent

2012-07-13 Thread Daniel Kurka
I just stumbled across a stackoverflow question (http://stackoverflow.com/questions/11472737/uihandler-doesnt-work-with-suggestbox-suggestionevent/) why you can`t use SuggestionEvent from SuggestionsBox with UiBinder / UiHandler annotation. For some reason SuggestionEvent extends

Re: [gwt-contrib] GWT 2.5 RC1 increases mgwt showcase by 22%

2012-07-22 Thread Daniel Kurka
delay in reply - many people were on vacation after the holiday break. I'd agree that we need to fix this for RC2/final. Would you be able to file a bug for this so we can track it? Rajeev On Sat, Jun 30, 2012 at 1:07 AM, Daniel Kurka kurka.dan...@googlemail.com wrote: I Just took

Re: [gwt-contrib] “GWT no longer supports ChromeFrame. The implementation caused more bugs than it solved.”

2012-07-22 Thread Daniel Kurka
I think we need to support Chrome Frame with GWT indeed. I know many enterprise apps that are built with GWT and use ChromeFrame in a no IE upgrade environment. -Daniel Am 19.07.2012 um 00:16 schrieb Rajeev Dayal: Hey guys, This is my fault. I mis-interpreted the code change. As the

Re: [gwt-contrib] GWT 2.5 RC1 increases mgwt showcase by 22%

2012-07-23 Thread Daniel Kurka
We are not using any cell widgets (we wrote our own for mgwt, because the current ones don work for mobile). I already have a good guess where this might be coming from. I'll try to provide a decent test case for it (without mgwt dependencies). -Daniel 2012/7/23 Rajeev Dayal rda...@google.com

Re: [gwt-contrib] GWT 2.5 RC1 increases mgwt showcase by 22%

2012-07-29 Thread Daniel Kurka
://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshotsg=com.googlecode.mgwta=mgwte=jarv=LATEST inherits name=com.googlecode.mgwt.MGWT / Let me know if you need more input. -Daniel 2012/7/23 Daniel Kurka kurka.dan...@gmail.com We are not using any cell widgets (we wrote our own

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

2012-08-06 Thread Daniel Kurka
Hi everyone, today at work I was setting up a GWT installation on windows for a new coworker and noticed that with chrome 21 we can not install extension anymore. (They need to be in the chrome web store). I also noticed an issue popping up on the issue tracker on the exact same thing:

Re: [gwt-contrib] Cleanup: is IE6 JNI really needed?

2012-09-04 Thread Daniel Kurka
Am 03.09.2012 um 17:15 schrieb Thomas Broyer t.bro...@gmail.com: On Mon, Sep 3, 2012 at 2:39 PM, John A. Tamplin j...@jaet.org wrote: On Mon, Sep 3, 2012 at 4:44 AM, Thomas Broyer t.bro...@gmail.com wrote: Also, while I understand the usefulness of the pings (I'll rollback my changes in

Re: [gwt-contrib] GWT 2.5 RC1 increases mgwt showcase by 22%

2012-09-12 Thread Daniel Kurka
of there which it doesn't do yet. I probably won't be able to fix this for 2.5, but one workaround is to inline the GWT.create(OsDetection) into the bundle theme and avoid calling MGWT (which has a non-empty clinit) On Sun, Jul 29, 2012 at 8:16 AM, Daniel Kurka kurka.dan...@gmail.com wrote

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

2012-09-12 Thread Daniel Kurka
it before and didn't succeed) Regards, Istvan On Mon, Aug 6, 2012 at 12:44 PM, Daniel Kurka kurka.dan...@gmail.com wrote: Hi everyone, today at work I was setting up a GWT installation on windows for a new coworker and noticed that with chrome 21 we can not install extension anymore

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

2012-09-12 Thread Daniel Kurka
this another look tomorrow. It`s getting too late in Germany right now. -Daniel Am 13.09.2012 um 01:09 schrieb Rajeev Dayal rda...@google.com: Sorry, this totally fell off the plate. Daniel, would you be able to submit it to the Chrome Webstore? On Wed, Sep 12, 2012 at 7:07 PM, Daniel Kurka

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

2012-09-18 Thread Daniel Kurka
we'll have to go ahead and rebuild the crx on our side. I've added Brian, who has been playing around with the crx build process. On Wed, Sep 12, 2012 at 7:33 PM, Daniel Kurka kurka.dan...@gmail.com wrote: Hi Rajeev, I just gave it a try and it seems that we need to do some actual

[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:

[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

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

[gwt-contrib] Documentation links broken on developer.google.com

2012-09-23 Thread Daniel Kurka
The tools library and the presentation link on https://developers.google.com/web-toolkit/ are somewhat broken. The content is just not there anymore. Can someone rebuild those? -Daniel -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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

2012-09-24 Thread Daniel Kurka
Now we have an open issue: http://code.google.com/p/google-web-toolkit/issues/detail?id=7684 This needs to be addressed by someone from google, nothing I con do about it! -Daniel Am 19.09.2012 um 22:29 schrieb Daniel Kurka kurka.dan...@gmail.com: I took another look at the situation

[gwt-contrib] Problems pushing a patch to gerrit

2012-10-29 Thread Daniel Kurka
Hi everyone, I am a little baffled that I am not able to push patches to gerrit anymore. I just tried to submit a simple patch for http://code.google.com/p/google-web-toolkit/issues/detail?id=7683 , but all I got was: To https://gwt.googlesource.com/gwt ! [remote rejected] master - master

Re: [gwt-contrib] Problems pushing a patch to gerrit

2012-10-29 Thread Daniel Kurka
my bad, got it working now... 2012/10/29 Matthew Dempsky mdemp...@google.com Make sure you're using git push HEAD:refs/for/master. In particular, you need to push to refs/for/master and not to master directly if you want to create a review issue. For more details, see the Gerrit

[gwt-contrib] Reviewer needed

2012-11-08 Thread Daniel Kurka
Hi everyone, I still need a reviewer for: https://gwt-review.googlesource.com/#/c/1130/ -Daniel -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Reviewer needed

2012-11-08 Thread Daniel Kurka
you are right I read someone to approve and to pull this into google infrastructure, while we are still on a pull mirror model. -Daniel 2012/11/8 John A. Tamplin j...@jaet.org On Thu, Nov 8, 2012 at 3:46 PM, Daniel Kurka kurka.dan...@gmail.comwrote: Hi everyone, I still need a reviewer

Re: [gwt-contrib] Reviewer needed

2012-11-09 Thread Daniel Kurka
, Daniel Kurka kurka.dan...@gmail.comwrote: Hi everyone, I still need a reviewer for: https://gwt-review.googlesource.com/#/c/1130/ -Daniel -- http://groups.google.com/group/Google-Web-Toolkit-Contributors -- http://groups.google.com/group/Google-Web-Toolkit-Contributors -- http

[gwt-contrib] Running GWT Testsuite locally fails

2012-12-15 Thread Daniel Kurka
Ray mentioned something about the GWT Testsuite taking forever to run and in some cases it may fail to execute properly. I went ahead and tested it on my MBP (8GB RAM, SSD) and it failed after over 300 minutes of execution somewhere in the htmlunit tests (see attached output). Is this a known

[gwt-contrib] GWT 2.5.1 release - Call for help

2013-01-09 Thread Daniel Kurka
Hello everyone, we are gearing up for the GWT 2.5.1 release. We already made a list of issues that are considered for the GWT 2.5.1 release: https://docs.google.com/spreadsheet/ccc?key=0AuK8EZ6jAAQrdDk1ME1lcmtWOWt3MngxOUlTMGJSVEE We are looking for help on some of the issues, so if you would

Re: [gwt-contrib] GWT 2.5.1 release - Call for help

2013-01-12 Thread Daniel Kurka
Repost from gwt-steering: Hi Everyone, a quick status update. In the last week a lot of patches have been contributed and some have already been submitted. At the beginning of next week I want to close of for any new patches, so that we can finish the work we are started. We are aiming for a

[gwt-contrib] Change in gwt[master]: simple typo

2013-01-15 Thread Daniel Kurka
Daniel Kurka has abandoned this change. Change subject: simple typo .. Abandoned commited -- To view, visit https://gwt-review.googlesource.com/1730 To unsubscribe, visit https://gwt-review.googlesource.com/settings Gerrit

[gwt-contrib] Change in gwt[master]: updated javadoc n DeckPanel.getVisibleWidget() fixes issue 7...

2013-01-15 Thread Daniel Kurka
Daniel Kurka has abandoned this change. Change subject: updated javadoc n DeckPanel.getVisibleWidget() fixes issue 7680 .. Abandoned commited -- To view, visit https://gwt-review.googlesource.com/1720 To unsubscribe

[gwt-contrib] Change in gwt[master]: AbstractMap.remove() is incorrect, accessing entry after del...

2013-01-15 Thread Daniel Kurka
Daniel Kurka has abandoned this change. Change subject: AbstractMap.remove() is incorrect, accessing entry after deletion fixes issue 7856 .. Abandoned commited -- To view, visit https://gwt-review.googlesource.com/1740

[gwt-contrib] Change in gwt[master]: avoid busy waiting in SchedulerImpl.runRepeatingTasks

2013-01-15 Thread Daniel Kurka
-MessageType: newpatchset Gerrit-Change-Id: I288975242600fe5fc13b9bcb356f9807894bb2cb Gerrit-PatchSet: 5 Gerrit-Project: gwt Gerrit-Branch: master Gerrit-Owner: Daniel Kurka kurka.dan...@gmail.com Gerrit-Reviewer: Daniel Kurka kurka.dan...@gmail.com Gerrit-Reviewer: Goktug Gokdogan gok...@google.com Gerrit

[gwt-contrib] Change in gwt[master]: avoid busy waiting in SchedulerImpl.runRepeatingTasks

2013-01-15 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: avoid busy waiting in SchedulerImpl.runRepeatingTasks .. Patch Set 5: nit picking -- To view, visit https://gwt-review.googlesource.com/1750 To unsubscribe

[gwt-contrib] Change in gwt[master]: avoid busy waiting in SchedulerImpl.runRepeatingTasks

2013-01-15 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: avoid busy waiting in SchedulerImpl.runRepeatingTasks .. Patch Set 5: Where would we document that? -- To view, visit https://gwt-review.googlesource.com/1750

[gwt-contrib] Change in gwt[master]: avoid busy waiting in SchedulerImpl.runRepeatingTasks

2013-01-15 Thread Daniel Kurka
-MessageType: newpatchset Gerrit-Change-Id: I288975242600fe5fc13b9bcb356f9807894bb2cb Gerrit-PatchSet: 6 Gerrit-Project: gwt Gerrit-Branch: master Gerrit-Owner: Daniel Kurka kurka.dan...@gmail.com Gerrit-Reviewer: Daniel Kurka kurka.dan...@gmail.com Gerrit-Reviewer: Goktug Gokdogan gok...@google.com Gerrit

[gwt-contrib] Change in gwt[master]: avoid busy waiting in SchedulerImpl.runRepeatingTasks

2013-01-15 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: avoid busy waiting in SchedulerImpl.runRepeatingTasks .. Patch Set 6: I actually replied on it: The repeating command needs to be run a second time

[gwt-contrib] Change in gwt[master]: avoid busy waiting in SchedulerImpl.runRepeatingTasks

2013-01-15 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: avoid busy waiting in SchedulerImpl.runRepeatingTasks .. Patch Set 6: my bad: I did not publish it, I am new to gerrit, sorry! -- To view, visit https://gwt

[gwt-contrib] Change in gwt[master]: avoid busy waiting in SchedulerImpl.runRepeatingTasks

2013-01-15 Thread Daniel Kurka
-MessageType: newpatchset Gerrit-Change-Id: I288975242600fe5fc13b9bcb356f9807894bb2cb Gerrit-PatchSet: 7 Gerrit-Project: gwt Gerrit-Branch: master Gerrit-Owner: Daniel Kurka kurka.dan...@gmail.com Gerrit-Reviewer: Daniel Kurka kurka.dan...@gmail.com Gerrit-Reviewer: Goktug Gokdogan gok...@google.com Gerrit

[gwt-contrib] Change in gwt[master]: avoid busy waiting in SchedulerImpl.runRepeatingTasks

2013-01-15 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: avoid busy waiting in SchedulerImpl.runRepeatingTasks .. Patch Set 7: Added the comment. I prefer not to call a private function here and test this via

[gwt-contrib] Change in gwt[master]: use java.net.HttpCookie instead of Crockfords json.org

2013-01-15 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: use java.net.HttpCookie instead of Crockfords json.org .. Patch Set 2: no worries this is committed and will be included in GWT 2.5.1 (see Matthews comment

Re: [gwt-contrib] GWT 2.5.1 release - Call for help

2013-01-15 Thread Daniel Kurka
Hi Patrick, thanks for putting in the work, it's really appreciated! I have added the reviews to the list for GWT 2.5.1, there is no guarantee that everything will land in GWT 2.5.1, but at least someone will take a look. Do you have an open issue for

Re: [gwt-contrib] GWT 2.5.1 release - Call for help

2013-01-17 Thread Daniel Kurka
Please do ! Thanks Patrick! 2013/1/16 Patrick Tucker tucker...@gmail.com I do not have an open issue for that patch. Would you like me to create one? On Tuesday, January 15, 2013 5:48:17 PM UTC-5, Daniel Kurka wrote: Hi Patrick, thanks for putting in the work, it's really appreciated

Re: [gwt-contrib] GWT 2.5.1 release - Call for help

2013-01-17 Thread Daniel Kurka
Hi Xia, as with every GWT release we are not announcing any dates, since we all know that this is a slippery thing with releases. GWT 2.5.1 should be out in a couple of weeks, that said there is not guarantee! -Daniel 2013/1/17 Xiao Dong Sun crev...@gmail.com Hello Thomas, do you have any

[gwt-contrib] Change in gwt[master]: ImageBundle and ClientBundle generator errors hinted about C...

2013-01-21 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: ImageBundle and ClientBundle generator errors hinted about Class.getResource() whereas they don't support leading '/'. .. Patch Set 1: Code-Review+1

Re: [gwt-contrib] Change in gwt[master]: Stop using prefixed API's in AnimationScheduler by default. ...

2013-01-22 Thread Daniel Kurka
Am 21.01.2013 um 06:17 schrieb Brian Slesinsky skybr...@google.com: On Sun, Jan 20, 2013 at 7:35 PM, John A. Tamplin j...@jaet.org wrote: I agree, plus I think if we are going to do this there should be a more global deferred binding property like useExperimentalApis in core. What do

Re: [gwt-contrib] source maps in chrome

2013-01-22 Thread Daniel Kurka
I can`t seem to get source maps working with Chrome 24. Is it just me or is there still something off? On Friday, November 30, 2012 2:15:31 AM UTC+1, Ray Cromwell wrote: https://gwt-review.googlesource.com/#/c/1300/1 On Wed, Nov 28, 2012 at 11:02 AM, Stephen Haberman

[gwt-contrib] GWT 2.5.1 Code freeze this friday

2013-01-30 Thread Daniel Kurka
Cross post from GWT Steering: Hi everyone, we are going to do the code freeze for GWT 2.5.1 this Friday. We already got more than 30 issues fixed and committed in the last weeks (on top of the many fixes that already hit trunk after 2.5.0), but we still got some open issues that need

[gwt-contrib] Change in gwt[master]: make unsink event work correctly in widget

2013-02-14 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/1950 Change subject: make unsink event work correctly in widget .. make unsink event work correctly in widget if events were unsunk

[gwt-contrib] Change in gwt[master]: make unsink event work correctly in widget

2013-02-15 Thread Daniel Kurka
-Change-Id: If4341e0bf33b4c7b36d55024b3f66fce11ff1ac6 Gerrit-PatchSet: 2 Gerrit-Project: gwt Gerrit-Branch: master Gerrit-Owner: Daniel Kurka kurka.dan...@gmail.com Gerrit-Reviewer: Goktug Gokdogan gok...@google.com -- -- http://groups.google.com/group/Google-Web-Toolkit-Contributors --- You received

[gwt-contrib] Change in gwt[master]: make unsink event work correctly in widget

2013-02-15 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: make unsink event work correctly in widget .. Patch Set 2: added: test cleans up the DOM -- To view, visit https://gwt-review.googlesource.com/1950

[gwt-contrib] Change in gwt[master]: set target and source level to 1.6 for JSP compilation

2013-03-12 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/2201 Change subject: set target and source level to 1.6 for JSP compilation .. set target and source level to 1.6 for JSP compilation

[gwt-contrib] Change in gwt[master]: set target and source level to 1.6 for JSP compilation

2013-03-12 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#2). Change subject: set target and source level to 1.6 for JSP compilation .. set target and source level to 1.6 for JSP compilation Using JSP pages with syntax features java 1.4

[gwt-contrib] Change in gwt[master]: add Class.getSimpleName to gwt emulation

2013-03-14 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/2220 Change subject: add Class.getSimpleName to gwt emulation .. add Class.getSimpleName to gwt emulation fixes issue 3404 Change-Id

[gwt-contrib] gwt rebranding

2013-03-15 Thread Daniel Kurka
Crosspost from gwt-steering: https://groups.google.com/d/msg/gwt-steering/q9bSOldSBFU/ki5nQk39fJ8J Hi everyone, a few days back an interesting thought was raised on the GWT Google+ Group ( https://plus.google.com/u/0/106897772465935627996/posts/MRfCM6GxS6n): GWT should rebrand It was

[gwt-contrib] Change in gwt[master]: fixing mismatch in Double.isInfinite between dev / production

2013-03-16 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/2240 Change subject: fixing mismatch in Double.isInfinite between dev / production .. fixing mismatch in Double.isInfinite between

[gwt-contrib] Change in gwt[master]: fixing mismatch in Double.isInfinite between dev / production

2013-03-16 Thread Daniel Kurka
Daniel Kurka has abandoned this change. Change subject: fixing mismatch in Double.isInfinite between dev / production .. Abandoned error -- To view, visit https://gwt-review.googlesource.com/2240 To unsubscribe, visit

[gwt-contrib] Static fields on JavaScriptObjects

2013-03-16 Thread Daniel Kurka
Hello Everyone, I am a little confused about some issues I encountered on the issue tracker and need some help. This one is about a static field on a JSO: https://code.google.com/p/google-web-toolkit/issues/detail?id=8060 From the docs: Overlay types cannot have instance fields. The fields

Re: [gwt-contrib] Static fields on JavaScriptObjects

2013-03-16 Thread Daniel Kurka
Thanks John for clearing this up. This was exactly what I had in mind. I will close the issue AsDesigned, maybe we should document this is little better. -Daniel Am 16.03.2013 um 20:40 schrieb John A. Tamplin j...@jaet.org: On Sat, Mar 16, 2013 at 3:09 PM, Daniel Kurka kurka.dan...@gmail.com

[gwt-contrib] Error while updating commits in gerrit

2013-03-16 Thread Daniel Kurka
I am having trouble lately with updating commits in gerrit: Anyone else seeing something like this? kurt@kmac:~/Documents/workspace-mgwt/gwt$ git push origin HEAD:refs/changes/2220 Counting objects: 21, done. Delta compression using up to 4 threads. Compressing objects: 100% (9/9), done. Writing

Re: [gwt-contrib] Static fields on JavaScriptObjects

2013-03-16 Thread Daniel Kurka
Am 16.03.2013 um 22:43 schrieb John A. Tamplin j...@jaet.org: On Sat, Mar 16, 2013 at 5:30 PM, Colin Alworth niloc...@gmail.com wrote: The problem with this answer is that the failure is silent and surprising for Java developers, and that the optimizations can make it even more so. If I

[gwt-contrib] Re: Error while updating commits in gerrit

2013-03-16 Thread Daniel Kurka
I should add. This seems to happen to all my recent changes once I try to amend them and update the commit in gerrit. -Daniel Am 16.03.2013 um 22:45 schrieb Daniel Kurka kurka.dan...@gmail.com: I am having trouble lately with updating commits in gerrit: Anyone else seeing something like

[gwt-contrib] Change in gwt[master]: add Class.getSimpleName to gwt emulation

2013-03-16 Thread Daniel Kurka
To unsubscribe, visit https://gwt-review.googlesource.com/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I7d4c9c34209f43fdfbf255d0d7ce8ac4bd002390 Gerrit-PatchSet: 4 Gerrit-Project: gwt Gerrit-Branch: master Gerrit-Owner: Daniel Kurka kurka.dan...@gmail.com Gerrit-Reviewer: Brian

[gwt-contrib] Change in gwt[master]: add Class.getSimpleName to gwt emulation

2013-03-16 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: add Class.getSimpleName to gwt emulation .. Patch Set 4: some nit picking @James Lets discuss your suggestions in a new review / issue. -- To view, visit

Re: [gwt-contrib] Error while updating commits in gerrit

2013-03-16 Thread Daniel Kurka
Thanks Thomas, somehow pushing directly to the branch didn`t work on other changes I had opened, but now this seems fine. Am 17.03.2013 um 00:14 schrieb Thomas Broyer t.bro...@gmail.com: On Saturday, March 16, 2013 10:45:31 PM UTC+1, Daniel Kurka wrote: I am having trouble lately

[gwt-contrib] Change in gwt[master]: Removed unnecessary whitespace in JSONObject.toString.

2013-04-05 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/2430 Change subject: Removed unnecessary whitespace in JSONObject.toString. .. Removed unnecessary whitespace in JSONObject.toString

[gwt-contrib] Change in gwt[master]: Removed unnecessary whitespace in JSONObject.toString.

2013-04-08 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#2). Change subject: Removed unnecessary whitespace in JSONObject.toString. .. Removed unnecessary whitespace in JSONObject.toString. Change-Id

[gwt-contrib] Change in gwt[master]: Widget Iterator now throws NoSuchElementExceptions correctly.

2013-04-08 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/2440 Change subject: Widget Iterator now throws NoSuchElementExceptions correctly. .. Widget Iterator now throws

[gwt-contrib] Change in gwt[master]: Widget Iterator now throws NoSuchElementExceptions correctly.

2013-04-08 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#2). Change subject: Widget Iterator now throws NoSuchElementExceptions correctly. .. Widget Iterator now throws NoSuchElementExceptions correctly. Change-Id

[gwt-contrib] Change in gwt[master]: Widget Iterator now throws NoSuchElementExceptions correctly.

2013-04-08 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Widget Iterator now throws NoSuchElementExceptions correctly. .. Patch Set 2: My code formatter seems to go wild when using the gwt-format.xml from svn

[gwt-contrib] Change in gwt[master]: Widget Iterator now throws NoSuchElementExceptions correctly.

2013-04-08 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Widget Iterator now throws NoSuchElementExceptions correctly. .. Patch Set 2: Line 42: if (index + 1 = size) { if (index size) would be more readable

[gwt-contrib] Change in gwt[master]: add StringBuffer/Builder.reverse

2013-04-08 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/2431 Change subject: add StringBuffer/Builder.reverse .. add StringBuffer/Builder.reverse fixes ISSUE 449 Change-Id

[gwt-contrib] Change in gwt[master]: add StringBuffer/Builder.reverse

2013-04-10 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: add StringBuffer/Builder.reverse .. Patch Set 1: (1 comment) File user/test/com/google/gwt/emultest/java

[gwt-contrib] Change in gwt[master]: add StringBuffer/Builder.reverse

2013-04-10 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#2). Change subject: add StringBuffer/Builder.reverse .. add StringBuffer/Builder.reverse fixes ISSUE 449 Change-Id: I342e7ed86c0e4efa90d09bdfe0d72c79db2654c5 Review-Link: https

[gwt-contrib] Change in gwt[master]: add StringBuffer/Builder.reverse

2013-04-10 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#3). Change subject: add StringBuffer/Builder.reverse .. add StringBuffer/Builder.reverse fixes ISSUE 449 Change-Id: I342e7ed86c0e4efa90d09bdfe0d72c79db2654c5 Review-Link: https

[gwt-contrib] Change in gwt[master]: Widget Iterator now throws NoSuchElementExceptions correctly.

2013-04-10 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#4). Change subject: Widget Iterator now throws NoSuchElementExceptions correctly. .. Widget Iterator now throws NoSuchElementExceptions correctly. Change-Id

[gwt-contrib] Change in gwt[master]: Widget Iterator now throws NoSuchElementExceptions correctly.

2013-04-10 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#5). Change subject: Widget Iterator now throws NoSuchElementExceptions correctly. .. Widget Iterator now throws NoSuchElementExceptions correctly. Change-Id

[gwt-contrib] Change in gwt[master]: Fixes ISSUE 7079 - Add support for the newer bindery Handler...

2013-04-10 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Fixes ISSUE 7079 - Add support for the newer bindery HandlerRegistration .. Patch Set 1: Hi Julien, I can't find you on the CLA-SIGNERS list: https

[gwt-contrib] Change in gwt[master]: Upon selection in a SuggestBox's pop up, focus the text field

2013-04-10 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Upon selection in a SuggestBox's pop up, focus the text field .. Patch Set 2: Hello Christian, I could not find you on the CLA signers list: https

[gwt-contrib] Change in gwt[master]: set target and source level to 1.6 for JSP compilation

2013-04-10 Thread Daniel Kurka
Daniel Kurka has abandoned this change. Change subject: set target and source level to 1.6 for JSP compilation .. Abandoned Submitted -- To view, visit https://gwt-review.googlesource.com/2201 To unsubscribe, visit https

[gwt-contrib] Change in gwt[master]: fixing possible NPE in on CellWidget.onBrowserEvent if cell ...

2013-04-10 Thread Daniel Kurka
Daniel Kurka has abandoned this change. Change subject: fixing possible NPE in on CellWidget.onBrowserEvent if cell does not consume any events fixes issue 7649 .. Abandoned Submitted -- To view, visit https://gwt

[gwt-contrib] Change in gwt[master]: Fixes ISSUE 7079 - Add support for the newer bindery Handler...

2013-04-12 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Fixes ISSUE 7079 - Add support for the newer bindery HandlerRegistration .. Patch Set 1: That was just me looking at the wrong place for CLAs sorry about

[gwt-contrib] Change in gwt[master]: Widget Iterator now throws NoSuchElementExceptions correctly.

2013-04-12 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#6). Change subject: Widget Iterator now throws NoSuchElementExceptions correctly. .. Widget Iterator now throws NoSuchElementExceptions correctly. Change-Id

[gwt-contrib] Change in gwt[master]: Widget Iterator now throws NoSuchElementExceptions correctly.

2013-04-12 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#7). Change subject: Widget Iterator now throws NoSuchElementExceptions correctly. .. Widget Iterator now throws NoSuchElementExceptions correctly. Change-Id

[gwt-contrib] Change in gwt[master]: Upon selection in a SuggestBox's pop up, focus the text field

2013-04-12 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Upon selection in a SuggestBox's pop up, focus the text field .. Patch Set 2: Code-Review+1 -- To view, visit https://gwt-review.googlesource.com/2100

[gwt-contrib] Change in gwt[master]: add StringBuffer/Builder.reverse

2013-04-12 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#4). Change subject: add StringBuffer/Builder.reverse .. add StringBuffer/Builder.reverse fixes ISSUE 449 Change-Id: I342e7ed86c0e4efa90d09bdfe0d72c79db2654c5 Review-Link: https

[gwt-contrib] Change in gwt[master]: add StringBuffer/Builder.reverse

2013-04-12 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: add StringBuffer/Builder.reverse .. Patch Set 4: Submitted -- To view, visit https://gwt-review.googlesource.com/2431 To unsubscribe, visit https://gwt

[gwt-contrib] Change in gwt[master]: add StringBuffer/Builder.reverse

2013-04-12 Thread Daniel Kurka
Daniel Kurka has abandoned this change. Change subject: add StringBuffer/Builder.reverse .. Abandoned -- To view, visit https://gwt-review.googlesource.com/2431 To unsubscribe, visit https://gwt-review.googlesource.com

[gwt-contrib] Change in gwt[master]: Widget Iterator now throws NoSuchElementExceptions correctly.

2013-04-12 Thread Daniel Kurka
Daniel Kurka has abandoned this change. Change subject: Widget Iterator now throws NoSuchElementExceptions correctly. .. Abandoned Submitted -- To view, visit https://gwt-review.googlesource.com/2440 To unsubscribe, visit

[gwt-contrib] Change in gwt[master]: Upon selection in a SuggestBox's pop up, focus the text field

2013-04-12 Thread Daniel Kurka
Daniel Kurka has abandoned this change. Change subject: Upon selection in a SuggestBox's pop up, focus the text field .. Abandoned Submitted Thanks! -- To view, visit https://gwt-review.googlesource.com/2100

[gwt-contrib] Change in gwt[master]: ImageBundle and ClientBundle generator errors hinted about C...

2013-04-12 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: ImageBundle and ClientBundle generator errors hinted about Class.getResource() whereas they don't support leading '/'. .. Patch Set 1: Verified+1 -- To view

[gwt-contrib] Change in gwt[master]: ImageBundle and ClientBundle generator errors hinted about C...

2013-04-12 Thread Daniel Kurka
Daniel Kurka has abandoned this change. Change subject: ImageBundle and ClientBundle generator errors hinted about Class.getResource() whereas they don't support leading '/'. .. Abandoned Submitted Thanks! -- To view

[gwt-contrib] Change in gwt[master]: Currently the GWT compiler adds a var declaration for each c...

2013-04-12 Thread Daniel Kurka
Daniel Kurka has abandoned this change. Change subject: Currently the GWT compiler adds a var declaration for each catch parameter in a try/catch statement, but this is unneeded according to the spec, and the Closure compiler will issue errors against

[gwt-contrib] Change in gwt[master]: Verify that Timer has not been canceled before firing

2013-04-15 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Verify that Timer has not been canceled before firing .. Patch Set 1: Code-Review+1 (4 comments) small nits, see comments

[gwt-contrib] Change in gwt[master]: Add methods to HasTreeItems

2013-04-15 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/2520 Change subject: Add methods to HasTreeItems .. Add methods to HasTreeItems -getItem -getItemCount -getItemIndex fixes ISSUE 30

[gwt-contrib] Change in gwt[master]: Adding a DOM clear method to RootPanel

2013-04-15 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/2512 Change subject: Adding a DOM clear method to RootPanel .. Adding a DOM clear method to RootPanel By calling rootPanel.clear(true

[gwt-contrib] Change in gwt[master]: Adding a DOM clear method to RootPanel

2013-04-15 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#2). Change subject: Adding a DOM clear method to RootPanel .. Adding a DOM clear method to RootPanel By calling rootPanel.clear(true) the user can clear widgets AND DOM elements

  1   2   3   4   >