- 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
- 7a56672 Sandboxes AbstractCompiler so that the backreference can be detached from internal JDT types. by scottb@google.com · 15 years ago
- 60e54bb Removes OptionCompilationStateRetained in favor of a new GC strategy. by scottb@google.com · 15 years ago
- 5c1bd78 FindJsniRefVisitor can no longer beSloppy(). by scottb@google.com · 15 years ago
- fdb5fa1 Make AnnotationProxyFactory store an unmofiable minimal map. by scottb@google.com · 15 years ago
- 7ad1bb2 Fixes a bug where using GWT 2.0 tip, and GAE 1.2.6 blows up with a Bus error. It is not entirely clear why this happens but the JVM shutsdown with no real feedback. by mmendez@google.com · 15 years ago
- b37f847 Resubmit of 6681 with a fix to ignore all virtual methods. by spoon@google.com · 15 years ago
- 60e2e1f Fix external issue 4140: Javascript deserialization error on JPA-annotated classes by rice@google.com · 15 years ago
- acf78ba r6834 broke the -gen option since GeneratedUnitWithFile delegates to its supertype, which always requires the DiskCache to be available. by bobv@google.com · 15 years ago
- b20e6a8 Major refactor of CompilationState and associated classes to fix concurrent refresh problems. by scottb@google.com · 15 years ago
- 2b88523 Refactors JSNI parsing/error reporting from GenerateJavaAST to JsniCollector. by scottb@google.com · 15 years ago
- 74ee4d5 Format GenerateJavaAST by scottb@google.com · 15 years ago
- 1cadca0 Moving several files from com.google.gwt.dev.javac.impl -> com.google.gwt.dev.javac by scottb@google.com · 15 years ago
- eaa565d Adding some useful PerfLogger messages. by scottb@google.com · 15 years ago
- e6c2915 Remove spammy logging from SoycTest. by scottb@google.com · 15 years ago
- 817fb0d Fix NPE when an unknown type is referenced in a class signature (this could be by jat@google.com · 15 years ago
- 70e58b9 Change top-window calculation to not follow the opener trail, and checkin by jat@google.com · 15 years ago
- f052b18 Missed update to GenerateJavaAST for final/volatile consistency. by bobv@google.com · 15 years ago
- 44652d8 Mark artificially-rescued fields as volatile. by bobv@google.com · 15 years ago
- 1505801 Fixes a problem where the DevMode server was hanging when the remote UI was shut by rdayal@google.com · 15 years ago
- 888f673 Generators now exist per-StandardGeneratorContext to avoid concurrency issues. by scottb@google.com · 15 years ago
- 9affbdb Model Enum.valueOf and Enum.values in TypeOracle since they are an implicit part of the language. by scottb@google.com · 15 years ago
- 65accff Shuffles some test classes around; adds missing tests to JavaCompilationSuite convenience test suite. by scottb@google.com · 15 years ago
- b8fd5ea Change missing plugin URL. by jat@google.com · 15 years ago
- 5742b64 Simplify resolution of annotations in TypeOracle. by scottb@google.com · 15 years ago
- d52a9ba TypeOracle now builds from bytecode instead of JDT structures (part of Instant Hosted Mode work). by scottb@google.com · 15 years ago
- a0ae7eb Big refactoring of test code and api-checker to remove dependencies on CompilationUnit. by scottb@google.com · 15 years ago
- 31d98e7 Remove an outdated reference to the compile/browse button by rice@google.com · 15 years ago
- 655fe8d When using the -remoteUI switch, the Main and Server loggers now log their by rdayal@google.com · 15 years ago
- 63c7541 Changes to the Message wire format: by rdayal@google.com · 15 years ago
- 011d43d Fixes two bugs in SOYC dashboard: by kprobst@google.com · 15 years ago
- 192041d Avoid infinite loop in hosted.html getTopWindow. by jat@google.com · 15 years ago
- 482479b Threading visitor implementation for JVisitor. Now both visit and by spoon@google.com · 15 years ago
- 6dbf448 Improve JsStaticEval to be able to perform optimizations on trees of JsBinaryOperations. by bobv@google.com · 15 years ago
- c4de756 Adds the needsAttention flag to the remote UI protocol. by mmendez@google.com · 15 years ago
- c83f845 Don't log UnableToCompleteException stack traces, that's not what they're for. by rjrjr@google.com · 15 years ago
- a0c780a Centralize a few standard MockJavaResources by rjrjr@google.com · 15 years ago
- 3b30b9d ModuleContext should not create a zillion TypeOracles. by scottb@google.com · 15 years ago
- 6d86bf7 TypeOracle.sort methods should be static. by scottb@google.com · 15 years ago
- f0dd144 Removing lots of old, unneeded code from DevMode hierarchy. by scottb@google.com · 15 years ago
- f57cb5e @Deprecate Resource.getURL() which isn't generally safe, and removes all overrides. by scottb@google.com · 15 years ago
- ff44d38 Looser coupling for ArtificialRescueChecker. by scottb@google.com · 15 years ago
- 8463b0a Slick trick with CompiledClass source location allows a much looser coupling of compilation unit validation code. by scottb@google.com · 15 years ago
- 589ca58 Give transient generated units a real source location & precompute hash while source is available. by scottb@google.com · 15 years ago
- 24a7f9f Add various ways of launching a browser for HelpInfo links, add support for by jat@google.com · 15 years ago
- 757abd4 Revert trunk@6681 "SameParameterValue optimization," due to build break. by rjrjr@google.com · 15 years ago
- c5b24fe SameParameterValue optimization. by spoon@google.com · 15 years ago
- 71a8608 Fix generic parameters for SingleJsoImpl types. by bobv@google.com · 15 years ago
- aa702eb Method overloads fix for SingleJsoImpl. by bobv@google.com · 15 years ago
- 67a1998 Fix ordering problem with SwingTreeLogger. The problem is that SwingWorker by jat@google.com · 15 years ago
- 3504238 Renames CompiledClass.getBinaryName() -> CompiledClass.getInternalName(). by scottb@google.com · 15 years ago