- d7689c5 Fix public issue where Dictionary was seeing the special key added by jat@google.com · 15 years ago
- f4808d9 Reitveld: http://gwt-code-reviews.appspot.com/144805 by spoon@google.com · 15 years ago
- 33e16f0 Reitveld: http://gwt-code-reviews.appspot.com/89810 by spoon@google.com · 15 years ago
- 1692cb1 SameParameterValueOptimizer should ignore methods called from native code. by aizatsky@google.com · 15 years ago
- cd1546e Use JAnnotation API for ArtificialRescue Patch by: bobv Review by: scottb by bobv@google.com · 15 years ago
- 8801308 Fixes a bug where switch(this) doesn't work if the type by spoon@google.com · 15 years ago
- f14e7ea Compiler infrastructure addition to selectively retain Java annotations in the AST. by bobv@google.com · 15 years ago
- c2163e6 Adding RegExp to public GWT (native version, pure Java version, tests) by tomerigo@google.com · 15 years ago
- 160a8f2 Fixes issue 4512. In JsStackEmulation, avoid rewriting references to by spoon@google.com · 15 years ago
- 46469f4 This addresses a problem with the recent patch, in that it is giving by jat@google.com · 15 years ago
- 0911b5f Improve user experience of StackOverflowError (like OOM works currently). by scottb@google.com · 15 years ago
- 029d2f4 sort & format by scottb@google.com · 15 years ago
- bc9395d Minorly improves InternalCompilerException preloading. by scottb@google.com · 15 years ago
- 334c191 Bridge methods should use the same source info (and param names) as the bridged-to method. by scottb@google.com · 15 years ago
- a24e2d9 Move @SuppressWarnings("unused") up to the top level of JavaASTGenerationVisitor, since all the invocation is reflective. by scottb@google.com · 15 years ago
- 08e7d74 Fix NPE in DevMode if the war directory doesn't exist. by jat@google.com · 15 years ago
- 2ab6d89 Fixes a couple of checkstyle errors. by jlabanca@google.com · 15 years ago
- a0bd888 The main point of this patch is to address issue by jat@google.com · 15 years ago
- 17e77b7 Make com.google.gwt.lang.Array's instance methods always be in the by spoon@google.com · 15 years ago
- 9356917 Allow CssResource to handle identifiers containing underscores or that have a leading hyphen. by bobv@google.com · 15 years ago
- 112a1d9 Rolling back r7407 to unbreak the build. by spoon@google.com · 15 years ago
- 9d0ab0d Make com.google.gwt.lang.Array's instance methods always be in the by spoon@google.com · 15 years ago
- e71dbf0 When deciding whether a compilation is for IE6, check all of the current by spoon@google.com · 15 years ago
- f50b208 Misc formatting / checkstyle fixes. by scottb@google.com · 15 years ago
- 9d7a8c5 Changes missing from r7378. by jat@google.com · 15 years ago
- cad5834 Fix problems with getting parameter names in generated code. This manifests by jat@google.com · 15 years ago
- 6050ca6 Fixes mkdirs order in Util.writeStringAsFile(). by scottb@google.com · 15 years ago
- 24882c0 Allows JSNI references to non-overloaded methods to use * in place by spoon@google.com · 15 years ago
- 94cc660 Fix external issue 4425 - '\0' chars in string literals were being escaped by rice@google.com · 15 years ago
- 27b92b8 Fixes issue 1822. Arrays now implement Serializable and Cloneable. by spoon@google.com · 15 years ago
- 0ea3fce Fixes two XML issues in the Compile Report: some unicode characters slipped through, and some invalid XML characters were not escaped. by kprobst@google.com · 15 years ago
- 003c0c8 Fixes JSORestrictions crash in bad units. by scottb@google.com · 15 years ago
- 98c5516 When SameParameterValueOptimizer substitutes a value by spoon@google.com · 15 years ago
- 260b0ac Sort and format. by spoon@google.com · 15 years ago
- ed766af Add class and method resymbolization to JUnitShell to improve production-mode stack traces for continuous builds. by bobv@google.com · 15 years ago
- 2850653 Make @url and the gwt-image property of @sprite blocks accept dot-path values so that they can be used with nested ClientBundles. by bobv@google.com · 15 years ago
- 4f2e387 Fixing error message on <script> tag with conditionals in .gwt.xml. by scottb@google.com · 15 years ago
- ab2e8f0 ExpressionAnalyzer fix for clinit field refs. by scottb@google.com · 15 years ago
- b614fdf variable naming fix as suggested by Scott. by fabbott@google.com · 15 years ago
- 4f6bdeb Fix benchmark viewer. by jat@google.com · 15 years ago
- 5250633 Fixes failure of TypeOracleMediator to resolve primitive arrays. by scottb@google.com · 15 years ago
- 310286e Adding a simple 3x retry algorithm to XhrLoadingStrategy, and exposing it to GWT.create so users can more easily override both the AsyncFragmentLoader.LoadingStrategy and also AsyncFragmentLoader.Logger. Also tweaked the logging, so that load failures can see what was being requested and what data arrived. by fabbott@google.com · 15 years ago
- faedc78 JsniChecker should resolve methods defined by super interfaces. by scottb@google.com · 15 years ago
- 1747b31 Tracks nullness within the compiler by adding a JNonNull type. by spoon@google.com · 15 years ago
- 0754de8 Restores logging for recursive unit invalidation. by scottb@google.com · 15 years ago
- 9be8ecc Fixes a bug in recursive unit invalidation. by scottb@google.com · 15 years ago
- a741775 Fix for hosted.html missing plugin warning in IE7+ quirks mode. by jgw@google.com · 15 years ago
- b674d9f Fixing bad log message. by scottb@google.com · 15 years ago
- b50b1e5 Preload InternalCompilerException. by scottb@google.com · 15 years ago
- a68da92 Don't validate servlet tags with -noserver. by scottb@google.com · 15 years ago
- 4dc5d77 Move default extras logic into Compiler.run(). by scottb@google.com · 15 years ago
- ef3d43f Update location of missing plugin app. by bobv@google.com · 15 years ago
- b7c9fae Change Swing find keybindings to better match expected values: Ctrl-G for by jat@google.com · 15 years ago
- 644a71c Fix for XSLinker, to catch up to $sessionId by fabbott@google.com · 15 years ago
- 1e0e456 Prettyfies the Compile Report dashboard by sorting permutation IDs in proper ascending order. by kprobst@google.com · 15 years ago
- dcdf90f Fix external issue 4260: FieldSerializer problems with non-Latin class names by rice@google.com · 15 years ago
- 948e3cd Changing mentions of SOYC to Compile Report (in comments, documentation, and compiler output). by kprobst@google.com · 15 years ago
- 39e4186 Change launch method dropdown into discrete buttons. by jat@google.com · 15 years ago
- 2414070 UI cleanups -- move all Swing interaction to the UI thread, add a notification by jat@google.com · 15 years ago
- faa843c Got rid of port-guessing logic. We now use setStartupURLs as our init hook. We no longer send over the dev mode query params. We send over the startup URLs. by rdayal@google.com · 15 years ago
- 4b72ef6 Improve the DevMode UI, both for GPE and Swing: by jat@google.com · 15 years ago
- 63daa31 Remove TODOs from hosted.html, captured in issues instead. by jat@google.com · 15 years ago
- 0d3bb24 Disconnected plugin glasspanel lightened to 75% opacity. by scottb@google.com · 15 years ago
- f6053a1 Use a css expression for hosted.html's disconnect screen in IE6 standards mode. by scottb@google.com · 15 years ago
- b2d31ba Adds deprecation warning to direct use of SoycDashboard. Review by: spoon by kprobst@google.com · 15 years ago
- c47f939 Make compiler log start counting permutations at 0 (again). This makes it consistend with everything else. by kprobst@google.com · 15 years ago
- ebb93d3 Improved error handling of failure to connect to remote UI. by rdayal@google.com · 15 years ago
- 1321ee1 Adds an info message to indicate when a module has loaded successfully. by rdayal@google.com · 15 years ago
- 2595f75 Makes compile report handle collapsed permutations (rather than swallowing them) by kprobst@google.com · 15 years ago
- b4ed203 All references in __gwt_disconnect_impl() now refer to top window / document. by scottb@google.com · 15 years ago
- b178842 Add guards to make __gwt_disconnected more foolproof. by scottb@google.com · 15 years ago
- 4e62aef Formatting & fix bug where outer.firstChild would return the wrong node (a text node). by scottb@google.com · 15 years ago
- 9f558db Reorders a swing operation to prevent a startup race condition that was causing the first log message to render huge and with no text. by scottb@google.com · 15 years ago
- 58ef9d9 Sort & format. by scottb@google.com · 15 years ago
- 69eb5dd Adds a __gwt_disconnected function to hosted.html, which glasses the screen and puts up a disconnect message. by scottb@google.com · 15 years ago
- 0dd6b5d Remove legacy support from hosted.html. by scottb@google.com · 15 years ago
- 4b42d4e Fix handling of onModuleLoad errors, handle HelpInfo with null URLs, by jat@google.com · 15 years ago
- 326c466 Tweaks to get restart server up and running. We now always indicate that we by rdayal@google.com · 15 years ago
- 4b46483 Update location of MissingPlugin app. by bobv@google.com · 15 years ago
- d9d4507 Use gwt.codesvr instead of gwt.hosted in JUnitShell by rice+legacy@google.com · 15 years ago
- 313fa77 Unify DevMode's startupModules and alreadySeen modules to simplify code. by scottb@google.com · 15 years ago
- f9e1ab1 Compile report artifacts are now printed to the extras directory rather than the public war directory. by kprobst@google.com · 15 years ago
- 911440a Makes the -remoteUI flag undocumented. Cleans up the help text a little for a variety of flags. by bruce@google.com · 15 years ago
- b14b3b4 Drop Request/Response Logging Levels down to TRACE when using the Remote UI. A bit of a hack had to be added to achieve this; we'll have to think of an improved way to pass this type of information to other areas of the system (such as SCLs) in the near future. by rdayal@google.com · 15 years ago
- a6de216 Fix mentions of 'hosted mode' in comments by rice+legacy@google.com · 15 years ago
- 9bd2c80 Fix up native lines + mime type svn props. by scottb@google.com · 15 years ago
- 48eb108 GWTShell must not link public and autogenerated artifacts into the shell generated resource directory. by scottb@google.com · 15 years ago
- 061e02b JUnit's -noserver option was not actually doing anything useful. by scottb@google.com · 15 years ago
- 838a666 In JsniChecker, suppressed warnings should cascade down to nested members. by scottb@google.com · 15 years ago
- f13deb0 JsniChecker should support the "::new" syntax. by scottb@google.com · 15 years ago
- 443a329 Fixes an NPE in JsniChecker; improves test coverage on JsniCollector and JsniChecker. by scottb@google.com · 15 years ago
- ae12d73 Rearrange how module logging is handled. by jat@google.com · 15 years ago
- 44d382d Fix remaining user-visible "hosted" references, cleanup javadoc. by jat@google.com · 15 years ago
- bc14bb1 One-line fix to building with Precompile/CompilePerms/Link. by spoon@google.com · 15 years ago
- a8dec65 Properly sorts the get/setCodeServerPort methods by bruce@google.com · 15 years ago
- 547c1d6 Tweak log levels and don't launchURLs if we are using the RemoteUI. by mmendez@google.com · 15 years ago
- d7f5d84 Renamed the portHosted option to codeServerPort and associated types. by mmendez@google.com · 15 years ago
- b8464de Revert "Operations like i += d where i is an int and d is a double are not properly" due by rjrjr@google.com · 15 years ago
- 4124dfc Pin modules in DevMode/DevModeBase until they are actually invoked. by rice@google.com · 15 years ago
- aa83757 Add a prefetch queue to AsyncFragmentLoader. User code can add split points to by spoon@google.com · 15 years ago