summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_tab_helper.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the PageAction parts of ExtensionTabHelper::DidNavigateMainFrame to the ...jyasskin@chromium.org2012-06-301-9/+0
* Move each permission classes to its own files in extensions/permissions and r...penghuang@chromium.org2012-06-271-1/+1
* Implement the chrome.scriptBadge API, and get a basic test working.jyasskin@chromium.org2012-06-261-6/+3
* Add a new --enable-script-badges flag and use that rather than --enable-actio...kalman@chromium.org2012-06-181-1/+1
* Implement the activeTab permission, so that extensions with the permissionkalman@chromium.org2012-06-131-2/+17
* TabContentsWrapper -> TabContents, part 12.avi@chromium.org2012-06-121-14/+15
* Make ScriptBadgeExecutor only show extension script badges after they'rekalman@chromium.org2012-05-301-1/+1
* browser: Factor out TabContentsIterator into its own module.tfarina@chromium.org2012-05-271-1/+1
* Rename ActionBoxController -> LocationBarController.aa@chromium.org2012-05-271-3/+4
* Revert half of the changes from 137638 that are probably causing breakages inkalman@chromium.org2012-05-241-13/+1
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-0/+1
* Make the page action space show extensions with active content scripts orkalman@chromium.org2012-05-191-2/+21
* Relanding after reverted in 137632 (broke ASAN).kalman@chromium.org2012-05-171-0/+18
* Revert 137630 - Broke ASANrsleevi@chromium.org2012-05-171-18/+0
* Only return the visible page actions from PageActionController.kalman@chromium.org2012-05-171-0/+18
* Remove Browser dependency in ExtensionFunctionDispatcherstevenjb@chromium.org2012-05-051-2/+3
* Add an API for hosted apps to check their install and running states.jstritar@chromium.org2012-04-241-0/+24
* Add an experimental identity API for platform apps.jstritar@chromium.org2012-03-231-1/+2
* Fix crash in AppNotifyChannelSetup when incognito profiles are used.jstritar@chromium.org2012-03-231-7/+23
* Revert 128296 - Add an experimental identity API for platform apps.gman@chromium.org2012-03-231-2/+1
* Add an experimental identity API for platform apps.jstritar@chromium.org2012-03-221-1/+2
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Launch panels as popup windows in Aura, and add separate launcher icon logic ...stevenjb@chromium.org2012-03-061-11/+24
* Add support for multiple icon sizes for Mac platform appssail@chromium.org2012-03-031-4/+5
* Support for 512px and 256px icons in extensionsmtytel@chromium.org2012-02-241-3/+3
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-1/+1
* Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include...joi@chromium.org2012-02-201-1/+1
* Move RenderWidgetHostView into content namespace. Fix include paths.joi@chromium.org2012-02-201-1/+1
* Stop using weak v8 references to keep track of inline install callbacks.mihaip@chromium.org2012-02-111-5/+12
* Remove ExtensionFunctionDispatcher::Delegate::GetNativeViewOfHost.mihaip@chromium.org2012-01-201-5/+0
* Cleanup extension permissions module.jstritar@chromium.org2012-01-061-1/+2
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-061-7/+8
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-251-13/+15
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-221-1/+1
* Move navigation_details.h to content/public/browser.jam@chromium.org2011-12-221-1/+1
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-4/+4
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-2/+2
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-1/+1
* Create a bunch of TabHelpers and TabObservers, move all TCW functionality int...avi@chromium.org2011-12-091-1/+0
* Revert 113071 - Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-061-5/+4
* Revert 113047 - Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-061-4/+5
* Make ExtensionService use ExtensionSet.yoz@chromium.org2011-12-051-5/+4
* Move app notification getChannel API out of experimentalasargent@chromium.org2011-12-021-1/+1
* Save the oauth client id used in App Notification setupasargent@chromium.org2011-12-011-5/+18
* Move extension delegate calls to a new ExtensionTabHelperDelegate interface.avi@chromium.org2011-11-301-4/+5
* Get rid of a bunch of view_messages.h includes from chrome by making the TabC...jam@chromium.org2011-11-211-1/+1
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-2/+2
* Switch BackgroundContents to use TabContents instead of RenderViewHost.jam@chromium.org2011-11-111-1/+1
* Extract a ProcessMap class from ExtensionProcessManager. This is a dumb data ...aa@chromium.org2011-11-091-5/+2
* Pass extension_id to AppNotifyChannelSetupasargent@chromium.org2011-11-021-0/+1