gwt /
gwt /
63241c5ef3ce0feac7b0429c3895c9030d8dc21e - 63241c5 Get strong permutation from headers rather than serialized log record by unnurg@google.com · 14 years ago
- 4dda8e9 Restores following after fixing long ids, which besides not working would by rjrjr@google.com · 14 years ago
- e2a6639 Rollback patch to hide entity id in request factory, due to by rjrjr@google.com · 14 years ago
- 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
- 04c96ea Replaces the public and obnoxious String EntityProxy#getId() with the by rjrjr@google.com · 14 years ago
- b0947e1 Gets the code splitter to be effective even in draft compile mode. by spoon@google.com · 14 years ago
- 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
- 4fb0e91 Move RequestFactory.URL field into DefaultRequestTransport. by bobv@google.com · 14 years ago
- 0ecbe65 Re-rolling r8752 and r8762. by scottb@google.com · 14 years ago
- 31b85fa Allow RPC stats system extensions. by pmuetschard@google.com · 14 years ago
- 6d96b86 Replace string.isEmpty() calls by string.length() == 0, for Java 1.5 compliance. by amitmanjhi@google.com · 14 years ago
- 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
- f58a3eb Don't inline functions with more than 50 statements. by scottb@google.com · 14 years ago
- 79545af SimpleFoo now allows real creates and lookups. by rjrjr@google.com · 14 years ago
- e7e62f4 Migration from Long IDs to String IDs by rchandia@google.com · 14 years ago
- 4fbf076 Introduce RequestFactory#getEventBus, make RFEditorDriver use it, fix by rjrjr@google.com · 15 years ago
- 3c33d7f Delete unused classes from samples/expenses by rjrjr@google.com · 15 years ago
- a118d40 Following up on https://jira.springsource.org/browse/ROO-1276, here's the by t.broyer@gmail.com · 15 years ago
- c7f99dd A test I botched in RequestFactoryTest masked that re-using requests by rjrjr@google.com · 15 years ago
- 2ead5c5 Fixes two Roo issues: ROO-1238 (Amit) and ROO-1380 (pdr) by pdr@google.com · 15 years ago
- 25bbad2 Fixes design time support for @UiField. by konstantin.scheglov@gmail.com · 15 years ago
- 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
- ac09af7 Extract a RequestTransport interface and DefaultRequestTransport implementation from RequestFactory. by bobv@google.com · 15 years ago
- cef8579 Rename PlaceChangeRequesteEvent to PlaceChangeRequestEvent by rice@google.com · 15 years ago
- 29d47ef Make DynaTableRf use a ListEditor for the favorites. by bobv@google.com · 15 years ago
- eceb38f Fix 1.5 compatibility in RequestFactoryExceptionHandlerServlet by rjrjr@google.com · 15 years ago
- 2b37477 Issue ROO-954: Support for transmitting stack traces for sever exceptions. by rchandia@google.com · 15 years ago
- 76894b5 Remove ThreadLocal nonsense. Patch by: bobv Review by: rjrjr by bobv@google.com · 15 years ago
- 0ca9100 Finish botched roll-back of r8752 and r8762. by scottb@google.com · 15 years ago
- 6cdbfdd JUnit ought to just serialize exceptions. by scottb@google.com · 15 years ago
- 1f7009d Rolling back r8752 and r8762 for now. by scottb@google.com · 15 years ago
- 88ab769 Add error message when non-static inner class throws NoSuchMethodException by zhuyi@google.com · 15 years ago
- f4832a1 Make key provider a constructor argument to Cell widgets and selection models by rice@google.com · 15 years ago
- 98c3da5 Rollback of issue 887801 by conroy@google.com · 15 years ago
- 9c05b08 Extending SuggestOracle.Response to pass along "isTruncated" information with the suggestion list. by portersi@google.com · 15 years ago
- f32fe2d Simplifies the RequestObject api: by rjrjr@google.com · 15 years ago
- 495d865 Calling the reset methods from gwtTearDown() results in nondeterminism. by bobv@google.com · 15 years ago
- 2182ca5 Fix RF tests by unnurg@google.com · 15 years ago
- 8f2fef4 Fix warnings and checkstyle errors by rice@google.com · 15 years ago
- e7682fd Add server side deobfuscation of stack traces to RF Remote log handler by unnurg@google.com · 15 years ago
- 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
- 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
- 546ae04 Removes @Override annotations on methods implementing interfaces. by spoon@google.com · 15 years ago
- ad1605d Moved Property and EnumProperty from the by mmendez@google.com · 15 years ago
- 8b27826 Optimize ResourceOracle refresh by doing multiple oracles at the same time by conroy@google.com · 15 years ago
- 2e84b96 Fixes speedTracerLogger.markTimline call, updates statistics to by zundel@google.com · 15 years ago
- e0a4cf8 The cross-site iframe linker now loads deferred JS code via script tags holding by spoon@google.com · 15 years ago
- c5a29ae Implement subscriptions in RequestFactoryEditorDriver. by bobv@google.com · 15 years ago
- 63c38e4 Adds a -strict option to the GWT compiler. If this option is specified, by spoon@google.com · 15 years ago
- 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
- e3eb2c8 Workaround for a generics bug in javac 1.6.0_20 on the mac. by bobv@google.com · 15 years ago
- 0adb648 Implement round-trip validation with RequestFactory and the Editor framework. by bobv@google.com · 15 years ago
- 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
- b3538ca Fix bad @Overrides, and make a more sane default value for LoadExpensesDB.html by rjrjr@google.com · 15 years ago
- a9cf33b Add the option to use JSON rather than GWT RPC in remote logging by unnurg@google.com · 15 years ago
- f612e6e Optimize server-side LinkedHashMap_CustomFieldSerializer. by scottb@google.com · 15 years ago
- 913947d Support and validation of null values in JSON Requests by rchandia@google.com · 15 years ago
- c5555a4 Fix for issue 4694. Adds a 'visibility' property to layout layers, along with by jgw@google.com · 15 years ago
- 3979198 Fixes a couple of build breaks in the samples/expenses app. by mmendez@google.com · 15 years ago
- d68c154 Add stack trace display to the rest of the log handlers in dev mode by unnurg@google.com · 15 years ago
- 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
- cf6d34e Updates RequestFactory's Receiver type with onViolation() and onFailure() methods, making it an abstract type. by bobv@google.com · 15 years ago
- f06daaa Introduces Widget.LoadingDelegate, to allow a widget owner to act when by rjrjr@google.com · 15 years ago
- 31bf06e Move remote logging into RF subclasses by unnurg@google.com · 15 years ago
- b1074db Adds JClassType.getInheritableMethods(). by t.broyer@gmail.com · 15 years ago
- a7a097e Improve locale handling for default scripts and languages where some by jat@google.com · 15 years ago
- 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
- a183f25 JClassType.getOverridableMethods() could return methods overridden as 'final'. by t.broyer@gmail.com · 15 years ago
- b62bb96 Makes IsWidget a first class concept, and makes it convenient to by rjrjr@google.com · 15 years ago
- fe9207e Demonstrate client-side Editor errors. by bobv@google.com · 15 years ago
- b449176 Comments / cleanup for RPC generators. by scottb@google.com · 15 years ago
- 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
- 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
- b8fc0e2 Fixes typo in ResizeComposite. by jgw@google.com · 15 years ago
- c722357 Public: Restore the samples/validation classes/marker by nchalko@google.com · 15 years ago
- 05ade3c Makes HandlerManager implement HasHandlers again. by rjrjr@google.com · 15 years ago
- ccd24d5 Adds dual key (type + source) handler binding to EventBus. by rjrjr@google.com · 15 years ago
- 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
- f41896f Initial add of IsEditor interface to allow views to work in an Editor by bobv@google.com · 15 years ago
- 9c042d7 Renamed getStableId() to stableId() by amitmanjhi@google.com · 15 years ago
- 2cc7e79 TypeSerializerCreator generates pure Java code path for DevMode. by scottb@google.com · 15 years ago
- d120552 Update i18n Messages to include: by jat@google.com · 15 years ago
- 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
- afaebb4 Update HistoryTest to ensure that non-safari browsers also: by fredsa@google.com · 15 years ago
- f697bd5 Enum name obfuscation. Added configuration property by jbrosenberg@google.com · 15 years ago
- b26f928 Rollback of 847801 by pdr@google.com · 15 years ago
- 14dcd74 Add SafeHtml support to UI widgets (2) by pdr@google.com · 15 years ago
- 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
- 9c1fefd Delay start of history token transitions in HistoryTest.testHistory() so that when tokens are lost during by fredsa@google.com · 15 years ago
- 1be098c Removed the incomplete check that slipped in the last commit. by amitmanjhi@google.com · 15 years ago
- df39fb1 Enabled a dummyCreate test that tries to persist an enttity on the server by amitmanjhi@google.com · 15 years ago
- 70f53e8 Adds a cheesey uncaught exception handler to DynaTableRF. by rjrjr@google.com · 15 years ago
- 442f7f2 Add ListEditor adapter implemented on top of a new CompositeEditor core by bobv@google.com · 15 years ago
- 3782317 Allow Checkbox to accept null as valid. by cromwellian@google.com · 15 years ago
- 8d40412 Fix DevMode memory leaks by attaching cache lifetimes to the GeneratorContext by conroy@google.com · 15 years ago
- c4cd187 Fix bug 2822942 Remove calls to System.currentTimeMillis in tests by zhuyi@google.com · 15 years ago
- e7926b1 Add statistics to optimizers by zundel@google.com · 15 years ago
- bdabce3 Add -ea to JVM and GWT args for tests by kjin@google.com · 15 years ago
- 48246fa Fix ROO-1362 caused by non-public GWT class. by cromwellian@google.com · 15 years ago
- 090bfa2 Added a way for EntityProxy to have a stable equality using getStableId(). The by amitmanjhi@google.com · 15 years ago