[gwt-contrib] [google-web-toolkit] r6485 committed - Update Windows build files for single-XPI, rename some OOPHM bits.

2009-10-27 Thread codesite-noreply
Revision: 6485 Author: j...@google.com Date: Tue Oct 27 14:36:36 2009 Log: Update Windows build files for single-XPI, rename some OOPHM bits. http://code.google.com/p/google-web-toolkit/source/detail?r=6485 Added: /changes/jat/single-xpi/plugins/xpcom/xpGWTDMP.def

[gwt-contrib] b...@google.com

2009-10-27 Thread rjrjr
Reviewers: , Description: Delete UiBinder's temporary files on exit Please review this at http://gwt-code-reviews.appspot.com/86807 Affected files: M user/src/com/google/gwt/uibinder/rebind/model/ImplicitCssResource.java Index:

[gwt-contrib] Re: b...@google.com

2009-10-27 Thread bobv
LGTM. http://gwt-code-reviews.appspot.com/86807 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] [google-web-toolkit] r6486 committed - Trivial fix for issue 4067, UiBinderGenerator is not stable. Miguel...

2009-10-27 Thread codesite-noreply
Revision: 6486 Author: rj...@google.com Date: Tue Oct 27 15:13:22 2009 Log: Trivial fix for issue 4067, UiBinderGenerator is not stable. Miguel would have fixed this earlier, but thought that the values from domId were being used directly as, well, DOM ids. Actually they name Java fields which

[gwt-contrib] Re: Trivial fix for issue 4067, UiBinderGenerator is not stable

2009-10-27 Thread rjrjr
Committed r6486 to trunk http://gwt-code-reviews.appspot.com/86806 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] [google-web-toolkit] r6487 committed - Ignoring eclipse/dev/bin.

2009-10-27 Thread codesite-noreply
Revision: 6487 Author: sco...@google.com Date: Tue Oct 27 15:25:57 2009 Log: Ignoring eclipse/dev/bin. http://code.google.com/p/google-web-toolkit/source/detail?r=6487 Modified: /trunk/eclipse/dev --~--~-~--~~~---~--~~

[gwt-contrib] [google-web-toolkit] r6488 committed - Sort Properties.java

2009-10-27 Thread codesite-noreply
Revision: 6488 Author: sco...@google.com Date: Tue Oct 27 15:28:45 2009 Log: Sort Properties.java http://code.google.com/p/google-web-toolkit/source/detail?r=6488 Modified: /trunk/dev/core/src/com/google/gwt/dev/cfg/Properties.java === ---

[gwt-contrib] [google-web-toolkit] r6489 committed - Switch how we get a -D macro into a C string for MSVC compatibility.

2009-10-27 Thread codesite-noreply
Revision: 6489 Author: j...@google.com Date: Tue Oct 27 15:36:33 2009 Log: Switch how we get a -D macro into a C string for MSVC compatibility. http://code.google.com/p/google-web-toolkit/source/detail?r=6489 Modified: /changes/jat/single-xpi/plugins/xpcom/Makefile

[gwt-contrib] [google-web-toolkit] r6490 committed - Remove unnecessary operator and let the compiler do string concat.

2009-10-27 Thread codesite-noreply
Revision: 6490 Author: j...@google.com Date: Tue Oct 27 15:39:03 2009 Log: Remove unnecessary operator and let the compiler do string concat. http://code.google.com/p/google-web-toolkit/source/detail?r=6490 Modified: /changes/jat/single-xpi/plugins/xpcom/ModuleOOPHM.cpp

[gwt-contrib] RR : GWT 2.0 : Improve MhtmlResourceContext

2009-10-27 Thread bobv
Reviewers: Ray Ryan, Message: This patch prevents duplicate data from entering the mhtml document. It also removes the override of supportsDataUrls() to prevent the https fallback case from being excessively penalizing to ImageResource users. Please review this at

[gwt-contrib] Re: RR : GWT 2.0 : Improve MhtmlResourceContext

