1. 63241c5 Get strong permutation from headers rather than serialized log record by unnurg@google.com · 14 years ago
  2. 4dda8e9 Restores following after fixing long ids, which besides not working would by rjrjr@google.com · 14 years ago
  3. e2a6639 Rollback patch to hide entity id in request factory, due to by rjrjr@google.com · 14 years ago
  4. a40ec24 This is a first-pass at adding SafeHtml support to a subset of the widgets. In cases where the class implements HasHTML, HasSafeHtml has been implemented as well. In constructors that accept a string that can be parsed as Html, a SafeHtml constructor has been added. In cases where a method accepts a string that can be parsed as Html, a corresponding SafeHtml method has been added. by pdr@google.com · 14 years ago
  5. 04c96ea Replaces the public and obnoxious String EntityProxy#getId() with the by rjrjr@google.com · 14 years ago
  6. b0947e1 Gets the code splitter to be effective even in draft compile mode. by spoon@google.com · 14 years ago
  7. 7e1908e Fix GWTShell. Compare classpaths by content instead of reference in ResourceOracleImpl.refresh(). Note that this is still much faster than the old behavior of exploring each classpath individually. by conroy@google.com · 14 years ago
  8. 4fb0e91 Move RequestFactory.URL field into DefaultRequestTransport. by bobv@google.com · 14 years ago
  9. 0ecbe65 Re-rolling r8752 and r8762. by scottb@google.com · 14 years ago
  10. 31b85fa Allow RPC stats system extensions. by pmuetschard@google.com · 14 years ago
  11. 6d96b86 Replace string.isEmpty() calls by string.length() == 0, for Java 1.5 compliance. by amitmanjhi@google.com · 14 years ago
  12. 0d848f8 Add streaming HTML parser library to tools/lib, as well as the guava library it depends on. by xtof@google.com · 14 years ago
  13. f58a3eb Don't inline functions with more than 50 statements. by scottb@google.com · 14 years ago
  14. 79545af SimpleFoo now allows real creates and lookups. by rjrjr@google.com · 14 years ago
  15. e7e62f4 Migration from Long IDs to String IDs by rchandia@google.com · 14 years ago
  16. 4fbf076 Introduce RequestFactory#getEventBus, make RFEditorDriver use it, fix by rjrjr@google.com · 15 years ago
  17. 3c33d7f Delete unused classes from samples/expenses by rjrjr@google.com · 15 years ago
  18. a118d40 Following up on https://jira.springsource.org/browse/ROO-1276, here's the by t.broyer@gmail.com · 15 years ago
  19. c7f99dd A test I botched in RequestFactoryTest masked that re-using requests by rjrjr@google.com · 15 years ago
  20. 2ead5c5 Fixes two Roo issues: ROO-1238 (Amit) and ROO-1380 (pdr) by pdr@google.com · 15 years ago
  21. 25bbad2 Fixes design time support for @UiField. by konstantin.scheglov@gmail.com · 15 years ago
  22. 49b5d6f Re-roll issue 887801. Update the embedded Tomcat server and don't let callers accidentally refresh 0 oracles. by conroy@google.com · 15 years ago
  23. ac09af7 Extract a RequestTransport interface and DefaultRequestTransport implementation from RequestFactory. by bobv@google.com · 15 years ago
  24. cef8579 Rename PlaceChangeRequesteEvent to PlaceChangeRequestEvent by rice@google.com · 15 years ago
  25. 29d47ef Make DynaTableRf use a ListEditor for the favorites. by bobv@google.com · 15 years ago
  26. eceb38f Fix 1.5 compatibility in RequestFactoryExceptionHandlerServlet by rjrjr@google.com · 15 years ago
  27. 2b37477 Issue ROO-954: Support for transmitting stack traces for sever exceptions. by rchandia@google.com · 15 years ago
  28. 76894b5 Remove ThreadLocal nonsense. Patch by: bobv Review by: rjrjr by bobv@google.com · 15 years ago
  29. 0ca9100 Finish botched roll-back of r8752 and r8762. by scottb@google.com · 15 years ago
  30. 6cdbfdd JUnit ought to just serialize exceptions. by scottb@google.com · 15 years ago
  31. 1f7009d Rolling back r8752 and r8762 for now. by scottb@google.com · 15 years ago
  32. 88ab769 Add error message when non-static inner class throws NoSuchMethodException by zhuyi@google.com · 15 years ago
  33. f4832a1 Make key provider a constructor argument to Cell widgets and selection models by rice@google.com · 15 years ago
  34. 98c3da5 Rollback of issue 887801 by conroy@google.com · 15 years ago
  35. 9c05b08 Extending SuggestOracle.Response to pass along "isTruncated" information with the suggestion list. by portersi@google.com · 15 years ago
  36. f32fe2d Simplifies the RequestObject api: by rjrjr@google.com · 15 years ago
  37. 495d865 Calling the reset methods from gwtTearDown() results in nondeterminism. by bobv@google.com · 15 years ago
  38. 2182ca5 Fix RF tests by unnurg@google.com · 15 years ago
  39. 8f2fef4 Fix warnings and checkstyle errors by rice@google.com · 15 years ago
  40. e7682fd Add server side deobfuscation of stack traces to RF Remote log handler by unnurg@google.com · 15 years ago
  41. f572567 Fixed a bug in PropertyColumn introduced by r8780. PropertyColumn needs access to the underlying class literals in order to get the value to render. by mmendez@google.com · 15 years ago
  42. 65cacf3 Ugly hack to address the RequestFactory tests being constructed around a static singleton instance not playing nicely when testing with multiple browsers. by bobv@google.com · 15 years ago
  43. 546ae04 Removes @Override annotations on methods implementing interfaces. by spoon@google.com · 15 years ago
  44. ad1605d Moved Property and EnumProperty from the by mmendez@google.com · 15 years ago
  45. 8b27826 Optimize ResourceOracle refresh by doing multiple oracles at the same time by conroy@google.com · 15 years ago
  46. 2e84b96 Fixes speedTracerLogger.markTimline call, updates statistics to by zundel@google.com · 15 years ago
  47. e0a4cf8 The cross-site iframe linker now loads deferred JS code via script tags holding by spoon@google.com · 15 years ago
  48. c5a29ae Implement subscriptions in RequestFactoryEditorDriver. by bobv@google.com · 15 years ago
  49. 63c38e4 Adds a -strict option to the GWT compiler. If this option is specified, by spoon@google.com · 15 years ago
  50. 8ff4a33 Submitting on behalf of Amit after finding a fix for a generics bug in jdk6-google-v3. by robertvawter@google.com · 15 years ago
  51. e3eb2c8 Workaround for a generics bug in javac 1.6.0_20 on the mac. by bobv@google.com · 15 years ago
  52. 0adb648 Implement round-trip validation with RequestFactory and the Editor framework. by bobv@google.com · 15 years ago
  53. 91da454 Fixes https://jira.springsource.org/browse/ROO-1213 - Hide Property from public API, and https://jira.springsource.org/browse/ROO-1274 - Remove PropertyReference and Value. by mmendez@google.com · 15 years ago
  54. b3538ca Fix bad @Overrides, and make a more sane default value for LoadExpensesDB.html by rjrjr@google.com · 15 years ago
  55. a9cf33b Add the option to use JSON rather than GWT RPC in remote logging by unnurg@google.com · 15 years ago
  56. f612e6e Optimize server-side LinkedHashMap_CustomFieldSerializer. by scottb@google.com · 15 years ago
  57. 913947d Support and validation of null values in JSON Requests by rchandia@google.com · 15 years ago
  58. c5555a4 Fix for issue 4694. Adds a 'visibility' property to layout layers, along with by jgw@google.com · 15 years ago
  59. 3979198 Fixes a couple of build breaks in the samples/expenses app. by mmendez@google.com · 15 years ago
  60. d68c154 Add stack trace display to the rest of the log handlers in dev mode by unnurg@google.com · 15 years ago
  61. 860a0f6 Minor refactor of ClientBundles used in Cell Widgets. Ensures that all method names in ClientBundle and CssResource are globally unique. Adds missing flipRtl tags to ImageResources. Adds @ImportedWithPrefix annotation to CssResources. Breaks out the path to the default CSS file to a static final String DEFAULT_CSS. Ensure that each widget has a style on its outermost element. For Cell Widgets that have two styles defined, the default one is the prettier one used in the Expenses sample. The secondary one is called BasicResources. by jlabanca@google.com · 15 years ago
  62. cf6d34e Updates RequestFactory's Receiver type with onViolation() and onFailure() methods, making it an abstract type. by bobv@google.com · 15 years ago
  63. f06daaa Introduces Widget.LoadingDelegate, to allow a widget owner to act when by rjrjr@google.com · 15 years ago
  64. 31bf06e Move remote logging into RF subclasses by unnurg@google.com · 15 years ago
  65. b1074db Adds JClassType.getInheritableMethods(). by t.broyer@gmail.com · 15 years ago
  66. a7a097e Improve locale handling for default scripts and languages where some by jat@google.com · 15 years ago
  67. 6045d33 Refactoring the Showcase sample to use standards mode, and make use of LayoutPanels. The new Showcase looks different, but the features are the same. The main menu is now a CellTree backed by a TreeViewModel. The Application class, which used to perform active layout of the entire app, has been replaced by layout panels. The ShowcaseShell uses UiBinder to control the outer layout. The buttons to switch style themes have been removed. Opening a Category in the main menu prefetches the code for the sample under the category; the old behavior was for each ContentWidget to call a static method to preload other examples in the same category. by jlabanca@google.com · 15 years ago
  68. a183f25 JClassType.getOverridableMethods() could return methods overridden as 'final'. by t.broyer@gmail.com · 15 years ago
  69. b62bb96 Makes IsWidget a first class concept, and makes it convenient to by rjrjr@google.com · 15 years ago
  70. fe9207e Demonstrate client-side Editor errors. by bobv@google.com · 15 years ago
  71. b449176 Comments / cleanup for RPC generators. by scottb@google.com · 15 years ago
  72. 78806fa Fix the logging sample - somehow the client and shared directories got deleted. Also a minor fix for devmode, so that LogRecords with no by unnurg@google.com · 15 years ago
  73. 4f637e0 Extract violations from being a field in sideEffects to a top-level field. Removed the handling of violations from DeltaValuesStoreJsonImpl.onCommit method. Will do further cleanup once Receiver has a onViolations method. by amitmanjhi@google.com · 15 years ago
  74. b8fc0e2 Fixes typo in ResizeComposite. by jgw@google.com · 15 years ago
  75. c722357 Public: Restore the samples/validation classes/marker by nchalko@google.com · 15 years ago
  76. 05ade3c Makes HandlerManager implement HasHandlers again. by rjrjr@google.com · 15 years ago
  77. ccd24d5 Adds dual key (type + source) handler binding to EventBus. by rjrjr@google.com · 15 years ago
  78. a3095c2 Fixed the firing of events on changes to EntityProxy. Added an ACQUIRE event and implemented the copy-on-write semantics. by amitmanjhi@google.com · 15 years ago
  79. f41896f Initial add of IsEditor interface to allow views to work in an Editor by bobv@google.com · 15 years ago
  80. 9c042d7 Renamed getStableId() to stableId() by amitmanjhi@google.com · 15 years ago
  81. 2cc7e79 TypeSerializerCreator generates pure Java code path for DevMode. by scottb@google.com · 15 years ago
  82. d120552 Update i18n Messages to include: by jat@google.com · 15 years ago
  83. 18f09ae Resubmitting r8722, which was a continuation of r8542, with changes to the way Image is tested in DoubleClickEventSinkTest. by fredsa@google.com · 15 years ago
  84. afaebb4 Update HistoryTest to ensure that non-safari browsers also: by fredsa@google.com · 15 years ago
  85. f697bd5 Enum name obfuscation. Added configuration property by jbrosenberg@google.com · 15 years ago
  86. b26f928 Rollback of 847801 by pdr@google.com · 15 years ago
  87. 14dcd74 Add SafeHtml support to UI widgets (2) by pdr@google.com · 15 years ago
  88. 8cbea25 Move the packages to include in the javadoc out of the build.xml file and into a properties file. by bobv@google.com · 15 years ago
  89. 9c1fefd Delay start of history token transitions in HistoryTest.testHistory() so that when tokens are lost during by fredsa@google.com · 15 years ago
  90. 1be098c Removed the incomplete check that slipped in the last commit. by amitmanjhi@google.com · 15 years ago
  91. df39fb1 Enabled a dummyCreate test that tries to persist an enttity on the server by amitmanjhi@google.com · 15 years ago
  92. 70f53e8 Adds a cheesey uncaught exception handler to DynaTableRF. by rjrjr@google.com · 15 years ago
  93. 442f7f2 Add ListEditor adapter implemented on top of a new CompositeEditor core by bobv@google.com · 15 years ago
  94. 3782317 Allow Checkbox to accept null as valid. by cromwellian@google.com · 15 years ago
  95. 8d40412 Fix DevMode memory leaks by attaching cache lifetimes to the GeneratorContext by conroy@google.com · 15 years ago
  96. c4cd187 Fix bug 2822942 Remove calls to System.currentTimeMillis in tests by zhuyi@google.com · 15 years ago
  97. e7926b1 Add statistics to optimizers by zundel@google.com · 15 years ago
  98. bdabce3 Add -ea to JVM and GWT args for tests by kjin@google.com · 15 years ago
  99. 48246fa Fix ROO-1362 caused by non-public GWT class. by cromwellian@google.com · 15 years ago
  100. 090bfa2 Added a way for EntityProxy to have a stable equality using getStableId(). The by amitmanjhi@google.com · 15 years ago