[gwt-contrib] [google-web-toolkit] r10272 committed - Add armor for exceptions thrown by Activity#onCancel...

2011-06-03 Thread codesite-noreply
Revision: 10272 Author: rj...@google.com Date: Fri Jun 3 08:57:30 2011 Log: Add armor for exceptions thrown by Activity#onCancel Review at http://gwt-code-reviews.appspot.com/1446816 http://code.google.com/p/google-web-toolkit/source/detail?r=10272 Modified:

[gwt-contrib] [google-web-toolkit] r10273 committed - Make private two new methods accidentally exposed in ActivityManager...

2011-06-03 Thread codesite-noreply
Revision: 10273 Author: rj...@google.com Date: Fri Jun 3 09:52:12 2011 Log: Make private two new methods accidentally exposed in ActivityManager Review at http://gwt-code-reviews.appspot.com/1449811 Review by: rchan...@google.com

[gwt-contrib] [google-web-toolkit] r10274 committed - Making media events bitless, freeing up a few event bits, since modern...

2011-06-03 Thread codesite-noreply
Revision: 10274 Author: fre...@google.com Date: Fri Jun 3 10:56:12 2011 Log: Making media events bitless, freeing up a few event bits, since modern, implementing browsers don't leak the way old ones did. The following constants, marked as 'experimental', have been removed: -

[gwt-contrib] [google-web-toolkit] r10275 committed - fixes a bug in TypeOracle that marked vararg methods with the transien...

2011-06-03 Thread codesite-noreply
Revision: 10275 Author: goderba...@google.com Date: Fri Jun 3 12:47:44 2011 Log: fixes a bug in TypeOracle that marked vararg methods with the transient modifier, which is illegal for methods Review at http://gwt-code-reviews.appspot.com/1447817 Review by: jbrosenb...@google.com

[gwt-contrib] [google-web-toolkit] r10276 committed - Autoformat JavaToJavaScriptCompiler....

2011-06-03 Thread codesite-noreply
Revision: 10276 Author: sco...@google.com Date: Fri Jun 3 15:15:01 2011 Log: Autoformat JavaToJavaScriptCompiler. Review by: zun...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10276 Modified:

[gwt-contrib] [google-web-toolkit] r10266 committed - Creates a delegate for CompilationResult for use by third party linker...

2011-06-02 Thread codesite-noreply
Revision: 10266 Author: zun...@google.com Date: Thu Jun 2 02:53:59 2011 Log: Creates a delegate for CompilationResult for use by third party linkers. Review at http://gwt-code-reviews.appspot.com/1451808 http://code.google.com/p/google-web-toolkit/source/detail?r=10266 Added:

