summaryrefslogtreecommitdiffstats
path: root/chrome/test/base/module_system_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Move extensions bindings code out of //chromerockot@chromium.org2014-04-171-2/+2
* Move most of ChromeV8Context to a base ScriptContextrockot@chromium.org2014-04-121-2/+2
* utils.expose: Make sure public interfaces are namedfsamuel@chromium.org2014-02-211-6/+14
* Refactor ModuleSystem so it passes an Isolate aroundjochen@chromium.org2013-12-021-8/+10
* Remove more calls to HandleScope default ctor.marja@chromium.org2013-09-061-1/+1
* Move ReadFileToString to the base namespace.brettw@chromium.org2013-08-301-1/+1
* Fix ModuleSystemTest memory leaks and remove suppressions.kalman@chromium.org2013-06-181-9/+11
* Eagerly run a small amount of extensions code to prevent things overwritingkalman@chromium.org2013-06-151-10/+40
* Convert remaining function callbacks in chromedcarney@chromium.org2013-06-141-4/+2
* Delete chromeHidden! This involves (a) moving all the remaining moduleskalman@chromium.org2013-06-061-0/+18
* Replace all occurrences of CallChromeHiddenMethod (and friends) withkalman@chromium.org2013-06-051-5/+6
* Extensions: pass ChromeV8Context around instead of v8::Handle.marja@chromium.org2013-06-041-4/+9
* Get rid of calls to v8::Persistent v8::Context::New() in tests.marja@chromium.org2013-05-081-1/+3
* chrome: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-03-311-1/+1
* Be less forgiving in ModuleSystem of programmer error. Addkalman@chromium.org2013-03-191-2/+2
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-091-7/+7
* Revert 186643 - Caused a 10% regression on SunSpider benchmarktonyg@chromium.org2013-03-071-7/+6
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-071-6/+7
* Revert 185709koz@chromium.org2013-03-031-7/+6
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-03-021-6/+7
* Revert 184837abodenha@chromium.org2013-02-271-7/+6
* Set up V8 bindings for extension/app APIs when they're first used, not oncduvall@chromium.org2013-02-271-6/+7
* Linux/ChromeOS Chromium style checker cleanup, chrome/ edition part 1.rsleevi@chromium.org2013-02-071-3/+3
* Replaced deprecated v8 API calls by their non-deprecated equivalents.svenpanne@chromium.org2013-02-041-4/+5
* Add ExceptionHandler to ModuleSystem, remove heap allocated v8::TryCatch.koz@chromium.org2012-12-041-4/+9
* Add method to load resources without scaleoshima@chromium.org2012-11-011-3/+1
* Revert r165444 "Add method to load resources without scale"oshima@chromium.org2012-11-011-1/+3
* Add method to load resources without scaleoshima@chromium.org2012-11-011-3/+1
* Move ModuleSystem and NativeHandler to extensions/aa@chromium.org2012-08-281-1/+4
* Make eventArgumentMassagers asynchronous so custom bindings don't need to ove...koz@chromium.org2012-07-121-1/+1
* Revert 146038 as it might have broken chromeos browser_tests - Make eventArgu...kinuko@chromium.org2012-07-111-1/+1
* Make eventArgumentMassagers asynchronous so custom bindings don't need to ove...koz@chromium.org2012-07-111-1/+1
* Revert "Revert 137734 - Select theme resources from ResourceBundle at request...flackr@chromium.org2012-05-241-1/+3
* Expose DumpException() in ModuleSystem.koz@chromium.org2012-05-181-0/+2
* Revert 137734 - Select theme resources from ResourceBundle at requested scale...fischman@chromium.org2012-05-171-3/+1
* Select theme resources from ResourceBundle at requested scale factor.flackr@chromium.org2012-05-171-1/+3
* Add unit tests for event.jskoz@chromium.org2012-05-101-0/+14
* Extract ModuleSystemTest into its own file.koz@chromium.org2012-05-091-0/+115
* Revert "Extract ModuleSystemTest into its own file."koz@chromium.org2012-05-091-116/+0
* Extract ModuleSystemTest into its own file.koz@chromium.org2012-05-091-0/+116