1. 5323876 Merging releases/1.6@4669:4911 into trunk. by scottb@google.com · 16 years ago
  2. 589bad2 Cleans up logging structure in hosted mode. A lot of stuff was appearing in the shell's top logger directly. This adds nesting levels in certain places to make the logging much more clear. Compare before and after with -logLevel SPAM to see what I'm talking about. by scottb@google.com · 16 years ago
  3. a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  4. 47cf662 Update checking now occurs when using command-line tools if no check has occurred in the last 24 hours. by scottb@google.com · 16 years ago
  5. 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
  6. f2296ad Refactor HostedModeBase by adding an extra class between it and by jat@google.com · 16 years ago
  7. e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
  8. 422e403 Second round of changes to implement WAR design. by scottb@google.com · 16 years ago
  9. cd3a1a9 Checkstyle warnings + removing .settings folder until we can make an across-the-board decision. by scottb@google.com · 16 years ago
  10. 04912f2 Merge OOPHM into trunk as a separate project, that will produce a jar which can by jat@google.com · 16 years ago
  11. bd9fe8c Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  12. 0e2dc628 by fabbott@google.com · 17 years ago
  13. 7ac9704 Removing some build warnings. by scottb@google.com · 17 years ago
  14. 55e28ff Java objects now have stable identities in JavaScript in hosted mode. (They always had them in web mode.) by scottb@google.com · 17 years ago
  15. e21c04a JavaScriptException is now approximately 327% more uber. In addition to really great error messages, the underlying exception is also accessible. There's new hosted mode integration to make it work the same in hosted mode, as well as a new test+suite. by scottb@google.com · 17 years ago
  16. 575b4d5 JsValueIE6 now queries for IUnknown to determine unique pointer, per COM rules. This makes JavaScriptObject$ identity match JavaScript object identity more closely. by scottb@google.com · 17 years ago
  17. 8d3c288 Fixes Issue #1792 by gwt.team.knorton · 17 years ago
  18. 93ebf89 scottb, bruce, and jat totally botched this patch and were only copying half as many bytes as necessary in the SwtOleGlue fix. by scottb@google.com · 17 years ago
  19. ec4ee03 Fixes a latent bug in SwtOleGlue.extractStringFromOleCharPtr(). We were treating the incoming value as a BSTR, but it's really just a naked OLECHAR*. by scottb@google.com · 17 years ago
  20. a34e25a Keep from crashing IE hosted mode by recreating expired MethodDispatches. by scottb@google.com · 17 years ago
  21. 3edd5e4 Merge: changes/scottb/jso -r1776:1933 Into: trunk@1933 by scottb@google.com · 17 years ago
  22. 1033257 - Assertions are now always on in user code in hosted mode by scottb@google.com · 17 years ago
  23. d5e21a5 Tightened checkstyle rules; fixed existing violations. by scottb@google.com · 17 years ago
  24. ce248c8 Extend JSNI syntax to allow invocation of Java constructors via ::new. by gwt.team.bobv · 17 years ago
  25. 0c72484 Improves JUnit's local web test performance by setting the user-agent property to exactly the single value required by the running hosted browser. This means one single permutation is created, instead of the current total, based on the number of user-agents defined in UserAgent.gwt.xml. by gwt.team.scottb · 17 years ago
  26. e6cf836 Fixes hosted mode so that JavaScriptObject types can implement native methods directly. Previously, hosted mode would fail to properly unwrap a this argument. by gwt.team.scottb · 17 years ago
  27. d1366ee Some 1.5 cleanups. by gwt.team.scottb · 18 years ago
  28. 03f2557 Modifications to use SysAllocStringLen rather than SysAllocString, since the latter causes problems with embedded nulls in strings. by gwt.team.jat · 18 years ago
  29. 6f80e35 Trap the exception that can be generated if Gears has never been installed. by gwt.team.scottb · 18 years ago
  30. 4f9dd26 Fixes issue 1252. This patch updates the Windows version of the SWT Browser and WebSite classes to force the Gears Browser Helper Object to load. This enables Gears URL redirection to work in GWT's hosted mode browser for Windows. by gwt.team.mmendez · 18 years ago
  31. 7f5d7b1 SWT was dealing with VT_BSTR incorrectly. When marshaling a VT_BSTR from raw system memory into the Variant object, SWT was changing the VT_BSTR to a VT_EMPTY in cases where the data pointer was null. In fact, this in not correct according to COM rules. A VT_BSTR with a null data pointer should be treated as an empty string (""), not an empty variant (undefined). by gwt.team.scottb · 18 years ago
  32. fd149de Fix for issue #1062; allows checked exceptions declared a JSNI method signature to actually be thrown in hosted mode as the correct type. by gwt.team.scottb · 18 years ago
  33. 2056d23 Missing null check here. by gwt.team.scottb · 18 years ago
  34. dee9338 Add support multiple modules in a single browser window in hosted mode, moving much of the functionality into platform-dependent code. Added a unit by gwt.team.jat · 18 years ago
  35. 4c0fabc Improve comments in JsValueIE6 (reverting the change of factoring out the check for wrapper objects), adding a VT_WEIRD_IE7_BSTR type for the type 130 variant returned by IE7 for the name of an exception object, and added code to treat it identically to VT_BSTR since it appears to function identically, although with a string constant for the value. by gwt.team.jat · 18 years ago
  36. 1eb2b0c This change heads off an issue that is soon to be made real by the by gwt.team.knorton · 18 years ago
  37. c85cb7f Fixes issues #472, #627, #736, #739 by gwt.team.jat · 18 years ago
  38. 672e0da Library must be compiled separately; it pulls in compile-time constants by gwt.team.scottb · 18 years ago
  39. 8890f73 checkstyle passes. by gwt.team.knorton · 18 years ago
  40. 725e0f0 checkstyle passes by gwt.team.jgw · 18 years ago
  41. 36f322f Refactored buildsystem for consistency and generality. by gwt.team.scottb · 18 years ago
  42. d0f3f74 fixed build break related to refactoring by gwt.team.mmendez · 18 years ago
  43. ab0aa68 Initial subversion import. by gwt.team.scottb · 18 years ago