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

2009-11-30 Thread codesite-noreply
Comment by afins_2...@yahoo.de: Hello, i'm trying to create a custom ResourceGenerator as an extension of AbstractResourceGenerator. What modules i have to inherit? With module inherits name='com.google.gwt.user.User'/ inherits name='com.google.gwt.resources.Resources'/ /module i got a

Re: [gwt-contrib] Re: Avira is showing warning when accessing gwt-generated files

2009-11-30 Thread BobV
On Sat, Nov 28, 2009 at 10:54 AM, Ray Ryan rj...@google.com wrote: Does one app make heavier use of CssResource than the other? A bell is ringing about mhtml security concerns. Or did we back out our mhtml use? I disabled MHTML support in r6839 (trunk) and r6840 (2.0) because it has too many

[gwt-contrib] Re: Avira is showing warning when accessing gwt-generated files

2009-11-30 Thread Thomas Broyer
On Nov 30, 3:43 pm, BobV b...@google.com wrote: On Sat, Nov 28, 2009 at 10:54 AM, Ray Ryan rj...@google.com wrote: Does one app make heavier use of CssResource than the other? A bell is ringing about mhtml security concerns. Or did we back out our mhtml use? I disabled MHTML support in

[gwt-contrib] [google-web-toolkit] r7198 committed - Update location of missing plugin app....

2009-11-30 Thread codesite-noreply
Revision: 7198 Author: b...@google.com Date: Mon Nov 30 07:50:48 2009 Log: Update location of missing plugin app. Patch by: bobv Review by: bruce (IM) http://code.google.com/p/google-web-toolkit/source/detail?r=7198 Modified: /trunk/dev/core/src/com/google/gwt/core/ext/linker/impl/hosted.html

[gwt-contrib] [google-web-toolkit] r7199 committed - Merge tr...@7198 to update location of missing plugin app....

2009-11-30 Thread codesite-noreply
Revision: 7199 Author: b...@google.com Date: Mon Nov 30 07:55:10 2009 Log: Merge tr...@7198 to update location of missing plugin app. $ svn merge --ignore-ancestry -c7198 https://google-web-toolkit.googlecode.com/svn/trunk . http://code.google.com/p/google-web-toolkit/source/detail?r=7199

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

2009-11-30 Thread Rajeev Dayal
Hi Jeff, The method you've outlined below will work. Alternatively, you can blow away everything google related in eclipse/dropins, and then unzip the RC2 archive into the dropins directory. There is no dependency between the RC1 and RC2 plugins. That is, one does not have to be installed on top

Re: [gwt-contrib] Re: Avira is showing warning when accessing gwt-generated files

2009-11-30 Thread Joel Webber
If you can find out what was triggering this from Avira, I'd really like to see it. This is probably the third-ish time we've seen a report like this, and it would be really helpful to understand what kind of virus snippets they're looking for. If there's something we can do in our code gen to

Re: [gwt-contrib] GWT RC2 - Events are being hid by Layout layers in UIBinder

2009-11-30 Thread Joel Webber
Stuart, Hiding/showing layers is slightly tricky (or at least non-obvious). I'm still working on examples in the documentation that should make it a lot clearer. In a nutshell, you need to actually show/hide the layer elements themselves. You can get the layer's element (referred to as a

[gwt-contrib] Pass IE Plugin installer version into build file

2009-11-30 Thread jlabanca
Reviewers: scottb, Description: The IE installer version is currently hard coded into installer.wxs.xml, which makes it easy to accidentally create an installer with the wrong version. It also requires that we update installer.wxs.xml each time oophm.dll is updated. Fix: This patch

[gwt-contrib] Re: Pass IE Plugin installer version into build file

2009-11-30 Thread scottb
. -Dinstaller.version=0.9.1234.0) / I think that last number is supposed to be the date, like 20091130? http://gwt-code-reviews.appspot.com/116801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Pass IE Plugin installer version into build file

2009-11-30 Thread John LaBanca
to be the date, like 20091130? http://gwt-code-reviews.appspot.com/116801 -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Pass IE Plugin installer version into build file

2009-11-30 Thread John Tamplin
On Mon, Nov 30, 2009 at 1:30 PM, John LaBanca jlaba...@google.com wrote: cramsdale/jat - Did one of you mention that the revision number of the IE installer has to be 0, or did I dream that up? I didn't say that -- I did say I thought Windows wanted 4-number versions, and perhaps you added

