- 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
- a565724 Operations like i += d where i is an int and d is a double are not properly by spoon@google.com · 15 years ago
- 7db9821 Add support for calling into OS X's Application class to set the Dock icon and clean up the application menu. by bobv@google.com · 15 years ago
- f4ab090 Fix breakage against JDK 1.5 due to r6973. by jat@google.com · 15 years ago
- 264d4df Reduce unnecessary public visibility, add javadoc. by jat@google.com · 15 years ago
- 4e88e90 Reduce log levels for DevMode startup and remove stderr logging of startup URL. by jat@google.com · 15 years ago
- 7047d35 Adding a slew of reserved words, taken from mozilla and microsoft sites by fabbott@google.com · 15 years ago
- 92f752d Adds additional icon sizes so Alt-Tab (etc) doesn't try and scale up the 16x16 by jat@google.com · 15 years ago
- 923da25 Change font in bottom panel of Swing tree logger to match the upper panel. by jat@google.com · 15 years ago
- 7b4a545 GWTShell now reuses dev mode linking code to populate its generated resources directory. by scottb@google.com · 15 years ago
- 50c5ca6 Cleanup of ModuleDef loading. by scottb@google.com · 15 years ago
- e3f10af Fix thread safety issues in GwtLocaleFactoryImpl and LocaleUtils. by jat@google.com · 15 years ago
- 78de928 Fixes workDir directory contention between multiple concurrent hosted mode sessions. by scottb@google.com · 15 years ago
- 5914e0f Remove unused method from ModuleSpace. by scottb@google.com · 15 years ago
- 9b0118b Fixes a race condition creating StandardGeneratorContext's diskCache. by scottb@google.com · 15 years ago
- 0780856 SOYC artifacts should be private. by scottb@google.com · 15 years ago
- a949cfb Restore behavior where hosted mode linking will not overwrite a newer compiled selection script. by scottb@google.com · 15 years ago
- ceb757b Work around JSNI uses of JSOs as maps on Chrome in DevMode (where the plugin by jat@google.com · 15 years ago
- 0433781 Fix generators being interleaved between threads, since most generators are by jat@google.com · 15 years ago
- bf07f70 Updates the query param to the canonical "gwt.codesvr" instead of the legacy "gwt.hosted". by bruce@google.com · 15 years ago
- c365a48 Makes the "missing plugin" iframe take up the entire window for a reasonably nice look that works across browsers. by bruce@google.com · 15 years ago
- 7d6e7b4 Fix Issue 4045: cannot start in Turkish locale by rice@google.com · 15 years ago
- 2680a74 Synchronizing OophmSessionHandler#loadModule to ensure that two modules never load at the same time. by jlabanca@google.com · 15 years ago
- 1737510 Adds a start() method to MessageTransport. The message transport threads are no longer started in the constructor; they are only started once the start() method is called. by rdayal@google.com · 15 years ago
- ac9a27f Synchronizing ModuleDef#getResourceOracle(), which causes things to break in dev mode because we sometimes create a bunch of oracles that step on each other. Also synchronizing some generator classes that use a cache. by jlabanca@google.com · 15 years ago
- 40df3aa Fix a problem with local static classes, plus clean up naming, comments by jat@google.com · 15 years ago
- 3692b6f This patch for a problem discussed on GWTC, fixes a problem in getting the real by jat@google.com · 15 years ago
- 1eaa30a Merge r6869 from releases/2.0 into trunk. This fixes line endings and by jat@google.com · 15 years ago
- 5d8d33f Fixes a unit testing break introduced by r6859. by mmendez@google.com · 15 years ago
- c7d9e51 Close the socket used by the MessageTransport class if we experience any errors. Included Scott's assertion message improvements from http://gwt-code-reviews.appspot.com/100805. by mmendez@google.com · 15 years ago