1. eed4410 Rollback of: by unnurg@google.com · 15 years ago
  2. 8385787 Put in a new fix for DevMode logging that uses bytecode rewriting rather than swapping out by unnurg@google.com · 15 years ago
  3. cb6e862 Split LogManager class into an set of Impl classes so that any LogManager calls by spoon@google.com · 15 years ago
  4. 1a5bcc8 Add the ability to change the size of a widget in the by toms@google.com · 15 years ago
  5. 5e98b00 Cleanup some test infrastructure by scottb@google.com · 15 years ago
  6. 17e79f6 Rollback r8440 changes again by conroy@google.com · 15 years ago
  7. f055584 Fix for issue 1813: RootPanel.get(id) fails to set 'position:relative' and 'overflow:hidden' by fredsa@google.com · 15 years ago
  8. 8f3aa88 Change RequestFactory based requests: by fredsa@google.com · 15 years ago
  9. ad144ac Fixes UiBinder MenuBar parser to allow MenuItemSeparator, and custom by rjrjr@google.com · 15 years ago
  10. 9a605e9 Finish modernizing the DynaTableRF sample to use an event-based application model. by bobv@google.com · 15 years ago
  11. 37d0cd7 Change the way we include the User Auth files, keeping more of them by unnurg@google.com · 15 years ago
  12. 5c8bd80 SpeedTracerLogger: Don't throw exceptions on missed events. Instead, try to recover gracefully. by conroy@google.com · 15 years ago
  13. f2ae45a Disabling part of HTMLTest because it fails cross browser. by jlabanca@google.com · 15 years ago
  14. 85bbd6a Add a file check to handle edge cases like broken symbolic links when scanning directories for resources. by conroy@google.com · 15 years ago
  15. d7cf556 Fixing HTMLTest so that it doesn't assume tag names returned from getInnerHtml are lowercase. IE automatically converts tag names to uppercase. by jlabanca@google.com · 15 years ago
  16. ddfbd38 Removes the unnecessary ErrorCompilationUnit. by scottb@google.com · 15 years ago
  17. 8b8e7b2 Adding support for non-propagating events in Cell based widgets. In modern browsers, we make the widget's outer element the capture element, which allows us to catch and dispatch non-bubbling events from the cells. by jlabanca@google.com · 15 years ago
  18. acd753e Fixes many compiler warnings in JsonRequestProcessor. by rjrjr@google.com · 15 years ago
  19. c4cd328 Remove 1.6isms from RequestFactory, and fix DynaTableRf (id's by rjrjr@google.com · 15 years ago
  20. 309cb42 Adds integral BiDi support to Label.java and its descendants. Introduces a new interface, HasAutoHorizontalAlignment. by tomerigo@google.com · 15 years ago
  21. 1c2ce0b Reintroduces changes from r8440 by conroy@google.com · 15 years ago
  22. acc1af8 Implement ROO-933 and ROO-935. Handle java.lang.{Byte/Short/Character/Integer/Long/BigDecimal/BigInteger/Date/Float/Double} as return types in RequestFactory as well as enums, which must be in a shared package. by cromwellian@google.com · 15 years ago
  23. d3307cf Rolling back the following change due to failing tests by fredsa@google.com · 15 years ago
  24. 0c9d5f5 Add two new ClientBundle DataResource annotations: by fredsa@google.com · 15 years ago
  25. 26ddb97 No longer require RPCs to contain a 'Content-Length' HTTP request header, thus by fredsa@google.com · 15 years ago
  26. b87b847 Fixed 2 TODOs: (a) removed the RequestFactory variable from AbstractRecordEditActivity, by amitmanjhi@google.com · 15 years ago
  27. 15e7957 Ensure that we give createTempFile at least 3 characters for the prefix by conroy@google.com · 15 years ago
  28. 31c333f Fix warnings and checkstyle errors by rice@google.com · 15 years ago
  29. d123c5d DynatableRf refactoring in response to http://code.google.com/p/google-web-toolkit/source/detail?r=8436 by amitmanjhi@google.com · 15 years ago
  30. 24571c4 rollback of optimizations that caused problems for some projects by unnurg@google.com · 15 years ago
  31. 2aaa262 Re-introduces UiBinder parser for AbsolutePanel, now backward by rjrjr@google.com · 15 years ago
  32. 32fd9e5 Forgot to commit .classpath and .project for DynaTableRf due to by rjrjr@google.com · 15 years ago
  33. d01e52e Refactoring to one top level class per .java file, since some by fabbott@google.com · 15 years ago
  34. 8f5ac69 Optimize ResourceOracle Refresh by removing some archaic guarantees and some by conroy@google.com · 15 years ago
  35. 19989a6 Remove bogus @SuppressWarnings that eclipse wanted by rjrjr@google.com · 15 years ago
  36. 21e1ccf Begin to convert DynaTableRF sample to using UiBinder. by bobv@google.com · 15 years ago
  37. e8bbe79 - Refactors SpeedTracerLogger so that the start() and stop() methods are static by zundel@google.com · 15 years ago
  38. 656d99a Partial commit towards making instance methods real. Merged the execution paths by amitmanjhi@google.com · 15 years ago
  39. 91d8bfd Fix 1.6 style @Overrides, and quiet a warning. by rjrjr@google.com · 15 years ago
  40. 5abe009 Ensure bridgeMethods is initialized, even when constructed from other subtypes, such as MissingTypeBinding. by tobyr@google.com · 15 years ago
  41. 3b6ef4f Turn off logging in bikeshed, till Unnur commits her bytecode rewriting fix. At by amitmanjhi@google.com · 15 years ago
  42. 5241460 Rolls back UiBinder AbsolutePanelParser due to breakage of existing code. by rjrjr@google.com · 15 years ago
  43. 90f14a0 Make javax.validation available to gwt clients. by nchalko@google.com · 15 years ago
  44. 9517473 Adds UiBinder parser for AbsolutePanel. by rjrjr@google.com · 15 years ago
  45. 02a1160 More steps toward separate compilation. by tobyr@google.com · 15 years ago
  46. 2031af7 Call GZIPOutputStream.finish() from RpcServlet.processPost() to ensure the data received by the browser is properly formatted. by bobv@google.com · 15 years ago
  47. dcdb628 Resubmitting this change because I accidentally included changes from another patch the first time I submitted. by jlabanca@google.com · 15 years ago
  48. 538cba3 Rolling back this change because it included changes from a different patch. by jlabanca@google.com · 15 years ago
  49. 0bf59de Fixing a bug in AbstractListViewAdapter where it does not inform new views of the current data size. We now cache the data size and pass it to views as they are added. by jlabanca@google.com · 15 years ago
  50. fdb5e81 3 small things: by amitmanjhi@google.com · 15 years ago
  51. 15193aa Rollback update to Jetty7 since it is causing classloader problems in by amitmanjhi@google.com · 15 years ago
  52. 3b14f5d Replacing Cell#consumesEvents() with Cell#getConsumedEvents(), and using the return value to sink only the required events for each Cell Widget. by jlabanca@google.com · 15 years ago
  53. dddc600 Updated javadoc for Window#setStatus() by fredsa@google.com · 15 years ago
  54. f1c256e Add basic logging to Scaffold app by unnurg@google.com · 15 years ago
  55. aa5398b Add some missing ASM classes by tobyr@google.com · 15 years ago
  56. ca3655b Fixes a bug in the finally handling of doExecuteCommands which unilaterally squashes exceptions. (Early returns from a finally block via return statements or exceptions override pending exceptions). by tobyr@google.com · 15 years ago
  57. 95c372d Fix external issue 5062 - DateTimeFormat#formatFractionalSeconds incorrect for date before 1970 with 0 fractionalSecond by rice@google.com · 15 years ago
  58. d39fe78 A new version of DynaTable that uses RequestFactory instead of GWT RPC. by rjrjr@google.com · 15 years ago
  59. e6fc013 Rolling back the cross-site linker using an iframe. It's not clear this is a safe change for all apps. by spoon@google.com · 15 years ago
  60. d7df07e Narrows DesignTime knowledge to XMLElement, and eradicates statics for by rjrjr@google.com · 15 years ago
  61. d171785 Add support for authentication by unnurg@google.com · 15 years ago
  62. 4e996fe Modifies the cross-site linker to put its code in an iframe by spoon@google.com · 15 years ago
  63. 45c0555 Rolls back r8394, allow RPC for unmodifiable collections, due by rjrjr@google.com · 15 years ago
  64. 3306c97 Adds a class to log performance information in a format by zundel@google.com · 15 years ago
  65. c881729 Make the deRPC server code compatible with servlet filters that alter the HTTP by bobv@google.com · 15 years ago
  66. 16c961d Fixing WindowImplIE.getQueryString to look for the first occurence of a ? instead of the last. Similarly fixing WindowImplIE.getHash to look for the first occurence of # instead of the last. This makes IE consistent with the standards and other browsers. by jlabanca@google.com · 15 years ago
  67. 81a68ac Adds BinaryTypeBinding from JDT 3.4.2 in preparation for changes. by tobyr@google.com · 15 years ago
  68. 343241f Re-re-reintroduces GridParser. Now we are careful not to emit a call by rjrjr@google.com · 15 years ago
  69. ea83719 Fixes Issue 3608. XMLHttpRequest now does "new $wnd.XMLHttpRequest" by spoon@google.com · 15 years ago
  70. 63fee7a Support composition as well as extension. by topher@google.com · 15 years ago
  71. 7b856a0 Add first-class support for [array].length in the compiler. by tobyr@google.com · 15 years ago
  72. 2355e96 Fix garbage collection issue with logging in Dev Mode by unnurg@google.com · 15 years ago
  73. 3cd0a92 Improve ExpressionAnalyzer with newer compiler info. by scottb@google.com · 15 years ago
  74. 74c9f0d Moving the Cookbook examples into Showcase. Also updates a few examples in Showcase that used deprecated code. The process for including raw source code in an example is now much easier thanks to ContentWidget#registerSource(). Examples that were using custom code to include source have been fixed to use the common code in ContentWidvget. Most of the code in the Cookbook MailRecipe sample will be moved into the Mail sample, so I didn't delete it yet. I did remove all of the Cookbook infrastructure. by jlabanca@google.com · 15 years ago
  75. 017393c Fix external issue 5100 - use numeric value to access a hash map entry due to a bug in FireFox by rice@google.com · 15 years ago
  76. 6d40553 Wrap GWT.runAsync() entry points with $entry . by spoon@google.com · 15 years ago
  77. 98bd853 Fix javadoc issues by rice@google.com · 15 years ago
  78. fe37224 Allow RPC for unmodifiable collections by rice@google.com · 15 years ago
  79. a752895 Once again rolls back GridParser, due to an as yet by rjrjr@google.com · 15 years ago
  80. bdb912c Stop including backtraces whenever an annotation class is either by bowdidge@google.com · 15 years ago
  81. cb80c98 Revert "Revert "Adds UiBinder support for Grid"", by rjrjr@google.com · 15 years ago
  82. 1714263 Adds Java classes for JSON serialization/deserialization to complement by zundel@google.com · 15 years ago
  83. a1baba3 Reverts r8387 "Adds UiBinder support for Grid" by rjrjr@google.com · 15 years ago
  84. e216d8f Fixing CFG handling of labelled breaks inside the switch. by aizatsky@google.com · 15 years ago
  85. 82fbe30 Adds UiBinder support for Grid by rjrjr@google.com · 15 years ago
  86. 09ecdc8 Puts PlaceController in the business of showing the user by rjrjr@google.com · 15 years ago
  87. f3fb5bb CellTable#onBrowserEvent finds the TD element in which an event occurred, and then assumes that the TD has a parent TR and TBODY. This is normally a safe assumption because browsers only fire native events on elements that are attached to the page, which means a TR and TBODY is present. However, if a the user selects a new value in a select element inside the table, a change and mouseup event both fire, even if the table is refreshed on the change event. In practice, if a user changes a value onchange and refreshes the table, the mouseup event will fire on the old TD, which is no longer connected to the table. As a result... this patch checks that both the TR and TBODY are not null. by jlabanca@google.com · 15 years ago
  88. bb3faab Adds design time hooks to UiBinder for GWT Designer, or any other tool by rjrjr@google.com · 15 years ago
  89. 0d7cca8 Passing a ViewDataUpdater into Cell#onBrowserEvent so that cells can update view data after the event has passed. Some editable cells did not fully use view data, but now they use it to store their current state. Also adding view data support to all cell widgets. by jlabanca@google.com · 15 years ago
  90. c9ef5e1 Attributes required by @UiConstructor are no longer enforced when a by rjrjr@google.com · 15 years ago
  91. aa1f76b Do some cleanup on BuildTypeMap. by tobyr@google.com · 15 years ago
  92. 2d25998 Implement GWT.isProdMode() by scottb@google.com · 15 years ago
  93. 1027cb2 Minor changes to the codelab, and making it so that the remote logging is disabled by default by unnurg@google.com · 15 years ago
  94. 973b58f Speed up UiBinderTest by having all tests share one instance of the by rjrjr@google.com · 15 years ago
  95. af5d767 Fix some bugs in symbol dumping. by scottb@google.com · 15 years ago
  96. e80a1ee SafeASTVisitor unilaterally avoids visiting error/unreachable local types by scottb@google.com · 15 years ago
  97. 080b643 Allows Linkers to mark themselves as shardable by including a by spoon@google.com · 15 years ago
  98. 1badded Add numeric types required for autoboxing support to INDEX_TYPES_SET. by tobyr@google.com · 15 years ago
  99. c71073d TempLocalVisitorTest now uses non-destructive code transforms (improves clarity). by scottb@google.com · 15 years ago
  100. c6b9d18 Fixes a bug where temp local declarations could sometimes end up in a for statement's increments list. by scottb@google.com · 15 years ago