summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/module_system.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove V8RecrusionScope, cleanup call sites.dgozman2016-03-161-1/+0
* Revert of Remove V8RecrusionScope, cleanup call sites. (patchset #8 id:140001...dewittj2016-03-151-0/+1
* Remove V8RecrusionScope, cleanup call sites.dgozman2016-03-141-1/+0
* [Extensions] Use more private properties in our bindingsrdevlin.cronin2016-03-041-4/+4
* [Extensions] Harden against bindings interceptionrdevlin.cronin2016-03-021-2/+2
* Switch to standard integer types in extensions/.avi2015-12-231-0/+1
* Replace v8::Object::ForceSet with DefineOwnPropertyjochen2015-12-111-1/+2
* Convert various vector_as_array calls to vector::data.davidben2015-12-011-3/+1
* Use scoped_ptr in extensions::ModuleSystemtzik2015-11-251-3/+2
* [Extensions] Don't allow gin::Define to be overriddenrdevlin.cronin2015-11-131-2/+2
* Use private symbols instead of hidden valuesjochen2015-11-061-21/+18
* Don't use calling context in chromejochen2015-10-291-1/+1
* [Extensions] Don't allow built-in extensions code to be overriddenrdevlin.cronin2015-10-281-1/+33
* [Extension ServiceWorkers] Adding getBackgroundClientannekao2015-08-211-32/+3
* extensions: Use V8 Maybe APIs in NativeHandlerbashi2015-06-261-17/+24
* [Extensions] Kill off ExtensionMsg_AddMessageToConsolerdevlin.cronin2015-06-241-3/+7
* extensions: Remove |context_| from DefaultExceptionHandlerbashi2015-06-241-3/+0
* extensions: Use V8 Maybe APIs in ModuleSystembashi2015-06-191-90/+143
* Record when we suppress internal Extension code JavaScript crashes.kalman2015-04-301-2/+5
* extensions/renderer: Use v8::Local instead of v8::Handle.tfarina2015-04-291-61/+59
* Suppress all CHECK failures on extension renderer JS exceptions.kalman2015-04-281-7/+4
* 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