[gwt-contrib] Change in gwt[master]: fix mismatch in Double/Float.isInfinite between dev / produc...

2013-05-28 Thread Daniel Kurka
Daniel Kurka has submitted this change and it was merged. Change subject: fix mismatch in Double/Float.isInfinite between dev / production .. fix mismatch in Double/Float.isInfinite between dev / production Double

[gwt-contrib] Change in gwt[master]: Avoid NPE in Timestamp.equals.

2013-05-28 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Avoid NPE in Timestamp.equals. .. Patch Set 1: Code-Review+2 -- To view, visit https://gwt-review.googlesource.com/3011 To unsubscribe, visit https://gwt

[gwt-contrib] Change in gwt[master]: Avoid NPE in Timestamp.equals.

2013-05-28 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Avoid NPE in Timestamp.equals. .. Patch Set 1: Stephan are you aware that you can commit these days now, using publish and submit? -- To view, visit https

[gwt-contrib] Change in gwt[master]: Fix javadoc URL for geolocation.

2013-05-27 Thread Daniel Kurka
Daniel Kurka has submitted this change and it was merged. Change subject: Fix javadoc URL for geolocation. .. Fix javadoc URL for geolocation. Change-Id: I58ace2957b4c04764aa2602f339da68bd1debca7 --- M user/src/com/google/gwt

[gwt-contrib] Change in gwt[master]: Fix javadoc URL for geolocation.

2013-05-27 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Fix javadoc URL for geolocation. .. Patch Set 1: Verified+1 Code-Review+2 Submitted, thanks for putting in the time! -- To view, visit https://gwt

[gwt-contrib] Change in gwt[master]: JsRootScope contained typo in literal

2013-05-27 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/2972 Change subject: JsRootScope contained typo in literal .. JsRootScope contained typo in literal fixes issue 8123 Change-Id

[gwt-contrib] Change in gwt[master]: fix mismatch in Double/Float.isInfinite between dev / produc...

2013-05-27 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: fix mismatch in Double/Float.isInfinite between dev / production .. Patch Set 1: Can someone approve this, so we can get this committed? -- To view, visit

[gwt-contrib] Change in gwt[master]: make FastMap use JavaScriptObject

2013-05-27 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/2973 Change subject: make FastMap use JavaScriptObject .. make FastMap use JavaScriptObject fixes issue 2356 Change-Id

[gwt-contrib] Change in gwt[master]: fix mismatch in Double/Float.isInfinite between dev / produc...

2013-05-27 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: fix mismatch in Double/Float.isInfinite between dev / production .. Patch Set 1: Still seem to be missing a verified from jenkins. Guy seems

[gwt-contrib] Change in gwt[master]: FileUpload failed to initialize internal state

2013-05-27 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/2981 Change subject: FileUpload failed to initialize internal state .. FileUpload failed to initialize internal state fixes issue 5055

[gwt-contrib] Change in gwt[master]: FileUpload failed to initialize internal state

2013-05-27 Thread Daniel Kurka
(-) -- To view, visit https://gwt-review.googlesource.com/2981 To unsubscribe, visit https://gwt-review.googlesource.com/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I74ccb2617bb301aeaf0845e5c43f724d6247b3ca Gerrit-PatchSet: 2 Gerrit-Project: gwt Gerrit-Branch: master Gerrit-Owner: Daniel

[gwt-contrib] Change in gwt[master]: ActivityManager fails to clear Eventbus

2013-05-27 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/2974 Change subject: ActivityManager fails to clear Eventbus .. ActivityManager fails to clear Eventbus fixes issue 5621 Change-Id

Re: Overuse of AssumedStale Issue Tag

2013-05-26 Thread Daniel Kurka
Hi there, we have announced on Google IO this year that we can to clean up the issue tracker. The issue tracker had almost 5000 open issues and its clear that it needed work. We are on a very good path with cleaning up, but this still requires a lot of work. Lot of these issues are older than

[gwt-contrib] Change in gwt[master]: fixed a typo in StringBuilder

2013-05-21 Thread Daniel Kurka
Daniel Kurka has uploaded a new change for review. https://gwt-review.googlesource.com/2861 Change subject: fixed a typo in StringBuilder .. fixed a typo in StringBuilder Change-Id

[gwt-contrib] Change in gwt[master]: fixed a typo in StringBuilder

