summaryrefslogtreecommitdiffstats
path: root/extensions/renderer/object_backed_native_handler.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in extensions/.avi2015-12-231-0/+2
* Use private symbols instead of hidden valuesjochen2015-11-061-15/+64
* [Extensions] Make handler_function a hidden propertyrdevlin.cronin2015-10-291-5/+9
* Don't use calling context in chromejochen2015-10-291-1/+1
* Revert "Convert extensions::SafeBuiltins from a v8::Extension to a NativeHand...kalman2015-08-111-14/+8
* Convert extensions::SafeBuiltins from a v8::Extension to a NativeHandler.kalman2015-08-031-8/+14
* [Extensions] Kill off ExtensionMsg_AddMessageToConsolerdevlin.cronin2015-06-241-1/+4
* extensions/renderer: Use v8::Local instead of v8::Handle.tfarina2015-04-291-6/+6
* Reland: Move the event attach/detach logic on unload from event.js to event_b...kalman2015-04-151-5/+5
* Revert of Move the event attach/detach logic on unload from event.js to (patc...mlamouri2015-04-141-5/+5
* Move the event attach/detach logic on unload from event.js tokalman2015-04-131-5/+5
* Replace extensions::ScopedPersistent with v8::UniquePersistent.kalman2015-03-091-6/+8
* Stop using v8::Persistent in ObjectBackedNativeHandleradamk@chromium.org2014-04-161-5/+4
* Move most of ChromeV8Context to a base ScriptContextrockot@chromium.org2014-04-121-0/+98