summaryrefslogtreecommitdiffstats
path: root/third_party/closure_compiler
Commit message (Expand)AuthorAgeFilesLines
* Add new version of runner.jar with vitalyp@'s new compiler pass improvements.dbeam@chromium.org2014-08-201-0/+0
* Fix in compiler pass: cr.define() can export variable without assigned valuevitalyp@chromium.org2014-08-202-8/+68
* Added assert() and assertInstanceof() declaration, added handling of assert()...vitalyp@chromium.org2014-08-192-5/+55
* closure: run closure compiler with -client instead of -server to save memory.dbeam@chromium.org2014-08-191-1/+1
* closure: make ninja rebuild on failures.dbeam@chromium.org2014-08-191-2/+3
* closure: check all JS in strict mode.dbeam@chromium.org2014-08-191-3/+2
* Handle cr.exportPath() in compiler pass, declare every object only oncevitalyp@chromium.org2014-08-154-11/+117
* Fix in compiler pass: cr.defineProperty() with 2 arguments means opt_kind == ...vitalyp@chromium.org2014-08-152-3/+12
* Handle property definition by {cr|Object}.defineProperty() in compiler passvitalyp@chromium.org2014-08-144-103/+204
* Change string concatentation from + to % in part of third_party/closure_compi...dbeam@chromium.org2014-08-131-18/+19
* Closure compiler: add pydoc for parts of third_party/closure_compiler/.dbeam@chromium.org2014-08-134-37/+145
* Closure compile JS files with GYP.dbeam@chromium.org2014-08-116-70/+205
* Add compiler pass to explain Chrome-style cr.define()-namespaces to Closure C...vitalyp@chromium.org2014-08-098-49/+701
* Bump Closure compiler version.dbeam@chromium.org2014-08-092-4/+4
* Check in new version of runner.jar (used to Closure Compile resources).dbeam@chromium.org2014-08-062-1/+3
* Add ChromeCodingConvention.java to Closure Compiler to preserve getInstance()...vitalyp@chromium.org2014-08-066-17/+144
* Typecheck some of ui/webui/resources/js/ with Closure compiler.dbeam@chromium.org2014-08-043-0/+31
* Remove <if> statements before checking JS code by checker.pyvitalyp@chromium.org2014-08-022-0/+36
* Lay groudwork to Closure compile JavaScriptdbeam@chromium.org2014-07-2412-0/+1730