summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/module_system_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert of Debugging patch to help track down skipped cleanup of ScriptContext...dcheng2015-01-201-1/+0
* Debugging patch to help track down skipped cleanup of ScriptContexts.dcheng2015-01-171-0/+1
* Revert of Debugging patch to help track down skipped cleanup of ScriptContext...kouhei2015-01-161-1/+0
* Debugging patch to help track down skipped cleanup of ScriptContexts.dcheng2015-01-161-0/+1
* Split out the extensions gin::Runner implementation into a separate class.sammc2015-01-131-2/+2
* remove some calls to to-be-deprecated v8::Value::To* functionsdcarney2014-11-211-2/+2
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-211-5/+5
* replace OVERRIDE and FINAL with override and final in extensions/mostynb2014-10-031-3/+3
* Fix some leaks and failures under valgrind in JS extensions unit tests.sammc2014-09-151-1/+16
* Cleanup: Use base/files/file_util.h instead of base/file_util.h in apps/ and ...thestig2014-09-101-1/+1
* Respect the clipboardRead and clipboardWrite permissions in content scripts.mek2014-09-091-0/+2
* Add support for writing unit tests for Mojo-backed apps/extensions APIs.sammc@chromium.org2014-07-261-1/+1
* Don't create a gin::IsolateHolder in extensions unittests.sammc@chromium.org2014-07-171-16/+13
* Move ModuleSystemTest and the tests that use it into extensions/.sammc@chromium.org2014-07-161-0/+241