1. 3de84af Add back a HostedMode entry point that logs a warning and redirects to DevMode. by jat@google.com · 15 years ago
  2. 54a6014 Rename HostedMode to DevMode and HostedModeBase to DevModeBase. by jat@google.com · 15 years ago
  3. 277d0ee Removing -precompile option from all test targets because it can cause sporadic failures in timed, asynchronous tests. by jlabanca@google.com · 15 years ago
  4. 5fc785a After upgrading HtmlUnit from 2.5 to 2.7-snapshot, sending an explicit QUIT by amitmanjhi@google.com · 15 years ago
  5. 69f6d39 Fix for Issue #4002 Patch by: cromwellian Review by: scottb by cromwellian · 15 years ago
  6. 6f6bafc Fix JsInliner improperly inlining array, object, and function literals. by cromwellian · 15 years ago
  7. c3f515d Make StyleInjector use Scheduler API. by rjrjr@google.com · 15 years ago
  8. 58090c8 Initial add of Scheduler API. by rjrjr@google.com · 15 years ago
  9. 116bef8 Update user code to use $entry. by rjrjr@google.com · 15 years ago
  10. 3279b3f Add $entry magic function to guarantee correct entry and exit of GWT code from ex by rjrjr@google.com · 15 years ago
  11. 981a9a2 Adds TabLayoutPanelParser. Review: http://gwt-code-reviews.appspot.com/81802 by jgw@google.com · 15 years ago
  12. c57b8e9 Add unshift(), join(), and setLength() methods to JsArray types. by rjrjr@google.com · 15 years ago
  13. ac00255 Initial implementation of TabLayoutPanel. by jgw@google.com · 15 years ago
  14. fc560fb Disabling tests that cause FF to crash in dev mode on Windows. by jlabanca@google.com · 15 years ago
  15. f7480d6 Adds com/google/gwt/soyc/** to standalone compiler. by scottb@google.com · 15 years ago
  16. f780b7a Adding more parallization of test targets, preventing compilation for each target, and adding option to selectively disable targets. by jlabanca@google.com · 15 years ago
  17. 64a55cb Add back IE proxy handling for CheckForUpdates. by jat@google.com · 15 years ago
  18. 3d3977f Fix another mistake, this time in test.nometa.remote. by jat@google.com · 15 years ago
  19. 8cf77ce Increase timeout from 3 hours to 4, since Mac tests don't finish in by jat@google.com · 15 years ago
  20. 70bb062 DisclosurePanel now does ImageResource and is nice in UiBinder. by rjrjr@google.com · 15 years ago
  21. 2bc5a3b Fix incorrect test reference. by jat@google.com · 15 years ago
  22. bfd3784 Disable tests of unpaired surrogates, since the IE and Safari plugins at least by jat@google.com · 15 years ago
  23. b128350 Modifying hosted.html so it only reaches up to windows that it has permission to access. by jlabanca@google.com · 15 years ago
  24. d11c09c Ignoring the testNoOverrideInheritedSharedCssClasses for the time being, while by amitmanjhi@google.com · 15 years ago
  25. 2c4da86 Removed two unnecessary lines that were re-defining a property by amitmanjhi@google.com · 15 years ago
  26. c5a6ead The test target in user now runs sequentially because browser manager queues up too many requests in parallel. by jlabanca@google.com · 15 years ago
  27. 66eac84 Removing emma exclusions from build file now that we removed the line that triggers a javac bug in CoverageTest. by jlabanca@google.com · 15 years ago
  28. 7fa456c Removing a statement from CoverageTest that triggers a javac bug. by jlabanca@google.com · 15 years ago
  29. 57b6940 Clean up formatting and ant -p output in ant build files. by jat@google.com · 15 years ago
  30. 40d05b0 Fix error changing -draftCompile to just -draft when rearranging ant rules. by jat@google.com · 15 years ago
  31. bf79ddb Rearrange ant test targets. by jat@google.com · 15 years ago
  32. d30fffc Fix merge failure for Eclipse project files. by jat@google.com · 15 years ago
  33. e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
  34. e98555f Fix typos, move Windows plugin installer to prebuilt directory. by jat@google.com · 15 years ago
  35. 5868bc7 Reverted c6310 (which created a temporary directory for updating HtmlUnit, by amitmanjhi@google.com · 15 years ago
  36. b56e18a UiBinder now understands CssResource's imported scopes, which by rjrjr@google.com · 15 years ago
  37. f4b8e5b Tree now no longer fires events from left- and middle mouse button clicks. by kprobst@google.com · 15 years ago
  38. 6fc7f4d Abstract out the UI so that an external tool can supply its own (such as the by jat@google.com · 15 years ago
  39. fb5fcf0 Stricter XMLElement#consumeSingleChild, fixes NPE in DockLayoutPanelParser. by rjrjr@google.com · 15 years ago
  40. e9fb291 Fixes IE bug in ScrollPanel at 100% width; Adds Requires/ProvidesResize. by jgw@google.com · 15 years ago
  41. 7822e64 Updated htmlUnit from 5053 to 5070. by amitmanjhi@google.com · 15 years ago
  42. acbdfe8 Restores "Introduces support for DataResource to UiBinder...", by rjrjr@google.com · 15 years ago
  43. 3c459ee Recommitting r6329 to add UrlBuilder, this time with passing tests. by jlabanca@google.com · 15 years ago
  44. ec9e3c1 Adds the ability to position child elements within their layers. by jgw@google.com · 15 years ago
  45. 095e0aa Overhaul of SOYC dashboard styling. by kprobst@google.com · 15 years ago
  46. bd20228 Like the other tests, test.remoteweb & .selenium should depend on compile & compile.tests, so they can run in isolation. Also, it's been long enough to discard the deprecated targets. by fabbott@google.com · 15 years ago
  47. 99d5edb Update ExtractClassNamesVisitor to be able to ignore selectors with certain prefixes. by bobv@google.com · 15 years ago
  48. b94f19e Improve error reporting inside of custom at-rules. by bobv@google.com · 15 years ago
  49. 0b8ac1f Add CssResource interface generator. by bobv@google.com · 15 years ago
  50. 632322a Switch CssResource to strict-by-default mode. by bobv@google.com · 15 years ago
  51. c503890 Revert "Introduces support for DataResource to UiBinder..." by rjrjr@google.com · 15 years ago
  52. 1aed903 Introduces support for DataResource to UiBinder, and you know what by rjrjr@google.com · 15 years ago
  53. a75e8a3 Add List.subList and implementations. by jat@google.com · 15 years ago
  54. 0d1ba3a Restore "Introduces ui:image--ImageResource in UiBinder", by rjrjr@google.com · 15 years ago
  55. 68d7c03 Revert "Introduces ui:image--ImageResource in UiBinder" by rjrjr@google.com · 15 years ago
  56. a91f933 Introduces ui:image--ImageResource in UiBinder by rjrjr@google.com · 15 years ago
  57. 0eaf782 Revert "Adding UrlBuilder and using it in Showcase and GwtTestCase so we don't remove gwt.hosted parameter in URLs," due to web mode test failures in com.google.gwt.user.client.WindowTest.testLocationCreateUrlBuilder by rjrjr@google.com · 15 years ago
  58. bd3d2c9 Adds LINE_START and LINE_END to DockPanelParser in UiBinder by rjrjr@google.com · 15 years ago
  59. 449e4a1 Adding a semicolon to the javascript reference in empty Anchor widgets to fix a FF2 bug where Anchor widgets open the error console. by jlabanca@google.com · 15 years ago
  60. b2376c4 Adding UrlBuilder and using it in Showcase and GwtTestCase so we don't remove gwt.hosted parameter in URLs. by jlabanca@google.com · 15 years ago
  61. 38d4ebd Adding installer for OOPHM IE plugin. by jlabanca@google.com · 15 years ago
  62. c660812 Makes Image aware of ImageResource by rjrjr@google.com · 15 years ago
  63. 39f4ee4 Various fixes for deRPC. by bobv@google.com · 15 years ago
  64. 744d784 The old uses of getCanonicalName() blithely assumed that the symlink-resolved by fabbott@google.com · 15 years ago
  65. 8d34a49 Revert "Adds UiBinderUtilTest" (trunk@6316) due to IE6 failures. by rjrjr@google.com · 15 years ago
  66. 973d4f8 Fix for issue 4111 (comma-decimal-separator bug). by jgw@google.com · 15 years ago
  67. b01f232 Adds UiBinderUtilTest. by rjrjr@google.com · 15 years ago
  68. 9edc581 Patch to enable upgrade to latest HtmlUnit snapshots. Created a temporary dir by amitmanjhi@google.com · 15 years ago
  69. 357b901 Changed the plugin code, in response to changes in HtmlUnit's internal Api in by amitmanjhi@google.com · 15 years ago
  70. b94b986 UiBinder Optimizations by rjrjr@google.com · 15 years ago
  71. 5a385f9 Fixes various mail issues, primarily on IE: by jgw@google.com · 15 years ago
  72. 34ea8a2 Restores various unit tests of the UiBinder code generator. by rjrjr@google.com · 15 years ago
  73. 4fc1d8b Checkin prebuilt development mode plugin for FF3.0 with alternate libraries by jat@google.com · 15 years ago
  74. e1c18ad Update missing browser plugin page to more closely match UsingOOPHM page. by jat@google.com · 15 years ago
  75. e606905 Adding a white background the to noscript warning so it shows up against all backgrounds. by jlabanca@google.com · 15 years ago
  76. 1ce4154 Removed the hard coded width from the locale selector in Showcase because the locale names can be very long. by jlabanca@google.com · 15 years ago
  77. e6c9937 Fix plurals in i18n sample (and others). There were two problems: by jat@google.com · 15 years ago
  78. 3aca246 Pretty sure these files are no longer useful. Did not propagate these changes by amitmanjhi@google.com · 15 years ago
  79. 4e4ac1a Fixes 2 issues: by amitmanjhi@google.com · 15 years ago
  80. 33d1639 Remove the spurious directories like Hello/linux, Hello/windows, Hello/mac in by amitmanjhi@google.com · 15 years ago
  81. 3cfa7b0 Adds a magic way to get a unique tab id to the OOPHM Chrome extension. by scottb@google.com · 15 years ago
  82. fe79f6c Handle a case where the JSONP request succeeds after the timer has been fired by jat@google.com · 15 years ago
  83. 6218db9 Fixed bad HTML tag. by scottb@google.com · 15 years ago
  84. 09c7767 Adding @DoNotRunWith to testSetInnerText because of an HtmlUnit bug that doesn't remove all elements. by jlabanca@google.com · 15 years ago
  85. 875439d Adding the suffix ".if.enabled" to emma ant targets to avoid confusion. The targets are noops if emma.enabled is not defined. by jlabanca@google.com · 15 years ago
  86. 540f782 Test batches will be sent to the client as they are executed by JUnitShell if NoBatchingStrategy (the default) is used. This allows users to use test runners that shard test methods across different clients. by jlabanca@google.com · 15 years ago
  87. 7d15c80 Catching up to build changes needed by trunk@6264 tools/soyc/images is dead by rjrjr@google.com · 15 years ago
  88. 379e70d Update from trunk@6270 by rjrjr@google.com · 15 years ago
  89. 0930cb2 Fixed the asynchronous tests where testDelayFinish(..) was not being called before finishTest() by amitmanjhi@google.com · 15 years ago
  90. 31e1761 testDebugId was calling delayTestFinish too late, leading to flakiness by rjrjr@google.com · 15 years ago
  91. b3b7c26 Fixed a bug in GWTTestCase where it would access JUnitShell from the wrong thread, creating a SWT error when later tests run. by jlabanca@google.com · 15 years ago
  92. d50bb57 This patch has the compiler run the SOYC dashboard if -soyc is specified. The by spoon@google.com · 15 years ago
  93. 3fa5c8a Fixing the user agent mapping in RunStyleHtmlUnit so FF3 maps to gecko1_8 instead of gecko. by jlabanca@google.com · 15 years ago
  94. 7efe7e2 Merging in plugin changes that should have gone into trunk to begin with. by scottb@google.com · 15 years ago
  95. b659bc7 Patch incorporates Ray's comments on the deadlock fix and fixes checkstyle issues. by amitmanjhi@google.com · 15 years ago
  96. 46131e4 Rollback 6254:6256, IE plugin fixes that should have by rjrjr@google.com · 15 years ago
  97. 8c47f40 Patch fixes the deadlock issue with the HtmlUnit plugin in the UiSuite. by amitmanjhi@google.com · 15 years ago
  98. bce253a Merge through trunk@6249 by rjrjr@google.com · 15 years ago
  99. d4faf3b IE plugin now uses the current thread ID as a proxy for tab ID. by scottb@google.com · 15 years ago
  100. c024f01 Fix IE-plugin build on other build configs; was missing include directories. by scottb@google.com · 15 years ago