[gwt-contrib] Re: IE8 disappearing history

2009-07-07 Thread Joel Webber
Changing IFrameTemplate to do a location.replace on the iframe probably made a difference because it loaded the compiled script normally, rather than through xhr/doc.write. But there are other problems with this -- though it shouldn't fetch the compiled script twice, it effectively loads it twice,

[gwt-contrib] [google-web-toolkit commit] r5683 - Assign a precendence to JsNameOf AST nodes.

2009-07-07 Thread codesite-noreply
Author: b...@google.com Date: Tue Jul 7 06:46:18 2009 New Revision: 5683 Modified: trunk/dev/core/src/com/google/gwt/dev/js/JsPrecedenceVisitor.java Log: Assign a precendence to JsNameOf AST nodes. Should fix draftCompile RPCSuite test failures. Patch by: bobv Review by: rjrjr (desk)

[gwt-contrib] Re: Moving PagingScrollTable Friends to Trunk

2009-07-07 Thread jay
bump. Anything? On Jun 24, 10:31 am, jay jay.gin...@gmail.com wrote: Just curious if the effort has been resumed? Regardless, is there anyway for you to commit what you do have somewhere we could look and provide feedback? thanks, jay On Jun 10, 8:28 am, John LaBanca jlaba...@google.com

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

2009-07-07 Thread brett.wooldridge
Ah, yes, I understand the larger issue(s) now. I wasn't thinking about all of the name-munging issues that would arise between separately compiled modules. Having been to DLL hell and back in my career, I have no interest in returning. -Brett On Jul 7, 7:33 am, codesite-nore...@google.com

[gwt-contrib] Safari 4 Support

2009-07-07 Thread brett.wooldridge
I was curious about what the state of the OOPHM browser integration for Safari 4 is? Is the browser plugin part of the trunk source? I didn't see it on a cursory browse through the filesystem. Thanks for any update you can provide. -Brett --~--~-~--~~~---~--~~

[gwt-contrib] Re: IE8 disappearing history

2009-07-07 Thread Amir Kashani
Opened issue 3808 and attached a patch to it that reverts the change and fixes the issue for me. It's interesting you mentioned IE6/7. I didn't test them as thoroughly as IE8, but I did notice a HUGE added delay in newToken calls at one point, in the range of 10-20 seconds. I'm not sure if this

[gwt-contrib] Re: IE8 disappearing history

2009-07-07 Thread Joel Webber
On Tue, Jul 7, 2009 at 1:40 PM, Amir Kashani amirkash...@gmail.com wrote: Opened issue 3808 and attached a patch to it that reverts the change and fixes the issue for me. It's interesting you mentioned IE6/7. I didn't test them as thoroughly as IE8, but I did notice a HUGE added delay in

[gwt-contrib] Re: Safari 4 Support

2009-07-07 Thread Joel Webber
I've been using it on my Mac with Safari 4 for some time now without problems. You can download the compiled plugin from this page: http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM (I think there's still some debate about where the source should go, but I suspect it to land in trunk

[gwt-contrib] [google-web-toolkit commit] r5684 - Edited wiki page through web user interface.

2009-07-07 Thread codesite-noreply
Author: j...@google.com Date: Tue Jul 7 11:40:09 2009 New Revision: 5684 Modified: wiki/UsingOOPHM.wiki Log: Edited wiki page through web user interface. Modified: wiki/UsingOOPHM.wiki == --- wiki/UsingOOPHM.wiki

[gwt-contrib] Re: IE8 disappearing history

2009-07-07 Thread Joel Webber
Yup, the XHR-based IFrameTemplate seems to have been causing the HUGE delay you and I were both seeing when setting the url #hash for History.newItem(). I'm afraid I'm going to have to revert back to the more-poorly-parallelized version of the selection script to get this fixed (at least for now).

[gwt-contrib] Re: IE8 disappearing history

2009-07-07 Thread Joel Webber
FWIW, I also dug into it in windbg, and it appears that the compiled script was getting serialized as part of IE's fast-back functionality, probably as a consequence of the fact that the script elements were created via doc.write rather than being fetched through the browser's normal mechanism.

[gwt-contrib] Re: IE8 disappearing history

2009-07-07 Thread Amir Kashani
I have mixed emotions about this: glad I was right in my conclusion but the loss of parallelization is a bummer. For a while there, I assumed you wrote me off as an insane man ;-) Thanks. - Amir On Tue, Jul 7, 2009 at 1:11 PM, Joel Webber j...@google.com wrote: FWIW, I also dug into it in

[gwt-contrib] Re: IE8 disappearing history

2009-07-07 Thread James Robinson
Oh, poop. That's both entirely logical and completely insane. - James On Tue, Jul 7, 2009 at 4:11 PM, Joel Webber j...@google.com wrote: FWIW, I also dug into it in windbg, and it appears that the compiled script was getting serialized as part of IE's fast-back functionality, probably as a

[gwt-contrib] [google-web-toolkit commit] r5686 - Fix for Issue #3796, syntax error due to inlining of numeric literal into jsni function...

