1. 08c1520 Merges r7984 from the 2.1 I/O branch into trunk. by spoon@google.com · 15 years ago
  2. 2846ba5 Merges r7983 from the 2.1 I/O branch into trunk. by spoon@google.com · 15 years ago
  3. 6e9d441 Merging r8209 from the 2.1 I/O branch into trunk. by spoon@google.com · 15 years ago
  4. 176da30 Merging from the 2.1 I/O branch through r7982. by spoon@google.com · 15 years ago
  5. e13bab5 Fixes a bug in the compile report dashboard where entries with same sizes were by kprobst@google.com · 15 years ago
  6. 23b3831 Merging r7980 from the I/O branch. by spoon@google.com · 15 years ago
  7. 96fcc1a Redeclare interface method in the enum to work around a javac bug. by igorkarp@google.com · 15 years ago
  8. 5f68365 Fixes a memory leak on IE with the cross-site fragment loading strategy. by spoon@google.com · 15 years ago
  9. 090412f Updated servlet mappings. by zundel@google.com · 15 years ago
  10. 913c261 Skip intermittently failed test with HtmlUnit. by flin@google.com · 15 years ago
  11. e7144e7 Updated servlet mappings. by zundel@google.com · 15 years ago
  12. 254362c Introducing lattice TOP for constants. Making it starting value. by aizatsky@google.com · 15 years ago
  13. 931c665 Undo the collapse-all-permutations in JUnit.gwt.xml for now. by spoon@google.com · 15 years ago
  14. d770fa5 CFG: fixing case fallthrough. by aizatsky@google.com · 15 years ago
  15. ab11e00 Fixing division by zero while evaluating constant expression. by aizatsky@google.com · 15 years ago
  16. 9607d1b Fix incorrect units in TabLayoutPanel example (was PX should be EM). by bduff@google.com · 15 years ago
  17. d413ce0 The gflow constant analyzer assumes that parameters by spoon@google.com · 15 years ago
  18. abc6da7 Updates the list of aggressive optimizations to be those by spoon@google.com · 15 years ago
  19. d4457c5 Direction estimators are simple classes which estimate a string's direction using various heuristics. by tomerigo@google.com · 15 years ago
  20. 7f3adca Re-rolling r7955: JUnitShell now subclasses DevMode instead of GWTShell. by scottb@google.com · 15 years ago
  21. 5b87177 Sync is for real now. Notes: by amitmanjhi@google.com · 15 years ago
  22. 3b8e8d5 Turn off strict Record#get() implementaiton until it's more practical by rjrjr@google.com · 15 years ago
  23. 371bdc6 Fix missing return value warning. by johnlenz@google.com · 15 years ago
  24. 6e4c0cf Refactoring Tree code. SideBySideTreeView now uses SimpleCellList, which a protected method that allows users to use any ListView. SideBySideTreeNodeView shares a lot of code with SimpleCellList. Added animations to SideBySideTreeView. NodeInfo now includes a SelectionModel, but still allows a single instance to be used across an entire tree of different types. NodeInfo now returns one Cell instead of a list of HasCell, but CompositeCell has been added to combine HasCells into a single Cell. by jlabanca@google.com · 15 years ago
  25. ab11671 Add LocaleInfo.hasAnyRTL() which returns true if the application was by jat@google.com · 15 years ago
  26. 745a665 Fixes a bug in SplitLayoutPanel where calling setWidgetMinSize() on the center widget, the last widget, or a widget that is not a child results in an NPE or IndexOutOfBoundsException. The occured because getAssocatedSplitter() had an off by one bug and didn't check for an idx of -1. This patch asserts that the widget is a child, which is typical of other methods in DockLayoutPanel. by jlabanca@google.com · 15 years ago
  27. b04b605 Reorganizes styles in bikeshed to use CssResource and ClientBundle. by jgw@google.com · 15 years ago
  28. 503f784 Fix paging in PagingTableListView, allow setPageSize after construction by rice@google.com · 15 years ago
  29. 8a78d4c Rolling back the recent change to JUnitShell pending discussion by spoon@google.com · 15 years ago
  30. 8e16dbe Fix missing flush in sending a SwitchTransport message. by jat@google.com · 15 years ago
  31. 49867cd Update some old selection script templates for modern dev mode by scottb@google.com · 15 years ago
  32. 64b8673 NPE in RunStyleExternalBrowser by scottb@google.com · 15 years ago
  33. ec121f8 JUnitShell now subclasses DevMode instead of GWTShell. by scottb@google.com · 15 years ago
  34. a62e4e0 Fixes compile fail on Sun JDK (was working fine in Eclipse, OpenJDK) by rjrjr@google.com · 15 years ago
  35. 95169a0 Allow null ProvidesKey in PagingTableListView, remove as constructor arg by rice@google.com · 15 years ago
  36. 6cdda2a Tone down log noise, fix import order by rjrjr@google.com · 15 years ago
  37. d3bb45d Ensure static initialization is atomic (found by findbugs) by rice@google.com · 15 years ago
  38. 6e5c766 Removing the batch argument from test targets in the user build file. We can specify it using test.args, and it isn't compatible with Xtries. by jlabanca@google.com · 15 years ago
  39. 166cea4 Adding CheckBox.setWordWrap(). http://gwt-code-reviews.appspot.com/320802/show by jlabanca@google.com · 15 years ago
  40. 90a64a1 - Removed redundant modifiers from EmployeeRecord and ReportRecord. by amitmanjhi@google.com · 15 years ago
  41. 3ba1d2e Make ClientBundle- and RPC-related annotations have runtime retention to support developers that want to re-use these classes in a dynamic server environment. by bobv@google.com · 15 years ago
  42. fa2d41e Implement RPC custom serialization for Collections.singletonList() by rice@google.com · 15 years ago
  43. 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
  44. e1c76f7 Log AssertionErrors thrown by Generators to improve developer experience. by bobv@google.com · 15 years ago
  45. c602f81 Fix floating-point string compare in CoverageTest. by scottb@google.com · 15 years ago
  46. 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
  47. f01f8bc Allows owner class to provide a parameterized type. by rjrjr@google.com · 15 years ago
  48. 3cdceb7 Removes an outdated assertion in CommandServerSerializationStreamReader. by scottb@google.com · 15 years ago
  49. 658cc74 Sort & format. by scottb@google.com · 15 years ago
  50. f80b646 Implement a selection column, sortable columns, and row hovering in MailRecipe by rice@google.com · 15 years ago
  51. be46b85 Fix a findbugs problem by rice@google.com · 15 years ago
  52. 083b65b CFG: Always jumping to first case statement by aizatsky@google.com · 15 years ago
  53. 63381d7 Removed LongString and fixed the currently simple sync operation. by amitmanjhi@google.com · 15 years ago
  54. 52cbbfe Dramatically simplifies public API of RequestFactory and by rjrjr@google.com · 15 years ago
  55. 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
  56. e20feb2 Remove persistence.xml from gwt-biikeshed.jar by gwt.mirrorbot@gmail.com · 15 years ago
  57. 057867a Goodbye fake storage, welcome JPA with appEngine. Notes: by amitmanjhi@google.com · 15 years ago
  58. 368fc5b For compatibility with linkers that don't yet understand soft by spoon@google.com · 15 years ago
  59. 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
  60. 4e4d855 Implement DatePickerCell and use it the MailRecipe demo by rice@google.com · 15 years ago
  61. 26b38f2 Fix ExpensesCustomized after ListView.Delegate refactor. by rjrjr@google.com · 15 years ago
  62. 3364aa2 Move logic to send initial onRangedChanged to AbstractListViewAdapter.addView instead of ListView.setDelegate by rice@google.com · 15 years ago
  63. c706e77 Restore tree selection by rice@google.com · 15 years ago
  64. 63dde38 Removes stray xml end tag from Showcase launch configuration. by zundel@google.com · 15 years ago
  65. 9557626 Reverts r7916 ("Implement selection on trees"), which causes by rjrjr@google.com · 15 years ago
  66. 322e881 Fix for delegate-of-the-delegate NPE after ListView.Delegate refactor by rjrjr@google.com · 15 years ago
  67. 44e0790 Implement selection on trees by rice@google.com · 15 years ago
  68. 972b1f9 Fixes ICE in JsInliner. by scottb@google.com · 15 years ago
  69. 1c8b065 Have JsInliner refuse to interpose a new expression by spoon@google.com · 15 years ago
  70. bdff05d Added method to change the size of a MutableArray. Added factory method to by rchandia@google.com · 15 years ago
  71. 9ba0868 Fix a potential null pointer dereference by rice@google.com · 15 years ago
  72. 34f403a Fix a potential bug in initialization found by findbugs by rice@google.com · 15 years ago
  73. 06617e2 GWT versions of BidiUtil, BidiFormatter by tomerigo@google.com · 15 years ago
  74. f97d141 Clean up trailing whitespace by rice@google.com · 15 years ago
  75. a05b3a1 Remove ListModel and add ListView/ListView.Delegate; clean up javadoc by rice@google.com · 15 years ago
  76. c58d83f Fixing a bug in HTMLTable where cols are removed when a lower indexed col is accessed. by jlabanca@google.com · 15 years ago
  77. 0bf0d71 Unifies small bikeshed samples into a single "cookbook" app. by jgw@google.com · 15 years ago
  78. 8a75f87 Allowing null clinit. by aizatsky@google.com · 15 years ago
  79. 3e89300 Add keys to SelectionModel; add Column.dependsOnSelection() method to assist with table refresh by rice@google.com · 15 years ago
  80. c159535 Changes CustomizedShell to use the new Table widget. by jgw@google.com · 15 years ago
  81. 80c0af8 Add type params for ListRegistration instances. by rice@google.com · 15 years ago
  82. b644d5a Makes the various views a bit more modular, isolating them from the by rjrjr@google.com · 15 years ago
  83. c7f7b13 Clean up mail sample app; simplify table refresh for selection changes by rice@google.com · 15 years ago
  84. 991bf18 Checkstyle fixes. by rice@google.com · 15 years ago
  85. 8dc9030 Fix checkstyle sort order. by rice@google.com · 15 years ago
  86. 83f40554 Changes ListRegistration to carry information about its associated handler by jgw@google.com · 15 years ago
  87. a66c14b Fix checkstyle errors and remove some whitespace. by rice@google.com · 15 years ago
  88. 41d0a40 Config class no longer so monolithic. by rjrjr@google.com · 15 years ago
  89. 2a00458 When analyzing method signatures to look up a JSNI by spoon@google.com · 15 years ago
  90. daf5889 Allow external server operation enum by rjrjr@google.com · 15 years ago
  91. 883d48d Reorganizes bikeshed/src/com/google/gwt/samples/expenses to a more ideal by rjrjr@google.com · 15 years ago
  92. 27362d9 Rename JTypeOracle.computeHasClinitTarget() -> JTypeOracle.computeClinitTarget(). by scottb@google.com · 15 years ago
  93. e875342 Improves expenses scaffold to make better use of PagingTableListView. by rjrjr@google.com · 15 years ago
  94. 1c4a374 Fix broken bikeshed/build.xml compile rule by rjrjr@google.com · 15 years ago
  95. cb4b36b Extract RequestFactoryServlet from ExpensesDataServlet by rjrjr@google.com · 15 years ago
  96. 674ee0b Generate the soyc jar as well during 'ant dist-bikeshed' by amitmanjhi@google.com · 15 years ago
  97. df296d5 Removes unnecessary uses of a JProgram instance where it's really not needed. by scottb@google.com · 15 years ago
  98. 78f7086 Removes trivially-delegating clinits, plus some. by scottb@google.com · 15 years ago
  99. 8be653a Cleaned up some JProgram create* methods. Moved dotify from JProgram to BuildTypeMap. by scottb@google.com · 15 years ago
  100. 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