- 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
- a25b71b Adds a Throwable unit to JavaResourceBase. by scottb@google.com · 15 years ago
- bf713d1 Better failure messages for UnitTestTreeLogger on collections. by scottb@google.com · 15 years ago
- 9ca87f6 Extracts CompilationStateTestBase from CompilationStateTest to reuse. by scottb@google.com · 15 years ago
- a98c5a2 CompiledClasses now compute local class status from JDT. by scottb@google.com · 15 years ago
- 2707b14 Adds a name to all gwt.junit test targets so we can easily tell which one failed. by jlabanca@google.com · 15 years ago
- 1f3ca78 Shuffle startup ArgHandlers around so that options irrelevant to DevMode don't show up in its help page. by bobv@google.com · 15 years ago
- 2bd7eb3 Avoid use of Arrays.copyOf since that was added in JDK1.6. by jat@google.com · 15 years ago
- 145da0f Add support for more structured GWT versions. by jat@google.com · 15 years ago
- 18d2875 Clarify JsniCollector.SourceCache comment. by scottb@google.com · 15 years ago
- 7855f95 Updated SOYC dashboard styling. by kprobst@google.com · 15 years ago
- 27fb244 Propagate log colors to lower-priority ancestors. by jat@google.com · 15 years ago
- 7720e43 Adds patch to JsStaticEval to simplify literal1 + literal2 operations. (where literal can be one of: null, boolean, number, string) by cromwellian · 15 years ago
- 11974b2 Modified the remote UI protocol to send an initialization message with the by rdayal@google.com · 15 years ago
- 6d71ba1 Fixes an overly long filename in a compile report. by spoon@google.com · 15 years ago
- 52f72f8 Fixes an NPE when a logged exception returns null for the stack trace. by mmendez@google.com · 15 years ago
- fd52b1f During a module transition, remove all enqueued JS jobs. Seems to fix the by amitmanjhi@google.com · 15 years ago
- c2a8326 We were failing to close the newly-opened FileInputStream, and thankfully StandardGeneratorContextTest caught it. by scottb@google.com · 15 years ago
- 6c23880 Rewrites some if statements into boolean expressions. by scottb@google.com · 15 years ago
- 2bc072d Fixes a very obscure bug in ControlFlowAnalyzer. by scottb@google.com · 15 years ago
- 69dedf0 Fix javadoc tag errors. Many of these look fine in Eclipse but fail with by rice@google.com · 15 years ago
- 09b0070 Fixes a bug where JavaToJavaScriptCompiler assumes PropertyOracle#getSelectionProperty will return null if a property is not defined, but it actually throws a BadPropertyException. by jlabanca@google.com · 15 years ago
- 49c413c Code cleanup forCompositeTreeLogger, AbstractTreeLogger by scottb@google.com · 15 years ago
- 0d980ef Remove two unused imports by rice@google.com · 15 years ago
- e2101d8 IO improvements to DiskCache and UnifiedAST. by scottb@google.com · 15 years ago
- 63f9676 Fixing svn props on many java files where this was missing. by scottb@google.com · 15 years ago
- 351e583 Implements "-XshardPrecompile" for sharding the precompilation. by scottb@google.com · 15 years ago
- e8967a2 A PermutationResult is now integrally tied to a Permutation. by scottb@google.com · 15 years ago
- ab27191 Refactor SOYC to produce artifacts more directly. by scottb@google.com · 15 years ago
- 5c75220 Refactor StandardLinkerContext output/extra/file/jar implementation to not suck. by scottb@google.com · 15 years ago
- 4c66da8 Makes StandardGeneratedResource portable. by scottb@google.com · 15 years ago
- a237a5f Update doc on ArgHandlerDumpSignatures and ArgHandlerMaxPermsPerPrecompile. by scottb@google.com · 15 years ago
- b862f1a Sort Properties.java by scottb@google.com · 15 years ago
- 19480e9 Fix warnings by removing or suppressing warnings for: by rice@google.com · 15 years ago
- e29c1bd Exluding BrowserManagerTest from the dev tests. It is brought when we compile the user files (we need to compile hello sample for dev tests) because BrowserManagerTest is actually in user/src, not user/test. by jlabanca@google.com · 15 years ago
- c5c17c6 Recommitting r6449 (Adds basic test case for SOYC) with fix. Compiled user files are now added to javac.junit.out instead of javac.out to prevent rebuilding of dev. by jlabanca@google.com · 15 years ago
- f45b47f Rolling back r6449 (Soyc test). by kprobst@google.com · 15 years ago
- 05a590d Reduces some compiler spew. by kprobst@google.com · 15 years ago
- 9e844bd Cleans up SOYC options: -compileReport is now preferred way to generate SOYC reports, -soyc is now undocumented, and getting detailed SOYC report now automatically implies the regular SOYC report also. by kprobst@google.com · 15 years ago
- d4a0f1a Adds basic test case for SOYC. by kprobst@google.com · 15 years ago
- 126c9a3 Updates to use the rebased protobuf library. References to com.google.protobuf in RemoteMessageProto.java and ViewerServiceClient.java have been updated. Also updated licensing information to indicate that modifications to the library were made. by rdayal@google.com · 15 years ago
- 5e58f0d Add a 'sessionId' field to GWT lightweight metrics events, which is set to the value of by rice@google.com · 15 years ago
- dcf4f49 Fixes a couple of build-breaking, checkstyle violations: remove extra newline and don't checkstyle the protoc generated java source. by mmendez@google.com · 15 years ago
- 33cff9f Merge branch 'remote-ui-communication' at r6431 into trunk by mmendez@google.com · 15 years ago
- 44f8d29 Bugfix when rewriting static calls with JMultiExpr qualifiers by rjrjr@google.com · 15 years ago
- 1dd84c5 Revert "Cleans up SOYC options: ", trunk@6416, due to checkstyle build break. by rjrjr@google.com · 15 years ago
- b4e9b3c Cleans up SOYC options: by kprobst@google.com · 15 years ago
- bbd43b0 Don't print stack trace when we lose the remote OOPHM connection. by jat@google.com · 15 years ago
- b984cf0 Add URL help on warning message for an old plugin. by jat@google.com · 15 years ago
- eb73662 Fix SingleJsoImpl hosted mode crash with contravariant return types in virtual by jat@google.com · 15 years ago
- b92ef9a Remove last traces of dev/oophm. by jat@google.com · 15 years ago
- a81c396 Move dev/oophm/* to dev/core in preparation of deleting the oophm directory. by jat@google.com · 15 years ago
- 3de84af Add back a HostedMode entry point that logs a warning and redirects to DevMode. by jat@google.com · 15 years ago
- 54a6014 Rename HostedMode to DevMode and HostedModeBase to DevModeBase. by jat@google.com · 15 years ago
- 5fc785a After upgrading HtmlUnit from 2.5 to 2.7-snapshot, sending an explicit QUIT by amitmanjhi@google.com · 15 years ago
- 69f6d39 Fix for Issue #4002 Patch by: cromwellian Review by: scottb by cromwellian · 15 years ago
- 6f6bafc Fix JsInliner improperly inlining array, object, and function literals. by cromwellian · 15 years ago
- 58090c8 Initial add of Scheduler API. by rjrjr@google.com · 15 years ago
- 3279b3f Add $entry magic function to guarantee correct entry and exit of GWT code from ex by rjrjr@google.com · 15 years ago
- f7480d6 Adds com/google/gwt/soyc/** to standalone compiler. by scottb@google.com · 15 years ago
- 64a55cb Add back IE proxy handling for CheckForUpdates. by jat@google.com · 15 years ago
- b128350 Modifying hosted.html so it only reaches up to windows that it has permission to access. by jlabanca@google.com · 15 years ago
- e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
- 5868bc7 Reverted c6310 (which created a temporary directory for updating HtmlUnit, by amitmanjhi@google.com · 15 years ago
- 6fc7f4d Abstract out the UI so that an external tool can supply its own (such as the by jat@google.com · 15 years ago
- 095e0aa Overhaul of SOYC dashboard styling. by kprobst@google.com · 15 years ago
- 39f4ee4 Various fixes for deRPC. by bobv@google.com · 15 years ago
- 9edc581 Patch to enable upgrade to latest HtmlUnit snapshots. Created a temporary dir by amitmanjhi@google.com · 15 years ago
- 357b901 Changed the plugin code, in response to changes in HtmlUnit's internal Api in by amitmanjhi@google.com · 15 years ago
- e606905 Adding a white background the to noscript warning so it shows up against all backgrounds. by jlabanca@google.com · 15 years ago