1. b3bdc9e Broken tests. by acleung@google.com · 13 years ago
  2. f9c7f60 enhance history test to test initial hash parsing for token. by andrewbachmann@google.com · 13 years ago
  3. e25789c Bump delay in AnimationTest temporarily to resolve flakyness. by cromwellian@google.com · 13 years ago
  4. f893791 Add -Dgwt.normalizeTimestamps system property to zero out the date on output jar files to stabilize builds in build systems which rely on content-addressability. by cromwellian@google.com · 13 years ago
  5. 27eb313 Stabilize compiler output: Normalize timestamps if necessary. by johnlenz@google.com · 13 years ago
  6. 3194a93 Properly encode request parameters that use Collections when in JSON-RPC mode. by rdayal@google.com · 13 years ago
  7. a42c1ae Fix Window.Location.getHash() for Mozilla so that it returns the unescaped hash, consistent with other platforms. by andrewbachmann@google.com · 13 years ago
  8. ee95433 Adding an option to change the debug id property and prefix. Some users prefer to use a random attribute instead of the element ID, or they do not want the "gwt-debug-" prefix. I added two static methods, DebugInfo#setDebugIdAttribute() and DebugInfo#setDebugIdPrefix(), to make it easy to configure these settings. by jlabanca@google.com · 13 years ago
  9. 8fc2881 Allow for additional modules in the initial load sequence prior to the leftovers module. by johnlenz@google.com · 13 years ago
  10. ed17a82 Reducing the unsafe URI log warning to an info. If you use a String in a URI context, we sanitize the string, so it is not a security risk and should not generate a warning. However, we still log an info message so users know they can use SafeUri instead if they do not want the URI sanitized. by jlabanca@google.com · 13 years ago
  11. bf45e48 This change attempts to fix some compile instabilities. In particular, there are by cromwellian@google.com · 13 years ago
  12. af1c736 Switch more gwt-user code to use SafeHtml. by mdempsky@google.com · 13 years ago
  13. ff0d8cb Rollback changes to CacheCompilationUnit due to breakage. by cromwellian@google.com · 13 years ago
  14. dfe52de This change attempts to fix some compile instabilities. In particular, there are by cromwellian@google.com · 13 years ago
  15. a35a32e Stablize Dependencies in gwtar by johnlenz@google.com · 13 years ago
  16. fa1d8a0 Fix SafeHtml API misuse (calling SafeHtmlUtils.fromSafeConstant(String) by mdempsky@google.com · 13 years ago
  17. b049ad3 Fix docs for getOffsetWidth/Height. by rdayal@google.com · 13 years ago
  18. 7a30184 Fixing a bug in SafeStylesUtils where zIndex is specified in camelCase form instead of hyphenated form. by jlabanca@google.com · 13 years ago
  19. 593fc3a Add a JavaScript method to GWT's bootstrap code for getting the selected by skybrian@google.com · 13 years ago
  20. 2ea9697 Upgrade GWT's Guava library to 10.0.1 by cromwellian@google.com · 13 years ago
  21. 49beb41 Introduce a new method onPreviewColumnSortEvent to Header. An AbstractCellTable checks this method before firing column sort event and will not fire the event if the method returns false. This gives users an option to disable column sort if the header cell actually consume the click event (e.g., a tooltip), and to disable column sort for header/footer sections. by pengzhuang@google.com · 13 years ago
  22. 5009f55 Don't allow SafeHtml strings to end in a <script> or <style> context. by mdempsky@google.com · 13 years ago
  23. 82a20e7 FF8 Devmode Plugin by acleung@google.com · 13 years ago
  24. 916c858 Add Closure compiler jar to the classpath. by rdayal@google.com · 13 years ago
  25. b471132 Avoid bottlenecks by using ConcurrentHashMap instead of a synchronized IdentityHashMap. by rdayal@google.com · 13 years ago
  26. 3888f79 Add assert for null provided fields, fixes #7024 by rchandia@google.com · 13 years ago
  27. ce5a5cf Document a bug in maven-gae-plugin that prevents gae:unpack goal in mobilewebapp from running if gae.home is set in ~/.m2/settings.xml by rchandia@google.com · 13 years ago
  28. bcbce26 Change SafeHtmlHostedModeUtils.isCompleteHtml() to public. by mdempsky@google.com · 13 years ago
  29. a5b2a61 Change Timer.java to allow 0ms delay for single shot timers. by iteratee@google.com · 13 years ago
  30. 3560b6a Adding jscomp to the classpath for gwt user and dev projects. by jlabanca@google.com · 13 years ago
  31. 581d814 Closure JS hookup by johnlenz@google.com · 13 years ago
  32. 3bcfbb5 Add exception class name to serialized/deserialized throwable. by cromwellian@google.com · 13 years ago
  33. c540246 Encoding the line and column of a stack trace frame into the line number can exceed the size of 'int' and break StackTraceElement serialization. This patch changes the StackTraceCreator/Deobfuscator to instead, encode the column number of the exception in the JS filename. by cromwellian@google.com · 13 years ago
  34. 06b35f9 Fix: "__gwt_ObjectId" is fetched in for-in loop in DevMode. by eustas@google.com · 13 years ago
  35. c5ba924 Update ISO-8601 format to accept a timezone of a literal "Z" to mean GMT+0. by jat@google.com · 13 years ago
  36. 388124a Add jarjar'ed version of latest closure compiler to gwt tools dependencies in preparation for Closure Compiler integration. by cromwellian@google.com · 13 years ago
  37. 9e15e21 Update time zone data based on latest data provided by pytz2011n. by shanjian@google.com · 13 years ago
  38. 83cb3ae Change logic around dev-mode redirect hook early exit to fix broken WebWorker linkers. by cromwellian@google.com · 13 years ago
  39. f6713c7 Add a "FakeCssMaker" for CSS resources similar to FakeMessagesMaker. by jasonmheim@google.com · 13 years ago
  40. 58152ca Changes to support experimental development mode work: by skybrian@google.com · 13 years ago
  41. 318a3a1 Fix GWT emulated Logger behavior to match java.util.logging.Logger by baker@google.com · 13 years ago
  42. 7b8f95b This the 2nd try to update NumberConstantsImpl* to CLDR2.0.1. by shanjian@google.com · 13 years ago
  43. b3fe7bb Clean up ant build files and Eclipse dev classpath. by jat@google.com · 13 years ago
  44. 3d7ead7 Add NoSuchMethodException for compatibility. by jat@google.com · 13 years ago
  45. 172fd90 Fix instance of javac's empty warning. by eaftan@google.com · 13 years ago
  46. 39341aa Re-rolling sourcemap support after rollback. Jar-jared sourcemap.jar dependency and reverted regression in StackTraceCollector.splice(). by cromwellian@google.com · 13 years ago
  47. 5d89392 Allow x.y.z-abc versions in Maven artifacts (instead of just x.y.z) by rchandia@google.com · 13 years ago
  48. b7b4d71 Roll back Source Map support for GWT due to breakages seen by various teams by unnurg@google.com · 13 years ago
  49. 2240765 Add SourceMap support to GWT by cromwellian@google.com · 13 years ago
  50. c702abf Add bytecode rewriting for the LogManager.getLoggerNames() function so this works correctly in DevMode by unnurg@google.com · 13 years ago
  51. 89047e3 Add the ability to override the number of fractional digits of a by jat@google.com · 13 years ago
  52. 6e8d9a2 Add an option to compile out all logging calls below the SEVERE or WARNING by unnurg@google.com · 13 years ago
  53. b48b525 rollback of previous change to CLDR 2.0.1 update by shanjian@google.com · 13 years ago
  54. 2948a86 Regenerate number format constants based on CLDR 2.0.1. Also added 2 new patterns, by shanjian@google.com · 13 years ago
  55. 5260c88 Upgrade GWT's htmlunit dependencies. by cromwellian@google.com · 13 years ago
  56. ccc409f Adds <, <=, >, >=, ==, and != to JsStaticEval for numeric values. by cromwellian@google.com · 13 years ago
  57. 3acc629 Re-roll simple/global currency pattern change after fixing internal by jat@google.com · 13 years ago
  58. e0b3c05 Fix instances of javac's divzero warning. by eaftan@google.com · 13 years ago
  59. da9008f Use EPL for GPE by scheglov@google.com · 13 years ago
  60. 2b95a05 Rollback simple/global currency pattern change because it broke some by jat@google.com · 13 years ago
  61. 2b5272f Add simple and global currency patterns. by jat@google.com · 13 years ago
  62. beebe17 Add Enumeration<String> getLoggerNames() support to gwt LogManager emulation. by baker@google.com · 13 years ago
  63. 2f8629d Update Missing Plugin Page. by acleung@google.com · 13 years ago
  64. d23ad40 Fix com.google.gwt.http.client.UrlBuilder to encode the query string using URL.encodeQueryString(). by chganser@google.com · 13 years ago
  65. fe6f454 New Code Splitter by acleung@google.com · 13 years ago
  66. d278a40 Fix testShardsAreSomewhatBalanced to only check for shards that are too big, and avoid nondeterministic behavior due to garbage collection. (If there are any more platform-specific failures, they will be due to differences in String.hashCode().) by skybrian@google.com · 13 years ago
  67. f64bfa2 Fixing a bug in CellBrowser where using a shared SelectionModel across all lists and using KeyboardSelectionPolicy.BOUND_TO_SELECTION causes the lists to fight for selection. The result is that items in lower index lists (to the left) end up being selected instead of items in the highest index list (rightmost). This is a fairly complicated problem that requires custom handling of selection state within CellBrowser. by jlabanca@google.com · 13 years ago
  68. 684e476 Reroll of r10726 by rchandia@google.com · 13 years ago
  69. 182e197 Fixing a bug in HasDataPresenter where it does not pass the complete list of modified rows if a pending state is detecting while we are resolving the current state. We were leaving off rows that were modified, as well as the keyboard selected rows. By passing all of these rows to the recursive call to resolvePendingState(), we ensure that all modified rows are updated. by jlabanca@google.com · 13 years ago
  70. b85fa0c Mofifying HasDataPresenter to be more resilient to state changes while it is resolving state changes. For example, if user code triggers a SelectionChangeEvent while selection is being resolved, we can handle that. by jlabanca@google.com · 13 years ago
  71. 73e33f1 Rollback of r10726. It still causes brackage by rchandia@google.com · 13 years ago
  72. 679a9fb r10697 is back! It was falsely accused last time. Fingers crossed: by rchandia@google.com · 13 years ago
  73. b79fbf9 Switch to internal implementation of StringInterner to avoid class loader by skybrian@google.com · 13 years ago
  74. e0866aa Fixing a bug in Cell Widgets when using the BOUND_TO_SELECTION KeyboardSelectionPolicy in which programmatically deselecting a value makes the value unselectable until the user selects a different value. For example, in the list A, B, C, if you programmatically deselect value B, then value B cannot be selected unless the user selects value A or C first. We now correctly detect this case and update the state with a null selected value, which allows us to detect the change when the user selects value B. by jlabanca@google.com · 13 years ago
  75. 1b12886 Add ability to GWTMockUtilities to stub out Messages for better unit testing. by tfischer@google.com · 13 years ago
  76. 41e8a90 Adding Element#getPreviousSibling(). by jlabanca@google.com · 13 years ago
  77. 665890c Another rollback of r10697. Too damn many teams use binder! by rjrjr@google.com · 13 years ago
  78. bbb0991 Again restore r10697 now that LazyPanel support is more robust. by rjrjr@google.com · 13 years ago
  79. a930c79 Keeps LazyPanelParser from breaking existing templates that use by rjrjr@google.com · 13 years ago
  80. 9772f18 Another rollback of r10697, which breaks code that was already using by rjrjr@google.com · 13 years ago
  81. 95aec80 Restores r10697 now that the CellPanelParser fixes are in place by rjrjr@google.com · 13 years ago
  82. 39918a0 Small fix to CellPanelParser to make it work with lazy widget by rjrjr@google.com · 13 years ago
  83. e8e9018 Rollback of 24756130 by rdcastro@google.com · 13 years ago
  84. e39d8f4 Add the final two TCK test classes. by nchalko@google.com · 13 years ago
  85. 8a67b88 The rest of the TCK xml tests. by nchalko@google.com · 13 years ago
  86. 914b877 Makes sure the RenderablePanel inherits all attributes from the PotentialElement when realizing the Element. by rdcastro@google.com · 13 years ago
  87. 8739730 Rollback of r10697 due to broken builds by rjrjr@google.com · 13 years ago
  88. 9b97039 Rebuild FF7 32bit devmode plugin by acleung@google.com · 13 years ago
  89. a03501a Re-submit: Iterating over all attributed when realizing PotentialElements. by rdcastro@google.com · 13 years ago
  90. 2163225 Change default of UiBinder.useLazyWidgetBuilders to true, in by rjrjr@google.com · 13 years ago
  91. 6250edd Keep track of TCK coverage. by nchalko@google.com · 13 years ago
  92. b8ee117 More TCK tests by nchalko@google.com · 13 years ago
  93. d1ed282 Make the compilation maps be output on every compile - they're relatively small and contain useful information by unnurg@google.com · 13 years ago
  94. b044a41 Improves Dev Mode reporting of JavaScriptException to include method by rjrjr@google.com · 13 years ago
  95. ab6b91c Makes SuggestBox implement HasEnabled, fixing GWT issue 6530 by stephen.haberman@gmail.com · 13 years ago
  96. df46083 Reorganize validation classes and minimize visibility in preperation for by nchalko@google.com · 13 years ago
  97. abf743f Add getter for active EventBus by mruppaner@google.com · 13 years ago
  98. 079d5b0 broke tests by mruppaner@google.com · 13 years ago
  99. 9a90c76 Added a getter for the ResettableEventBus object. by maximilian.ruppaner@gmail.com · 13 years ago
  100. 0463d04 Fixed a typo in exclude NonTckTest flag, that was causing the TCK results count to be wrong. by nchalko@google.com · 13 years ago