1. 6fc7f4d Abstract out the UI so that an external tool can supply its own (such as the by jat@google.com · 15 years ago
  2. 357b901 Changed the plugin code, in response to changes in HtmlUnit's internal Api in by amitmanjhi@google.com · 15 years ago
  3. b659bc7 Patch incorporates Ray's comments on the deadlock fix and fixes checkstyle issues. by amitmanjhi@google.com · 15 years ago
  4. 8c47f40 Patch fixes the deadlock issue with the HtmlUnit plugin in the UiSuite. by amitmanjhi@google.com · 15 years ago
  5. 52ac42b Merge up to trunk @r6200. by jat@google.com · 15 years ago
  6. b4085ba The patch explicitly check if "this" is null, when invoking a static method and throw a by amitmanjhi@google.com · 16 years ago
  7. be08411 Fix test failure introduced in GC fix, and an unused warning. by jat@google.com · 16 years ago
  8. c389b06 Checkstyle fix, unused import in BrowserChannel.java by rjrjr@google.com · 16 years ago
  9. 481f92d Fix GC handling for HtmlUnit in development mode. by jat@google.com · 16 years ago
  10. 267e944 Propagating the command-line logLevel to JUnit's logger in headless mode. by amitmanjhi@google.com · 16 years ago
  11. 00a1345 Changed the logLevel in HtmlUnitSessionHandler from ERROR to INFO. by amitmanjhi@google.com · 16 years ago
  12. 4e26cc6 Revert unnecessary change to GWTShellServlet, update Eclipse instructions by jat@google.com · 16 years ago
  13. c090a07 Remove orphaned build files, fix incorrect reference. by jat@google.com · 16 years ago
  14. b7e1d81 Fix checkstyle errors. by jat@google.com · 16 years ago
  15. 0b1619e Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new by jat@google.com · 16 years ago
  16. bd5e9c6 Update from trunk by rjrjr@google.com · 16 years ago
  17. fff3f88 Patch to pass java exceptions encountered during JS execution back to Java land. by amitmanjhi@google.com · 16 years ago
  18. 200f123 - Fixes the incompatible exceptions in JSValueGlue by amitmanjhi@google.com · 16 years ago
  19. f18984c Adds the htmlunit dependency to oophm. "ant dist-dev" passes by amitmanjhi@google.com · 16 years ago
  20. 0160397 Commiting the initial version of the HtmlUnit plugin. Many tests, including all by amitmanjhi@google.com · 16 years ago
  21. b09f4fe Remove icons, add short text names for browser tabs in Swing UI. by jat@google.com · 16 years ago
  22. 11f740b Change the way tabs work in the OOPHM UI: by jat@google.com · 16 years ago
  23. 171dd16 Stop trying to launch Firefox from OOPHM (it doesn't work without extra by jat@google.com · 16 years ago
  24. 611ede6 Add a tabKey to the LoadModule message so that we can differentiate between by jat@google.com · 16 years ago
  25. 4b8fce8 Update the OOPHM wire protocol for the following: by jat@google.com · 16 years ago
  26. 7427166 Remove currently unused cruft from OOPHM interface. by jat@google.com · 16 years ago
  27. 0f23f5e Moved OOPHM treelogger close icon into correct location. by scottb@google.com · 16 years ago
  28. 4a84e88 Moving shell-based loggers into a shell subpackage. by scottb@google.com · 16 years ago
  29. 124e301 Moving Jsni helper class into com.google.gwt.dev.shell with other hosted mode code. by scottb@google.com · 16 years ago
  30. b561526 Fix how the launch URL is built to include the gwt.hosted parameter by jat@google.com · 16 years ago
  31. 5ead61f Issue 34812: Fix findbugs & checkstyle issues by rice@google.com · 16 years ago
  32. 1c69543 Fixes issue 3560, http://code.google.com/p/google-web-toolkit/issues/detail?id=3560. Don't attempt to load an image icon if the name is null and prepending package is not requested. This happens when an SCL returns null as its icon path. by mmendez@google.com · 16 years ago
  33. 9e8fec2 Implement link-to-zip archive, which can be faster for big links. by scottb@google.com · 16 years ago
  34. 275e39f Adding missing setCompilationStateRetained() to OOPHM HostedMode. by scottb@google.com · 16 years ago
  35. 65d2979 Remove Correlations & SourceInfo memory overhead from non-SOYC builds. by scottb@google.com · 16 years ago
  36. cb3d882 Free up CompilationState and TypeOracle as soon as the golden CUDs are produced. by scottb@google.com · 16 years ago
  37. 7775b01 Delete empty file leftover after patch, add missing overrides from r5036. by jat@google.com · 16 years ago
  38. 54905fd Add support for HostedMode with OOPHM. by jat@google.com · 16 years ago
  39. 9d9adf5 Remove PlatformSpecific, moving the functionality into SwtHostedModeBase or by jat@google.com · 16 years ago
  40. 4145b2d Updating OOPHM classpath; minimize dependencies to bare minimum. by scottb@google.com · 16 years ago
  41. 5323876 Merging releases/1.6@4669:4911 into trunk. by scottb@google.com · 16 years ago
  42. 3e24e89 Fix OOPHM breakage due to JSNI references to class literals, also remove a by jat@google.com · 16 years ago
  43. 93fe994 Checkstyle fixes. by scottb@google.com · 16 years ago
  44. f058b7d Merge OOPHM hosted.html into standard one. by jat@google.com · 16 years ago
  45. 3b529cf Fixes OOPHM build breakage. Patch by: jgw, jat Review by: jat (Desk check) by jgw@google.com · 16 years ago
  46. a838baf Fix build breakage introduced by 1.6 merge. by jgw@google.com · 16 years ago
  47. 83f840f Catch the case of a failure to start the browser listener and avoid NPE, so the by jat@google.com · 16 years ago
  48. 4f57bc2 Merging releases/1.6@4459:4490 by scottb@google.com · 16 years ago
  49. 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
  50. fac1759 Remove missing plugin warnings with XPCOM, fix reference to external.initModule by jat@google.com · 16 years ago
  51. e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
  52. c746465 Remove JDK 1.6 dependency from OOPHM shell. by jat@google.com · 16 years ago
  53. 3ac2cc7 OOPHM Checkstyle warning removal. by jat@google.com · 16 years ago
  54. 4e209a0 Change hosted.html to get its gwt.hosted parameter from the outer frame rather by jat@google.com · 16 years ago
  55. 04912f2 Merge OOPHM into trunk as a separate project, that will produce a jar which can by jat@google.com · 16 years ago