| Commit message (Expand) | Author | Age | Files | Lines |
* | Move chrome/common/extensions/incognito_handler.h to src/extensions | jamescook@chromium.org | 2013-11-06 | 1 | -1/+1 |
* | Move ScopedUserPrefUpdate to base/prefs. | derat@chromium.org | 2013-10-30 | 1 | -1/+1 |
* | Moved some functions off ExtensionService into a new file extension_util. | benwells@chromium.org | 2013-10-17 | 1 | -1/+2 |
* | Remove dependency on ui::ScaleFactor from ui/gfx | davemoore@chromium.org | 2013-09-24 | 1 | -1/+1 |
* | Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx" | davemoore@chromium.org | 2013-09-20 | 1 | -1/+1 |
* | Remove dependency on ui::ScaleFactor from ui/gfx | davemoore@chromium.org | 2013-09-20 | 1 | -1/+1 |
* | Remove ExtensionURLInfo, make security decisions in render process | jamesr@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Allow Chrome OS login profile to have different default pref values | bartfab@chromium.org | 2013-07-05 | 1 | -1/+1 |
* | Convert most of extensions and some other random stuff to using the base name... | brettw@chromium.org | 2013-06-21 | 1 | -16/+17 |
* | Use a direct include of strings headers in chrome/browser/extensions/, part 4. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 2. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | bookmarks: Get rid of the dependency on history_types.h | tfarina@chromium.org | 2013-05-16 | 1 | -4/+4 |
* | components: Move PrefRegistrySyncable into user_prefs namespace. | tfarina@chromium.org | 2013-05-06 | 1 | -3/+5 |
* | Remove some chrome-specific methods from content::WebUI. | jam@chromium.org | 2013-04-12 | 1 | -17/+0 |
* | Move IconsHandler from c/c/e/api/ to c/c/e | rdevlin.cronin@chromium.org | 2013-04-12 | 1 | -1/+1 |
* | Move IncognitoSplitMode out of Extension Class | rdevlin.cronin@chromium.org | 2013-03-24 | 1 | -1/+2 |
* | Move CrxFile, FileReader, ExtensionResource to src/extensions. | yoz@chromium.org | 2013-03-23 | 1 | -2/+2 |
* | Replacing DictionaryValue::key_iterator by DictionaryValue::Iterator in chrom... | pneubeck@chromium.org | 2013-03-06 | 1 | -12/+11 |
* | Introduce //components/user_prefs. | joi@chromium.org | 2013-03-06 | 1 | -1/+1 |
* | Fix up unused includes from chrome/browser/extensions to the rest of chrome/b... | yoz@chromium.org | 2013-03-05 | 1 | -2/+0 |
* | Move Icons out of Extension class | rdevlin.cronin@chromium.org | 2013-02-27 | 1 | -2/+4 |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 1 | -1/+1 |
* | Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. | joi@chromium.org | 2013-02-10 | 1 | -3/+4 |
* | Cleanup history favicon code | pkotwicz@chromium.org | 2013-01-23 | 1 | -14/+1 |
* | Use ImageLoader instead of ImageLoadingTracker (Part 5) | rpaquay@chromium.org | 2013-01-15 | 1 | -0/+1 |
* | Move the parsing of "chrome_url_overrides" out of Extension. | MHX348@motorola.com | 2013-01-12 | 1 | -4/+5 |
* | Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. | joi@chromium.org | 2012-12-22 | 1 | -2/+2 |
* | Move BookmarkManagerAPI to c/b/e/api | rdevlin.cronin@chromium.org | 2012-12-19 | 1 | -7/+7 |
* | Finish converting FaviconService to use CancelableTaskTracker. | kaiwang@chromium.org | 2012-12-12 | 1 | -2/+2 |
* | Remove TabContents from extensions. | avi@chromium.org | 2012-12-11 | 1 | -1/+0 |
* | Convert some FaviconService functions to use New CancelableTaskTracker | kaiwang@chromium.org | 2012-12-07 | 1 | -20/+28 |
* | This CL ensures that favicons always | pkotwicz@chromium.org | 2012-11-16 | 1 | -4/+5 |
* | Add a class to replace ImageLoadingTracker with a nicer API. | mek@chromium.org | 2012-11-16 | 1 | -106/+77 |
* | Revert 168079 - This CL ensures that favicons always | pkotwicz@chromium.org | 2012-11-16 | 1 | -6/+4 |
* | This CL ensures that favicons always | pkotwicz@chromium.org | 2012-11-15 | 1 | -4/+6 |
* | bookmarks: Remove TabContents from BookmarkManagerExtensionAPI. | tfarina@chromium.org | 2012-10-16 | 1 | -3/+2 |
* | extensions: Fix typo in bookmarks url. | tfarina@chromium.org | 2012-09-25 | 1 | -1/+2 |
* | Enable loading hidpi favicons via ExtensionWebUI::GetFaviconForURL() | pkotwicz@chromium.org | 2012-09-21 | 1 | -22/+48 |
* | Expire favicons which were added with default favicon sizes | pkotwicz@chromium.org | 2012-09-13 | 1 | -1/+8 |
* | Change FaviconData to be able to return data for multiple bitmaps for same ic... | pkotwicz@chromium.org | 2012-08-30 | 1 | -20/+27 |
* | Revert 153695 - Change FaviconData to be able to return data for multiple bit... | pkotwicz@chromium.org | 2012-08-28 | 1 | -27/+20 |
* | Change FaviconData to be able to return data for multiple bitmaps for same ic... | pkotwicz@chromium.org | 2012-08-28 | 1 | -20/+27 |
* | Cleanup: Constify more ExtensionService methods, and IWYU. | thestig@chromium.org | 2012-08-17 | 1 | -0/+1 |
* | Generalize ExtensionIconSet to store icon paths for custom size sets. | tbarzic@chromium.org | 2012-08-17 | 1 | -1/+1 |
* | Correct const accessors in base/values.(h|cc), Part II (ListValue) | vabr@chromium.org | 2012-08-03 | 1 | -3/+4 |
* | Correct const accessors in base/values.(h|cc) | vabr@chromium.org | 2012-07-27 | 1 | -2/+2 |
* | Factoring-out reference to TabIterator in ExtensionWebUI. | jcivelli@chromium.org | 2012-07-14 | 1 | -17/+22 |
* | TabContentsWrapper -> TabContents, part 12. | avi@chromium.org | 2012-06-12 | 1 | -3/+2 |
* | browser: Factor out TabContentsIterator into its own module. | tfarina@chromium.org | 2012-05-27 | 1 | -2/+2 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -0/+1 |