1. f1ce865 Rollback due to breakage by cromwellian@google.com · 14 years ago
  2. 2721d50 Missing file Pruner.java from last submitted change. by cromwellian@google.com · 14 years ago
  3. 2339e43 Re-roll r10435 by cromwellian@google.com · 14 years ago
  4. 249c45e After an enum is ordinalized, any static methods generated as staticImpl's should no longer be considered as such, since there is no longer an instantated instance being passed as the first arg to the method (this instance has been transformed into an ordinal int). by jbrosenberg@google.com · 14 years ago
  5. f722fe2 Adding DoNotRunWith annotation to failing JUnit test; possible HtmlUnit bug. by codefu@google.com · 14 years ago
  6. e23fe20 Look for @UiChild methods in supertypes. by bobv@google.com · 14 years ago
  7. 38bc246 Temporarily rolling back r10435 due to issue with uninstantiable type associated with a class literal getting pruned. by cromwellian@google.com · 14 years ago
  8. 941b3b1 This patch substantially reduces the overhead of Java types in the output by minimizing vtable setup and virtual class literal fetches. Improvements are anywhere from 5% to 10% uncompressed obfuscated JS. by cromwellian@google.com · 14 years ago
  9. cbf3b82 Implements UiBinder rendering for Cells. by rchandia@google.com · 14 years ago
  10. b6482ed Adding all supported element builders to the ElementBuilder API. This is a follow-on change for r10412, which introduced the core ElementBuilder libraries. by jlabanca@google.com · 14 years ago
  11. 66815e7 Fix JsInliner, to properly handle name scope tracking after multi-level inlining. Was causing local variable name collisions after obfuscation. by jbrosenberg@google.com · 14 years ago
  12. ba701bd Bypass RfValidatorTest when no JDK is available. by bobv@google.com · 14 years ago
  13. 9db1cb3 Use erasure to handle wildcard types in RfValidator. by bobv@google.com · 14 years ago
  14. 0ab6199 Add compile-time tests for APT-based RequestFactory interface validator. by bobv@google.com · 14 years ago
  15. 7b82d1d Integrating r3302 from GWT 1.5 back into trunk. The change fixes a bug in Tree where opening a TreeItem while another node is selected causes the Tree to scroll to scroll to the selected node (opening an item does not select a node). The original fix was committed directly to the GWT 1.5 branch. by jlabanca@google.com · 14 years ago
  16. 1e48c9b Un-breaking the code due to failed test case with htmlunit by codefu@google.com · 14 years ago
  17. bab5c0e Updating npapi plugin to remove gwtId from Jso objects (idenity fix), by codefu@google.com · 14 years ago
  18. 4d9497d UnifyAst correctly handles polymorphic overrides with mixed default/public access. by scottb@google.com · 14 years ago
  19. 7602f67 Fixing IsRenderable API step 2: pass in a stamper instead of the actual ID. by rdcastro@google.com · 14 years ago
  20. b1caeda Remove JSNI paths from RPC deserialization. AKA: Make RPC screaming fast in DevMode. by tobyr@google.com · 14 years ago
  21. 2ddc4d8 Add RequestFactory validator implemented as an annotation processor. by bobv@google.com · 14 years ago
  22. 50e29fe Fix bug in UnifyAst where non-null array types failed to canonicalize. by scottb@google.com · 14 years ago
  23. 527ad4c Updates the module name validation check for using CompileModule on a project. by zundel@google.com · 14 years ago
  24. 544d50d Fix ArrayStoreException in assignments to an element of an array of a single jso interface type. by jbrosenberg@google.com · 14 years ago
  25. 6cfeb5d Adding explicit casts to the return value of certain methods to help the javac compiler. Some compilers require the explicit cast. by jlabanca@google.com · 14 years ago
  26. 7127d08 Adding a new ElementBuilder API to build DOM Elements using the builder pattern. There are two implementations: one that builds using DOM manipulation, and another that builds using String concatenation and innerHtml. The latter can be user in a regular JVM to create an HTML string, which will hopefully help with server side rendering in the future. Both can be used on the client, which allows an app to optimize depending on which is faster. Once I incorporate this into Cell Widgets, I'll do performance metrics on real apps to compare the difference. by jlabanca@google.com · 14 years ago
  27. 9ebdf78 Enable generator result caching, by default. by jbrosenberg@google.com · 14 years ago
  28. 7fd0e01 Use CompilationUnitBuilder.create factory method. Remove unneeded by zundel@google.com · 14 years ago
  29. 2335576 A general purpose script injection class for injecting a script directly by zundel@google.com · 14 years ago
  30. 0f152e0 Update the Missing Plugin page for FF5 support by conroy@google.com · 14 years ago
  31. 828042b Bug triggered when SourceFileCompilationUnit.asCachedCompilation() unit by zundel@google.com · 14 years ago
  32. e0fe3c1 Removes .apt_generated from gwt-user classpath. Since Annotation Processor by zundel@google.com · 14 years ago
  33. 8c4d3c2 Add mac support to the FF50 plugin and package a candidate xpi. by conroy@google.com · 14 years ago
  34. d31069c Make manual retries also append parameters so that failed downloads are not cached by unnurg@google.com · 14 years ago
  35. 50705b0 Fix bug resolving multiple-nested types. by scottb@google.com · 14 years ago
  36. 26f2a7f Suppress additional JDT compile problems. by scottb@google.com · 14 years ago
  37. 20aeb77 Handle arrays of generic types, in rpc result cacheability checking by jbrosenberg@google.com · 14 years ago
  38. 8cecc20 Adding FF50 VC project files and libraries; updated manifest by codefu@google.com · 14 years ago
  39. 4172dd9 Fixing a bug in HTMLPanel#addAndReplaceElement() where widgets that are children of the element being replaced are never removed, which puts the widgets in an invalid state. We now handle three additional scenarios. If the element being replaced is the new widget, then its a no-op. If the element being replaced contains one or more widgets, those widgets are removed from the HTMLPanel before replacing the element. If the element being replaced is a widget (but not the new widget), then we insert the new widget first, and then remove the old widget. by jlabanca@google.com · 14 years ago
  40. bc65806 Ignore invalid types in heirarchy. by scottb@google.com · 14 years ago
  41. 7927b9d In the chrome.manifest, list binary components in ascending version order so that the right choice wins. Unbreaks <=FF4 from my previous change. by conroy@google.com · 14 years ago
  42. 0d90390 Don't attempt generator result caching for deRPC by jbrosenberg@google.com · 14 years ago
  43. 2074098 Fix the flaky RunAsyncFailureTest by unnurg@google.com · 14 years ago
  44. a5b133e Patch for interim state of incremental compile. by zundel@google.com · 14 years ago
  45. 9911541 Add Linux support for FF5 (Gecko 5.0) in the xpcom plugin. by conroy@google.com · 14 years ago
  46. 13af714 Switch on GWT incremental compilation, again. by scottb@google.com · 14 years ago
  47. f88514f Last change prevented re-loading modules, but caused it to write too many by zundel@google.com · 14 years ago
  48. e84ab41 Refactor LoadingStrategy for xsiframe linker and rename it to ScriptLoadingStrategy since it is not inherently tied to the xsiframe linker. by unnurg@google.com · 14 years ago
  49. 6a17b88 Update client bundle result caching to track absent resources by jbrosenberg@google.com · 14 years ago
  50. 7dca364 Change formatter to use 100 col. comments and add a checkstyle check for it by pdr@google.com · 14 years ago
  51. 0d71338 Temporary rollback of GwtAstBuilder enabling. by zundel@google.com · 14 years ago
  52. 9ca2a54 Switch on GWT incremental compilation. by scottb@google.com · 14 years ago
  53. 97d77d9 Ensure contentId is not null when creating a SourceFileCompilationUnit by zundel@google.com · 14 years ago
  54. 3fd79fc Add more TCK tests. by nchalko@google.com · 14 years ago
  55. a2c5932 Fixing a bug in CellTree where pushing new data that renders to the same content results in an invalid state where child are still attached to a stale parent. For example, consider a tree contains IDs that represent objects, but renders the ID using the objects display name. If two objects with different IDs have the same display name, those two objects will be rendered the same, which CellTree would optimize out. Now, we perform the detach/reattach logic for child nodes, but we still do not reset the innerHTML. by jlabanca@google.com · 14 years ago
  56. af22c79 rollback of scriptInjector patch - problems found on some version of Safari by zundel@google.com · 14 years ago
  57. 4e78f00 Update CompiledClass to use the handy DiskCacheToken class. Makes it by zundel@google.com · 14 years ago
  58. 68b0766 A general purpose script injection class for injecting a script directly by zundel@google.com · 14 years ago
  59. 020b246 Improve GwtAstBuilder output when stack emulation is enabled. by scottb@google.com · 14 years ago
  60. f6cce1e Don't allow DataflowOptimizer to perform constant transformation on expressions with side-effects. by jbrosenberg@google.com · 14 years ago
  61. 28d0869 Support anonymous enum types in AutoBean ValueCodex. by t.broyer@gmail.com · 14 years ago
  62. 7ad2317 Cleans up the mobile web app sample for 2.4. by rchandia@google.com · 14 years ago
  63. 5d7fbca Updated rpc generator result caching to support full cacheability by jbrosenberg@google.com · 14 years ago
  64. d59523d Adding convenience methods to SafeStylesUtils and SafeStylesBuilder for style properties supported by Style. For most properies, the name is defined in SafeStylesUtils, and the value comes from an enum in Style or a primitive type, so we know that the combination of the name and value produces a string that satisfies the constraints of SafeStyles. by jlabanca@google.com · 14 years ago
  65. a778e96 Turns on reading from archives by default. by zundel@google.com · 14 years ago
  66. 59af809 Disabling test for null on getBrowserById for DOM elements without DTD when running on Chrome 11 and beyond by rchandia@google.com · 14 years ago
  67. e5cf230 Fixing a bug in CellTree where refreshing an empty list of children causes an AssertionError that is not captured by the console. CellTreeNodeView#loadChildState() accesses the first child element of the current node in preparation of a loop, but we didn't handle the case where their is no first child because the node is empty. I also added a catch block in HasDataPresenter to rethrow Errors as RuntimeExceptions so we can view them in dev mode. by jlabanca@google.com · 14 years ago
  68. f549e18 Finalizing IsRenderable API step 1: renaming wrapElement() and performDetachedInitialization(). by rdcastro@google.com · 14 years ago
  69. 3d194ee Use the provided key in all decisions about whether the selections have changed. by rmcchesn@google.com · 14 years ago
  70. 7d9940d Update gwt-module.dtd: by fredsa@google.com · 14 years ago
  71. f4b016d Make TypeTokenResolver and RequestFactory's annotation processor easier to integrate with Adroid ADT build process by generating a pre-populated TypeTokenBuilder class. by bobv@google.com · 14 years ago
  72. 92c29f9 New projects should always have a DTD specified in their template .gwt.xml module file by fredsa@google.com · 14 years ago
  73. 266b208 Make Request.with() additive when used with different root objects. by bobv@google.com · 14 years ago
  74. 92cdbd4 Re-roll issue 1442804: SafeHtmlRenderer code gen for UiBinder by rchandia@google.com · 14 years ago
  75. 3ef8332 Ensure all ProxyAutoBeans not directly referenced from root object or via a shim can be garbage-collected. by bobv@google.com · 14 years ago
  76. 17b809b Add some test framework code for RequestFactory to support simple load testing. by bobv@google.com · 14 years ago
  77. b3f7f31 Reduce the use of old event bus classes. The only public api that by rjrjr@google.com · 14 years ago
  78. 804f3e0 Fix handling of unlabeled break and continue in gflow. by zundel@google.com · 14 years ago
  79. 8afc3e6 Add compile-time check to prevent provided fields for HTMLPanels. by rdcastro@google.com · 14 years ago
  80. c02a812 Add a compile-time check against provided UiFields for RenderablePanel. I want by rdcastro@google.com · 14 years ago
  81. f9ee1c5 GwtAstBuilder better handling of JSNI refs to constants. by scottb@google.com · 14 years ago
  82. 233ac50 Updated generator result caching to use lastModifiedTime from CompilationUnit.lastModified(). by jbrosenberg@google.com · 14 years ago
  83. 341a52b Resolve GWT.create() answers by source name. by scottb@google.com · 14 years ago
  84. 0798435 Provide a more standard GWT linker for HTML5 worker threads based on the ConfigurableLinker. Unlike the non-standard WorkerLinker and SharedWorkerLinker, this change allows worker threads to do GWT RPCs. A follow-up change will migrate existing uses of the old linkers to this new one. by digi@google.com · 14 years ago
  85. 0d68b81 Fixing login redirect in MobileWebApp sample. We now send a redirect URL with every request, and use it if the user isn't logged in. We calculate the redirect URL on the client because the client browser has built in support for parsing the URL components. by jlabanca@google.com · 14 years ago
  86. a22e496 Remove RenderablaComposite. \o/ by rdcastro@google.com · 14 years ago
  87. 56b00b0 Crude AST versioning. by scottb@google.com · 14 years ago
  88. feb3f99 Add test for builtin constraints by nchalko@google.com · 14 years ago
  89. e65b5ca Allow binary-only references for compile-time constants. by scottb@google.com · 14 years ago
  90. add9eea Fix enum switch construction in GwtAstBuilder. by scottb@google.com · 14 years ago
  91. 4378b39 Add JSO inspection support. by fmalita@google.com · 14 years ago
  92. d5fc267 Decreased the log level on a message relating to "purging" the cache. by zundel@google.com · 14 years ago
  93. f549fea Add more TCK tests by nchalko@google.com · 14 years ago
  94. c2dde22 Rewrite SafeUriHostedModeUtils#isValid without regexp to workaround what looks by jlabanca@google.com · 14 years ago
  95. 31aab0d Adds setTagName to PotentialElement, so that PotentialElement instances can be passed to the as() method of Element subclasses (it's nicer than blindly calling .cast(), I think). Let me know if this looks clearner to you guys. by rdcastro@google.com · 14 years ago
  96. d2d7941 Clean up RequestFactoryInterfaceValidator and Deobfuscator to simplify by bobv@google.com · 14 years ago
  97. fcc5c03 Fixes a problem where inheriting LoggingDisabled (like RequestFactory does) clobbers the value of gwt.logging.enabled for downstream modules. by rjrjr@google.com · 14 years ago
  98. c4ff050 Suport polymorphic return and parameter values in RequestFactory. by bobv@google.com · 14 years ago
  99. a2ba25e Add ServerFailure.getRequestContext(). by bobv@google.com · 14 years ago
  100. b724a46 Resolve PotentialElement children before inserting them into a container. by juliog@google.com · 14 years ago