summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/location_bar_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in showing bookmark star when an extension should override itrdevlin.cronin2014-09-081-0/+24
* Random fixes for scoped_refptr operator T* removal.dcheng2014-09-051-1/+1
* Uncouple ActiveScriptController from LocationBarControllerrdevlin.cronin2014-09-031-5/+19
* Stop showing page actions in the location bar with redesign enabledrdevlin.cronin2014-08-291-11/+9
* Remove Extension Loaded/Unloaded notifications from LocationBarView(Mac)rdevlin.cronin2014-08-271-4/+13
* Remove PageActionsControllerrdevlin.cronin2014-08-271-27/+11
* Remove NOTIFICATION_EXTENSION_PAGE_ACTIONS_UPDATEDrdevlin.cronin2014-08-261-26/+5
* Remove implicit conversions from scoped_refptr to T* in chrome/browser/extens...dcheng2014-08-261-2/+2
* Combine methods to execute extension actions into one placerdevlin.cronin2014-08-251-21/+0
* Clean up NOTIFICATION_EXTENSION_PAGE_ACTION_[ COUNT | VISIBILITY ]_CHANGEDrdevlin.cronin@chromium.org2014-08-211-0/+8
* Remove content::INVALIDATE_TYPE_PAGE_ACTIONSrdevlin.cronin@chromium.org2014-08-181-2/+11
* Consolidate ExtensionToolbarModel::Action and LocationBarController::Actionrdevlin.cronin@chromium.org2014-08-141-7/+7
* Resubmit: Block content scripts from executing until user grants permissionrdevlin.cronin@chromium.org2014-06-031-1/+22
* Introduce ActiveScriptController, track active extension scripts.rdevlin.cronin@chromium.org2014-05-111-0/+88