[gwt-contrib] Re: Pass IE Plugin installer version into build file

2009-11-30 Thread Chris Ramsdale
A revision number of 0 wasn't a requirement, I simply observed that other installers are using a 4-number version. On Mon, Nov 30, 2009 at 1:33 PM, John Tamplin j...@google.com wrote: On Mon, Nov 30, 2009 at 1:30 PM, John LaBanca jlaba...@google.com wrote: cramsdale/jat - Did one of you

[gwt-contrib] Re: Pass IE Plugin installer version into build file

2009-11-30 Thread John LaBanca
Should we call out the timestamp in the error message then? If we are moving away from it, it probably makes sense not to include it. Thanks, John LaBanca jlaba...@google.com On Mon, Nov 30, 2009 at 1:49 PM, Chris Ramsdale cramsd...@google.comwrote: A revision number of 0 wasn't a

Re: [gwt-contrib] Re: Proposals for mechanisms to strip stack information from compiled output

2009-11-30 Thread Bruce Johnson
@Bob: You rock. @Ray: I like. On Fri, Nov 27, 2009 at 1:13 AM, Ray Cromwell cromwell...@gmail.com wrote: Bob, I love your proposal, if Bruce like's it, I'll go ahead and implement it (perhaps without the A/B testing part? We can leave that as a Wiki entry?) -Ray On Wed, Nov 25, 2009 at

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

2009-11-30 Thread Rajeev Dayal
Glad its working for you. I'll keep my eyes out for any other reports of this. On Mon, Nov 30, 2009 at 12:11 PM, Jeff Chimene jchim...@gmail.com wrote: Hi Rajeev, On Mon, Nov 30, 2009 at 9:32 AM, Rajeev Dayal rda...@google.com wrote: Hi Jeff, The method you've outlined below will work.

[gwt-contrib] [google-web-toolkit] r7200 committed - Move default extras logic into Compiler.run()....

2009-11-30 Thread codesite-noreply
Revision: 7200 Author: sco...@google.com Date: Mon Nov 30 11:56:25 2009 Log: Move default extras logic into Compiler.run(). Review by: kprobst (desk) http://code.google.com/p/google-web-toolkit/source/detail?r=7200 Modified: /trunk/dev/core/src/com/google/gwt/dev/Compiler.java

[gwt-contrib] [google-web-toolkit] r7201 committed - Don't validate servlet tags with -noserver....

2009-11-30 Thread codesite-noreply
Revision: 7201 Author: sco...@google.com Date: Mon Nov 30 11:56:35 2009 Log: Don't validate servlet tags with -noserver. Patch by: sami.jaber Review by: me, jat http://code.google.com/p/google-web-toolkit/source/detail?r=7201 Modified: /trunk/dev/core/src/com/google/gwt/dev/DevMode.java

[gwt-contrib] [google-web-toolkit] r7203 committed - Fixing bad log message.

2009-11-30 Thread codesite-noreply
Revision: 7203 Author: sco...@google.com Date: Mon Nov 30 11:59:15 2009 Log: Fixing bad log message. http://code.google.com/p/google-web-toolkit/source/detail?r=7203 Modified: /trunk/dev/core/src/com/google/gwt/dev/javac/StandardGeneratorContext.java === ---

Re: [gwt-contrib] Revisiting the script-via-iframe default linkage

2009-11-30 Thread Lex Spoon
(Reposting to get it on the mailing list; first try bounced.) Hey, Matt, I agree with your analysis about the code-splitting issues. I've worked out a preliminary patch to do var renaming, but I haven't shared it yet because it's in a pretty early state. I could share it if you or someone is

[gwt-contrib] [google-web-toolkit] r7204 committed - tr...@7201,7202 was merged into this branch...

2009-11-30 Thread codesite-noreply
Revision: 7204 Author: sco...@google.com Date: Mon Nov 30 13:49:19 2009 Log: tr...@7201,7202 was merged into this branch Don't validate servlet tags with -noserver. svn merge --ignore-ancestry -c7201 https://google-web-toolkit.googlecode.com/svn/trunk . svn merge --ignore-ancestry

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

