summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions/extension_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* Split ViewType between chrome and contentjochen@chromium.org2011-10-061-2/+3
* I realized that ExtensionBindingsContext is really just theaa@chromium.org2011-10-061-4/+4
* Factor the static data and its management out ofaa@chromium.org2011-10-041-3/+8
* Move RenderViewObserver and RenderViewObserverTracker to content\public\rende...jam@chromium.org2011-10-031-2/+2
* Re-re-reland r99689: Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-281-1/+2
* Hilariously revert "Re-reland r99689: Refactor theaa@chromium.org2011-09-271-2/+1
* Re-reland r99689: Refactor the ContextInfo struct from bindings_utils into a ...aa@chromium.org2011-09-231-1/+2
* Reland 101111 - Only deliver extension messages to contexts that care.aa@chromium.org2011-09-151-0/+7
* Revert trunk r99696 for real.mark@chromium.org2011-09-091-2/+1
* Revert r99696 and r99705 due to crashes.aa@chromium.org2011-09-081-0/+353
* Rename ExtensionDispatcher to ExtensionRendererContext because:aa@chromium.org2011-09-061-356/+0
* Reland r99689: Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-061-1/+2
* Revert 99689 - Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-061-2/+1
* Refactor the ContextInfo struct from bindings_utils into aaa@chromium.org2011-09-061-1/+2
* Add WebstoreInlineInstaller (downloads store data, shows the install UI, and ...mihaip@chromium.org2011-08-291-0/+14
* Initial inline web store install bindings.mihaip@chromium.org2011-08-181-0/+5
* Move view_types.h from chrome to content. Although some of the enum types ar...jam@chromium.org2011-05-161-2/+4
* Add V8ValueConverter utility to convert between v8::Value andaa@chromium.org2011-04-201-2/+2
* Remove the last Chrome dependencies from renderer, and enforce no more includ...jam@chromium.org2011-04-181-1/+14
* Move json_value_serializer to content\common since it's used by code in conte...jam@chromium.org2011-04-161-1/+1
* Clear RenderThread of any Chrome specific code, and move a bunch of stuff out...jam@chromium.org2011-04-161-1/+193
* Move a bunch of Chrome specific code out of RenderThread, in preparation of m...jam@chromium.org2011-04-141-5/+8
* Fix crash when a Frame gets reparented from one RenderView to another because...jam@chromium.org2011-04-081-7/+58
* Move UserScriptSlave and UserScriptIdleScheduler to the extensions subdirectory.jam@chromium.org2011-04-051-2/+2
* Remove the rest of the extension dependencies from content\renderer.jam@chromium.org2011-04-011-0/+12
* Make UserScriptIdleScheduler not tied to NavigationState, as part of removing...jam@chromium.org2011-03-311-0/+21
* Move extension messages to their own file and add a RenderViewObserver to sta...jam@chromium.org2011-03-281-0/+42