- 39f4ee4 Various fixes for deRPC. by bobv@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
- 875439d Adding the suffix ".if.enabled" to emma ant targets to avoid confusion. The targets are noops if emma.enabled is not defined. by jlabanca@google.com · 15 years ago
- d50bb57 This patch has the compiler run the SOYC dashboard if -soyc is specified. The by spoon@google.com · 15 years ago
- 4320eaf Reformat JavaScriptObjectNormalizer. by bobv@google.com · 15 years ago
- 2e032bf Fix compiler and hosted-mode crash caused by virtual overrides in SingleJsoImpl types. by bobv@google.com · 15 years ago
- f41dc6e Pass the SourceInfo of the mainType instead of null to JReboundEntryPoint when the binding isn't immediately known. Prevents an AssertionError when using the -manual flag. by jlabanca@google.com · 16 years ago
- 883e092 Fix path issue in SoycDashboard after moving soyc resources to a sub-directory. by kprobst@google.com · 16 years ago
- d23d67d Soyc dashboard: Adds permutation info to index page for each permutation by kprobst@google.com · 16 years ago
- 8334c30 Use <pre> around exception stack traces to preserve whitespace and use a by jat@google.com · 16 years ago
- 55cc5f4 Fix NPE when -logdir is not specified. by jat@google.com · 16 years ago
- 38529e8 Unbreak the build. by jat@google.com · 16 years ago
- 0dee736 adding a -logdir flag to hosted mode; no more taking screenshots of interesting stuff. by fabbott@google.com · 16 years ago
- 3404283 Updates Soyc dashboard settings processing to be more flexible with respect to symbol maps format. In particular, it now includes leading lines in symbol maps files that do not conform to the # { ... } format. by kprobst@google.com · 16 years ago
- ddbecbc Allow naming a runAsync call using a class literal. There are now by spoon@google.com · 16 years ago
- c05c4d1 Eliminates some dead links from the Soyc dashboard when displayDependencies is off by kprobst@google.com · 16 years ago
- 45c43a6 Fixes bugs where a cloned JMethodCall fails to preserve an overridden return type. by scottb@google.com · 16 years ago
- b09f4fe Remove icons, add short text names for browser tabs in Swing UI. by jat@google.com · 16 years ago
- 24852bd Make the GWT compiler pluggable through an experimental "x.compiler.class" configuration property. by scottb@google.com · 16 years ago
- d462925 Give the hosted mode JavaScriptObject implementation class a public constructor so it can be instantiated without violating access. by scottb@google.com · 16 years ago
- a0b42eb Fix for issue 3535, whitelist/blacklist warnings suggest invalid argument by fredsa · 16 years ago
- 1d30610 Additional fix for issue 3903. Adds noscript tags to additional samples by fredsa · 16 years ago
- 49c1661 Unbreak build by making parallel changes in Win/Mac that were made in Linux. by jat@google.com · 16 years ago
- 11f740b Change the way tabs work in the OOPHM UI: by jat@google.com · 16 years ago
- d280650 Separates the ADD binary operation into two separate operations, by spoon@google.com · 16 years ago
- 78d3580 This patch moves SOYC's source code underneath dev/core/src. It leaves by spoon@google.com · 16 years ago
- a86be7e This patch removes the META-INF/services dir from xercesImpl.jar that by amitmanjhi@google.com · 16 years ago
- 9018eb1 Updates XML escaping for SOYC. Previously, some UTF-8 characters slipped through that are not allowed in XML, which caused the dashboard to crash. This fixes the problem. by kprobst@google.com · 16 years ago
- 8957a8c Correct a problem with showing the troubleshooting iframe, add support for by jat@google.com · 16 years ago
- eeed283 Formalize how default extensions are provided by ClientBundle resource types. by bobv@google.com · 16 years ago
- 344f1e6 Make Condition and Conditions Serializable so that they may work with multiple-worker builds. by bobv@google.com · 16 years ago
- e3c88de Adds a Text->Text transformation pass which sorts functions by size and clusters them by edit distance. It also integrates the IE7 block-size fix by introducing inner block scopes whenever 32767 top-level statements are added to the output. by cromwellian · 16 years ago
- 247a950 Rework stack trace emulation flag. by bobv@google.com · 16 years ago
- 4eee8e1 Implement conditional <set-property> module directives. by bobv@google.com · 16 years ago
- 3f93da5 Issue 3936: work around JDT by not computing CUD from scope chain. by scottb@google.com · 16 years ago
- 171dd16 Stop trying to launch Firefox from OOPHM (it doesn't work without extra by jat@google.com · 16 years ago
- 29857b9 Fixes a problem where the compiler did not emit dependency information by spoon@google.com · 16 years ago
- 28f568d Rollback to last green build, 5956 by rjrjr@google.com · 16 years ago
- 4b10f70 Added unary prefix '+' operator to AST to fix, Issue #3942. Modified Js code-gen to insert spaces in appropriate places to maintain correct precedence. (e.g. a+ +b should not become a++b) by cromwellian · 16 years ago
- 6b2986d Function Clustering, improves gzip compression by significant margin. Top-level block restructuring for IE7 is now done purely via a text-transformation, while in-method block restructuring is done via the AST. Block restructuring is only performed for IE permutations (or permutations with no user.agent specified). by cromwellian · 16 years ago
- 02288a7 Reverted for now as this appears to be causing a problem in some apps. by cromwellian · 16 years ago
- 04f6688 Fix for issue #3942. by cromwellian · 16 years ago
- c9c7a86 Build fix: expected error messages including compilation unit name updated to match the corrected pathname from MockCompilationUnit. by scottb@google.com · 16 years ago
- 1c75de6 Build fix: SerializableTypeOracleBuilderTest should use all the standard units. by scottb@google.com · 16 years ago
- f64afe2 Creates infrastructure to test individual compiler passes. by scottb@google.com · 16 years ago
- 611ede6 Add a tabKey to the LoadModule message so that we can differentiate between by jat@google.com · 16 years ago
- d41fe41 Fixes plugin backwards-compatibility fallback error in Safari. by jgw@google.com · 16 years ago
- 1d4cf5b Re-introduces c5892 that rolled htmlunit dependencies in gwt_dev_jar and by amitmanjhi@google.com · 16 years ago
- 0663fb9 Hacky fix to not break tomcat when java 1.5 is used in presence of the xercesImpl lib. by amitmanjhi@google.com · 16 years ago
- e117264 Left out part of r5911. by jat@google.com · 16 years ago
- 4b8fce8 Update the OOPHM wire protocol for the following: by jat@google.com · 16 years ago
- 1f17bc3 Add Sets.addAll() utility method. Update to Maps.pulAll() per Scott. by bobv@google.com · 16 years ago
- 2ac41c2 Reverting changes 5889 through 5892 in tools and trunk, due to build breakage by rjrjr@google.com · 16 years ago
- e71fee9 (i) Pulls htmlunit dependencies in gwt_dev_jar by amitmanjhi@google.com · 16 years ago
- 8124456 This patch adds emma code coverage statistics to the output of an ant test when emma.enabled is set. by jlabanca@google.com · 16 years ago
- b8e1247 Adds a gwt-compiler subproject and build rules. by scottb@google.com · 16 years ago
- 7fc3149 Fixes a build break on javac sun jdk1.6.0. Patch by: spoon, kprobst by kprobst@google.com · 16 years ago
- 678c695 A faster implementation of SOYC that by spoon@google.com · 16 years ago
- 7427166 Remove currently unused cruft from OOPHM interface. by jat@google.com · 16 years ago
- 4ee118b Duplicate line in JsContinue traverse method. by cromwellian · 16 years ago
- 5002ee6 Change JsScope to use LinkedHashMap instead of HashMap. This allows identifiers to be allocated obfuscated identifiers in the original order of their declaration, which produces a lot more common substrings in the obfuscated output which significantly improves gzip/deflate compression. Experimental Data using gzip -9 on cache.html files: by cromwellian · 16 years ago
- 93d6ede Enhancement Issue #2448, the first character of obfuscated identifiers can be chosen from a set of 54 safe characers, rather than just 32. Obfuscated Output code is reduced in size by 0.5-1.75%. Thanks to contributor andriasyan for the patch. by cromwellian · 16 years ago
- 5208661 Patch for Issue #3893. Labeled break or continue statements in JSNI methods were not properly obfuscated. This was caused because JsBreak and JsContinue do not traverse their labels when visited. by cromwellian · 16 years ago
- c75b127 Add Name classes that deal with various flavors of Java names, and some by jat@google.com · 16 years ago
- 7bc62b9 Fix for issue 3903. Adds a <noscript> tag to our *.html launch files so that we by fredsa · 16 years ago
- 0f23f5e Moved OOPHM treelogger close icon into correct location. by scottb@google.com · 16 years ago
- 4a84e88 Moving shell-based loggers into a shell subpackage. by scottb@google.com · 16 years ago
- 831b4d6 Moving StandardGeneratorContext out of hosted mode code; it's not hosted-mode specific. by scottb@google.com · 16 years ago
- 61b278f Remove CompilationUnit's dependency on hosted mode code. by scottb@google.com · 16 years ago
- 05ee233 Remove TypeOracle dependency on hosted mode code. by scottb@google.com · 16 years ago
- 124e301 Moving Jsni helper class into com.google.gwt.dev.shell with other hosted mode code. by scottb@google.com · 16 years ago
- 5417496 Removed unused import. by scottb@google.com · 16 years ago
- 43a8d0e Reapplying r5786 after roll-back. by scottb@google.com · 16 years ago
- 5b401bb Moves PermutationResult from com.google.gwt.dev to com.google.gwt.dev.jjs. by scottb@google.com · 16 years ago
- 12be341 Moves OptionLocalWorkers into the correct package. by scottb@google.com · 16 years ago
- f836625 The code splitter no longer pulls in extra class literal by spoon@google.com · 16 years ago
- 9076e42 Alter the compiler so that it will emit code that simulates the JS stack in order to provide stack traces on browsers that do not provide stack trace data for native exceptions. by bobv@google.com · 16 years ago
- acdf22d Change the way code-splitting and string interning is performed on the JS AST to allow new strings to be introduced by JsVisitors (such as JsStackEmulator). by bobv@google.com · 16 years ago
- 3309fbf Re-apply r5790 to improve accuracy of JsParser's SourceInfo objects. by bobv@google.com · 16 years ago
- 8bdbb45 Reapplying r5789 to remove warnings from JsParser. by bobv@google.com · 16 years ago
- ae13443 Rolling back r5798-5799 because they are causing tests to fail. by jlabanca@google.com · 16 years ago
- 47db691 Added emma code coverage generation to the build file. ant emma test emma.merge will generate emma reports for each test, then merge them. This is a resubmit of r5781 after verifying all remoteweb tests pass. by jlabanca@google.com · 16 years ago
- a2bb640 Rolling back to the last known good state: r5776 by amitmanjhi@google.com · 16 years ago
- 4e19d05 JsParser now provides correct line numbers for JsExpressions derived from JSNI methads. by bobv@google.com · 16 years ago
- 3ab07ba Remove raw type warnings. by bobv@google.com · 16 years ago
- 801d2cd Fixes JsStackEmulator#baseName() so it handles urls and file system urls. Bob came up with the code. by jlabanca@google.com · 16 years ago
- 896f8ac Make declaration statements for the variables created in the catch block normalizer, instead of just assignment statements. by scottb@google.com · 16 years ago
- 2d31a55 Added emma code coverage generation to the build file. ant emma test emma.merge will generate emma reports for each test, then merge them. by jlabanca@google.com · 16 years ago
- 0e539d5 Alter the compiler so that it will emit code that simulates the JS stack in order to provide stack traces on browsers that do not provide stack trace data for native exceptions. by bobv@google.com · 16 years ago
- 6c2c0be Adds some needed JTypeOracle javadoc. by scottb@google.com · 16 years ago
- 53345a1 Fixes internal type hierarchy for overlay types. by scottb@google.com · 16 years ago
- 2e4a1bc rollback of r5755, we still have some outstanding asserts... I'd thought they were proxy-induced in my setup, since they hadn't shown before, but not so. by fabbott@google.com · 16 years ago
- 81031ca Fix incorrect computation in JTypeOracle.computeSingleJsoImplData() which to include super-interfaces when determining if an interface is a tag interface. by bobv@google.com · 16 years ago
- 6020c61 Reinstating assertions default on in web tests, with -da to turn it off, from r5726, but this time with test fixes for IE-specific assertion trips. by fabbott@google.com · 16 years ago
- 4826b8d Checkstyle comment fixes (period on first sentence, a few extra @params). by fabbott@google.com · 16 years ago
- 059493f Adds a test for AsyncFragmentLoader. by spoon@google.com · 16 years ago
- 243e8b7 revert of 5626 by fabbott@google.com · 16 years ago
- 11d2df2 Ensure that a <define-linker> after an <add-linker> will correctly replace the previously-defined implementation. by bobv@google.com · 16 years ago
- ad9bbd1 Adding -da flag to disable assertions, and flipping the default for tests by fabbott@google.com · 16 years ago
- f6dd014 More ant tweaks, this time to speed dev and jni tests by not attempting to test the OS'es we're not on. by fabbott@google.com · 16 years ago