2013-05-21 Thread Daniel Kurka
Daniel Kurka has submitted this change and it was merged. Change subject: fixed a typo in StringBuilder .. fixed a typo in StringBuilder Change-Id: I640d45e056d90794648a73f7d5546c520d4a41df --- M user/super/com/google/gwt

[gwt-contrib] Change in gwt[master]: Including the module name in the magic sourceURL comment in ...

2013-05-02 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Including the module name in the magic sourceURL comment in code generated by the iframe linker. This gives a bit more context in the browser debugger, and is especially important when including multiple GWT applications

[gwt-contrib] Change in gwt[master]: GWT bug fix: Fix parsing of currency formats in com.google.g...

2013-04-19 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: GWT bug fix: Fix parsing of currency formats in com.google.gwt.i18n.client.NumberFormat for formats with postfix currency symbols. .. Patch Set 1: (5

[gwt-contrib] Change in gwt[master]: GWT bug fix: Fix parsing of currency formats in com.google.g...

2013-04-19 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: GWT bug fix: Fix parsing of currency formats in com.google.gwt.i18n.client.NumberFormat for formats with postfix currency symbols. .. Patch Set 2: Code

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

2013-04-16 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#4). 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

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

2013-04-16 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Adding a DOM clear method to RootPanel .. Patch Set 4: -Addressed all javadoc issues. -Moved back to iterating over child elements. -added test for mixed child

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

2013-04-16 Thread Daniel Kurka
Daniel Kurka has abandoned this change. Change subject: add Class.getSimpleName to gwt emulation .. Abandoned Submitted, thanks! -- To view, visit https://gwt-review.googlesource.com/2220 To unsubscribe, visit https://gwt

[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

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

2013-04-15 Thread Daniel Kurka
Daniel Kurka has uploaded a new patch set (#2). Change subject: Add methods to HasTreeItems .. Add methods to HasTreeItems -getItem -getItemCount -getItemIndex fixes ISSUE 30 Change-Id

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

2013-04-15 Thread Daniel Kurka
Daniel Kurka has posted comments on this change. Change subject: Adding a DOM clear method to RootPanel .. Patch Set 2: (1 comment) File user/src/com/google/gwt/user

[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 (#3). 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

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

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] 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 issues on Chrome 24

2013-01-17 Thread Daniel Kurka
This is a known issue see: http://code.google.com/p/google-web-toolkit/issues/detail?id=7576 2013/1/17 Jean-Marc memai...@gmail.com Hi, I checked the group before posting and I follow some workarounds, but nothing is working. I use GWT 2.4. With Chrome 24 (and even 25 beta), my site has

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

Re: Chrome 24 and GWT

2013-01-10 Thread Daniel Kurka
The gwt showcase seems to be fine or does this appear for you as well? - http://gwt.googleusercontent.com/samples/Showcase/Showcase.html#!CwDialogBox On Friday, January 11, 2013 12:08:25 AM UTC+1, Paul wrote: This morning Google updated Chrome to version 24. Now all my GWT (animated)

[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 10 times slower in web (production) mode than hosted (developer) mode

2012-12-16 Thread Daniel Kurka
Since GWT is compiled to JavaScript, runtime performance for heavy computations is highly dependent on the JavaScript engine performance. On which browser is this happening? For your heavy computation you might want to consider rewriting it to use JavaScript semantics (e.g. JsArray) instead of

Re: I'm not able to Add GWT to Chrome.

2012-12-16 Thread Daniel Kurka
On which operating system does this happen? If you are seeing this on windows 8, check out the workaround mentioned here: http://code.google.com/p/google-web-toolkit/issues/detail?id=7778 -Daniel 2012/12/15 Salaikumar Saravanan saravanan1...@gmail.com Hi, I'm a beginner to GWT. When i was

Re: Exceptions when compiling obfuscated; pretty is fine

2012-12-16 Thread Daniel Kurka
Is this happening in all browsers or just a specific one. If this is reproducible in chrome you can use source maps to find the offending line in your java code. -Daniel 2012/12/15 BDT brian.to...@gmail.com The message was always 'undefined'. This issue resolved when I switched from the

Re: Multiple GWT sessions possible?

2012-12-16 Thread Daniel Kurka
On Tuesday, December 11, 2012 11:20:40 AM UTC+1, Jens wrote: You should always always always keep track which user is logged in on server side just because of security. If you have user roles, permissions, secured areas in your application then you should not trust by all means what the

<    1   2   3   4   5   6   >