2009-10-27 Thread bobv
Review requested. http://gwt-code-reviews.appspot.com/86808 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] [google-web-toolkit] r6491 committed - Update MSVC project files, including -DBROWSER.

2009-10-27 Thread codesite-noreply
Revision: 6491 Author: j...@google.com Date: Tue Oct 27 15:47:54 2009 Log: Update MSVC project files, including -DBROWSER. http://code.google.com/p/google-web-toolkit/source/detail?r=6491 Modified: /changes/jat/single-xpi/plugins/xpcom/VisualStudio/ff3-xpcom.vcproj

[gwt-contrib] RR : GWT 2.0 : Rework ImageResourceGenerator to cache work across permutations

2009-10-27 Thread bobv
Reviewers: Ray Ryan, Message: This changes ImageResourceBuilder to reuse work that was previously discarded between permutations, such as layout calculation and PNG encoding. Please review this at http://gwt-code-reviews.appspot.com/88801 Affected files: M

[gwt-contrib] [google-web-toolkit] r6492 committed - Update doc on ArgHandlerDumpSignatures and ArgHandlerMaxPermsPerPrecom...

2009-10-27 Thread codesite-noreply
Revision: 6492 Author: sco...@google.com Date: Tue Oct 27 16:42:13 2009 Log: Update doc on ArgHandlerDumpSignatures and ArgHandlerMaxPermsPerPrecompile. Patch by: spoon Review by: me http://code.google.com/p/google-web-toolkit/source/detail?r=6492 Modified:

[gwt-contrib] Re: Trivial fix for issue 4067, UiBinderGenerator is not stable

2009-10-27 Thread rjrjr
And merged to releases/2.0 at 6493 http://gwt-code-reviews.appspot.com/86806 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] API change for c.g.g.http.client.URL

2009-10-27 Thread t . broyer
Reviewers: Ray Ryan, Description: As discussed in issue 3374, this patch deprecates encodeComponent and decodeComponent (including the ones added yesterday) and replaces them with encodePathSegment/encodeQueryString and decodePathSegment/decodeQueryString. If you compare it to pre-r6470, it

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

2009-10-27 Thread codesite-noreply
Revision: 6493 Author: rj...@google.com Date: Tue Oct 27 16:44:52 2009 Log: tr...@6486 was merged into this branch Trivial fix for issue 4067, UiBinderGenerator is not stable. svn merge --ignore-ancestry -c 6486 https://google-web-toolkit.googlecode.com/svn/trunk .

[gwt-contrib] Re: Log a deprecation warning for CellPanelParsers

2009-10-27 Thread rjrjr
Bob, can you take this review over in Joel's absence? The deprecations are now tied to panels with exact LayoutPanel analogs. I've also made the primitive CellPanelParser accept either the old gwt:Cell or the current gwt:cell. WidgetBasedUi.ui.xml has been extended to exercise all the effected

[gwt-contrib] Simplify addition/concatenation of JsLiterals in JsAST

2009-10-27 Thread cromwellian
Reviewers: Lex, bobv, Description: Adds patch to JsStaticEval to simplify number + number, number + string, string + number, and string + string literals. Please review this at http://gwt-code-reviews.appspot.com/88803 Affected files: dev/core/src/com/google/gwt/dev/js/JsStaticEval.java

[gwt-contrib] [google-web-toolkit] r6495 committed - Delete UiBinder's temporary files on exit...

2009-10-27 Thread codesite-noreply
Revision: 6495 Author: rj...@google.com Date: Tue Oct 27 17:24:40 2009 Log: Delete UiBinder's temporary files on exit Review by bobv Test by inspection of /tmp http://code.google.com/p/google-web-toolkit/source/detail?r=6495 Modified:

[gwt-contrib] Re: Delete UiBinder's temporary files on exit

2009-10-27 Thread rjrjr
tr...@6495, releases/2...@6496 http://gwt-code-reviews.appspot.com/86807 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

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

2009-10-27 Thread codesite-noreply
Revision: 6496 Author: rj...@google.com Date: Tue Oct 27 17:51:49 2009 Log: tr...@6495 was merged into this branch Delete UiBinder's temporary files on exit svn merge --ignore-ancestry -c 6495 https://google-web-toolkit.googlecode.com/svn/trunk .

