summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/api_test_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Make the process-wide ServiceRegistry available to JS.sammc2016-03-241-1/+1
* Use v8::MicrotasksScope internally in V8RecursionScope.dgozman2016-03-111-1/+1
* Revert of Use v8::MicrotasksScope internally in V8RecursionScope. (patchset #...tsergeant2016-03-101-1/+1
* Use v8::MicrotasksScope internally in V8RecursionScope.dgozman2016-03-091-1/+1
* Revert of Use v8::MicrotasksScope internally in V8RecursionScope. (patchset #...nyquist2016-03-081-1/+1
* Use v8::MicrotasksScope internally in V8RecursionScope.dgozman2016-03-071-1/+1
* [mojo] Delete third_party/mojorockot2016-02-101-9/+7
* Convert Pass()→std::move() in //extensionsdcheng2015-12-181-1/+2
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-131-2/+2
* [Extensions] Don't allow built-in extensions code to be overriddenrdevlin.cronin2015-10-281-7/+8
* extensions/renderer: Use v8::Local instead of v8::Handle.tfarina2015-04-291-1/+1
* Add a JS stash client.sammc2015-02-101-24/+38
* Include Mojo SDK/EDK via fully-qualified paths in Chromium code.blundell2015-01-231-5/+5
* Add guestProcessId for WebViews talking to component extensionsvrk2015-01-101-0/+1
* Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442acjamesr2014-11-071-3/+3
* Add an extensions keep-alive client.sammc2014-10-281-0/+4
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-211-1/+1
* replace OVERRIDE and FINAL with override and final in extensions/mostynb2014-10-031-1/+1
* Add support for writing unit tests for Mojo-backed apps/extensions APIs.sammc@chromium.org2014-07-261-0/+221