2009-11-30 Thread codesite-noreply
Comment by rj...@google.com: Actually, I was wrong: VerticalPanel and HorizontalPanel are not yet deprecated in 2.0. (Although I can't think of any reason at all to use VerticalPanel rather than a plain old div.) In 2.0 StackPanel, TabPanel and DockPanel are all deprecated in favor of

[gwt-contrib] [google-web-toolkit] r7205 committed - Fix float/double crash on Firefox with max values....

2009-11-30 Thread codesite-noreply
Revision: 7205 Author: sco...@google.com Date: Mon Nov 30 14:41:59 2009 Log: Fix float/double crash on Firefox with max values. 1) Fix debug printing code from %f (which can overflow a buffer) to %g (which won't). 2) Compile out more debugging code anyway to avoid calling Value.toString() at

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

2009-11-30 Thread codesite-noreply
Comment by revoltcss: test For more information: http://code.google.com/p/google-web-toolkit/wiki/UiBinder -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

Re: [gwt-contrib] Revisiting the script-via-iframe default linkage

2009-11-30 Thread Ray Cromwell
Lex, JSONP loading + dynamic iframe seems like a straightforward viable option that doesn't require a lot of complicated compiler work, what do you think of providing this as an option? -Ray On Mon, Nov 30, 2009 at 12:29 PM, Lex Spoon sp...@google.com wrote: (Reposting to get it on the

[gwt-contrib] [google-web-toolkit] r7207 committed - Turn down spammy JavaObject finalize messages to spam....

2009-11-30 Thread codesite-noreply
Revision: 7207 Author: sco...@google.com Date: Mon Nov 30 16:12:57 2009 Log: Turn down spammy JavaObject finalize messages to spam. Patch by: jat Review by: me http://code.google.com/p/google-web-toolkit/source/detail?r=7207 Modified: /trunk/plugins/xpcom/JavaObject.cpp

[gwt-contrib] [google-web-toolkit] r7206 committed - Fixes a crashy over-releasing bug in FF plugin....

2009-11-30 Thread codesite-noreply
Revision: 7206 Author: sco...@google.com Date: Mon Nov 30 16:12:52 2009 Log: Fixes a crashy over-releasing bug in FF plugin. We were failing to AddRef the topWin reference, which would cause random crashes later. Patch by: me, jat (pair prog) Review by: jat

[gwt-contrib] [google-web-toolkit] r7208 committed - Sets default log level to Debugging in FF plugin for debug builds....

2009-11-30 Thread codesite-noreply
Revision: 7208 Author: sco...@google.com Date: Mon Nov 30 16:13:04 2009 Log: Sets default log level to Debugging in FF plugin for debug builds. Suggested by: jat Review by: jat http://code.google.com/p/google-web-toolkit/source/detail?r=7208 Modified:

[gwt-contrib] [google-web-toolkit] r7209 committed - Updating FF/Windows plugin binaries to r7208.

2009-11-30 Thread codesite-noreply
Revision: 7209 Author: sco...@google.com Date: Mon Nov 30 16:27:23 2009 Log: Updating FF/Windows plugin binaries to r7208. http://code.google.com/p/google-web-toolkit/source/detail?r=7209 Modified: /trunk/plugins/xpcom/prebuilt/extension/lib/WINNT_x86-msvc/ff3/xpGwtDevPlugin.dll

[gwt-contrib] Fix standalone month/weekday issues

2009-11-30 Thread jat
Reviewers: shanjian_google.com, Description: This started out from http://code.google.com/p/google-web-toolkit/issues/detail?id=4069 but there turned out to be other issues related to standalone month and weekday names, so the patch grew more complicated. Please review this at

[gwt-contrib] [google-web-toolkit] r7210 committed - Commit rebuilt FF mac binaries....

2009-11-30 Thread codesite-noreply
Revision: 7210 Author: j...@google.com Date: Mon Nov 30 17:32:20 2009 Log: Commit rebuilt FF mac binaries. Patch by: jat Unreviewed http://code.google.com/p/google-web-toolkit/source/detail?r=7210 Modified: /trunk/plugins/xpcom/prebuilt/extension/lib/Darwin-gcc3/ff3/libgwt_dev_ff3.dylib

[gwt-contrib] [google-web-toolkit] r7211 committed - Update Linux FF binaries, built XPI, Makefile tweaks for meta-targets....

2009-11-30 Thread codesite-noreply
Revision: 7211 Author: j...@google.com Date: Mon Nov 30 17:41:06 2009 Log: Update Linux FF binaries, built XPI, Makefile tweaks for meta-targets. Patch by: jat Unreviewed http://code.google.com/p/google-web-toolkit/source/detail?r=7211 Modified: /trunk/plugins/xpcom/Makefile

[gwt-contrib] Make UiBinder handle custom subclasses of DialogBox

2009-11-30 Thread rjrjr
Reviewers: bobv, Message: Review requested. (Note that this is not intended for 2.0) Please review this at http://gwt-code-reviews.appspot.com/115803 Affected files: M user/src/com/google/gwt/uibinder/elementparsers/DialogBoxParser.java M

Re: [gwt-contrib] Revisiting the script-via-iframe default linkage

2009-11-30 Thread Matt Mastracci
Sure, I'd love to take a look at it. I've got a basic version of globally-scoped, cross-domain code-splitting up and running that uses simple script-tags for the cross-domain load right now. Re: script tag error reporting. In my investigations, this has been particularly bad and highly

[gwt-contrib] [google-web-toolkit] r7212 committed - Fix standalone month/day-of-week handling....

2009-11-30 Thread codesite-noreply
Revision: 7212 Author: j...@google.com Date: Mon Nov 30 20:39:13 2009 Log: Fix standalone month/day-of-week handling. Patch by: jat Review by: shanjian http://code.google.com/p/google-web-toolkit/source/detail?r=7212 Added: /trunk/user/test/com/google/gwt/i18n/I18NTest_fil.gwt.xml

[gwt-contrib] [google-web-toolkit] r7213 committed - Merge trunk r7212 into this branch...

2009-11-30 Thread codesite-noreply
Revision: 7213 Author: j...@google.com Date: Mon Nov 30 20:45:32 2009 Log: Merge trunk r7212 into this branch Fix standalone month/day-of-week handling. svn merge --ignore-ancestry -c7212 \ https://google-web-toolkit.googlecode.com/svn/trunk/ .

[gwt-contrib] [google-web-toolkit] r7214 committed - UiBinder javadoc, including UiObject, CellPanel

2009-11-30 Thread codesite-noreply
Revision: 7214 Author: rj...@google.com Date: Mon Nov 30 20:49:52 2009 Log: UiBinder javadoc, including UiObject, CellPanel http://code.google.com/p/google-web-toolkit/source/detail?r=7214 Modified: /trunk/user/src/com/google/gwt/uibinder/client/UiBinder.java

[gwt-contrib] [google-web-toolkit] r7215 committed - Review feedback, add HasHorizontalAlignment and HasVerticalAlignment

2009-11-30 Thread codesite-noreply
Revision: 7215 Author: rj...@google.com Date: Mon Nov 30 20:51:14 2009 Log: Review feedback, add HasHorizontalAlignment and HasVerticalAlignment http://code.google.com/p/google-web-toolkit/source/detail?r=7215 Modified: /trunk/user/src/com/google/gwt/user/client/ui/CellPanel.java

[gwt-contrib] [google-web-toolkit] r7216 committed - snip blank lines

2009-11-30 Thread codesite-noreply
Revision: 7216 Author: rj...@google.com Date: Mon Nov 30 20:51:29 2009 Log: snip blank lines http://code.google.com/p/google-web-toolkit/source/detail?r=7216 Modified: /trunk/user/src/com/google/gwt/user/client/ui/HasHorizontalAlignment.java

[gwt-contrib] [google-web-toolkit] r7217 committed - Merges trunk 7213:7216 into releases/2.0...

2009-11-30 Thread codesite-noreply
Revision: 7217 Author: rj...@google.com Date: Mon Nov 30 21:08:48 2009 Log: Merges trunk 7213:7216 into releases/2.0 UiBinder javadoc for CellPanel, HasVerticalAlignment, UIObject, HasHorizontalAlignment.java svn merge --ignore-ancestry -r 7213:7216

[gwt-contrib] More UiBinder javadoc

2009-11-30 Thread rjrjr
Reviewers: jgw, Message: Joel, can you review this? In fact, can you submit it for me, since it seems like you early rising Atlantoids may roll GA before I get in? Also, I haven't doc'd LayoutPanel itself, because I don't quite understand its constraints. Have it in you? Please review this at