[gwt-contrib] Re: Recent browser-specific change to JSONObject

2009-11-17 Thread Sripathi Krishnan
Sending to the contributors mailing list.. --Sri 2009/11/17 Matt Bishop m...@re-entry.ca I am referring to this recent checkin: http://code.google.com/p/google-web-toolkit/source/diff?spec=svn6936r=6936format=sidepath=/releases/2.0/user/src/com/google/gwt/json/client/JSONObject.java The

Re: [gwt-contrib] Re: Recent browser-specific change to JSONObject

2009-11-17 Thread John Tamplin
The change was rolled back due to FF production mode issues, but will be added back in the future when those issues are corrected. However, since different browsers add different properties, I think iterating over the keys without checking hasOwnProperty is already broken. Also, JSONObject is

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

2009-11-17 Thread codesite-noreply
Comment by dusan.maliarik: @mark.renouf: Thanks Mark! You saved my day :) BTW have you seen nice new templates for SOYC? now we have yet another place for Google logo to creep on us For more information: http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM --

[gwt-contrib] [google-web-toolkit] r6956 committed - Go back to outrageously long URL for IE, fix typo....

2009-11-17 Thread codesite-noreply
Revision: 6956 Author: j...@google.com Date: Tue Nov 17 08:54:24 2009 Log: Go back to outrageously long URL for IE, fix typo. Patch by: jat Review by: cramsdale (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=6956 Modified: /trunk/plugins/MissingPlugin/war/MissingPlugin.html

Re: [gwt-contrib] Cannot install gwt-dev-plugin.exe from gwt-dev-missing-plugin.appspot.com

2009-11-17 Thread John Tamplin
Yes, we are aware of it and fixing it right now. In the meantime, you can use this outrageously long URL:

[gwt-contrib] Re: Cannot install gwt-dev-plugin.exe from gwt-dev-missing-plugin.appspot.com

2009-11-17 Thread Mark Renouf
Oh, sorry... I *just* saw r6956. That worked. Thanks! On Nov 17, 12:05 pm, John Tamplin j...@google.com wrote: Yes, we are aware of it and fixing it right now. In the meantime, you can use this outrageously long URL: https://dl-ssl.google.com/tag/s/appguid%3D%7B9a5e649a-ec63-4c7d-99bf-...

[gwt-contrib] Fix error starting up in DevMode+GAE

2009-11-17 Thread rice
Reviewers: jat, scottb, Description: If a GC occurs during startup, the AbstractReferenceMap that maps from the module name to its ModuleDef in ModuleDefLoader can be cleared. When we attempt to reload the module, we cannot because we only have the module's effective name (i.e., a short,

Re: [gwt-contrib] Re: Cannot install gwt-dev-plugin.exe from gwt-dev-missing-plugin.appspot.com

2009-11-17 Thread Bruce Johnson
And, by the way, a lot of this stuff is still in flux. If you're grabbing bits and pieces as they appear, you mileage is bound to vary widely :-) On Tue, Nov 17, 2009 at 12:20 PM, Mark Renouf mark.ren...@gmail.com wrote: Oh, sorry... I *just* saw r6956. That worked. Thanks! On Nov 17, 12:05

[gwt-contrib] [google-web-toolkit] r6957 committed - Edited wiki page through web user interface.

2009-11-17 Thread codesite-noreply
Revision: 6957 Author: br...@google.com Date: Tue Nov 17 10:56:40 2009 Log: Edited wiki page through web user interface. http://code.google.com/p/google-web-toolkit/source/detail?r=6957 Modified: /wiki/GWT_2_0_RC.wiki === --- /wiki/GWT_2_0_RC.wiki Mon

[gwt-contrib] Re: Fix error starting up in DevMode+GAE

2009-11-17 Thread jat
As discussed FTF, I think a better plan is to pin the loaded modules in memory until they have been referenced at least once from a browser. Letting them be immediately unloaded before they are used and then reloading them seems inefficient and will annoy the user with duplicate warnings/errors

[gwt-contrib] Google Web Toolkit 2.0 RC1 Now Available

2009-11-17 Thread Bruce Johnson
Hi folks! GWT 2.0 RC1 is now ready for you to try. The full documentation is still very much a work in progress, but you can at least start trying out the GWT SDK distribution and the Google Plugin for Eclipse using the following instructions:

Re: [gwt-contrib] Google Web Toolkit 2.0 RC1 Now Available

2009-11-17 Thread Isaac Truett
Woo! Go team! I've been using MS2 on an old 1.4 app that I'm updating. Upgrade was smooth. New dev mode is great. Looking forward to trying RC1 now with the Eclipse plugin update. Thanks! On Tue, Nov 17, 2009 at 2:13 PM, Bruce Johnson br...@google.com wrote: Hi folks! GWT 2.0 RC1 is now

[gwt-contrib] [google-web-toolkit] r6958 committed - Noted the DevMode + GAE problem.

2009-11-17 Thread codesite-noreply
Revision: 6958 Author: rj...@google.com Date: Tue Nov 17 11:29:08 2009 Log: Noted the DevMode + GAE problem. http://code.google.com/p/google-web-toolkit/source/detail?r=6958 Modified: /wiki/GWT_2_0_RC.wiki === --- /wiki/GWT_2_0_RC.wiki Tue Nov 17

[gwt-contrib] [google-web-toolkit] r6959 committed - Formatting problem

2009-11-17 Thread codesite-noreply
Revision: 6959 Author: rj...@google.com Date: Tue Nov 17 11:30:04 2009 Log: Formatting problem http://code.google.com/p/google-web-toolkit/source/detail?r=6959 Modified: /wiki/GWT_2_0_RC.wiki === --- /wiki/GWT_2_0_RC.wiki Tue Nov 17 11:29:08 2009 +++

[gwt-contrib] [google-web-toolkit] r6960 committed - Another bit of formatting

2009-11-17 Thread codesite-noreply
Revision: 6960 Author: rj...@google.com Date: Tue Nov 17 11:31:29 2009 Log: Another bit of formatting http://code.google.com/p/google-web-toolkit/source/detail?r=6960 Modified: /wiki/GWT_2_0_RC.wiki === --- /wiki/GWT_2_0_RC.wiki Tue Nov 17 11:30:04

[gwt-contrib] [google-web-toolkit] r6961 committed - Note lowercasing of module name in GAE issue.

2009-11-17 Thread codesite-noreply
Revision: 6961 Author: rj...@google.com Date: Tue Nov 17 11:34:47 2009 Log: Note lowercasing of module name in GAE issue. http://code.google.com/p/google-web-toolkit/source/detail?r=6961 Modified: /wiki/GWT_2_0_RC.wiki === --- /wiki/GWT_2_0_RC.wiki Tue

[gwt-contrib] Reduce log levels, remove stderr launch URL message

2009-11-17 Thread jat
Reviewers: mmendez, bruce, Please review this at http://gwt-code-reviews.appspot.com/104801 Affected files: dev/core/src/com/google/gwt/dev/DevMode.java dev/core/src/com/google/gwt/dev/DevModeBase.java Index: dev/core/src/com/google/gwt/dev/DevModeBase.java

[gwt-contrib] [google-web-toolkit] r6962 committed - Updated patch for issue 3527 (getDisabled() - isDisabled() on Select...

2009-11-17 Thread codesite-noreply
Revision: 6962 Author: j...@google.com Date: Tue Nov 17 11:51:29 2009 Log: Updated patch for issue 3527 (getDisabled() - isDisabled() on Select and OptGroup elements. Review: http://gwt-code-reviews.appspot.com/97803 http://code.google.com/p/google-web-toolkit/source/detail?r=6962 Modified:

[gwt-contrib] Increasing timeout of a test that had a very tight window

2009-11-17 Thread jlabanca
Reviewers: fabbott, Description: DisclosurePanelTest#testCoreFunctionality has a 50ms window for a Timer to fire before the test completes, which is sometimes too small. Fix: === Increasing timeout to 5000ms. Testing: Verified the test passes, although it only failed rarely before.

[gwt-contrib] Re: Increasing timeout of a test that had a very tight window

2009-11-17 Thread jat
LGTM http://gwt-code-reviews.appspot.com/103802 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r6963 committed - Merging tr...@r6962 into releases/2.0.

2009-11-17 Thread codesite-noreply
Revision: 6963 Author: j...@google.com Date: Tue Nov 17 11:54:37 2009 Log: Merging tr...@r6962 into releases/2.0. http://code.google.com/p/google-web-toolkit/source/detail?r=6963 Modified: /releases/2.0/branch-info.txt /releases/2.0/user/src/com/google/gwt/dom/client/OptGroupElement.java

[gwt-contrib] CookieTest fails in dev mode if server and client times aren't synced

2009-11-17 Thread jlabanca
Reviewers: jat, Description: In dev mode, CookieTest sets a cookie expiration to 5000ms based on the time on the JUnitShell host, but expects the cookie to expire in exactly 5010ms based on the time on the client. If the host is more than 10ms ahead of the client (which our test host is), the

[gwt-contrib] adding new names to the blackout list

2009-11-17 Thread Freeland Abbott
I don't promise this is exhaustive, but it catches up to the mozilla and IE references, plus uneval from issue 3965. (Which wasn't on the mozilla pages, despite being reserved there, so I'm in fact almost sure this *isn't* exhaustive...) --

[gwt-contrib] [google-web-toolkit] r6964 committed - Remove status line update from IE plugin....

2009-11-17 Thread codesite-noreply
Revision: 6964 Author: j...@google.com Date: Tue Nov 17 12:12:15 2009 Log: Remove status line update from IE plugin. Patch by: jat Unreviewed http://code.google.com/p/google-web-toolkit/source/detail?r=6964 Modified: /trunk/plugins/ie/oophm/oophm/IESessionHandler.cpp

Re: [gwt-contrib] adding new names to the blackout list

2009-11-17 Thread דניאל רייס
// future reserved words abstract, int, short, boolean, interface, static, byte, long, char, final, native, synchronized, float, package, throws, goto, private, transient, implements, protected, volatile, double, public, What a future it will be... Dan On Tue, Nov 17, 2009 at 3:11 PM,

[gwt-contrib] Re: CookieTest fails in dev mode if server and client times aren't synced

2009-11-17 Thread jat
LGTM http://gwt-code-reviews.appspot.com/103803 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r6965 committed - Increasing timeout of DisclosurePanelTest because the existing 50ms ti...

2009-11-17 Thread codesite-noreply
Revision: 6965 Author: jlaba...@google.com Date: Tue Nov 17 12:12:25 2009 Log: Increasing timeout of DisclosurePanelTest because the existing 50ms timeout was too small. Patch by: jlabanca Review by: jat http://code.google.com/p/google-web-toolkit/source/detail?r=6965 Modified:

[gwt-contrib] [google-web-toolkit] r6966 committed - Spell out GWT in first line of Add-Ons menu....

2009-11-17 Thread codesite-noreply
Revision: 6966 Author: j...@google.com Date: Tue Nov 17 12:14:44 2009 Log: Spell out GWT in first line of Add-Ons menu. Patch by: jat Unreviewed http://code.google.com/p/google-web-toolkit/source/detail?r=6966 Modified: /trunk/plugins/xpcom/install-template.rdf

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

2009-11-17 Thread codesite-noreply
Revision: 6967 Author: jlaba...@google.com Date: Tue Nov 17 12:15:50 2009 Log: tr...@6965 was merged into this branch Increasing the timeout of DisclosurePanelTest#testCoreFunctionality() svn merge --ignore-ancestry -c6965 https://google-web-toolkit.googlecode.com/svn/trunk/ . Patch by:

[gwt-contrib] [google-web-toolkit] r6968 committed - Increasing the timeout in CookieTest to account for minor differences ...

2009-11-17 Thread codesite-noreply
Revision: 6968 Author: jlaba...@google.com Date: Tue Nov 17 12:19:33 2009 Log: Increasing the timeout in CookieTest to account for minor differences in time between the host and client. Patch by: jlabanca Review by: jat http://code.google.com/p/google-web-toolkit/source/detail?r=6968

[gwt-contrib] Re: Improve NumberFormat.format to avoid weird rounding issues

2009-11-17 Thread rice
ping http://gwt-code-reviews.appspot.com/97812 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] RR : GWT 2.0 Polish : Set application title, dock image on OS X

2009-11-17 Thread bobv
Reviewers: jat, bruce, Message: Review requested. Description: This patch makes DevMode feel a little bit more like a native app. Please review this at http://gwt-code-reviews.appspot.com/103804 Affected files: M dev/core/src/com/google/gwt/dev/BootStrapPlatform.java M

[gwt-contrib] Re: adding new names to the blackout list

2009-11-17 Thread Lex Spoon
On Tue, Nov 17, 2009 at 3:11 PM, Freeland Abbott fabb...@google.com wrote: I don't promise this is exhaustive, but it catches up to the mozilla and IE references, plus uneval from issue 3965.  (Which wasn't on the mozilla pages, despite being reserved there, so I'm in fact almost sure this

[gwt-contrib] Re: RR : GWT 2.0 Polish : Set application title, dock image on OS X

2009-11-17 Thread jat
Haven't tested it on a Mac, but LGTM with minor nits http://gwt-code-reviews.appspot.com/103804/diff/1/2 File dev/core/src/com/google/gwt/dev/BootStrapPlatform.java (right): http://gwt-code-reviews.appspot.com/103804/diff/1/2#newcode42 Line 42: GWT DevMode); I think we have been spelling it

[gwt-contrib] Re: Using @if in CSS to provide 1-bit-alpha images on IE6 in the Mail sample.

2009-11-17 Thread bruce
LGTM http://gwt-code-reviews.appspot.com/104802 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Improve NumberFormat.format to avoid weird rounding issues

2009-11-17 Thread jat
There is a big overriding issue I am concerned about. I have not gone over all the logic until that is answered, but overall I am not sure this is better than improving the current approach. http://gwt-code-reviews.appspot.com/97812/diff/1/2 File

[gwt-contrib] [google-web-toolkit] r6969 committed - Change font in bottom panel of Swing tree logger to match the upper pa...

2009-11-17 Thread codesite-noreply
Revision: 6969 Author: j...@google.com Date: Tue Nov 17 14:20:58 2009 Log: Change font in bottom panel of Swing tree logger to match the upper panel. Patch by: jat Review by: bruce (desk) http://code.google.com/p/google-web-toolkit/source/detail?r=6969 Modified:

[gwt-contrib] [google-web-toolkit] r6970 committed - Now using CssResource's @if to provide 1-bit-alpha images on IE6....

2009-11-17 Thread codesite-noreply
Revision: 6970 Author: j...@google.com Date: Tue Nov 17 14:23:51 2009 Log: Now using CssResource's @if to provide 1-bit-alpha images on IE6. Review: http://gwt-code-reviews.appspot.com/104802 http://code.google.com/p/google-web-toolkit/source/detail?r=6970 Added:

Re: [gwt-contrib] adding new names to the blackout list

2009-11-17 Thread Bruce Johnson
I'm especially excited about goto! Think of how powerful and flexible that will be! On Tue, Nov 17, 2009 at 3:13 PM, Daniel Rice (דניאל רייס) r...@google.comwrote: // future reserved words abstract, int, short, boolean, interface, static, byte, long, char, final, native, synchronized,

[gwt-contrib] Re: RR : GWT 2.0 Polish : Set application title, dock image on OS X

2009-11-17 Thread bruce
Two other things: - Can we do something about the icon? - Where on earth is that About dialog box coming from? It has a completely random version string. http://gwt-code-reviews.appspot.com/103804/diff/1/2 File dev/core/src/com/google/gwt/dev/BootStrapPlatform.java (right):

[gwt-contrib] [google-web-toolkit] r6971 committed - Merge trunk r6969 into this branch...

2009-11-17 Thread codesite-noreply
Revision: 6971 Author: j...@google.com Date: Tue Nov 17 14:26:01 2009 Log: Merge trunk r6969 into this branch Fix font in bottom part of Swing tree logger. svn merge --ignore-ancestry -c6969 \ https://google-web-toolkit.googlecode.com/svn/trunk/ .

[gwt-contrib] [google-web-toolkit] r6972 committed - Merging trunk c6970 into releases/2.0.

2009-11-17 Thread codesite-noreply
Revision: 6972 Author: j...@google.com Date: Tue Nov 17 14:29:07 2009 Log: Merging trunk c6970 into releases/2.0. http://code.google.com/p/google-web-toolkit/source/detail?r=6972 Added: /releases/2.0/samples/mail/war/contactsgroup_ie6.gif /releases/2.0/samples/mail/war/logo_ie6.gif

[gwt-contrib] [google-web-toolkit] r6973 committed - Adds additional icon sizes so Alt-Tab (etc) doesn't try and scale up t...

2009-11-17 Thread codesite-noreply
Revision: 6973 Author: j...@google.com Date: Tue Nov 17 14:51:47 2009 Log: Adds additional icon sizes so Alt-Tab (etc) doesn't try and scale up the 16x16 icon. Also fixes unused import left in previous change. Patch by: jat Review by: rjrjr (TBR)

[gwt-contrib] [google-web-toolkit] r6974 committed - Merge trunk r6973 into this branch...

2009-11-17 Thread codesite-noreply
Revision: 6974 Author: j...@google.com Date: Tue Nov 17 14:54:53 2009 Log: Merge trunk r6973 into this branch Add more icon sizes. svn merge --ignore-ancestry -c6973 \ https://google-web-toolkit.googlecode.com/svn/trunk/ .

[gwt-contrib] NPE during Serialization in deRPC

2009-11-17 Thread Sami Jaber
Bob, Another bug for you in deRPC. Please ping me if you want me to file an issue. *Test case : * domain model Order - n Clients (ArrayListClient) getOrders() RPC service is supposed to return the Order with its Clients collection (initially empty). That works in DevMode and hangs in ProdMode

[gwt-contrib] [google-web-toolkit] r6975 committed - Merges tr...@6932 into releases/2.0...

2009-11-17 Thread codesite-noreply
Revision: 6975 Author: rj...@google.com Date: Tue Nov 17 15:22:47 2009 Log: Merges tr...@6932 into releases/2.0 Fixes bad code gen when css class names in a ui:style block have dashes in them svn merge --ignore-ancestry -c 6932 https://google-web-toolkit.googlecode.com/svn/trunk .

[gwt-contrib] Re: Makes dashes work in ui:style css class names

2009-11-17 Thread rjrjr
releases/2...@6975 http://gwt-code-reviews.appspot.com/100815 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Reduce log levels, remove stderr launch URL message

2009-11-17 Thread bruce
LGTM http://gwt-code-reviews.appspot.com/104801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] adding new names to the blackout list

2009-11-17 Thread Freeland Abbott
Personally, I'm holding out for transient goto... imagine being able to leap to another chunk of code, and then back again when it finishes! On Tue, Nov 17, 2009 at 5:27 PM, Bruce Johnson br...@google.com wrote: I'm especially excited about goto! Think of how powerful and flexible that will

[gwt-contrib] Re: Improve NumberFormat.format to avoid weird rounding issues

2009-11-17 Thread דניאל רייס
My thinking is that unless we provide an implementation of Double.toString, we are best off trying to be consistent with the implementation at hand. If we use Double.toString (i.e., just Javascript native double-to-string conversion) some of the time, and use arithmetic ops to extract fractional

Re: [gwt-contrib] Reusing CssResource's @def (within e.g. UiBinder)

2009-11-17 Thread Ray Ryan
@bobv, please double check me here. This will work, although I don't know if it will work in gwt/current or even gwt/canary yet: ui:style src='colors.css' .foo { color: yellow; } /ui:style A ui:style element can have any number of css source files (space separated). They'll be concatenated,

Re: [gwt-contrib] adding new names to the blackout list

2009-11-17 Thread Bruce Johnson
+1 Freeland. You may then also like the planned private goto, which goes somewhere but it doesn't tell you where it's gone. On Tuesday, November 17, 2009, Freeland Abbott fabb...@google.com wrote: Personally, I'm holding out for transient goto... imagine being able to leap to another chunk of

Re: [gwt-contrib] adding new names to the blackout list

2009-11-17 Thread Kelly Norton
Me, I'm holding out for the 'comefrom' statement. /kel On Tue, Nov 17, 2009 at 9:31 PM, Bruce Johnson br...@google.com wrote: +1 Freeland. You may then also like the planned private goto, which goes somewhere but it doesn't tell you where it's gone. On Tuesday, November 17, 2009, Freeland

[gwt-contrib] [google-web-toolkit] r6976 committed - Adding a slew of reserved words, taken from mozilla and microsoft site...

2009-11-17 Thread codesite-noreply
Revision: 6976 Author: fabb...@google.com Date: Tue Nov 17 19:08:55 2009 Log: Adding a slew of reserved words, taken from mozilla and microsoft sites Fixes issue 3965. Review by: spoon http://code.google.com/p/google-web-toolkit/source/detail?r=6976 Modified:

[gwt-contrib] [google-web-toolkit] r6977 committed - Fix xhtml.ent url...

2009-11-17 Thread codesite-noreply
Revision: 6977 Author: rj...@google.com Date: Tue Nov 17 19:34:50 2009 Log: Fix xhtml.ent url TBR jgw http://code.google.com/p/google-web-toolkit/source/detail?r=6977 Modified: /trunk/samples/mail/src/com/google/gwt/sample/mail/client/TopPanel.ui.xml ===

[gwt-contrib] TBR: fix xhtml.net url in TopPanel.ui.xml

2009-11-17 Thread Ray Ryan
Joel, submitted this TBR you http://code.google.com/p/google-web-toolkit/source/detail?r=6977 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] adding new names to the blackout list

2009-11-17 Thread Ray Cromwell
I thought the INTERCAL Front-end is next on the list of GWT input languages? -Ray On Tue, Nov 17, 2009 at 6:48 PM, Kelly Norton knor...@google.com wrote: Me, I'm holding out for the 'comefrom' statement. /kel On Tue, Nov 17, 2009 at 9:31 PM, Bruce Johnson br...@google.com wrote: +1

Re: [gwt-contrib] Re: Reduce log levels, remove stderr launch URL message

2009-11-17 Thread Thomas Matthijs
There used to be a copy-pasteable URL in the DevMode log window of the app you started (removed in 6559), I found this hugely helpfull when i was new to devmode and could not remember the the ?gwt.codesrv or the magical path/directory it put the project in (altho it seems to always be just the

[gwt-contrib] [google-web-toolkit] r6978 committed - Merges tr...@6977 into releases/2.0...

2009-11-17 Thread codesite-noreply
Revision: 6978 Author: rj...@google.com Date: Tue Nov 17 19:58:44 2009 Log: Merges tr...@6977 into releases/2.0 Fix xhtml.ent url in mail/client/TopPanel.ui.xml svn merge --ignore-ancestry -c 6977 https://google-web-toolkit.googlecode.com/svn/trunk .

[gwt-contrib] Update IE plugin installer to install for the current user only

2009-11-17 Thread jlabanca
Reviewers: cramsdale, Description: The IE plugin installer fails on Windows 7 machines because it tries to install for all users. Fix: The installer now specifies that it should install for the current user only. Please review this at http://gwt-code-reviews.appspot.com/104805 Affected

Re: [gwt-contrib] adding new names to the blackout list

2009-11-17 Thread Freeland Abbott
I thought that was protected goto? Semi-seriously, I'm also somewhat amused by reserving synchronized but not, say, wait or Thread... On Tue, Nov 17, 2009 at 9:31 PM, Bruce Johnson br...@google.com wrote: +1 Freeland. You may then also like the planned private goto, which goes somewhere but

[gwt-contrib] Re: Improve NumberFormat.format to avoid weird rounding issues

2009-11-17 Thread דניאל רייס
A quick and dirty test on Mac/Safari shows that the output of Hello World! + 3.1415926535E-20 + + 123456789 is not sensitive to the system locale setting. The numerical output uses a '.' and a lower-case 'e'. Dan On Tue, Nov 17, 2009 at 8:09 PM, Daniel Rice (דניאל רייס)

[gwt-contrib] Re: Update IE plugin installer to install for the current user only

2009-11-17 Thread cramsdale
Meta installer omits the build number. You'll need to update the patch number to be safe. http://gwt-code-reviews.appspot.com/104805 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] adding new names to the blackout list

2009-11-17 Thread Scott Blum
But with volatile transient goto, we'll finally be able to do quantum computing in JavaScript. On Tue, Nov 17, 2009 at 7:01 PM, Freeland Abbott fabb...@google.com wrote: Personally, I'm holding out for transient goto... imagine being able to leap to another chunk of code, and then back again