| Commit message (Expand) | Author | Age | Files | Lines |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -399/+0 |
* | Time-based removal of temporary file systems via BrowsingDataRemover | mkwst@chromium.org | 2011-08-01 | 1 | -0/+4 |
* | Back-end for shortcuts provider | georgey@chromium.org | 2011-07-22 | 1 | -0/+1 |
* | Get rid of the ProfileId. It was added for ceee. I reverted the original chan... | jam@chromium.org | 2011-07-13 | 1 | -25/+1 |
* | Adding a test for the appcache removal functionality of BrowsingDataRemover. | marja@google.com | 2011-07-12 | 1 | -0/+6 |
* | Profiles: Make NTPResourceCache a ProfileKeyedService. | erg@chromium.org | 2011-06-29 | 1 | -3/+0 |
* | Changes TemplateURLModel into TemplateURLService. Changes all access points t... | erg@google.com | 2011-06-07 | 1 | -13/+9 |
* | Integrate file systems with BrowsingDataRemover | mkwst@chromium.org | 2011-06-07 | 1 | -5/+7 |
* | Modifying the BackgroundModeManager to handle multiple profiles. | rlp@chromium.org | 2011-05-28 | 1 | -1/+0 |
* | Adding `browsing_data_filesystem_helper*` as the first step towards content s... | mkwst@chromium.org | 2011-05-26 | 1 | -0/+3 |
* | Revert 86724 - Modifying the BackgroundModeManager to handle multiple profiles. | vandebo@chromium.org | 2011-05-25 | 1 | -0/+1 |
* | Modifying the BackgroundModeManager to handle multiple profiles. | rlp@chromium.org | 2011-05-25 | 1 | -1/+0 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | Profile shouldn't own Session/TabRestore services. | torne@chromium.org | 2011-04-28 | 1 | -10/+0 |
* | With this implementation, logging on to sync logs you in to the multiprofile ... | mirandac@chromium.org | 2011-04-28 | 1 | -0/+1 |
* | Revert r83261 "With this implementation, logging on to sync logs you in to th... | maruel@chromium.org | 2011-04-28 | 1 | -1/+0 |
* | With this implementation, logging on to sync logs you in to the multiprofile ... | mirandac@chromium.org | 2011-04-28 | 1 | -0/+1 |
* | Add 1st cut of QuotaManager code | kinuko@chromium.org | 2011-04-27 | 1 | -0/+1 |
* | Profile shouldn't own ProfilePolicyConnector. Introduce BrowserPolicyConnecto... | jknotten@chromium.org | 2011-04-27 | 1 | -1/+0 |
* | Stop reference counting BaseSessionService. | torne@chromium.org | 2011-04-26 | 1 | -1/+1 |
* | Don't hold the installed app in BrowserProcessRenderHost, since that's in con... | jam@chromium.org | 2011-04-23 | 1 | -2/+2 |
* | PrerenderManager is no longer refcounted. | cbentzel@chromium.org | 2011-04-22 | 1 | -1/+1 |
* | [Extensions] Make ExtensionService not be ref-counted | akalin@chromium.org | 2011-04-20 | 1 | -3/+1 |
* | [Sync] Move some extension-sync-related logic to ExtensionService | akalin@chromium.org | 2011-04-17 | 1 | -1/+2 |
* | Create a content::ResourceContext. | willchan@chromium.org | 2011-04-15 | 1 | -0/+6 |
* | Put back "Enable component extensions for DefaultProfile used in login screen... | dpolukhin@chromium.org | 2011-04-15 | 1 | -1/+1 |
* | Profile shouldn't own background page stuff. | torne@chromium.org | 2011-04-15 | 1 | -1/+0 |
* | Profile shouldn't own DesktopNotificationService. | torne@chromium.org | 2011-04-13 | 1 | -5/+0 |
* | Revert 81277 - Profile shouldn't own DesktopNotificationService.DesktopNotifi... | siggi@chromium.org | 2011-04-12 | 1 | -0/+5 |
* | Profile shouldn't own DesktopNotificationService. | torne@chromium.org | 2011-04-12 | 1 | -5/+0 |
* | Get rid of extensions dependency from content\browser. | jam@chromium.org | 2011-04-04 | 1 | -0/+9 |
* | Create a ProfileDependencyManager to order ProfileKeyedService destruction. | erg@google.com | 2011-03-31 | 1 | -0/+8 |
* | Moved URLRequestContextGetter to net/ so it can be used by projects such as j... | sanjeevr@chromium.org | 2011-03-31 | 1 | -8/+11 |
* | Remove unused has_history_service flag in TestingProfile | akalin@chromium.org | 2011-03-29 | 1 | -7/+0 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Removing off the record references from TestingProfile and RenderMessageFilter. | vipul.bhasin@gmail.com | 2011-03-25 | 1 | -4/+4 |
* | Remove TopSites dependency from content/ in anticipation of pulling it out of... | erg@google.com | 2011-03-24 | 1 | -4/+0 |
* | Theme system cleanup | erg@google.com | 2011-03-23 | 1 | -2/+2 |
* | Profile shouldn't own BrowserThemeProviders; A ThemeService should and should... | erg@google.com | 2011-03-22 | 1 | -10/+0 |
* | This is an extension of http://codereview.chromium.org/6280018 that provides ... | battre@chromium.org | 2011-03-16 | 1 | -4/+0 |
* | Initial support for partitioning cookies for isolated apps. | creis@google.com | 2011-03-15 | 1 | -0/+4 |
* | Revert 78228 - Extended: Add "system" URLRequestContext (not ready for use!) | jam@chromium.org | 2011-03-15 | 1 | -0/+4 |
* | Extended: Add "system" URLRequestContext (not ready for use!) | battre@chromium.org | 2011-03-15 | 1 | -4/+0 |
* | cd Move prerender specific functionality out of TabContents into a tab content | tburkard@chromium.org | 2011-03-08 | 1 | -0/+2 |
* | Removing references to off the record in comments and log messages. | akalin@chromium.org | 2011-03-08 | 1 | -1/+1 |
* | cleanup: make OnLogin to be pure virtual as all methods around. | dilmah@chromium.org | 2011-03-04 | 1 | -0/+2 |
* | Make the ChromeNetworkDelegate use the ExtensionEventRouterForwarder | jochen@chromium.org | 2011-03-01 | 1 | -1/+0 |
* | Add an accessor for an ExtensionSpecialStoragePolicy to the Profile class | michaeln@google.com | 2011-02-26 | 1 | -0/+5 |
* | Implementation of ExtensionEventRouterForwarder | battre@chromium.org | 2011-02-23 | 1 | -0/+3 |
* | Device policy infrastructure | jkummerow@chromium.org | 2011-02-23 | 1 | -1/+1 |