summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/module_system.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in extensions/.avi2015-12-231-0/+1
* Convert Pass()→std::move() in //extensionsdcheng2015-12-181-1/+2
* Use scoped_ptr in extensions::ModuleSystemtzik2015-11-251-3/+2
* extensions: Use V8 Maybe APIs in NativeHandlerbashi2015-06-261-3/+4
* extensions: Use V8 Maybe APIs in ModuleSystembashi2015-06-191-3/+7
* extensions/renderer: Use v8::Local instead of v8::Handle.tfarina2015-04-291-17/+17
* Reland: Move the event attach/detach logic on unload from event.js to event_b...kalman2015-04-151-0/+13
* Revert of Move the event attach/detach logic on unload from event.js to (patc...mlamouri2015-04-141-13/+0
* Move the event attach/detach logic on unload from event.js tokalman2015-04-131-0/+13
* Rename v8::UniquePersistent to v8::Global in Extensions code.kalman2015-03-121-3/+2
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-211-3/+3
* replace OVERRIDE and FINAL with override and final in extensions/mostynb2014-10-031-2/+2
* Add support for using AMD modules from extensions modules.sammc@chromium.org2014-07-091-8/+23
* Move most of ChromeV8Context to a base ScriptContextrockot@chromium.org2014-04-121-0/+220