Revision 3662: Fixed the failing test in TimeZoneTest -- we were asking it to parse an undefine- September 17, 2008 Changed Paths: Modifiedtrunkusertestcomgooglegwti18nclientTimeZoneTest.java Fixed the failing test in TimeZoneTest -- we were asking it to parse an undefined time and Java and JavaScript had differing interpretations. Need to ask Shanjian what to do for nonexistant time situations... patch by: ajr, rdayal (pair prog)http://code.google.com/p/google-web-toolkit/source/detail?r=3662 Revision 3661: Don't put ContentWidget.onLoad behind runAsync; run it synchronously.- September 17, 2008 Changed Paths: ModifiedchangesspoonrunAsyncsamplesshowcasesrccomgooglegwtsampleshowcaseclientContentWidget.java Don't put ContentWidget.onLoad behind runAsync; run it synchronously.http://code.google.com/p/google-web-toolkit/source/detail?r=3661 Revision 3660: Allow tracking the liveness of class literals, and their associated allocation e- September 17, 2008 Changed Paths: ModifiedchangesspoonrunAsyncdevcoresrccomgooglegwtdevjjsJavaToJavaScriptCompiler.java ModifiedchangesspoonrunAsyncdevcoresrccomgooglegwtdevjjsastJVariable.java ModifiedchangesspoonrunAsyncdevcoresrccomgooglegwtdevjjsimplControlFlowAnalyzer.java ModifiedchangesspoonrunAsyncdevcoresrccomgooglegwtdevjjsimplGenerateJavaScriptAST.java ModifiedchangesspoonrunAsyncdevcoresrccomgooglegwtdevjjsimplJavaToJavaScriptMap.java Allow tracking the liveness of class...http://code.google.com/p/google-web-toolkit/source/detail?r=3660 Revision 3659: Improves the map between Java methods and JavaScript functions for instance meth- September 17, 2008 Changed Paths: ModifiedchangesspoonrunAsyncdevcoresrccomgooglegwtdevjjsJavaToJavaScriptCompiler.java ModifiedchangesspoonrunAsyncdevcoresrccomgooglegwtdevjjsimplGenerateJavaScriptAST.java ModifiedchangesspoonrunAsyncdevcoresrccomgooglegwtdevjjsimplJavaToJavaScriptMap.java Improves the map between Java methods and JavaScript functions for instance methods.http://code.google.com/p/google-web-toolkit/source/detail?r=3659 Revision 3657: Fixed a Javadoc link.- September 17, 2008 Changed Paths: ModifiedchangesspoonrunAsyncusersrccomgooglegwtcoreclientRunAsyncCallback.java Fixed a Javadoc link.http://code.google.com/p/google-web-toolkit/source/detail?r=3657 Revision 3658: Remove special casing for sentinals in distro by moving actual files to ship int- September 17, 2008 Changed Paths: Modifiedtrunkdistro-sourcecommon.ant.xml Modifiedtrunkdistro-sourcelinuxbuild.xml Modifiedtrunkdistro-sourcemacbuild.xml Modifiedtrunkdistro-sourcewindowsbuild.xml Remove special casing for sentinals in distro by moving actual files to ship into a subdirectory. Review by: fabbotthttp://code.google.com/p/google-web-toolkit/source/detail?r=3658 Revision 3656: Build fix: follow on to r3562. Review by: bobv (TBR)- September 17, 2008 Changed Paths: ModifiedtrunkdevcoresrccomgooglegwtdevcfgStaticPropertyOracle.java ModifiedtrunkdevcoresrccomgooglegwtdevshellModuleSpacePropertyOracle.java Modifiedtrunkusertestcomgooglegwti18nI18N2Test.gwt.xml Modifiedtrunkusertestcomgooglegwti18nI18NTest.gwt.xml Build fix: follow on to r3562. Review by: bobv (TBR)http://code.google.com/p/google-web-toolkit/source/detail?r=3656 Revision 3655: Add Shanjian's timezone formatting support to GWT! patch by: shanjian, minor fi- September 17, 2008 Changed Paths: Modifiedtrunkusersrccomgooglegwti18nclientDateTimeFormat.java Addedtrunkusersrccomgooglegwti18nclientTimeZone.java Addedtrunkusersrccomgooglegwti18nclientTimeZoneInfo.java Addedtrunkusersrccomgooglegwti18nclientconstantsTimeZoneConstants.java Addedtrunkusersrccomgooglegwti18nclientconstantsTimeZoneConstants.properties Modifiedtrunkusertestcomgooglegwti18nI18NSuite.java Addedtrunkusertestcomgooglegwti18nTimeZoneTest.gwt.xml ...http://code.google.com/p/google-web-toolkit/source/detail?r=3655 Revision 3654: Checkpoint working XPCOM plugin. This includes fixes to prevent rooting all obj- September 17, 2008 Changed Paths: Modifiedchangesjatoophm-trunk-r3274devsrccomgooglegwtdevshellBrowserListener.java Addedchangesjatoophm-trunk-r3274pluginscommonByteOrder.h Modifiedchangesjatoophm-trunk-r3274pluginscommonDebug.h Modifiedchangesjatoophm-trunk-r3274pluginscommonDebugLevel.h Modifiedchangesjatoophm-trunk-r3274pluginscommonHostChannel.cpp Modifiedchangesjatoophm-trunk-r3274pluginscommonHostChannel.h Modifiedchangesjatoophm-trunk-r3274pluginscommonInvokeMessage.h ...http://code.google.com/p/google-web-toolkit/source/detail?r=3654 Revision 3653: By default, have GWT.runAsync() run the callback with no questions asked. This- September 16, 2008 Changed Paths: ModifiedchangesspoonrunAsyncusersrccomgooglegwtcoreclientGWT.java By default, have GWT.runAsync() run the callback with no questions asked. This allows calling runAsync in code that might or might not run in a web browser.http://code.google.com/p/google-web-toolkit/source/detail?r=3653 |