- 40adf9c Removes vestiges of TypeOracle support for local types. by scottb@google.com · 15 years ago
- 67afd8f Remove stale comment in BuildTypeMap by scottb@google.com · 15 years ago
- bcdb100 Refactor TypeOracle to prevent external mutations. by scottb@google.com · 15 years ago
- 9197350 Fixing capitalization of 'GWT Development Mode' in hosted.html by fredsa@google.com · 15 years ago
- de99bd3 Removes CompilationUnit.isCompiled(). by scottb@google.com · 15 years ago
- b5eb477 Rolling back r8522: For synthetic this refs, use params rather than fields while in constructors by scottb@google.com · 15 years ago
- 955ac9b For synthetic this refs, use params rather than fields while in constructors by scottb@google.com · 15 years ago
- 2778c04 Add @Override tags in order to be able to enable Eclipse warnings without being drowned by rice@google.com · 15 years ago
- 9111d72 Annotate the SpeedTracer log data with some extra info. by conroy@google.com · 15 years ago
- 5aff9a0 When dev mode fails to load a module, update the $wnd.title with a summary of the by fredsa@google.com · 15 years ago
- c3dca8b Recommiting the new CrossSiteIframeLinker. by spoon@google.com · 15 years ago
- 809ca71 Create a glass panel when dev mode fails to load your module, exactly like the glass panel which indicates by fredsa@google.com · 15 years ago
- 85b9a78 Refactor SpeedTracerLogger to use Event objects for controlling start/stop by conroy@google.com · 15 years ago
- c208db5 - Adds more instrumentation of the Compiler with SpeedTracerLogger. by zundel@google.com · 15 years ago
- ae423fe Add SpeedTracerLogger instrumentation to DevMode by conroy@google.com · 15 years ago
- ed81c5a Reintroduce changes from r8440, with a fix to ZipFileResource and update related tests. by conroy@google.com · 15 years ago
- 8385787 Put in a new fix for DevMode logging that uses bytecode rewriting rather than swapping out by unnurg@google.com · 15 years ago
- 17e79f6 Rollback r8440 changes again by conroy@google.com · 15 years ago
- 5c8bd80 SpeedTracerLogger: Don't throw exceptions on missed events. Instead, try to recover gracefully. by conroy@google.com · 15 years ago
- 85bbd6a Add a file check to handle edge cases like broken symbolic links when scanning directories for resources. by conroy@google.com · 15 years ago
- ddfbd38 Removes the unnecessary ErrorCompilationUnit. by scottb@google.com · 15 years ago
- 1c2ce0b Reintroduces changes from r8440 by conroy@google.com · 15 years ago
- 15e7957 Ensure that we give createTempFile at least 3 characters for the prefix by conroy@google.com · 15 years ago
- 31c333f Fix warnings and checkstyle errors by rice@google.com · 15 years ago
- 24571c4 rollback of optimizations that caused problems for some projects by unnurg@google.com · 15 years ago
- 8f5ac69 Optimize ResourceOracle Refresh by removing some archaic guarantees and some by conroy@google.com · 15 years ago
- 19989a6 Remove bogus @SuppressWarnings that eclipse wanted by rjrjr@google.com · 15 years ago
- e8bbe79 - Refactors SpeedTracerLogger so that the start() and stop() methods are static by zundel@google.com · 15 years ago
- 91d8bfd Fix 1.6 style @Overrides, and quiet a warning. by rjrjr@google.com · 15 years ago
- 5abe009 Ensure bridgeMethods is initialized, even when constructed from other subtypes, such as MissingTypeBinding. by tobyr@google.com · 15 years ago
- 02a1160 More steps toward separate compilation. by tobyr@google.com · 15 years ago
- 15193aa Rollback update to Jetty7 since it is causing classloader problems in by amitmanjhi@google.com · 15 years ago
- aa5398b Add some missing ASM classes by tobyr@google.com · 15 years ago
- e6fc013 Rolling back the cross-site linker using an iframe. It's not clear this is a safe change for all apps. by spoon@google.com · 15 years ago
- 4e996fe Modifies the cross-site linker to put its code in an iframe by spoon@google.com · 15 years ago
- 3306c97 Adds a class to log performance information in a format by zundel@google.com · 15 years ago
- 81a68ac Adds BinaryTypeBinding from JDT 3.4.2 in preparation for changes. by tobyr@google.com · 15 years ago
- 7b856a0 Add first-class support for [array].length in the compiler. by tobyr@google.com · 15 years ago
- 3cd0a92 Improve ExpressionAnalyzer with newer compiler info. by scottb@google.com · 15 years ago
- 6d40553 Wrap GWT.runAsync() entry points with $entry . by spoon@google.com · 15 years ago
- bdb912c Stop including backtraces whenever an annotation class is either by bowdidge@google.com · 15 years ago
- 1714263 Adds Java classes for JSON serialization/deserialization to complement by zundel@google.com · 15 years ago
- e216d8f Fixing CFG handling of labelled breaks inside the switch. by aizatsky@google.com · 15 years ago
- aa1f76b Do some cleanup on BuildTypeMap. by tobyr@google.com · 15 years ago
- 2d25998 Implement GWT.isProdMode() by scottb@google.com · 15 years ago
- af5d767 Fix some bugs in symbol dumping. by scottb@google.com · 15 years ago
- e80a1ee SafeASTVisitor unilaterally avoids visiting error/unreachable local types by scottb@google.com · 15 years ago
- 080b643 Allows Linkers to mark themselves as shardable by including a by spoon@google.com · 15 years ago
- 1badded Add numeric types required for autoboxing support to INDEX_TYPES_SET. by tobyr@google.com · 15 years ago
- c6b9d18 Fixes a bug where temp local declarations could sometimes end up in a for statement's increments list. by scottb@google.com · 15 years ago
- f28d77a JSNI ::new() now targets constructors directly. by scottb@google.com · 15 years ago
- 5ed7c38 Reorder outer 'this' constructor arguments to come before user arguments. by scottb@google.com · 15 years ago
- 62e51a6 Fix abs breakage, the compiler was rewriting 0.0-x with -x, which by jat@google.com · 15 years ago
- 14e8c21 Normalize Array.getClass() by scottb@google.com · 15 years ago
- edfd992 Update to Jetty 7.0.2. by jat@google.com · 15 years ago
- 4f3e817 Work around Safari 5 failures where right-shift of a non-integer is not by jat@google.com · 15 years ago
- 7c394a5 The DevMode JSO changes are too complex to integrate as a single change. Need to find a better strategy. by bobv@google.com · 15 years ago
- 2928a18 Reintroduces DevMode JSO rewrite after correcting VerificationErrors. by bobv@google.com · 15 years ago
- 5807b49 Reduce Eclipse warnings to a dull roar by rice@google.com · 15 years ago
- 5d51f8e Roll back JSO changes due to reports of NPEs in MethodWriter. by bobv@google.com · 15 years ago
- 50dca76 Reintroduces DevMode JSO rewrite after correcting VerificationErrors. by bobv@google.com · 15 years ago
- b4931f3 Adds more logging to JUnitShell. The redundant logging will be removed later. by amitmanjhi@google.com · 15 years ago
- 7d73777 Update HtmlUnit logging. by amitmanjhi@google.com · 15 years ago
- 38b3eca Removes the -XshardPrecompile option. by spoon@google.com · 15 years ago
- d9f13ab Add Firefox 3.7alpha support (still need Windows changes). by jat@google.com · 15 years ago
- ad33b8c Add useful hooks into GWT to allow other tools to parse and analyze Java code. by bowdidge@google.com · 15 years ago
- ccef588 Moving gwt logging over from the IO branch. Changed the gwt.logging by unnurg@google.com · 15 years ago
- 8db0725 Optimize CfgBuilder.BuilderVisitor.addNode(). by avassalotti@google.com · 15 years ago
- e8ac334 A new model for external types by scottb@google.com · 15 years ago
- dfa2a06 Rolling back DevMode JSO change due to VerifyError. by bobv@google.com · 15 years ago
- a3bc0d8 Part 2: Update DevMode JSO runtime to new model. by bobv@google.com · 15 years ago
- 60fe18a Fixes pathological slowness in remote UI logger (GPE). by scottb@google.com · 15 years ago
- bbb8202 Faster version of LongLib by rice@google.com · 15 years ago
- d54a4bd Mirroring got broken around the merge from branches/2.1, although I'm by gwt.mirrorbot@gmail.com · 15 years ago
- 81b79bd Set the superclass of the value map inner class to be Object. Every class deserves to have a superclass. by bowdidge@google.com · 15 years ago
- a85192c Adds some additional api area to our test compilation units. by scottb@google.com · 15 years ago
- 993ff82 Merges r8060 from the 2.1 I/O branch into trunk. by spoon@google.com · 15 years ago
- 11b85e1 Merging from the 2.1 I/O branch through r8059 by spoon@google.com · 15 years ago
- 08c1520 Merges r7984 from the 2.1 I/O branch into trunk. by spoon@google.com · 15 years ago
- 2846ba5 Merges r7983 from the 2.1 I/O branch into trunk. by spoon@google.com · 15 years ago
- e13bab5 Fixes a bug in the compile report dashboard where entries with same sizes were by kprobst@google.com · 15 years ago
- 254362c Introducing lattice TOP for constants. Making it starting value. by aizatsky@google.com · 15 years ago
- d770fa5 CFG: fixing case fallthrough. by aizatsky@google.com · 15 years ago
- ab11e00 Fixing division by zero while evaluating constant expression. by aizatsky@google.com · 15 years ago
- d413ce0 The gflow constant analyzer assumes that parameters by spoon@google.com · 15 years ago
- abc6da7 Updates the list of aggressive optimizations to be those by spoon@google.com · 15 years ago
- 7f3adca Re-rolling r7955: JUnitShell now subclasses DevMode instead of GWTShell. by scottb@google.com · 15 years ago
- 8a78d4c Rolling back the recent change to JUnitShell pending discussion by spoon@google.com · 15 years ago
- 8e16dbe Fix missing flush in sending a SwitchTransport message. by jat@google.com · 15 years ago
- 49867cd Update some old selection script templates for modern dev mode by scottb@google.com · 15 years ago
- ec121f8 JUnitShell now subclasses DevMode instead of GWTShell. by scottb@google.com · 15 years ago
- e1c76f7 Log AssertionErrors thrown by Generators to improve developer experience. by bobv@google.com · 15 years ago
- 658cc74 Sort & format. by scottb@google.com · 15 years ago
- 083b65b CFG: Always jumping to first case statement by aizatsky@google.com · 15 years ago
- 0c5c2ef Fixes a couple of issues with the RemoteUI and GPE DevMode view interaction. The problem is GPE shows the startup URLs in the DevMode view _before_ the modules were fully loaded. The root issue is GPE does not receive the moduleLoadComplete message. When we went to push this message to GPE, we discovered the protobuf is too restricted: the RequestType cannot have new values and maintain backwards compatibility. This is because requestType is a "required" field, so older GPE versions will not understand the new moduleLoadComplete message and thus have an undefined requestType, at which point an error is thrown because requestType is required. by jasonparekh@google.com · 15 years ago
- 368fc5b For compatibility with linkers that don't yet understand soft by spoon@google.com · 15 years ago
- 972b1f9 Fixes ICE in JsInliner. by scottb@google.com · 15 years ago
- 1c8b065 Have JsInliner refuse to interpose a new expression by spoon@google.com · 15 years ago
- 8a75f87 Allowing null clinit. by aizatsky@google.com · 15 years ago
- 2a00458 When analyzing method signatures to look up a JSNI by spoon@google.com · 15 years ago