summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/extension_dispatcher.cc
Commit message (Expand)AuthorAgeFilesLines
* Move ExtensionFunctionDispatcher to ExtensionTabHelper. Thisaa@chromium.org2011-05-111-9/+20
* Revert 83730: Revert 83687 - Remove ExtensionMsg_UpdatePageActions.mpcomplete@chromium.org2011-05-031-12/+0
* Revert 83687 - Remove ExtensionMsg_UpdatePageActions.vangelis@chromium.org2011-05-021-0/+12
* Remove ExtensionMsg_UpdatePageActions.aa@chromium.org2011-05-011-12/+0
* Implement the new WebPermissionClient interface in Chrome code to get rid of ...jam@chromium.org2011-04-301-22/+44
* Reduce static data in ExtensionProcessBindings. Some was notaa@chromium.org2011-04-251-17/+61
* Add V8ValueConverter utility to convert between v8::Value andaa@chromium.org2011-04-201-1/+1
* Move extension_groups.h to the extensions subdir of renderer.jam@chromium.org2011-04-181-1/+1
* Move RenderThread to content\renderer.jam@chromium.org2011-04-141-1/+1
* Move a bunch of Chrome specific code out of RenderThread, in preparation of m...jam@chromium.org2011-04-141-15/+2
* Fix crash when a Frame gets reparented from one RenderView to another because...jam@chromium.org2011-04-081-0/+2
* Move UserScriptSlave and UserScriptIdleScheduler to the extensions subdirectory.jam@chromium.org2011-04-051-1/+1
* Move the dispatching of extension messages out of RenderThread. This also mo...jam@chromium.org2011-03-291-0/+219