1. 20584c7 Bump buffer size on Util.copy(). by scottb@google.com · 16 years ago
  2. ab19b6e Optimize Linker performance handling of JavaScript. by scottb@google.com · 16 years ago
  3. 7783108 Optimize Link production of output directory. by scottb@google.com · 16 years ago
  4. 9e50e5d Optimize SymbolData serialization to speed up Link. by scottb@google.com · 16 years ago
  5. e887f48 Speed up JRealClassType.getSubTypes() by implementing an optimized toArray() in our set classes. by scottb@google.com · 16 years ago
  6. d18128a Big refactoring of StandardGeneratorContext so that only one instance is created during a compile. by scottb@google.com · 16 years ago
  7. 9c945c5 Early out of expensive script-size logging in Link when LogLevel > TRACE. by scottb@google.com · 16 years ago
  8. 9dda6c1 During precompile, only do a draft optimize due to superlinear optimization performance. by scottb@google.com · 16 years ago
  9. d241edb Fixes AsyncFragmentLoader.haveInitialFragmentsLoaded(). In its by spoon@google.com · 16 years ago
  10. 73e2cef It's not reasonable at this time to enforce the rule that a by rice@google.com · 16 years ago
  11. 4600b54 Fixes Issue 3508 Clicking on a CheckBox's label triggers two click events by rjrjr@google.com · 16 years ago
  12. adb3029 Implement RPC blacklists. by rice@google.com · 16 years ago
  13. 21c37c5 Changes Window.Location to use URL.decodeComponent instead of URL.decode; by ajr@google.com · 16 years ago
  14. 660a9bf Fix #31801: Support for multi-valued configuration properties by rice@google.com · 16 years ago
  15. 040f725 Fixes missing module inherits (core uses xhr for runAsync) by jgw@google.com · 16 years ago
  16. 7d1bfab Fix a CssResource bug where selector and rule merging did not work inside of @if or @media blocks. by bobv@google.com · 16 years ago
  17. 71dc1bc Modifies c.g.g.core.ext.soyc.impl.MemberFactory to have the correct by spoon@google.com · 16 years ago
  18. a1d974f Created a new class in the TestFile that implements Generated so that the cast later succeeds. by amitmanjhi@google.com · 16 years ago
  19. 0b96d11 Removed the no longer necessary @Override annotations. by amitmanjhi@google.com · 16 years ago
  20. 34f14c5 Since the overhead of computing md5s is not large (just 150ms for 2k files of by amitmanjhi@google.com · 16 years ago
  21. 9f40819 Exposing MenuBar.moveSelectionUp/Down (formerly just moveUp/Down), and making MenuBar.selectFirstItemIfNoneSelected robust for empty menus, rather than just assuming they aren't. Also made MenuItem.setStyleSelected protected for out-of-package test access, and by fabbott@google.com · 16 years ago
  22. 6e9964b checkstyle fixes by fabbott@google.com · 16 years ago
  23. fb6846e Removed Element#hasAttribute() at jgw's request because it was accidentally committed, and fixed some checkstyle errors. by jlabanca@google.com · 16 years ago
  24. 6907b9a Moves the IE8 implementation of get/setScrollLeft() from DOMImplTrident to DOMImplIE8 because DOMImplIE6 uses a different version. by jlabanca@google.com · 16 years ago
  25. 3be369f Added JavaDoc comments to DOMImplTrident and DOMImplIE8 to eliminate checkstyle errors. by jlabanca@google.com · 16 years ago
  26. 8156634 Fixing JavaScriptObject.toString to optimize away better, and to be verbose only in assertive states (hosted mode or assertions on). by fabbott@google.com · 16 years ago
  27. eb8ce0d Make the apichecker ignore the user/linker package. by bobv@google.com · 16 years ago
  28. 09b94b1 Removed an unused import in CodeSplitter to get rid of checkstyle error. by jlabanca@google.com · 16 years ago
  29. d5439a7 Sort and format. by spoon@google.com · 16 years ago
  30. 7225ea5 Fixed some checkstyle errors in NumberFormat caused by unsorted methods. by jlabanca@google.com · 16 years ago
  31. e73afda Adjusts the SOYC dashboard to include a size breakdown of the initial download. by spoon@google.com · 16 years ago
  32. c2fad00 Fixes http://code.google.com/p/google-web-toolkit/issues/detail?id=3611 -- refresh did not work correctly when -gen was used. by amitmanjhi@google.com · 16 years ago
  33. 899b7d9 Continuation of r5293. This moves AsyncFragmentLoader from package by spoon@google.com · 16 years ago
  34. 623548e Create a manifest file mapping RPC service types to their respective serialization policy files. by bobv@google.com · 16 years ago
  35. ca56e76 Fix merge problem. by jat@google.com · 16 years ago
  36. bad7dd6 Changes the code splitter to use a simpler splitting strategy. by spoon@google.com · 16 years ago
  37. 7218b02 Adds IE8 user-agent and fixes outstanding bugs in IE8-super-standards mode. by jgw@google.com · 16 years ago
  38. 43d631f Remove console logging that is not supported by all browsers. by rice@google.com · 16 years ago
  39. 365408b Implement hashCode() to match equals(), fixing a checkstyle violation. by rice@google.com · 16 years ago
  40. f545c72 Add protected accessors so more specific subclasses of NumberFormat can access by jat@google.com · 16 years ago
  41. 055b894 Test the scenario where GWT.runAsync() fails to load a code fragment due to a by rice@google.com · 16 years ago
  42. b16133c Reorder method to avoid checkstyle warning. by jat@google.com · 16 years ago
  43. 834745e Fixing the duplicate emma test drivers: only test.hosted.emma remains, not the implicit emma test in test.hosted. Its output is (correctly) $os-hosted-mode-emma, not $os-hosted-mode. by fabbott@google.com · 16 years ago
  44. 3fe0d34 Fixed UIObjectTest#testToString(). UIObject.toString() is equivalent to Element.getString(), not Element.toString(). by jlabanca@google.com · 16 years ago
  45. 614f263 Run the hosted mode user tests through the emma code path. by amitmanjhi@google.com · 16 years ago
  46. 7d57fe7 No more failed asserts from UIObjects with no element set. Fixes issue 3586 by rjrjr@google.com · 16 years ago
  47. d764802 Patch replaces tab chars with 2 spaces and fixes some formatting. by amitmanjhi@google.com · 16 years ago
  48. c504392 Fixes issue 3569. LongLib.shr gave incorrect results by spoon@google.com · 16 years ago
  49. 63d691a Adapting ProblemReport.build to use a sublogger for child messages (e.g. the subtypes tried for an instantiable type). by fabbott@google.com · 16 years ago
  50. 78becff When AsyncFragmentLoader checks for the success of an XHR download, by spoon@google.com · 16 years ago
  51. b10d8ca Fixed a bug in HandlerManager where removing the last handler of a given EventType twice would result in an NPE because we assume that the list of event handlers is not null. Now, this results in an AssertionError. by jlabanca@google.com · 16 years ago
  52. 4a7fded Change CurrencyListGenerator to take advantage of inheritance in the by jat@google.com · 16 years ago
  53. e672bc0 Refactored JReferenceType hierarchy in compiler. by scottb@google.com · 16 years ago
  54. f591555 1) Prefer SVN to GIT when examining a repository by zundel@google.com · 16 years ago
  55. 00a3580 Fixes a bug where DateTimeFormat would accept 0 as a valid month or day. Also by ajr@google.com · 16 years ago
  56. b4b3d23 Reworked error logging in STOB, coincidentally gaining a 22% compile-time improvement in DynaTable sample by improving short-circuiting of already-examined types and avoiding "speculative" STOB processing. Basic idea is that errors are accumulated in a ProblemReport until we later know the overall result and can decide whether and how to emit them. by fabbott@google.com · 16 years ago
  57. 9f58bd2 Don't let an exception escape if we can't decode cookies. Future work to by jat@google.com · 16 years ago
  58. a3082e5 One more try for JSONP support. by jat@google.com · 16 years ago
  59. a7d49a9 Move -soyc flag up to Precompile so that it works with both compiler entry by jgw@google.com · 16 years ago
  60. 0718d45 Tweaks docs on secure cookies, fixing issue 1638 by rjrjr@google.com · 16 years ago
  61. 3eff648 FF3 uses negative scrollLeft positions in RTL, but FF2 does not. This patch checks for the version of FF when get/setScrollLeft() is called. by jlabanca@google.com · 16 years ago
  62. 15504bd Revert r5226; dependency on seed functions interacts poorly with runAsync. by bobv@google.com · 16 years ago
  63. 791a4ec Rollback r5225 due to failing IE7 test. by jat@google.com · 16 years ago
  64. 3179c39 When class metadata is disabled, use the class seed functions to derive predicable names that can be deobfuscated via the symbol map files. by bobv@google.com · 16 years ago
  65. 121529a Add JSONP support - resubmit of 5208 after fixing IE7 bug. by jat@google.com · 16 years ago
  66. c57ab4e A recent change in getScrollLeft() normalize browsers to firefox's method of returning negative indexes in RTL mode. However, old mozilla does not do this automatically, so it also needs to be normalized. by jlabanca@google.com · 16 years ago
  67. d5e167d Removing System.out.println hack we used to track down the flakey RPC test failure. by scottb@google.com · 16 years ago
  68. 1f92c3d Fixes synchronization issues in SerializabilityUtil, which could cause random RPC failures due to a race condition. by scottb@google.com · 16 years ago
  69. 82fd2b9 Fixes how we translate between Java and JavaScript source positions in BuildTypeMap. by scottb@google.com · 16 years ago
  70. dd5d948 DatePicker throws an IllegalStateException when it is used in a time zone where daylight savings time occurs at midnight. The problem is that, as the DatePicker populates the dates in the calendar, it uses a time of 00:00:00 for all dates. However, in countries where DST occurs at midnight, the dates are coerced to the next day, resulting in an invalid state. by jlabanca@google.com · 16 years ago
  71. 411242c IE and WebKit report incorrect values for scroll-left in RTL mode, and I've normalized on what Firefox does, which is to report negative offsets from the right edge. This makes the absolute-positioning math work out properly, and is what other toolkits seem to have standardized on as well. by jlabanca@google.com · 16 years ago
  72. c4e1d77 Some user-agents return status code 0 when operating off of file: URLs. by bobv@google.com · 16 years ago
  73. 53e7ebe Fixing a very dusty old typo in simplerpc's ant build file. by fabbott@google.com · 16 years ago
  74. 33be780 Rollback r5208, since it is failing on IE7. by jat@google.com · 16 years ago
  75. dd00a2f Added a hack to confirm that the flaky RPCSuite failure is what we think it is. by scottb@google.com · 16 years ago
  76. b16d0c8 Add JSONP support. by jat@google.com · 16 years ago
  77. 2f3fdd6 When sharded precompiles are on, force the option "retain by spoon@google.com · 16 years ago
  78. 620b7eb Rolls back r5075. It's causing mysterious failures, and nobody by spoon@google.com · 16 years ago
  79. cff7176 Changes MakeCallsStatic so that it does not devirtualize calls from by spoon@google.com · 16 years ago
  80. c2f4cf0 Tweak pretty-printed Java source output for proper indentation on JSNI methods. by scottb@google.com · 16 years ago
  81. c4ee3bb Make Link run faster and use less heap by caching big objects to disk. by scottb@google.com · 16 years ago
  82. 7c7c6d6 Removes JProgram reference from all nodes (and their constructors). by scottb@google.com · 16 years ago
  83. 28c1868 Fixed bad classpath in benchmark-viewer project. by scottb@google.com · 16 years ago
  84. e39e969 Adding push/shift operations to JsArray* classes. by fabbott@google.com · 16 years ago
  85. 15050e6 Fixes a bug with calling private instance methods in web mode from by spoon@google.com · 16 years ago
  86. bac83d6 Another followup to r5190. I accidentally left out this change by spoon@google.com · 16 years ago
  87. 051ee6e Add support for logging response headers, and support multiple headers by jat@google.com · 16 years ago
  88. ac55772 Fix error message to include the property name when a binding vs. configuration property mismatch occurs. by bobv@google.com · 16 years ago
  89. 385be65 Removes some code accidentally committed along with r5191. by spoon@google.com · 16 years ago
  90. 865eb97 Adds more bridge methods so as to simplify and make more robust by spoon@google.com · 16 years ago
  91. 93951bf Lower the memory usage of -soyc by using an array in place of an EnumMap. by spoon@google.com · 16 years ago
  92. ef90559 Initial add of StyleInjector. by bobv@google.com · 16 years ago
  93. 35004b3 Fix OpenJDK compatibility (a generic type inference bug) by removing the by jat@google.com · 16 years ago
  94. 60b69f0 Hooking up a couple of missing cause chains in the server-side RPC exception handling code. by scottb@google.com · 16 years ago
  95. 353cbb0 Rollback 5174 until I can figure out why it fails in ant but not from Eclipse. by jat@google.com · 16 years ago
  96. 22e2474 Build fix: remove another dependency from ApiChecker to old JDT. by scottb@google.com · 16 years ago
  97. 6fcc830 Change CurrencyListGenerator to take advantage of inheritance in the generated by jat@google.com · 16 years ago
  98. 275e39f Adding missing setCompilationStateRetained() to OOPHM HostedMode. by scottb@google.com · 16 years ago
  99. f3c01eb Build fix: ApiChecker should depend on gwt-dev instead of an explicit (old) JDT jar directly. by scottb@google.com · 16 years ago
  100. d20f97d HACK: compiler clears out pinned i18n static data to free memory. by scottb@google.com · 16 years ago