summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions
Commit message (Expand)AuthorAgeFilesLines
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-271-2/+2
* Coverity: pass string by const-reftbreisacher@chromium.org2012-01-262-3/+5
* Replace lazy-background switch with a manifest entry controlled by thempcomplete@chromium.org2012-01-242-7/+8
* Take the Extension Storage API out of experimental:kalman@chromium.org2012-01-231-2/+2
* Move operator<< for StringPiece into string_piece.{h,cc}akalin@chromium.org2012-01-201-1/+2
* Split logic for defining custom types in schema_generated_bindings.js into se...koz@chromium.org2012-01-181-0/+6
* Extension cleanup: move devtools custom bindings out of schema_generated_bind...kalman@chromium.org2012-01-181-0/+2
* Extensions cleanup: move the chromePrivate, extension, fileBrowserPrivate, andkalman@chromium.org2012-01-1714-295/+588
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-161-2/+2
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-161-2/+2
* Extensions cleanup: pull the browserAction and pageAction API customisationskalman@chromium.org2012-01-141-0/+4
* Extensions cleanup: move tabs API cusomisations out of schema_generated_bindi...kalman@chromium.org2012-01-138-32/+97
* Extensions cleanup: move a bunch of API customisations fromkalman@chromium.org2012-01-1214-77/+371
* Re-land r117016: Split out the contextMenus schema bindings from schema_gener...kalman@chromium.org2012-01-127-26/+221
* Fixes an old crash in GetCurrentPageActions().aa@chromium.org2012-01-121-3/+2
* Revert r117016 "Split out the contextMenus schema bindings from schema_genera...maruel@chromium.org2012-01-107-218/+26
* Split out the contextMenus schema bindings from schema_generated_bindings.js.kalman@chromium.org2012-01-107-26/+218
* Rip Out the Sidebar APIrdevlin.cronin@chromium.org2012-01-091-3/+3
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-091-0/+2
* Revert 116834 - Don't use browser windows for platform app shell windows.aa@chromium.org2012-01-081-2/+0
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-071-0/+2
* Revert 116803 - Don't use browser windows for platform app shell windows.sky@chromium.org2012-01-071-2/+0
* Don't use browser windows for platform app shell windows.mihaip@chromium.org2012-01-071-0/+2
* Extensions: Clean up (delete unnecessary, simplify use of) a couple of nativekalman@chromium.org2012-01-031-10/+1
* Add 'web_accessible_resource" keyword for version 2 extension manifests. This...cdn@chromium.org2011-12-211-0/+18
* Coverity: Fixing pass by value.dpapad@chromium.org2011-12-212-2/+2
* Extensions: only inject the necessary extension API JSON into schema_generate...kalman@chromium.org2011-12-211-16/+55
* Coverity fix: deferencing NULL pointerarthurhsu@chromium.org2011-12-211-0/+1
* Split extension_api.json up into one json file for each api.koz@chromium.org2011-12-191-143/+0
* Wire up onEvent and put it to use when UdpSocket::Write blocks.miket@chromium.org2011-12-151-0/+9
* Add world_id parameter to ExtensionDispatcher::AllowScriptExecution().koz@chromium.org2011-12-142-0/+14
* Move/replace/rename URL-based extension getters from ExtensionService to/in E...yoz@chromium.org2011-12-135-8/+15
* Move the "extension" namespace from extension_api.json into extension_api_ext...koz@chromium.org2011-12-094-7/+7
* Revert 113071 - Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-061-1/+1
* Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-061-1/+1
* Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-051-1/+1
* Reland restrict extension features based on the extension type.jstritar@chromium.org2011-12-041-1/+2
* Silently swallow exceptions in extension bindings callbacks.aa@chromium.org2011-12-031-9/+0
* Update includes to new header locations.abarth@chromium.org2011-12-038-13/+13
* Revert "Restrict extension features based on the extension type."mpcomplete@chromium.org2011-12-021-2/+1
* Restrict extension features based on the extension type.jstritar@chromium.org2011-12-021-1/+2
* Consider the origin when computing extension permissionsabarth@chromium.org2011-12-026-13/+23
* Only create chromeHidden object when needed.aa@chromium.org2011-12-014-42/+56
* Be more careful when calling methods on chromeHidden. If chromeHidden didn't ...aa@chromium.org2011-12-011-4/+10
* Move view_types.h to view_type.h, since that's the standard name for enums.jam@chromium.org2011-12-013-3/+3
* Delete the temporary file when generating MHTML with the extension API.jcivelli@chromium.org2011-11-221-0/+15
* base::Bind() conversion for webkit.dcheng@chromium.org2011-11-221-3/+7
* Add OVERRIDE to chrome/renderer.avi@chromium.org2011-11-213-11/+11
* base::Bind migrations in chrome/renderercsilv@chromium.org2011-11-172-8/+11
* Try to fix linux clobber compile.thakis@chromium.org2011-11-161-2/+4