| Commit message (Expand) | Author | Age | Files | Lines |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 2 | -2/+2 |
* | GTTF: convert some tests in chrome to use EmbeddedTestServer patch nr 1 | phajdan.jr@chromium.org | 2013-06-26 | 1 | -4/+4 |
* | Convert most of extensions and some other random stuff to using the base name... | brettw@chromium.org | 2013-06-21 | 1 | -3/+3 |
* | Use a direct include of strings headers in chrome/browser/extensions/, part 1. | avi@chromium.org | 2013-06-11 | 2 | -2/+2 |
* | Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-02 | 1 | -4/+4 |
* | Move BrowserAction references from ExtensionPrefs to ExtensionActionAPI | rdevlin.cronin@chromium.org | 2013-05-09 | 4 | -3/+105 |
* | Move SpawnedTestServer to its own subdirectory. | phajdan.jr@chromium.org | 2013-05-07 | 1 | -1/+1 |
* | Consolidate manifest handler registration. | yoz@chromium.org | 2013-05-06 | 1 | -7/+0 |
* | GTTF: rename net::TestServer -> net::SpawnedTestServer | phajdan.jr@chromium.org | 2013-05-03 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 3 | -15/+12 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 3 | -12/+15 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 3 | -15/+12 |
* | Rewriting pyauto extensions tests as browser tests. Below are the pyauto test... | pshenoy@chromium.org | 2013-03-30 | 2 | -0/+92 |
* | net: move host_resolver files from net/base to net/dns | phajdan.jr@chromium.org | 2013-03-21 | 1 | -1/+1 |
* | Fix up unused includes from chrome/browser/extensions to the rest of chrome/b... | yoz@chromium.org | 2013-03-05 | 1 | -0/+1 |
* | Manifest handler for all keys background-related. | yoz@chromium.org | 2013-03-01 | 1 | -11/+3 |
* | Finally phase out non-multi-desktop-aware Browser::CreateParams()'s!! | gab@chromium.org | 2013-02-25 | 1 | -3/+7 |
* | EXTENSION_FUNCTION_VALIDATE all the details in the extension action APIs. | kalman@chromium.org | 2013-02-15 | 1 | -1/+7 |
* | Move page action manifest parsing out of Extension; the first multi-key manif... | yoz@chromium.org | 2013-02-13 | 1 | -0/+6 |
* | Remove ImageLoadingTracker class, as it is not used anymore. | rpaquay@chromium.org | 2013-02-12 | 1 | -0/+1 |
* | Rename FilePath to base::FilePath and use new location of string_number_conve... | brettw@chromium.org | 2013-02-08 | 1 | -1/+1 |
* | Use ImageLoader instead of ImageLoadingTracker (Part 11) | rpaquay@chromium.org | 2013-02-08 | 3 | -2/+4 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit... | rsleevi@chromium.org | 2013-02-07 | 1 | -1/+1 |
* | Allow manifest handlers to declare keys they depend on that must be parsed be... | yoz@chromium.org | 2013-02-05 | 1 | -2/+2 |
* | Lookup the favicon with the closest scale factor to the one passed in to chro... | pkotwicz@chromium.org | 2013-01-31 | 1 | -5/+4 |
* | Remove TabStripModel wrapper use. | avi@chromium.org | 2013-01-29 | 2 | -12/+12 |
* | Remove TabStripModel wrapper use. | avi@chromium.org | 2013-01-28 | 1 | -4/+4 |
* | Move BrowserAction out of Extension | rdevlin.cronin@chromium.org | 2013-01-28 | 1 | -0/+30 |
* | Consolidate [BrowserAction,PageAction,ScriptBadge]API into ExtensionActionAPI | rdevlin.cronin@chromium.org | 2013-01-23 | 9 | -638/+572 |
* | Record histogram of extension API usage | rpaquay@chromium.org | 2013-01-18 | 3 | -23/+30 |
* | Move ScriptBadge, ActionInfo out of Extension; preparation for BrowserAction | rdevlin.cronin@chromium.org | 2013-01-16 | 4 | -28/+80 |
* | Add systray icon and click functionality to systemIndicator API. | dewittj@chromium.org | 2012-12-17 | 2 | -5/+9 |
* | Fix a bug where we'd write browser action icon data to disk too frequently. | mpcomplete@chromium.org | 2012-12-14 | 1 | -0/+2 |
* | Remove TabContents from extensions. | avi@chromium.org | 2012-12-11 | 3 | -3/+0 |
* | Remove tabstrip wrappers in browser_tabstrip. | avi@chromium.org | 2012-12-03 | 1 | -4/+4 |
* | Remove GetExtensionService calls and replace with PKSF calls through the Exte... | mirandac@chromium.org | 2012-11-30 | 4 | -14/+25 |
* | Initial skeleton for System Indicator API | dewittj@chromium.org | 2012-11-28 | 2 | -53/+78 |
* | Move extension_error_utils.* and url_pattern_set.* into | aa@chromium.org | 2012-11-19 | 2 | -5/+6 |
* | Remove some TabContentses from extensions. | avi@chromium.org | 2012-10-30 | 3 | -13/+14 |
* | Remove Profile->GetExtensionProcessManager calls; replace with PKSF calls thr... | mirandac@chromium.org | 2012-10-24 | 1 | -1/+2 |
* | Revert 162636 - Use LANCZOS3 resize algorithm to generate missing image reps ... | tbarzic@chromium.org | 2012-10-22 | 2 | -36/+34 |
* | Use LANCZOS3 resize algorithm to generate missing image reps for extension ac... | tbarzic@chromium.org | 2012-10-18 | 2 | -34/+36 |
* | Replace extension_switch_utils.h with feature_switch.h. | aa@chromium.org | 2012-10-13 | 2 | -2/+2 |
* | Move extension_action.* from common/ to browser/ | jyasskin@chromium.org | 2012-10-13 | 8 | -9/+9 |
* | Remove Extension's accessors for ExtensionActions. | jyasskin@chromium.org | 2012-10-12 | 6 | -46/+97 |
* | Move ownership of ExtensionAction into ExtensionSystem. | jyasskin@chromium.org | 2012-10-08 | 1 | -4/+4 |
* | Delete some unused code found by -Wunused-function | thakis@chromium.org | 2012-10-01 | 1 | -12/+0 |
* | Change browser/page action default icon defined in manifest to support hidpi. | tbarzic@chromium.org | 2012-09-18 | 3 | -12/+27 |
* | Always send the full tab object in ExtensionAction click event. | aa@chromium.org | 2012-09-17 | 1 | -11/+2 |
* | Remove support for page_action.icons, and the legacy code surrounding it. | mpcomplete@chromium.org | 2012-09-13 | 5 | -56/+3 |