summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/module_system_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert of Fix leaks in exensions_unittests after enabling Oilpan (patchset #1...haraken2016-01-261-2/+0
* Fix leaks in exensions_unittests after enabling Oilpanharaken2016-01-261-0/+2
* Switch to standard integer types in extensions/.avi2015-12-231-0/+2
* Convert Pass()→std::move() in //extensionsdcheng2015-12-181-1/+2
* Convert various vector_as_array calls to vector::data.davidben2015-12-011-2/+1
* Revert "Convert extensions::SafeBuiltins from a v8::Extension to a NativeHand...kalman2015-08-111-1/+27
* Convert extensions::SafeBuiltins from a v8::Extension to a NativeHandler.kalman2015-08-031-27/+1
* extensions: Use V8 Maybe APIs in ModuleSystembashi2015-06-191-3/+4
* extensions/renderer: Use v8::Local instead of v8::Handle.tfarina2015-04-291-3/+3
* Reland: Move the event attach/detach logic on unload from event.js to event_b...kalman2015-04-151-1/+2
* Revert of Move the event attach/detach logic on unload from event.js to (patc...mlamouri2015-04-141-2/+1
* Move the event attach/detach logic on unload from event.js tokalman2015-04-131-1/+2
* 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