summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/module_system.cc
Commit message (Expand)AuthorAgeFilesLines
* Reland: Move the event attach/detach logic on unload from event.js to event_b...kalman2015-04-151-10/+18
* Revert of Move the event attach/detach logic on unload from event.js to (patc...mlamouri2015-04-141-18/+10
* Move the event attach/detach logic on unload from event.js tokalman2015-04-131-10/+18
* Rename v8::UniquePersistent to v8::Global in Extensions code.kalman2015-03-121-8/+7
* Mechanical rename of tracing includes (remaining bits)primiano2015-01-301-1/+1
* Add a mojoPrivate API that exposes mojo to component apps/extensions.sammc2015-01-141-7/+10
* Throw JavaScript error instead of CHECK when this is invalid.rob2014-12-091-2/+9
* remove some calls to to-be-deprecated v8::Value::To* functionsdcarney2014-11-201-9/+7
* Use the v8::Isolate we know about rather than v8::Isolate::GetCurrent() in akalman2014-11-061-1/+1
* Enable the mojo-based serial API in the renderer behind a flag.sammc2014-10-281-0/+5
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-211-1/+1
* Add some null checks to the extensions bindings privates() method.kalman2014-10-151-0/+6
* replace OVERRIDE and FINAL with override and final in extensions/mostynb2014-10-031-1/+1
* Cleanup: Remove unneeded extension_messages.h usage and ifdef out some extens...thestig2014-09-181-1/+1
* Unify logic of generating a stack trace for extension errorsrob@robwu.nl2014-08-221-1/+2
* Add support for writing unit tests for Mojo-backed apps/extensions APIs.sammc@chromium.org2014-07-261-2/+3
* Add support for using AMD modules from extensions modules.sammc@chromium.org2014-07-091-51/+130
* Replaced deprecated v8::Message::GetScriptResourceName() with v8::Message::Ge...kozyatinskiy@google.com2014-06-271-2/+2
* PropertyCallbackInfo::This should be a primitive valuejochen@chromium.org2014-04-221-3/+8
* Move most of ChromeV8Context to a base ScriptContextrockot@chromium.org2014-04-121-0/+584