[gwt-contrib] Strange JSNI timing errors in WebKit dev mode

2009-12-04 Thread Matt Mastracci
I'm seeing a strange dev mode error in WebKit. It started happening recently and I can't put my finger on a specific change that would cause it. I'm returning an non-null JS native array from a JSNI method, cast to JsArrayInteger. When I call JsArrayInteger::shift() on it, I get: Result

[gwt-contrib] Bugs reported

2009-12-04 Thread jd
Hi All, Over the last couple of months I've reported a few bugs to do with the new Layout system that have got no comments or action. I was just wondering if it is enough to report them or if I need to raise them here on this list too.

Re: [gwt-contrib] Bugs reported

2009-12-04 Thread Joel Webber
Thanks, John. Reporting them should be enough, but bringing them up on this list is really helpful, especially as we're heads-down trying to finish 2.0. I'll have a look at these momentarily. On Fri, Dec 4, 2009 at 12:51 PM, jd jdpatter...@gmail.com wrote: Hi All, Over the last couple of

[gwt-contrib] [google-web-toolkit] r7250 committed - A set of fixes for three layout issues: 4160, 4241, and 4243....

2009-12-04 Thread codesite-noreply
Revision: 7250 Author: j...@google.com Date: Fri Dec 4 11:09:56 2009 Log: A set of fixes for three layout issues: 4160, 4241, and 4243. Review by: jlabanca (desk check) http://code.google.com/p/google-web-toolkit/source/detail?r=7250 Modified:

[gwt-contrib] [google-web-toolkit] r7251 committed - Merging /trunk c7242, c7250 into this branch.

2009-12-04 Thread codesite-noreply
Revision: 7251 Author: j...@google.com Date: Fri Dec 4 11:14:59 2009 Log: Merging /trunk c7242, c7250 into this branch. http://code.google.com/p/google-web-toolkit/source/detail?r=7251 Modified: /releases/2.0/branch-info.txt

Re: [gwt-contrib] Strange JSNI timing errors in WebKit dev mode

2009-12-04 Thread Scott Blum
Is this Safari on Mac, or Chrome on Windows, or what? On Fri, Dec 4, 2009 at 11:31 AM, Matt Mastracci matt...@mastracci.comwrote: I'm seeing a strange dev mode error in WebKit. It started happening recently and I can't put my finger on a specific change that would cause it. I'm returning an

[gwt-contrib] [google-web-toolkit] r7252 committed - Including missing Javadocs from classes in rebind, server, and shared ...

2009-12-04 Thread codesite-noreply
Revision: 7252 Author: j...@google.com Date: Fri Dec 4 11:43:36 2009 Log: Including missing Javadocs from classes in rebind, server, and shared packages. Patch by: jat Review by: jgw (desk) http://code.google.com/p/google-web-toolkit/source/detail?r=7252 Modified: /trunk/doc/build.xml

[gwt-contrib] Re: Fix external issue 4110: DateTimeFormat rounds fractional seconds incorrectly (not for 2.0)

2009-12-04 Thread jlabanca
http://gwt-code-reviews.appspot.com/118803/diff/1/3 File user/src/com/google/gwt/i18n/client/DateTimeFormat.java (right): http://gwt-code-reviews.appspot.com/118803/diff/1/3#newcode1017 Line 1017: value = ((value + 50) / 100) % 10; // Round to 100ms. If value goes over 999, it will be rounded to

[gwt-contrib] [google-web-toolkit] r7253 committed - Merge trunk r7252 into this branch...

2009-12-04 Thread codesite-noreply
Revision: 7253 Author: j...@google.com Date: Fri Dec 4 11:46:24 2009 Log: Merge trunk r7252 into this branch Including missing Javadoc. svn merge --ignore-ancestry -c7252 \ https://google-web-toolkit.googlecode.com/svn/trunk/ .

[gwt-contrib] [google-web-toolkit] r7254 committed - Updating release notes for GWT 2.0.0....

2009-12-04 Thread codesite-noreply
Revision: 7254 Author: jlaba...@google.com Date: Fri Dec 4 11:49:07 2009 Log: Updating release notes for GWT 2.0.0. Patch by: jlabanca Review by: jgw (desk) http://code.google.com/p/google-web-toolkit/source/detail?r=7254 Modified: /trunk/distro-source/core/src/release_notes.html

[gwt-contrib] [google-web-toolkit] r7258 committed - Fixes a bug in recursive unit invalidation....

2009-12-04 Thread codesite-noreply
Revision: 7258 Author: sco...@google.com Date: Fri Dec 4 14:22:06 2009 Log: Fixes a bug in recursive unit invalidation. Review by: bobv http://code.google.com/p/google-web-toolkit/source/detail?r=7258 Modified: /trunk/dev/core/src/com/google/gwt/dev/javac/CompilationUnitInvalidator.java

[gwt-contrib] [google-web-toolkit] r7259 committed - Restores logging for recursive unit invalidation....

2009-12-04 Thread codesite-noreply
Revision: 7259 Author: sco...@google.com Date: Fri Dec 4 14:22:11 2009 Log: Restores logging for recursive unit invalidation. Review by: bobv http://code.google.com/p/google-web-toolkit/source/detail?r=7259 Modified: /trunk/dev/core/src/com/google/gwt/dev/javac/CompilationStateBuilder.java

[gwt-contrib] Control flow graph abstraction builder for CFG optimizations.

2009-12-04 Thread mike . aizatsky
Reviewers: Lex, Message: Lex, This is the second installment. Take a look. Description: Control flow graph abstraction builder for CFG optimizations. Doesn't include actual optimizations. Please review this at http://gwt-code-reviews.appspot.com/117805 Affected files: M

[gwt-contrib] [google-web-toolkit] r7260 committed - Cherry picking trunk c7258, c7259 into 2009.11.20 snapshot....

2009-12-04 Thread codesite-noreply
Revision: 7260 Author: sco...@google.com Date: Fri Dec 4 14:42:26 2009 Log: Cherry picking trunk c7258, c7259 into 2009.11.20 snapshot. - Fixes a bug in recursive unit invalidation. - Restores logging for recursive unit invalidation.

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

2009-12-04 Thread codesite-noreply
Revision: 7261 Author: sco...@google.com Date: Fri Dec 4 14:47:49 2009 Log: tr...@7258 was merged into this branch Fixes a bug in recursive unit invalidation. svn merge --ignore-ancestry -c7258 https://google-web-toolkit.googlecode.com/svn/trunk/ .

[gwt-contrib] [google-web-toolkit] r7262 committed - fixing Showcase eclipse launch configs

2009-12-04 Thread codesite-noreply
Revision: 7262 Author: sco...@google.com Date: Fri Dec 4 14:58:16 2009 Log: fixing Showcase eclipse launch configs http://code.google.com/p/google-web-toolkit/source/detail?r=7262 Modified: /trunk/eclipse/samples/Showcase/Showcase-gwtc.launch /trunk/eclipse/samples/Showcase/Showcase.launch

[gwt-contrib] Re: Bugs reported

2009-12-04 Thread jd
Nice one Joel! Appreciate all the hard work. On Dec 5, 1:19 am, Joel Webber j...@google.com wrote: Thanks, John. Reporting them should be enough, but bringing them up on this list is really helpful, especially as we're heads-down trying to finish 2.0. I'll have a look at these momentarily.

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

2009-12-04 Thread codesite-noreply
Comment by key...@gmail.com: I am slow experiencing very long load times whenever I hit run or refresh on hosted mode. For more information: http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM -- http://groups.google.com/group/Google-Web-Toolkit-Contributors