[gwt-contrib] [google-web-toolkit] r6497 committed - Refactor StandardLinkerContext output/extra/file/jar implementation to...

2009-10-27 Thread codesite-noreply
Revision: 6497 Author: sco...@google.com Date: Tue Oct 27 18:11:59 2009 Log: Refactor StandardLinkerContext output/extra/file/jar implementation to not suck. Patch by: spoon Review by: me http://code.google.com/p/google-web-toolkit/source/detail?r=6497 Added:

[gwt-contrib] [google-web-toolkit] r6498 committed - Refactor SOYC to produce artifacts more directly....

2009-10-27 Thread codesite-noreply
Revision: 6498 Author: sco...@google.com Date: Tue Oct 27 18:51:02 2009 Log: Refactor SOYC to produce artifacts more directly. Patch by: spoon Review by: me http://code.google.com/p/google-web-toolkit/source/detail?r=6498 Deleted:

[gwt-contrib] [google-web-toolkit] r6499 committed - A PermutationResult is now integrally tied to a Permutation....

2009-10-27 Thread codesite-noreply
Revision: 6499 Author: sco...@google.com Date: Tue Oct 27 19:12:04 2009 Log: A PermutationResult is now integrally tied to a Permutation. Suggested by: spoon Patch by: me Review by: spoon (TBR) http://code.google.com/p/google-web-toolkit/source/detail?r=6499 Modified:

[gwt-contrib] big banner warning about htmlunit suppression

2009-10-27 Thread fabbott
Reviewers: scottb, Description: Now that we've admitted htmlunit isn't quite ready, but all other tests require odd property assignments, people should be warned that they maybe didn't run the testing they thought they did. I thought about getting fancy and testing the -D's and making a more

[gwt-contrib] Re: big banner warning about htmlunit suppression

2009-10-27 Thread zundel
http://gwt-code-reviews.appspot.com/86809/diff/1/2 File build.xml (right): http://gwt-code-reviews.appspot.com/86809/diff/1/2#newcode119 Line 119: echo message= or -Dgwt.selenium.hosts, but that's all./ I know this is just temporary, but its too bad the top level test target doesn't actually

[gwt-contrib] [google-web-toolkit] r6476 committed - updated Htmlunit to HtmlUnit (uppercase U)...

2009-10-27 Thread codesite-noreply
Revision: 6476 Author: amitman...@google.com Date: Mon Oct 26 18:35:41 2009 Log: updated Htmlunit to HtmlUnit (uppercase U) Patch by: amitmanjhi http://code.google.com/p/google-web-toolkit/source/detail?r=6476 Modified: /trunk/user/src/com/google/gwt/junit/JUnitShell.java

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

2009-10-27 Thread codesite-noreply
Revision: 6478 Author: rj...@google.com Date: Mon Oct 26 22:07:12 2009 Log: tr...@6443 was merged into this branch Updates to use the rebased protobuf library svn merge --ignore-ancestry -c 6443 https://google-web-toolkit.googlecode.com/svn/trunk .

[gwt-contrib] Re: big banner warning about htmlunit suppression

2009-10-27 Thread jat
http://gwt-code-reviews.appspot.com/86809/diff/1/2 File build.xml (right): http://gwt-code-reviews.appspot.com/86809/diff/1/2#newcode119 Line 119: echo message= or -Dgwt.selenium.hosts, but that's all./ On 2009/10/28 03:00:56, zundel wrote: I know this is just temporary, but its too bad the

[gwt-contrib] Re: big banner warning about htmlunit suppression

2009-10-27 Thread scottb
Looks Reviewed To Me ;) http://gwt-code-reviews.appspot.com/86809/diff/1/3 File user/build.xml (right): http://gwt-code-reviews.appspot.com/86809/diff/1/3#newcode454 Line 454: /sequential @jlabanca: we can actually turn this off now http://gwt-code-reviews.appspot.com/86809

<    1   2