2009-07-07 Thread codesite-noreply
Author: cromwellian Date: Tue Jul 7 13:08:53 2009 New Revision: 5686 Modified: trunk/dev/core/src/com/google/gwt/dev/js/JsToStringGenerationVisitor.java trunk/dev/core/test/com/google/gwt/dev/js/JsToStringGenerationVisitorAccuracyTest.java Log: Fix for Issue #3796, syntax error due

[gwt-contrib] Re: support for internationalized svninfo

2009-07-07 Thread Scott Blum
I keep getting 500's, but basically LGTM. Though the nested if stuff is a bit torturous to follow. :) On Tue, Jul 7, 2009 at 6:14 PM, fabb...@google.com wrote: Reviewers: scottb, chassande_gmail.com, Description: This is in response to Sebastien's complaint of 1jul09, that trunk didn't

[gwt-contrib] Re: support for internationalized svninfo

2009-07-07 Thread John Tamplin
On Tue, Jul 7, 2009 at 6:14 PM, fabb...@google.com wrote: 2. Change the regexps to be word-neutral, so that they don't care about the language of the tags, just the shape of the values. This trades a language sensitivity for a positional one. Note that some locales may

[gwt-contrib] Issue with trunk where hosted mode is a non-starter: On Mac OS X, ensure that you have Safari 3 installed

2009-07-07 Thread eighty
I'm having a strange issue with trunk (r5687, compiled with 32-bit Java 1.5) where hosted mode (launched from Eclipse 3.4 with 32-bit Java 1.5 via the Google Plugin) won't start on Mac OS X 10.5.7 (Intel Core 2 Duo 64-bit machine) with Safari 4.0.1 installed. Instead, the console displays the

[gwt-contrib] Re: support for internationalized svninfo

2009-07-07 Thread Freeland Abbott
Yes, and this sort of thing makes me nervous. If we assume line separation and no-space URL presentation, we can get the URL root and branch bits by looking for URLs without watching for any tags, and assigning the one ending in /svn to root. I don't see a way to do the revision, though. Which

[gwt-contrib] Re: support for internationalized svninfo

2009-07-07 Thread Freeland Abbott
Actually, if we watch for lines with only one group of digits, and four or more of them, and if we don't care between Revision and Last Changed Rev, then we can have both without being sensitive to the tag, But we'd still balk on non-Roman digits, and thus still need the override assignment. For

[gwt-contrib] Re: Issue with trunk where hosted mode is a non-starter: On Mac OS X, ensure that you have Safari 3 installed

2009-07-07 Thread John Tamplin
On Tue, Jul 7, 2009 at 9:12 PM, eighty eightyste...@gmail.com wrote: I'm having a strange issue with trunk (r5687, compiled with 32-bit Java 1.5) where hosted mode (launched from Eclipse 3.4 with 32-bit Java 1.5 via the Google Plugin) won't start on Mac OS X 10.5.7 (Intel Core 2 Duo 64-bit

[gwt-contrib] Re: Safari 4 Support

2009-07-07 Thread brett.wooldridge
I've installed the plugin. However, when I launch hosted mode the window reports: [INFO] Launching firefox with url Followed by lots of NS* (NetScape) related errors in the Eclipse console. I have checked my OS and Eclipse configurations. My default browser in OS X is (now) set to Safari,

[gwt-contrib] Re: Issue with trunk where hosted mode is a non-starter: On Mac OS X, ensure that you have Safari 3 installed

2009-07-07 Thread brett.wooldridge
John, know any reason the new hosted mode on OS X would be trying to launch firefox? Safari is my default OS browser, and Eclipse is configured to use the system default browser. But the new hosted mode console reports Launching firefox ... followed by matching spewage of NS* (NetScape) errors

[gwt-contrib] Re: support for internationalized svninfo

2009-07-07 Thread Benjamin Lerman
Description: This is in response to Sebastien's complaint of 1jul09, that trunk didn't compile because his French svn info gave output that didn't match our English regexps. There are two parts to this: 1. If the output propety is already defined, don't run svn, don't match the

[gwt-contrib] Re: Issue with trunk where hosted mode is a non-starter: On Mac OS X, ensure that you have Safari 3 installed

2009-07-07 Thread Aaron Steele
This is s embarrassing... Basically I compiled GWT and then pointed my GWT library in Eclipse to `build/lib` which doesn't include the native library libgwt-ll.jnilib. I discovered this via John's suggestion of printing the exception thrown in LowLevelSaf.java: Your GWT installation may be

[gwt-contrib] Re: Issue with trunk where hosted mode is a non-starter: On Mac OS X, ensure that you have Safari 3 installed

2009-07-07 Thread John Tamplin
On Tue, Jul 7, 2009 at 11:38 PM, brett.wooldridge brett.wooldri...@gmail.com wrote: John, know any reason the new hosted mode on OS X would be trying to launch firefox? Safari is my default OS browser, and Eclipse is configured to use the system default browser. But the new hosted mode