summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/extension_action
Commit message (Expand)AuthorAgeFilesLines
* Update some includes of chrome_notification_types.hjam@chromium.org2013-07-122-2/+2
* GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1phajdan.jr@chromium.org2013-06-261-4/+4
* Convert most of extensions and some other random stuff to using the base name...brettw@chromium.org2013-06-211-3/+3
* Use a direct include of strings headers in chrome/browser/extensions/, part 1.avi@chromium.org2013-06-112-2/+2
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-021-4/+4
* Move BrowserAction references from ExtensionPrefs to ExtensionActionAPIrdevlin.cronin@chromium.org2013-05-094-3/+105
* Move SpawnedTestServer to its own subdirectory.phajdan.jr@chromium.org2013-05-071-1/+1
* Consolidate manifest handler registration.yoz@chromium.org2013-05-061-7/+0
* GTTF: rename net::TestServer -> net::SpawnedTestServerphajdan.jr@chromium.org2013-05-031-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-093-15/+12
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-093-12/+15
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-093-15/+12
* Rewriting pyauto extensions tests as browser tests. Below are the pyauto test...pshenoy@chromium.org2013-03-302-0/+92
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-211-1/+1
* Fix up unused includes from chrome/browser/extensions to the rest of chrome/b...yoz@chromium.org2013-03-051-0/+1
* Manifest handler for all keys background-related.yoz@chromium.org2013-03-011-11/+3
* Finally phase out non-multi-desktop-aware Browser::CreateParams()'s!!gab@chromium.org2013-02-251-3/+7
* EXTENSION_FUNCTION_VALIDATE all the details in the extension action APIs.kalman@chromium.org2013-02-151-1/+7
* Move page action manifest parsing out of Extension; the first multi-key manif...yoz@chromium.org2013-02-131-0/+6
* Remove ImageLoadingTracker class, as it is not used anymore.rpaquay@chromium.org2013-02-121-0/+1
* Rename FilePath to base::FilePath and use new location of string_number_conve...brettw@chromium.org2013-02-081-1/+1
* Use ImageLoader instead of ImageLoadingTracker (Part 11)rpaquay@chromium.org2013-02-083-2/+4
* Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...rsleevi@chromium.org2013-02-071-1/+1
* Allow manifest handlers to declare keys they depend on that must be parsed be...yoz@chromium.org2013-02-051-2/+2
* Lookup the favicon with the closest scale factor to the one passed in to chro...pkotwicz@chromium.org2013-01-311-5/+4
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-292-12/+12
* Remove TabStripModel wrapper use.avi@chromium.org2013-01-281-4/+4
* Move BrowserAction out of Extensionrdevlin.cronin@chromium.org2013-01-281-0/+30
* Consolidate [BrowserAction,PageAction,ScriptBadge]API into ExtensionActionAPIrdevlin.cronin@chromium.org2013-01-239-638/+572
* Record histogram of extension API usagerpaquay@chromium.org2013-01-183-23/+30
* Move ScriptBadge, ActionInfo out of Extension; preparation for BrowserActionrdevlin.cronin@chromium.org2013-01-164-28/+80
* Add systray icon and click functionality to systemIndicator API.dewittj@chromium.org2012-12-172-5/+9
* Fix a bug where we'd write browser action icon data to disk too frequently.mpcomplete@chromium.org2012-12-141-0/+2
* Remove TabContents from extensions.avi@chromium.org2012-12-113-3/+0
* Remove tabstrip wrappers in browser_tabstrip.avi@chromium.org2012-12-031-4/+4
* Remove GetExtensionService calls and replace with PKSF calls through the Exte...mirandac@chromium.org2012-11-304-14/+25
* Initial skeleton for System Indicator APIdewittj@chromium.org2012-11-282-53/+78
* Move extension_error_utils.* and url_pattern_set.* intoaa@chromium.org2012-11-192-5/+6
* Remove some TabContentses from extensions.avi@chromium.org2012-10-303-13/+14
* Remove Profile->GetExtensionProcessManager calls; replace with PKSF calls thr...mirandac@chromium.org2012-10-241-1/+2
* Revert 162636 - Use LANCZOS3 resize algorithm to generate missing image reps ...tbarzic@chromium.org2012-10-222-36/+34
* Use LANCZOS3 resize algorithm to generate missing image reps for extension ac...tbarzic@chromium.org2012-10-182-34/+36
* Replace extension_switch_utils.h with feature_switch.h.aa@chromium.org2012-10-132-2/+2
* Move extension_action.* from common/ to browser/jyasskin@chromium.org2012-10-138-9/+9
* Remove Extension's accessors for ExtensionActions.jyasskin@chromium.org2012-10-126-46/+97
* Move ownership of ExtensionAction into ExtensionSystem.jyasskin@chromium.org2012-10-081-4/+4
* Delete some unused code found by -Wunused-functionthakis@chromium.org2012-10-011-12/+0
* Change browser/page action default icon defined in manifest to support hidpi.tbarzic@chromium.org2012-09-183-12/+27
* Always send the full tab object in ExtensionAction click event.aa@chromium.org2012-09-171-11/+2
* Remove support for page_action.icons, and the legacy code surrounding it.mpcomplete@chromium.org2012-09-135-56/+3