| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix cookie store Id in chrome.cookies.onChanged in incognito windows | battre@chromium.org | 2013-12-04 | 2 | -1/+12 |
* | Move EventRouter to src/extensions/browser | jamescook@chromium.org | 2013-11-21 | 2 | -2/+2 |
* | Move Extension and PermissionsData to extensions/common. | yoz@chromium.org | 2013-11-15 | 2 | -4/+4 |
* | Convert extensions::EventRouter from Profile to BrowserContext | jamescook@chromium.org | 2013-11-13 | 1 | -1/+1 |
* | Move ExtensionFunction to the extensions component. | benwells@chromium.org | 2013-11-13 | 1 | -1/+1 |
* | Remove Profile dependency from ExtensionFunction | benwells@chromium.org | 2013-10-28 | 2 | -6/+6 |
* | content: Move kHttpScheme constant into content namespace. | tfarina@chromium.org | 2013-09-15 | 1 | -1/+1 |
* | Revert 219709 "Remove the Extensions URLRequestContext." | earthdok@chromium.org | 2013-08-27 | 1 | -3/+0 |
* | Remove the Extensions URLRequestContext. | ajwong@chromium.org | 2013-08-27 | 1 | -0/+3 |
* | content: Move kHttpsScheme constant into content namespace. | tfarina@chromium.org | 2013-08-26 | 1 | -1/+1 |
* | Convert UserPolicySigninService to use OAuth2TokenService | atwilson@chromium.org | 2013-08-22 | 1 | -55/+23 |
* | JSON/IDL Compiler now generates event names as of r215660. Use these generate... | DHNishi@gmail.com | 2013-08-20 | 2 | -5/+6 |
* | c/b/extensions: Do not use Value::Create*. | DHNishi@gmail.com | 2013-08-14 | 1 | -2/+2 |
* | Update some includes of chrome_notification_types.h | jam@chromium.org | 2013-07-12 | 1 | -1/+1 |
* | chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 2 | tfarina@chromium.org | 2013-07-03 | 3 | -3/+3 |
* | Use a direct include of time headers in chrome/browser/, part 3. | avi@chromium.org | 2013-06-28 | 1 | -1/+1 |
* | Convert most of extensions and some other random stuff to using the base name... | brettw@chromium.org | 2013-06-21 | 3 | -13/+13 |
* | Use a direct include of strings headers in chrome/browser/extensions/, part 1. | avi@chromium.org | 2013-06-11 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 1. | avi@chromium.org | 2013-06-09 | 1 | -1/+1 |
* | Remove references to Profile from browser_context_keyed_service. | phajdan.jr@chromium.org | 2013-05-22 | 1 | -1/+1 |
* | Move RuntimeData and related permissions out of Extension class | rdevlin.cronin@chromium.org | 2013-05-17 | 2 | -2/+5 |
* | Adding Priority field to cookies. | erikwright@chromium.org | 2013-04-19 | 2 | -7/+13 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 3 | -33/+54 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 3 | -54/+33 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 3 | -33/+54 |
* | Remove the last traces of experimental support for MAC cookies | rsleevi@chromium.org | 2013-02-28 | 1 | -17/+10 |
* | Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit... | rsleevi@chromium.org | 2013-02-07 | 1 | -3/+3 |
* | Swap BrowserList::const_iterator for the multi-desktop aware BrowserIterator ... | gab@chromium.org | 2013-02-01 | 1 | -4/+3 |
* | Record histogram of extension API usage | rpaquay@chromium.org | 2013-01-18 | 1 | -5/+6 |
* | Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it | kalman@chromium.org | 2013-01-11 | 2 | -55/+56 |
* | Revert revision 176015 | ricow@chromium.org | 2013-01-10 | 2 | -56/+55 |
* | Run the JSON Schema Compiler's bundle compilation on JSON files. Previously it | kalman@chromium.org | 2013-01-10 | 2 | -55/+56 |
* | Remove some Profile-keyed factory boilerplate: management, omnibox, preferenc... | yoz@chromium.org | 2013-01-08 | 2 | -13/+11 |
* | Remove Profile-keyed factory boilerplate: cookies, managed_mode & web_navigation | MHX348@motorola.com | 2013-01-03 | 4 | -75/+26 |
* | Disable 6 ExtensionApiTests on win asan | dgrogan@chromium.org | 2012-12-13 | 1 | -1/+7 |
* | Remove TabContents from extensions. | avi@chromium.org | 2012-12-11 | 1 | -3/+1 |
* | Remove deprecated extension EventRouter APIs. | mpcomplete@chromium.org | 2012-12-07 | 1 | -2/+4 |
* | Make ExtensionCookiesEventRouter initialize lazily when a cookie listener reg... | MHX348@motorola.com | 2012-12-06 | 4 | -9/+123 |
* | Move extension_error_utils.* and url_pattern_set.* into | aa@chromium.org | 2012-11-19 | 1 | -5/+5 |
* | Coalesce event router Init calls into their constructors. | yoz@chromium.org | 2012-11-05 | 2 | -8/+3 |
* | Remove GetExtensionEventRouter calls and replace with PKSF calls through the ... | mirandac@chromium.org | 2012-10-29 | 1 | -1/+3 |
* | Cleanup: Simplify some extension API code. | thestig@chromium.org | 2012-09-11 | 2 | -24/+20 |
* | Remove noisy LOG statement from cookies API | jochen@chromium.org | 2012-08-16 | 2 | -3/+2 |
* | Refactor extension event distribution to use Values instead of JSON strings. | gdk@chromium.org | 2012-08-07 | 2 | -11/+9 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2012-07-25 | 1 | -1/+1 |
* | Do not inherit from std::vector. | tfarina@chromium.org | 2012-07-25 | 1 | -1/+1 |
* | Move ExtensionEventRouter and related into extensions namespace | rdevlin.cronin@chromium.org | 2012-07-23 | 1 | -1/+1 |
* | Refactor chrome.cookies API to use JSON schema compiler. | mitchellwrosen@chromium.org | 2012-07-23 | 7 | -352/+316 |
* | More -Wunused-private-field cleanups. | thakis@chromium.org | 2012-07-20 | 2 | -2/+1 |
* | Move CanonicalCookie into separate files | battre@chromium.org | 2012-07-18 | 4 | -28/+26 |