[gwt-contrib] [google-web-toolkit] r10267 committed - Install files for version 1.0.10242 (Chrome,FFx,Safari) and 1.2.10242(...

2011-06-02 Thread codesite-noreply
Revision: 10267 Author: cod...@google.com Date: Thu Jun 2 08:06:45 2011 Log: Install files for version 1.0.10242 (Chrome,FFx,Safari) and 1.2.10242(IEx) -Chrome Tweak: old entries will show localhost for codeserver Review at http://gwt-code-reviews.appspot.com/1449810

[gwt-contrib] [google-web-toolkit] r10268 committed - Add a way to disable image inlining on a per-image basis....

2011-06-02 Thread codesite-noreply
Revision: 10268 Author: b...@google.com Date: Thu Jun 2 08:17:15 2011 Log: Add a way to disable image inlining on a per-image basis. Patch by: bobv Review by: rjrjr Review at http://gwt-code-reviews.appspot.com/1451809

[gwt-contrib] [google-web-toolkit] r10269 committed - A SupportValidation class to make it easy to define a RPC method...

2011-06-02 Thread codesite-noreply
Revision: 10269 Author: gwt.mirror...@gmail.com Date: Thu Jun 2 11:48:07 2011 Log: A SupportValidation class to make it easy to define a RPC method so Hibernate ConstraintViolations are allowed to be serialized. Review at http://gwt-code-reviews.appspot.com/1443810

[gwt-contrib] [google-web-toolkit] r10255 committed - Move the SimpleAppCacheLinker out to sample land, it's not quite ready...

2011-06-01 Thread codesite-noreply
Revision: 10255 Author: rj...@google.com Date: Wed Jun 1 09:26:16 2011 Log: Move the SimpleAppCacheLinker out to sample land, it's not quite ready. Review at http://gwt-code-reviews.appspot.com/1447813 Review by: rchan...@google.com

[gwt-contrib] [google-web-toolkit] r10254 committed - Fix samples build file for mobilewebapp target...

2011-06-01 Thread codesite-noreply
Revision: 10254 Author: rchan...@google.com Date: Wed Jun 1 08:59:33 2011 Log: Fix samples build file for mobilewebapp target Review at http://gwt-code-reviews.appspot.com/1449809 http://code.google.com/p/google-web-toolkit/source/detail?r=10254 Modified: /trunk/samples/build.xml

[gwt-contrib] [google-web-toolkit] r10256 committed - Added a placeholed for sample/mobilewebapp/war. Required by source tar...

2011-06-01 Thread codesite-noreply
Revision: 10256 Author: rchan...@google.com Date: Wed Jun 1 09:39:48 2011 Log: Added a placeholed for sample/mobilewebapp/war. Required by source target. Review at http://gwt-code-reviews.appspot.com/1451806 http://code.google.com/p/google-web-toolkit/source/detail?r=10256

[gwt-contrib] [google-web-toolkit] r10258 committed - Add a test to RequestFactoryInterfaceValidator that the findFoo() doma...

2011-06-01 Thread codesite-noreply
Revision: 10258 Author: b...@google.com Date: Wed Jun 1 10:19:05 2011 Log: Add a test to RequestFactoryInterfaceValidator that the findFoo() domain method is static. http://code.google.com/p/google-web-toolkit/issues/detail?id=6428 Patch by: bobv Review by: rjrjr Reported by:

[gwt-contrib] [google-web-toolkit] r10259 committed - Adding a couple of useful methods to AbstractCellTable. getColumnWidt...

2011-06-01 Thread codesite-noreply
Revision: 10259 Author: jlaba...@google.com Date: Wed Jun 1 10:50:41 2011 Log: Adding a couple of useful methods to AbstractCellTable. getColumnWidth() can be used to access the width of a column set using setColumnWidth(). flush() will immediately flush pending changes into the

[gwt-contrib] [google-web-toolkit] r10260 committed - Clarify some confusing code in TypeTightener....

2011-06-01 Thread codesite-noreply
Revision: 10260 Author: sco...@google.com Date: Wed Jun 1 11:03:46 2011 Log: Clarify some confusing code in TypeTightener. http://gwt-code-reviews.appspot.com/1446814/ Review by: zun...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10260 Modified:

[gwt-contrib] [google-web-toolkit] r10261 committed - Adding additional testing for GWT RPC. Some custom serialized objects...

2011-06-01 Thread codesite-noreply
Revision: 10261 Author: schen...@google.com Date: Wed Jun 1 11:09:25 2011 Log: Adding additional testing for GWT RPC. Some custom serialized objects were previously untested, at least explicitly. Testing put in place now provides coverage to test future changes. Review at

[gwt-contrib] [google-web-toolkit] r10262 committed - Allow source samples to forgo having a war folder...

2011-06-01 Thread codesite-noreply
Revision: 10262 Author: rchan...@google.com Date: Wed Jun 1 11:14:07 2011 Log: Allow source samples to forgo having a war folder Removed war folders from expenses and mobilewebapp samples Removed redundant task in samples's source target Review at

[gwt-contrib] [google-web-toolkit] r10263 committed - Removed an extraneous copy of the columns variable in CellTable. Cell...

2011-06-01 Thread codesite-noreply
Revision: 10263 Author: ms...@google.com Date: Wed Jun 1 11:16:17 2011 Log: Removed an extraneous copy of the columns variable in CellTable. CellTable now uses getColumnCount to set the colspan of the empty-table widget. Review by: jlaba...@google.com

[gwt-contrib] [google-web-toolkit] r10264 committed - Upgrading DynaTableRf and MobileWebApp to use DataGrid. The apps look ...

2011-06-01 Thread codesite-noreply
Revision: 10264 Author: jlaba...@google.com Date: Wed Jun 1 11:32:36 2011 Log: Upgrading DynaTableRf and MobileWebApp to use DataGrid. The apps look identical, except that scrolling the table no longer scrolls the column headers out of view. Review at

[gwt-contrib] [google-web-toolkit] r10265 committed - Adds ability to query the generator context whether a rebind rule exis...

2011-06-01 Thread codesite-noreply
Revision: 10265 Author: gwt.mirror...@gmail.com Date: Wed Jun 1 13:28:28 2011 Log: Adds ability to query the generator context whether a rebind rule exists for a given type Review at http://gwt-code-reviews.appspot.com/1450806

[gwt-contrib] [google-web-toolkit] r10243 committed - Fix warnings in samples/expenses...

2011-05-31 Thread codesite-noreply
Revision: 10243 Author: gwt.mirror...@gmail.com Date: Fri May 27 11:03:45 2011 Log: Fix warnings in samples/expenses Review at http://gwt-code-reviews.appspot.com/1447810 Review by: jlaba...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10243 Modified:

[gwt-contrib] [google-web-toolkit] r10246 committed - Added -XdisableSoycHtml command line flag for disabling HTML compile r...

2011-05-31 Thread codesite-noreply
Revision: 10246 Author: dconne...@google.com Date: Tue May 31 04:51:05 2011 Log: Added -XdisableSoycHtml command line flag for disabling HTML compile report generation. This will not affect SOYC XML output. Review at http://gwt-code-reviews.appspot.com/1450807 Review by:

[gwt-contrib] [google-web-toolkit] r10247 committed - Consolidates all methodDependencies files into one per split point....

2011-05-31 Thread codesite-noreply
Revision: 10247 Author: zun...@google.com Date: Tue May 31 04:59:43 2011 Log: Consolidates all methodDependencies files into one per split point. Review at http://gwt-code-reviews.appspot.com/1453802 Review by: dconne...@google.com

[gwt-contrib] [google-web-toolkit] r10248 committed - Reintroduces JsInliner patch (3rd time is a charm?). Fix for issue 57...

2011-05-31 Thread codesite-noreply
Revision: 10248 Author: gwt.mirror...@gmail.com Date: Tue May 31 10:42:42 2011 Log: Reintroduces JsInliner patch (3rd time is a charm?). Fix for issue 5707. With minor tweaks to Ray Cromwell's original version of this patch. Review at http://gwt-code-reviews.appspot.com/1451802

[gwt-contrib] [google-web-toolkit] r10249 committed - IsRenderable should not extend SafeHtmlRenderer anymore....

2011-05-31 Thread codesite-noreply
Revision: 10249 Author: rdcas...@google.com Date: Tue May 31 07:26:19 2011 Log: IsRenderable should not extend SafeHtmlRenderer anymore. Review at http://gwt-code-reviews.appspot.com/1446811 http://code.google.com/p/google-web-toolkit/source/detail?r=10249 Modified:

[gwt-contrib] [google-web-toolkit] r10250 committed - GWT support for Chrome Frame...

2011-05-31 Thread codesite-noreply
Revision: 10250 Author: fabio...@google.com Date: Tue May 31 07:28:25 2011 Log: GWT support for Chrome Frame http://code.google.com/p/google-web-toolkit/issues/detail?id=5166 Review at http://gwt-code-reviews.appspot.com/1449808

[gwt-contrib] Re: Issue 5166 in google-web-toolkit: Add GWT support for Google Chrome Frame

2011-05-31 Thread codesite-noreply
Updates: Summary: Add GWT support for Google Chrome Frame Cc: google-w...@googlegroups.com Comment #6 on issue 5166 by fabio...@google.com: Add GWT support for Google Chrome Frame http://code.google.com/p/google-web-toolkit/issues/detail?id=5166 (No comment was entered for

[gwt-contrib] [google-web-toolkit] r10251 committed - cleanups to soyc HTML report generation code....

2011-05-31 Thread codesite-noreply
Revision: 10251 Author: gwt.mirror...@gmail.com Date: Tue May 31 08:05:59 2011 Log: cleanups to soyc HTML report generation code. Review at http://gwt-code-reviews.appspot.com/1447811 Review by: dconne...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10251

[gwt-contrib] [google-web-toolkit] r10235 committed - Added a bit of documentation on JType

2011-05-27 Thread codesite-noreply
Revision: 10235 Author: zun...@google.com Date: Thu May 26 15:44:32 2011 Log: Added a bit of documentation on JType http://code.google.com/p/google-web-toolkit/source/detail?r=10235 Modified: /trunk/dev/core/src/com/google/gwt/dev/jjs/ast/JType.java

[gwt-contrib] [google-web-toolkit] r10230 committed - A mechanical refactoring of the Precompile options as prep for further...

2011-05-27 Thread codesite-noreply
Revision: 10230 Author: zun...@google.com Date: Thu May 26 07:33:13 2011 Log: A mechanical refactoring of the Precompile options as prep for further cleanup. Added @Override annotations to satisfy the IDE warnings with Java 1.6 enabled. Review at

[gwt-contrib] [google-web-toolkit] r10232 committed - AutoboxUtils cleanup...

2011-05-27 Thread codesite-noreply
Revision: 10232 Author: sco...@google.com Date: Thu May 26 09:20:48 2011 Log: AutoboxUtils cleanup http://gwt-code-reviews.appspot.com/1443808/ http://code.google.com/p/google-web-toolkit/source/detail?r=10232 Modified:

[gwt-contrib] [google-web-toolkit] r10234 committed - Removes CompileModule.java, retaining the unit test that depends on it...

2011-05-27 Thread codesite-noreply
Revision: 10234 Author: zun...@google.com Date: Thu May 26 14:28:35 2011 Log: Removes CompileModule.java, retaining the unit test that depends on it. Review at http://gwt-code-reviews.appspot.com/1449806 http://code.google.com/p/google-web-toolkit/source/detail?r=10234 Added:

[gwt-contrib] [google-web-toolkit] r10237 committed - Revive samples/expenses from its 2.3 breakage. Also now generates...

2011-05-27 Thread codesite-noreply
Revision: 10237 Author: rj...@google.com Date: Fri May 27 03:54:00 2011 Log: Revive samples/expenses from its 2.3 breakage. Also now generates sample data on demand. Review at http://gwt-code-reviews.appspot.com/1447809 Review by: jlaba...@google.com

[gwt-contrib] [google-web-toolkit] r10238 committed - Add BatchedRequestScope utility class to aggregate all requests made w...

2011-05-27 Thread codesite-noreply
Revision: 10238 Author: b...@google.com Date: Fri May 27 04:59:21 2011 Log: Add BatchedRequestScope utility class to aggregate all requests made within a single tick of the event loop. Add FanoutReceiver utility class. Remove redundant tests from RequestFactoryGwtJreSuite. Patch by:

[gwt-contrib] [google-web-toolkit] r10241 committed - bump gae version

2011-05-27 Thread codesite-noreply
Revision: 10241 Author: rj...@google.com Date: Fri May 27 07:47:34 2011 Log: bump gae version http://code.google.com/p/google-web-toolkit/source/detail?r=10241 Modified: /trunk/samples/expenses/pom.xml === --- /trunk/samples/expenses/pom.xml

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

2011-05-27 Thread codesite-noreply
Comment by spoon.re...@gmail.com: The containsKey(), get(), and remove() methods for Map and MutableMap should take type Object and not K (same as the Java Map interface). The reason is that it is possible for objects of different classes to be .equals() (e.g. all implementations of

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

2011-05-27 Thread codesite-noreply
Comment by nix...@gmail.com: set.LookFeel(soGood) For more information: http://code.google.com/p/google-web-toolkit/wiki/CellBackedWIdgets -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10229 committed - Misc GWT compiler bugfixes and cleanups....

2011-05-26 Thread codesite-noreply
Revision: 10229 Author: sco...@google.com Date: Thu May 26 06:00:55 2011 Log: Misc GWT compiler bugfixes and cleanups. http://gwt-code-reviews.appspot.com/1452802/ http://code.google.com/p/google-web-toolkit/source/detail?r=10229 Modified:

[gwt-contrib] [google-web-toolkit] r10231 committed - Changed method dependencies report to show method code sizes. Call sta...

2011-05-26 Thread codesite-noreply
Revision: 10231 Author: dconne...@google.com Date: Thu May 26 09:07:47 2011 Log: Changed method dependencies report to show method code sizes. Call stacks are now a dropdown action under each method. Review at http://gwt-code-reviews.appspot.com/1443809 Review by:

[gwt-contrib] [google-web-toolkit] r10223 committed - Fix dangling clinit issue; check if clinit method calls have been repl...

2011-05-25 Thread codesite-noreply
Revision: 10223 Author: jbrosenb...@google.com Date: Wed May 25 04:59:33 2011 Log: Fix dangling clinit issue; check if clinit method calls have been replaced or removed, during javascript generation phase. Review at http://gwt-code-reviews.appspot.com/1448807

[gwt-contrib] [google-web-toolkit] r10224 committed - Implemented expression range shifting for IE block size transformation...

2011-05-25 Thread codesite-noreply
Revision: 10224 Author: dconne...@google.com Date: Wed May 25 07:29:58 2011 Log: Implemented expression range shifting for IE block size transformation. Moved expression range shifting for both transformations inside the transformation classes. Modified constructors/instance

[gwt-contrib] [google-web-toolkit] r10225 committed - Fix escaping issue with SafeHtml in Safari3...

2011-05-25 Thread codesite-noreply
Revision: 10225 Author: sbruba...@google.com Date: Wed May 25 09:31:31 2011 Log: Fix escaping issue with SafeHtml in Safari3 Review at http://gwt-code-reviews.appspot.com/1443806 Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10225 Modified:

[gwt-contrib] [google-web-toolkit] r10226 committed - Fix several @Select issues, adding tests for them:...

2011-05-25 Thread codesite-noreply
Revision: 10226 Author: j...@google.com Date: Wed May 25 09:56:39 2011 Log: Fix several @Select issues, adding tests for them: - @Select only worked if @PluralCount was also on the same message - @Select for long generated a switch statement which doesn't support long values - @Select

[gwt-contrib] [google-web-toolkit] r10227 committed - Bugfixes in ControlFlowAnalyzer...

2011-05-25 Thread codesite-noreply
Revision: 10227 Author: sco...@google.com Date: Wed May 25 15:35:34 2011 Log: Bugfixes in ControlFlowAnalyzer - Instantiating Interface[] failed to rescue Object[] - Field initializers being visited twice http://gwt-code-reviews.appspot.com/1443807/ Review by: jbrosenb...@google.com

[gwt-contrib] [google-web-toolkit] r10206 committed - Fixing checkstyle error....

2011-05-24 Thread codesite-noreply
Revision: 10206 Author: jlaba...@google.com Date: Tue May 24 03:25:31 2011 Log: Fixing checkstyle error. Review at http://gwt-code-reviews.appspot.com/1448805 http://code.google.com/p/google-web-toolkit/source/detail?r=10206 Modified:

[gwt-contrib] [google-web-toolkit] r10208 committed - Fixing checkstyle errors... for realz this time....

2011-05-24 Thread codesite-noreply
Revision: 10208 Author: gwt.mirror...@gmail.com Date: Tue May 24 07:52:07 2011 Log: Fixing checkstyle errors... for realz this time. Review at http://gwt-code-reviews.appspot.com/1446808 http://code.google.com/p/google-web-toolkit/source/detail?r=10208 Modified:

[gwt-contrib] [google-web-toolkit] r10209 committed - Updating apichecker for GWT 2.4....

2011-05-24 Thread codesite-noreply
Revision: 10209 Author: jlaba...@google.com Date: Tue May 24 04:12:44 2011 Log: Updating apichecker for GWT 2.4. Review at http://gwt-code-reviews.appspot.com/1447807 Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10209 Added:

[gwt-contrib] [google-web-toolkit] r10210 committed - SafeHtmlRenderer code gen for UiBinder. Picking up issue 1426803...

2011-05-24 Thread codesite-noreply
Revision: 10210 Author: rchan...@google.com Date: Tue May 24 04:45:28 2011 Log: SafeHtmlRenderer code gen for UiBinder. Picking up issue 1426803 Review at http://gwt-code-reviews.appspot.com/1442804 Review by: rj...@google.com

[gwt-contrib] [google-web-toolkit] r10211 committed - Add missing xpcomglue_s.a for Darwin Gecko 2.0

2011-05-24 Thread codesite-noreply
Revision: 10211 Author: con...@google.com Date: Tue May 24 08:31:32 2011 Log: Add missing xpcomglue_s.a for Darwin Gecko 2.0 http://code.google.com/p/google-web-toolkit/source/detail?r=10211 Added: /plugin-sdks/gecko-sdks/gecko-2.0.0/Darwin-gcc3/lib/libxpcomglue_s.a

[gwt-contrib] [google-web-toolkit] r10212 committed - Add a ServletContext ThreadLocal to RequestFactoryServlet....

2011-05-24 Thread codesite-noreply
Revision: 10212 Author: larse...@gmail.com Date: Tue May 24 05:33:27 2011 Log: Add a ServletContext ThreadLocal to RequestFactoryServlet. http://gwt-code-reviews.appspot.com/1448804/ Patch by: larsenje Review by: bobv http://code.google.com/p/google-web-toolkit/source/detail?r=10212

[gwt-contrib] [google-web-toolkit] r10213 committed - Rollback Issue 1442804. Causes build breakage....

2011-05-24 Thread codesite-noreply
Revision: 10213 Author: rchan...@google.com Date: Tue May 24 07:34:42 2011 Log: Rollback Issue 1442804. Causes build breakage. Review at http://gwt-code-reviews.appspot.com/1447808 http://code.google.com/p/google-web-toolkit/source/detail?r=10213 Deleted:

[gwt-contrib] [google-web-toolkit] r10214 committed - Public (steph...@gmail.com):...

2011-05-24 Thread codesite-noreply
Revision: 10214 Author: rj...@google.com Date: Tue May 24 11:10:36 2011 Log: Public (steph...@gmail.com): Adds two protected static methods to EventBus that expose otherwise inaccessible methods on Event (setSource and dispatch) to subclasses of EventBus. Allows alternative EventBus

[gwt-contrib] [google-web-toolkit] r10215 committed - Attachable-IsRenderable step 2: Renaming AttachableComposite to Rende...

2011-05-24 Thread codesite-noreply
Revision: 10215 Author: rdcas...@google.com Date: Tue May 24 09:02:46 2011 Log: Attachable-IsRenderable step 2: Renaming AttachableComposite to RenderableComposite. Review at http://gwt-code-reviews.appspot.com/1450804

[gwt-contrib] [google-web-toolkit] r10217 committed - Adds a ui:safehtml tag to UiBinder...

2011-05-24 Thread codesite-noreply
Revision: 10217 Author: gwt.mirror...@gmail.com Date: Tue May 24 13:12:43 2011 Log: Adds a ui:safehtml tag to UiBinder Review at http://gwt-code-reviews.appspot.com/1422812 Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10217 Added:

[gwt-contrib] [google-web-toolkit] r10218 committed - Detaching the table section in CellTable before setting the innerHTML ...

2011-05-24 Thread codesite-noreply
Revision: 10218 Author: gwt.mirror...@gmail.com Date: Tue May 24 13:14:09 2011 Log: Detaching the table section in CellTable before setting the innerHTML to replace the rows. This is a well known performance enhancement that CellTable isn't taking advantage of. Review at

[gwt-contrib] [google-web-toolkit] r10219 committed - Attachable - IsRenderable step 3: Renaming AttachableHTMLPanel to Ren...

2011-05-24 Thread codesite-noreply
Revision: 10219 Author: rdcas...@google.com Date: Tue May 24 10:37:15 2011 Log: Attachable - IsRenderable step 3: Renaming AttachableHTMLPanel to RenderablePanel. This guys has its days counted, as it will eventually be merged into HTMLPanel. Review at

[gwt-contrib] [google-web-toolkit] r10220 committed - AppEngine uploads were choking on massive cache files written into war...

2011-05-24 Thread codesite-noreply
Revision: 10220 Author: zun...@google.com Date: Tue May 24 10:43:59 2011 Log: AppEngine uploads were choking on massive cache files written into war/WEB-INF This change moves the persistent unit cache default dir to war/.. for DevMode and Compiler entry points (GWTShell already

[gwt-contrib] [google-web-toolkit] r10222 committed - Autoformats user/super and user/test-super...

2011-05-24 Thread codesite-noreply
Revision: 10222 Author: zun...@google.com Date: Tue May 24 14:39:31 2011 Log: Autoformats user/super and user/test-super Review at http://gwt-code-reviews.appspot.com/1442805 Review by: fabb...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10222 Added:

[gwt-contrib] [google-web-toolkit] r10202 committed - Enables on the persistent unit cache by default....

2011-05-23 Thread codesite-noreply
Revision: 10202 Author: gwt.mirror...@gmail.com Date: Mon May 23 07:26:25 2011 Log: Enables on the persistent unit cache by default. Review at http://gwt-code-reviews.appspot.com/1448801 http://code.google.com/p/google-web-toolkit/source/detail?r=10202 Modified:

[gwt-contrib] [google-web-toolkit] r10203 committed - Pruner runs only once....

2011-05-23 Thread codesite-noreply
Revision: 10203 Author: sco...@google.com Date: Mon May 23 09:42:46 2011 Log: Pruner runs only once. I know this feels a little hacky, but I tracked down most of the sources of Pruner jitter that's causing it to run more than once. 1) Instance fields needed to be treated like

[gwt-contrib] [google-web-toolkit] r10204 committed - - Modify the default HTML template to indicate that quirks mode is not...

2011-05-23 Thread codesite-noreply
Revision: 10204 Author: fre...@google.com Date: Mon May 23 11:13:45 2011 Log: - Modify the default HTML template to indicate that quirks mode is not supported - Cleanup UserAgentGenerator.java, for consistency with DocumentModeGenerator.java - Add two new configuration properties:

[gwt-contrib] [google-web-toolkit] r10205 committed - Attachable-IsRenderable rename step 1: Renaming the base interface....

2011-05-23 Thread codesite-noreply
Revision: 10205 Author: rdcas...@google.com Date: Mon May 23 17:23:56 2011 Log: Attachable-IsRenderable rename step 1: Renaming the base interface. Review at http://gwt-code-reviews.appspot.com/1447806 http://code.google.com/p/google-web-toolkit/source/detail?r=10205 Added:

[gwt-contrib] [google-web-toolkit] r10199 committed - Add baseInterface support to UiBinder....

2011-05-20 Thread codesite-noreply
Revision: 10199 Author: gwt.mirror...@gmail.com Date: Fri May 20 08:32:00 2011 Log: Add baseInterface support to UiBinder. Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10199 Added:

[gwt-contrib] [google-web-toolkit] r10200 committed - Better home for ImageResourceRenderer...

2011-05-20 Thread codesite-noreply
Revision: 10200 Author: rj...@google.com Date: Fri May 20 06:32:48 2011 Log: Better home for ImageResourceRenderer Review at http://gwt-code-reviews.appspot.com/1446807 http://code.google.com/p/google-web-toolkit/source/detail?r=10200 Added:

[gwt-contrib] [google-web-toolkit] r10201 committed - Fix AutoBean VM memory leak due to circular references between the...

2011-05-20 Thread codesite-noreply
Revision: 10201 Author: b...@google.com Date: Fri May 20 08:39:14 2011 Log: Fix AutoBean VM memory leak due to circular references between the ProxyAutoBean, ShimHandler, and WeakReference. Issue 6193. http://gwt-code-reviews.appspot.com/1448803 Patch by: bobv Review by: tbroyer, rjrjr

[gwt-contrib] [google-web-toolkit] r10195 committed - Fix some warnings.

2011-05-19 Thread codesite-noreply
Revision: 10195 Author: rj...@google.com Date: Thu May 19 03:45:45 2011 Log: Fix some warnings. http://code.google.com/p/google-web-toolkit/source/detail?r=10195 Added: /trunk/user/src/com/google/gwt/cell/client/ImageResourceRenderer.java Modified:

[gwt-contrib] [google-web-toolkit] r10197 committed - Updating CellTable doc....

2011-05-19 Thread codesite-noreply
Revision: 10197 Author: jlaba...@google.com Date: Thu May 19 09:54:26 2011 Log: Updating CellTable doc. Review at http://gwt-code-reviews.appspot.com/1442808 Review by: rchan...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10197 Added:

[gwt-contrib] [google-web-toolkit] r10198 committed - Improving the user experience and fixing some bugs....

2011-05-19 Thread codesite-noreply
Revision: 10198 Author: brianp...@google.com Date: Thu May 19 11:23:57 2011 Log: Improving the user experience and fixing some bugs. Review by: jlaba...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10198 Modified:

[gwt-contrib] [google-web-toolkit] r10193 committed - Previous change to compiler report formatting switched to NumberFormat...

2011-05-18 Thread codesite-noreply
Revision: 10193 Author: dconne...@google.com Date: Wed May 18 12:28:03 2011 Log: Previous change to compiler report formatting switched to NumberFormat to format deciamls, but broke the report's Bytes bar graphs, which were off by a factor of 100 (displaying 0.282% instead of

[gwt-contrib] [google-web-toolkit] r10194 committed - Use glass panel isntead of alert() when displaying dev mode connection...

2011-05-18 Thread codesite-noreply
Revision: 10194 Author: fre...@google.com Date: Wed May 18 13:47:13 2011 Log: Use glass panel isntead of alert() when displaying dev mode connection failures, because modal dialog boxes are annoying and consume unnecessary keystrokes or mouse clicks before you are able to refresh

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

2011-05-18 Thread codesite-noreply
Comment by asolov...@gmail.com: AutoBean is likely to be good work out for easy (de)serialization. But why can't it support non-object types? E.g. ListInteger, ListString, String which could be serialized as [1,2,3], [one,two,three] and simple text correspondingly. Is it planned in

[gwt-contrib] [google-web-toolkit] r10190 committed - Salvage useful bits from overrides work....

2011-05-17 Thread codesite-noreply
Revision: 10190 Author: sco...@google.com Date: Tue May 17 05:22:26 2011 Log: Salvage useful bits from overrides work. http://gwt-code-reviews.appspot.com/1436801/ Review by: jbrosenb...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10190 Deleted:

[gwt-contrib] [google-web-toolkit] r10191 committed - In PRETTY and DETAILED, generate symbolic type queries for readability...

2011-05-17 Thread codesite-noreply
Revision: 10191 Author: gwt.mirror...@gmail.com Date: Tue May 17 07:35:44 2011 Log: In PRETTY and DETAILED, generate symbolic type queries for readability. This makes the output much nicer to read, you can actually tell what type checks mean instead of looking at useless numbers.

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

2011-05-16 Thread codesite-noreply
Comment by javierfe...@gmail.com: Does bean validation works if beans are JavaScriptObject? For more information: http://code.google.com/p/google-web-toolkit/wiki/BeanValidation -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

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

2011-05-16 Thread codesite-noreply
Comment by ncha...@google.com: Javier * Does bean validation works if beans are JavaScriptObject? It should at least in the since of MyClass { @MyConstraint JavaScritObject myField } For more information: http://code.google.com/p/google-web-toolkit/wiki/BeanValidation --

[gwt-contrib] [google-web-toolkit] r10185 committed - First example of a View that kicks off its own presenter as...

2011-05-16 Thread codesite-noreply
Revision: 10185 Author: rj...@google.com Date: Fri May 13 12:07:34 2011 Log: First example of a View that kicks off its own presenter as needed. Part way toward separating presenters from activities, and making all views self inject their presenters. When we're done, we'll have proper

[gwt-contrib] [google-web-toolkit] r10186 committed - This change works around a problem found in GWT Designer testing....

2011-05-16 Thread codesite-noreply
Revision: 10186 Author: zun...@google.com Date: Sat May 14 03:39:11 2011 Log: This change works around a problem found in GWT Designer testing. The compilation unit rescue was really only intended for old cached compilation units, not files that change after you first start running

[gwt-contrib] [google-web-toolkit] r10187 committed - Prepares SAXParserFactory one time, so avoids expensive ClassLoader lo...

2011-05-16 Thread codesite-noreply
Revision: 10187 Author: scheg...@google.com Date: Mon May 16 05:56:39 2011 Log: Prepares SAXParserFactory one time, so avoids expensive ClassLoader lokups. Review at http://gwt-code-reviews.appspot.com/1442806 Review by: sco...@google.com

[gwt-contrib] [google-web-toolkit] r10188 committed - SelectionChangeEvent currently is tightly coupled with SelectionModel....

2011-05-16 Thread codesite-noreply
Revision: 10188 Author: jlaba...@google.com Date: Mon May 16 08:38:11 2011 Log: SelectionChangeEvent currently is tightly coupled with SelectionModel. There is no way to fire a SelectionChangeEvent outside of something that implements SelectionModel. This patch fixes that and

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

2011-05-16 Thread codesite-noreply
Comment by javierfe...@gmail.com: I meant if validation works if the bean to validate is an overlay type that extends JavaScriptObject: public class MyClass extends JavaScriptObject { @Size(min=10) public final native String getTitle() /*-{ return this[title]; }-*/; }

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

2011-05-15 Thread codesite-noreply
Comment by pgtabo...@googlemail.com: Hi. Actually there is a very clean direction shown by the editor framework and the upcoming bean validation. Everyone I talk to seems to agree that bean validation is not what we need, and I am still very impressed by gwt-pecting on one side and by

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

2011-05-15 Thread codesite-noreply
Comment by pgtabo...@googlemail.com: Is there any roadmap or updated status on this topic? For more information: http://code.google.com/p/google-web-toolkit/wiki/CellBackedWIdgets -- http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] [google-web-toolkit] r10182 committed - Attachable elements in UiBinder: always run logicalAdd(Attachable) for...

2011-05-13 Thread codesite-noreply
Revision: 10182 Author: jul...@google.com Date: Fri May 13 08:01:50 2011 Log: Attachable elements in UiBinder: always run logicalAdd(Attachable) for Attachable widgets. Before this patch, if we declared a gwt:Attachable/ in the UiBinder template and a corresponding

[gwt-contrib] [google-web-toolkit] r10183 committed - Decentralize nullmethod/nullfield....

2011-05-13 Thread codesite-noreply
Revision: 10183 Author: sco...@google.com Date: Fri May 13 08:44:36 2011 Log: Decentralize nullmethod/nullfield. http://gwt-code-reviews.appspot.com/1442802/ Review by: jbrosenb...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10183 Modified:

[gwt-contrib] [google-web-toolkit] r10184 committed - Fix various warnings....

2011-05-13 Thread codesite-noreply
Revision: 10184 Author: gwt.mirror...@gmail.com Date: Fri May 13 14:17:46 2011 Log: Fix various warnings. Review at http://gwt-code-reviews.appspot.com/1446804 Review by: r...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10184 Modified:

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

2011-05-13 Thread codesite-noreply
Comment by ad...@dualsportmaps.com: Can we get a reference implementation of a JRE RequestTransport? Perhaps going to http://localhost:/rf ? I think that would help a lot of people wrap there head around this. Thank you! For more information:

[gwt-contrib] [google-web-toolkit] r10179 committed - Misc gwtc cleanups....

2011-05-12 Thread codesite-noreply
Revision: 10179 Author: sco...@google.com Date: Thu May 12 10:09:08 2011 Log: Misc gwtc cleanups. http://gwt-code-reviews.appspot.com/1446802/ Review by: zun...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10179 Modified:

[gwt-contrib] [google-web-toolkit] r10180 committed - Rescues cached entries from jar files that are the same, save for the ...

2011-05-12 Thread codesite-noreply
Revision: 10180 Author: zun...@google.com Date: Thu May 12 10:40:46 2011 Log: Rescues cached entries from jar files that are the same, save for the timestamp. Also updates the key value used for the cache to include the prefix for RerootedResource instances. Review at

[gwt-contrib] [google-web-toolkit] r10181 committed - Fix checkstyle 'info' warnings...

2011-05-12 Thread codesite-noreply
Revision: 10181 Author: gwt.mirror...@gmail.com Date: Thu May 12 17:18:09 2011 Log: Fix checkstyle 'info' warnings Review at http://gwt-code-reviews.appspot.com/1446803 Review by: rj...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10181 Modified:

[gwt-contrib] [google-web-toolkit] r10173 committed - Multiple improvements and fixes to the mobile web app. Tasks are now ...

2011-05-11 Thread codesite-noreply
Revision: 10173 Author: jlaba...@google.com Date: Tue May 10 20:04:34 2011 Log: Multiple improvements and fixes to the mobile web app. Tasks are now stored in local storage using the TaskProxyLocalStorage class, which is also used when refreshing a task offline in the

[gwt-contrib] [google-web-toolkit] r10174 committed - Adding favicon and app_icon to the app cache manifest file.

2011-05-11 Thread codesite-noreply
Revision: 10174 Author: jlaba...@google.com Date: Tue May 10 20:32:44 2011 Log: Adding favicon and app_icon to the app cache manifest file. http://code.google.com/p/google-web-toolkit/source/detail?r=10174 Modified:

[gwt-contrib] [google-web-toolkit] r10175 committed - Adding additional testing for GWT RPC. Some custom serialized objects...

2011-05-11 Thread codesite-noreply
Revision: 10175 Author: gwt.mirror...@gmail.com Date: Wed May 11 08:32:59 2011 Log: Adding additional testing for GWT RPC. Some custom serialized objects were previously untested, at least explicitly. Testing put in place now provides coverage to test future changes. Review at

[gwt-contrib] [google-web-toolkit] r10176 committed - Minor refactoring of dashboard interfaces in GWT. I'd made these cha...

2011-05-11 Thread codesite-noreply
Revision: 10176 Author: jhumphr...@google.com Date: Wed May 11 07:35:17 2011 Log: Minor refactoring of dashboard interfaces in GWT. I'd made these changes this week in another branch (while initial changes were still in review) to make the implementation and some of its tests

[gwt-contrib] [google-web-toolkit] r10177 committed - Auto format pass of some files before review...

2011-05-11 Thread codesite-noreply
Revision: 10177 Author: zun...@google.com Date: Wed May 11 10:50:46 2011 Log: Auto format pass of some files before review Review at http://gwt-code-reviews.appspot.com/1444802 http://code.google.com/p/google-web-toolkit/source/detail?r=10177 Modified:

[gwt-contrib] [google-web-toolkit] r10178 committed - Rolling back submission due to test flakiness.

2011-05-11 Thread codesite-noreply
Revision: 10178 Author: schen...@google.com Date: Wed May 11 11:14:46 2011 Log: Rolling back submission due to test flakiness. http://code.google.com/p/google-web-toolkit/source/detail?r=10178 Deleted: /trunk/user/test/com/google/gwt/user/client/rpc/CoreJavaTest.java

[gwt-contrib] [google-web-toolkit] r10168 committed - Better error reporting. Also, move the proxy and request interfaces...

2011-05-10 Thread codesite-noreply
Revision: 10168 Author: rj...@google.com Date: Mon May 9 10:55:18 2011 Log: Better error reporting. Also, move the proxy and request interfaces to shared, where they belong — the servlet validates against them. Review at http://gwt-code-reviews.appspot.com/1444801 Review by:

[gwt-contrib] [google-web-toolkit] r10169 committed - Disabling test for null on getBrowserById for DOM elements without DTD...

2011-05-10 Thread codesite-noreply
Revision: 10169 Author: rchan...@google.com Date: Mon May 9 11:41:57 2011 Log: Disabling test for null on getBrowserById for DOM elements without DTD when running on Chrome 12 Review at http://gwt-code-reviews.appspot.com/1443801

[gwt-contrib] [google-web-toolkit] r10170 committed - See http://code.google.com/p/google-web-toolkit/issues/detail?id=6015...

2011-05-10 Thread codesite-noreply
Revision: 10170 Author: zun...@google.com Date: Tue May 10 03:27:54 2011 Log: See http://code.google.com/p/google-web-toolkit/issues/detail?id=6015 Log error instead of throwing when a generated unit cannot be transferred to a file, so that filenames exceeding file system limits

[gwt-contrib] [google-web-toolkit] r10171 committed - Remove JProgram.jsniMap in favor of local accounting....

2011-05-10 Thread codesite-noreply
Revision: 10171 Author: sco...@google.com Date: Tue May 10 05:59:20 2011 Log: Remove JProgram.jsniMap in favor of local accounting. http://gwt-code-reviews.appspot.com/1445801/ Review by: jbrosenb...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10171 Added:

[gwt-contrib] [google-web-toolkit] r10172 committed - Add styleName attribute to Grid...

2011-05-10 Thread codesite-noreply
Revision: 10172 Author: tfisc...@google.com Date: Tue May 10 08:14:26 2011 Log: Add styleName attribute to Grid Review at http://gwt-code-reviews.appspot.com/1441802 Review by: rchan...@google.com http://code.google.com/p/google-web-toolkit/source/detail?r=10172 Modified:

<    1   2   3   4   5   6   7   8   9   10   >