1. fa2d41e Implement RPC custom serialization for Collections.singletonList() by rice@google.com · 15 years ago
  2. 536629b disable test for RequestPermissionException in testRequestBuilderStringString because IE with certain configuration of WebDriver does not enforce SOP by kjin@google.com · 15 years ago
  3. e1c76f7 Log AssertionErrors thrown by Generators to improve developer experience. by bobv@google.com · 15 years ago
  4. c602f81 Fix floating-point string compare in CoverageTest. by scottb@google.com · 15 years ago
  5. b7f0940 Have the WebKit development mode plugin touch a file to tell the local GoogleSoftwareUpdate agent that the plugin has been used. by bobv@google.com · 15 years ago
  6. f01f8bc Allows owner class to provide a parameterized type. by rjrjr@google.com · 15 years ago
  7. 3cdceb7 Removes an outdated assertion in CommandServerSerializationStreamReader. by scottb@google.com · 15 years ago
  8. 658cc74 Sort & format. by scottb@google.com · 15 years ago
  9. f80b646 Implement a selection column, sortable columns, and row hovering in MailRecipe by rice@google.com · 15 years ago
  10. be46b85 Fix a findbugs problem by rice@google.com · 15 years ago
  11. 083b65b CFG: Always jumping to first case statement by aizatsky@google.com · 15 years ago
  12. 63381d7 Removed LongString and fixed the currently simple sync operation. by amitmanjhi@google.com · 15 years ago
  13. 52cbbfe Dramatically simplifies public API of RequestFactory and by rjrjr@google.com · 15 years ago
  14. 0c5c2ef Fixes a couple of issues with the RemoteUI and GPE DevMode view interaction. The problem is GPE shows the startup URLs in the DevMode view _before_ the modules were fully loaded. The root issue is GPE does not receive the moduleLoadComplete message. When we went to push this message to GPE, we discovered the protobuf is too restricted: the RequestType cannot have new values and maintain backwards compatibility. This is because requestType is a "required" field, so older GPE versions will not understand the new moduleLoadComplete message and thus have an undefined requestType, at which point an error is thrown because requestType is required. by jasonparekh@google.com · 15 years ago
  15. e20feb2 Remove persistence.xml from gwt-biikeshed.jar by gwt.mirrorbot@gmail.com · 15 years ago
  16. 057867a Goodbye fake storage, welcome JPA with appEngine. Notes: by amitmanjhi@google.com · 15 years ago
  17. 368fc5b For compatibility with linkers that don't yet understand soft by spoon@google.com · 15 years ago
  18. 23fe81b Fixes a bug in PopupPanel where it can enter an invalid state if it is shown while attached to a panel. by jlabanca@google.com · 15 years ago
  19. 4e4d855 Implement DatePickerCell and use it the MailRecipe demo by rice@google.com · 15 years ago
  20. 26b38f2 Fix ExpensesCustomized after ListView.Delegate refactor. by rjrjr@google.com · 15 years ago
  21. 3364aa2 Move logic to send initial onRangedChanged to AbstractListViewAdapter.addView instead of ListView.setDelegate by rice@google.com · 15 years ago
  22. c706e77 Restore tree selection by rice@google.com · 15 years ago
  23. 63dde38 Removes stray xml end tag from Showcase launch configuration. by zundel@google.com · 15 years ago
  24. 9557626 Reverts r7916 ("Implement selection on trees"), which causes by rjrjr@google.com · 15 years ago
  25. 322e881 Fix for delegate-of-the-delegate NPE after ListView.Delegate refactor by rjrjr@google.com · 15 years ago
  26. 44e0790 Implement selection on trees by rice@google.com · 15 years ago
  27. 972b1f9 Fixes ICE in JsInliner. by scottb@google.com · 15 years ago
  28. 1c8b065 Have JsInliner refuse to interpose a new expression by spoon@google.com · 15 years ago
  29. bdff05d Added method to change the size of a MutableArray. Added factory method to by rchandia@google.com · 15 years ago
  30. 9ba0868 Fix a potential null pointer dereference by rice@google.com · 15 years ago
  31. 34f403a Fix a potential bug in initialization found by findbugs by rice@google.com · 15 years ago
  32. 06617e2 GWT versions of BidiUtil, BidiFormatter by tomerigo@google.com · 15 years ago
  33. f97d141 Clean up trailing whitespace by rice@google.com · 15 years ago
  34. a05b3a1 Remove ListModel and add ListView/ListView.Delegate; clean up javadoc by rice@google.com · 15 years ago
  35. c58d83f Fixing a bug in HTMLTable where cols are removed when a lower indexed col is accessed. by jlabanca@google.com · 15 years ago
  36. 0bf0d71 Unifies small bikeshed samples into a single "cookbook" app. by jgw@google.com · 15 years ago
  37. 8a75f87 Allowing null clinit. by aizatsky@google.com · 15 years ago
  38. 3e89300 Add keys to SelectionModel; add Column.dependsOnSelection() method to assist with table refresh by rice@google.com · 15 years ago
  39. c159535 Changes CustomizedShell to use the new Table widget. by jgw@google.com · 15 years ago
  40. 80c0af8 Add type params for ListRegistration instances. by rice@google.com · 15 years ago
  41. b644d5a Makes the various views a bit more modular, isolating them from the by rjrjr@google.com · 15 years ago
  42. c7f7b13 Clean up mail sample app; simplify table refresh for selection changes by rice@google.com · 15 years ago
  43. 991bf18 Checkstyle fixes. by rice@google.com · 15 years ago
  44. 8dc9030 Fix checkstyle sort order. by rice@google.com · 15 years ago
  45. 83f40554 Changes ListRegistration to carry information about its associated handler by jgw@google.com · 15 years ago
  46. a66c14b Fix checkstyle errors and remove some whitespace. by rice@google.com · 15 years ago
  47. 41d0a40 Config class no longer so monolithic. by rjrjr@google.com · 15 years ago
  48. 2a00458 When analyzing method signatures to look up a JSNI by spoon@google.com · 15 years ago
  49. daf5889 Allow external server operation enum by rjrjr@google.com · 15 years ago
  50. 883d48d Reorganizes bikeshed/src/com/google/gwt/samples/expenses to a more ideal by rjrjr@google.com · 15 years ago
  51. 27362d9 Rename JTypeOracle.computeHasClinitTarget() -> JTypeOracle.computeClinitTarget(). by scottb@google.com · 15 years ago
  52. e875342 Improves expenses scaffold to make better use of PagingTableListView. by rjrjr@google.com · 15 years ago
  53. 1c4a374 Fix broken bikeshed/build.xml compile rule by rjrjr@google.com · 15 years ago
  54. cb4b36b Extract RequestFactoryServlet from ExpensesDataServlet by rjrjr@google.com · 15 years ago
  55. 674ee0b Generate the soyc jar as well during 'ant dist-bikeshed' by amitmanjhi@google.com · 15 years ago
  56. df296d5 Removes unnecessary uses of a JProgram instance where it's really not needed. by scottb@google.com · 15 years ago
  57. 78f7086 Removes trivially-delegating clinits, plus some. by scottb@google.com · 15 years ago
  58. 8be653a Cleaned up some JProgram create* methods. Moved dotify from JProgram to BuildTypeMap. by scottb@google.com · 15 years ago
  59. 03129c3 Replaced HasKey with ProvidesKey and moved it from Column/NodeInfo to ListModel. Updating SelectionModel to use handlers and have only one setSelected method, firing events in a finally command to avoid multiple view updates. by jlabanca@google.com · 15 years ago
  60. 875c5a1 Adds a couple of table related tests, one of which exposed the table by rjrjr@google.com · 15 years ago
  61. 88c980c Performance counters for tracking repetetive operations. by aizatsky@google.com · 15 years ago
  62. 1dfeea6 Introduces 'dist-bikeshed' target, removes dependency of 'buildonly' target on by amitmanjhi@google.com · 15 years ago
  63. a687631 Fix for RunStyleSelenium when Selenium.start() blocks indefinitely. by jlabanca@google.com · 15 years ago
  64. e726ead Build file changes to create gwt-bikeshed.jar that can be used as an overlay by amitmanjhi@google.com · 15 years ago
  65. 6f9dbfb Fixes UiBinder regression that broke custom subclasses of Image by rjrjr@google.com · 15 years ago
  66. 150a058 Revert "Re-working @UiField and Widget replacement to use DOM walking rather then IDs." by rjrjr@google.com · 15 years ago
  67. d2f34c9 Disabling a couple of tests in HtmlUnit due to sporadic failures. by jlabanca@google.com · 15 years ago
  68. 410e863 Removed flaky test cases in HtmlUnit. by flin@google.com · 15 years ago
  69. 4cba844 Moved the enum config to the proper place. web.xml is in the correct order as per http://java.sun.com/dtd/web-app_2_3.dtd by amitmanjhi@google.com · 15 years ago
  70. d98affb When looking up JSNI references, ignore private fields and methods by spoon@google.com · 15 years ago
  71. de7730c 1) The service methods will now be annotated with a @ServerOperation. Used during code-gen. by amitmanjhi@google.com · 15 years ago
  72. 321d579 Implement selection and multiple cells for Tree nodes by rice@google.com · 15 years ago
  73. 2f10cc2 Specify a default eclipse import order for unknown packages. by scottb@google.com · 15 years ago
  74. 212322d Add convenience classes and method to simplify demo code. by rice@google.com · 15 years ago
  75. 4b4734f Lightweight collections. ImmutableArray and MutableArray.freeze() by rchandia@google.com · 15 years ago
  76. 63476f5 Public (by bobv@google.com) by robertvawter@google.com · 15 years ago
  77. 98d266a Fixing a CrossSite RunAsync bug where it tries to remove the script tag from the head element twice, causing an error in IE. by jlabanca@google.com · 15 years ago
  78. f9ef716 Use PagingTableListView in TableEntityListView by rice@google.com · 15 years ago
  79. 422adf6 Updated translations for Showcase. by jlabanca@google.com · 15 years ago
  80. 41b7094 Updated comment. by amitmanjhi@google.com · 15 years ago
  81. c5f63e1 Allow generic types to be parameterized by Void and passed through GWT RPC. by bobv@google.com · 15 years ago
  82. d006ddb Fixes a list subset error in AbstractListModel that was breaking paging. by jgw@google.com · 15 years ago
  83. 504bbb7 Remove JDK 1.6-isms; fix a checkstyle warning by rice@google.com · 15 years ago
  84. 552662f Implements a reduced scope ValueStore. It's responsible for posting change events by rjrjr@google.com · 15 years ago
  85. 32a250e Fix java 1.6ism by rjrjr@google.com · 15 years ago
  86. fa7cd8e SelectionScriptLinker was setting the wrong timestamp on by spoon@google.com · 15 years ago
  87. 42a8ee4 Make ServletValidator not use Jetty. by scottb@google.com · 15 years ago
  88. 063376f Checkstyle fixes. by rice@google.com · 15 years ago
  89. 84c39ed Work on selection model in Bikeshed and fix some checkstyle stuff while we're at it. by rice@google.com · 15 years ago
  90. 91ff8f2 Fixes 1.5-unhappy @Override on interface by scottb@google.com · 15 years ago
  91. a5d96cd Removes the completely spurious generatedResource directory. by scottb@google.com · 15 years ago
  92. 7acf784 BinaryEmittedArtifact now forces subclasses to implement getLastModified. by scottb@google.com · 15 years ago
  93. ecca08a The servlet now reads the enum name from a properties file. Thus, the servlet by amitmanjhi@google.com · 15 years ago
  94. 1f8aead Re-working @UiField and Widget replacement to use DOM walking rather then IDs. by tstanis@google.com · 15 years ago
  95. d4ce41c Add a test for RPC requests that lack the GWT permutation header. by bobv@google.com · 15 years ago
  96. f501aa1 Fix the bug where you cannot use up arrow to enter the suggestions box by unnurg@google.com · 15 years ago
  97. 5111617 Removing interface @Overrides for Java 1.5 compatibility. by scottb@google.com · 15 years ago
  98. db858e0 Mail sample app to work on selection concepts by rice@google.com · 15 years ago
  99. 23e3436 Checkstyle fixes by rice@google.com · 15 years ago
  100. 713786b Support runAsync with the cross-site linker. by spoon@google.com · 15 years ago