| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed unnecessary includes from profile.h and added the now necessary inclu... | davemoore@chromium.org | 2010-08-19 | 1 | -9/+4 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 1 | -1/+1 |
* | Added BackgroundModeManager which tracks when background apps are loaded/unlo... | atwilson@chromium.org | 2010-08-18 | 1 | -0/+7 |
* | Provide a profile.GetAppCacheService() accessor and add two helper methods to... | michaeln@chromium.org | 2010-08-11 | 1 | -0/+4 |
* | Add back chromeos preferences include in profile.h | pathorn@chromium.org | 2010-07-31 | 1 | -0/+6 |
* | Split ProfileImpl out of profile.cc. | pathorn@chromium.org | 2010-07-30 | 1 | -218/+3 |
* | Remove tips from NTP. | mirandac@google.com | 2010-07-28 | 1 | -4/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Implement support for disabling sync through configuration management. | mnissler@chromium.org | 2010-07-14 | 1 | -0/+4 |
* | Add the TokenService to the chrome profile, and use it to pass the LSID from ... | chron@chromium.org | 2010-07-14 | 1 | -0/+6 |
* | Remove ThumbnailStore - replaced by TopSites. | nshkrob@chromium.org | 2010-07-07 | 1 | -5/+0 |
* | Remove abonded privacy blacklist implementation. | jochen@chromium.org | 2010-07-02 | 1 | -6/+0 |
* | Display content settings applying to the current otr session only. | jochen@chromium.org | 2010-07-02 | 1 | -0/+4 |
* | Massively simplify the NetworkChangeNotifier infrastructure: | pkasting@chromium.org | 2010-06-25 | 1 | -7/+0 |
* | Added BackgroundContentsService to manage lifecycle of BackgroundContents. | atwilson@chromium.org | 2010-06-21 | 1 | -0/+6 |
* | Don't save last used locations in open and save dialogs when in incognito mode. | bauerb@chromium.org | 2010-06-09 | 1 | -0/+6 |
* | AutoFill: Make PersonalDataManager RefCountedThreadSafe. | jhawkins@chromium.org | 2010-06-03 | 1 | -1/+2 |
* | Add command line flag --top-sites to replace the thumbnail store flag. | brettw@chromium.org | 2010-05-19 | 1 | -0/+11 |
* | Replaced NetworkStatusDetector with use of NetworkChangeNotifier | akalin@chromium.org | 2010-05-15 | 1 | -0/+7 |
* | Geolocation: checks pending requests with the same origin when receiving the ... | bulach@chromium.org | 2010-05-11 | 1 | -0/+7 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -8/+7 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -7/+8 |
* | First cut of Cloud Print Proxy implementation. The code is not enabled for no... | sanjeevr@google.com | 2010-04-20 | 1 | -0/+7 |
* | Do not prepopulate the findbar with incognito search terms. | rohitrao@chromium.org | 2010-04-09 | 1 | -0/+7 |
* | Hook up extension apps notification permission, take two | rafaelw@chromium.org | 2010-03-31 | 1 | -0/+14 |
* | Show the location bar icon (almost) all the time, and have its contents match... | pkasting@chromium.org | 2010-03-30 | 1 | -8/+7 |
* | Add GeolocationContentSettingsMap, a geolocation-specific variant of HostCont... | pkasting@chromium.org | 2010-03-19 | 1 | -0/+7 |
* | Makes pinned tab restore on startup if you haven't enabled session | sky@chromium.org | 2010-03-18 | 1 | -0/+2 |
* | First cut at custom user style sheets. | tony@chromium.org | 2010-03-08 | 1 | -0/+6 |
* | First stab at a DataTypeController. | skrul@chromium.org | 2010-02-10 | 1 | -0/+2 |
* | Rewrite the HostContentSettingsMap to address some issues: | pkasting@chromium.org | 2010-01-30 | 1 | -1/+1 |
* | Add an accessibility API for events raised outside of the web content. | estade@chromium.org | 2010-01-30 | 1 | -1/+23 |
* | Make the Blacklist in the URL request context refcounted, since the Profile g... | pkasting@chromium.org | 2010-01-30 | 1 | -1/+1 |
* | Revert r37535. | darin@chromium.org | 2010-01-29 | 1 | -6/+0 |
* | Implement extended cookie controls. | jochen@chromium.org | 2010-01-29 | 1 | -0/+6 |
* | Reland r37508. Implement HostContentSettingsMap. | jochen@chromium.org | 2010-01-29 | 1 | -1/+7 |
* | Revert "Implement HostContentSettingsMap" | evan@chromium.org | 2010-01-29 | 1 | -7/+1 |
* | Implement HostContentSettingsMap | jochen@chromium.org | 2010-01-29 | 1 | -1/+7 |
* | revert 37335: | estade@chromium.org | 2010-01-27 | 1 | -23/+1 |
* | Add an accessibility API for events raised outside of the web content. | estade@chromium.org | 2010-01-27 | 1 | -1/+23 |
* | Load filter rules from preferences. | jochen@chromium.org | 2010-01-23 | 1 | -1/+0 |
* | Drop the code allowing privacy blacklists to be shipped in extensions. | phajdan.jr@chromium.org | 2010-01-20 | 1 | -6/+6 |
* | Revert "Take 2: Preload the visited link db on the file thread if" | tony@chromium.org | 2010-01-12 | 1 | -7/+3 |
* | Take 2: Preload the visited link db on the file thread if | tony@chromium.org | 2010-01-12 | 1 | -3/+7 |
* | [More BTP includes.] | erg@google.com | 2009-12-18 | 1 | -2/+2 |
* | Revert "Preload the visited link db on the file thread if the file exists." | tony@chromium.org | 2009-12-17 | 1 | -7/+3 |
* | TBR: Revert to fix Chromos. | erg@google.com | 2009-12-17 | 1 | -2/+2 |
* | Uninstall themes when all theme infobars are gone; not on each infobar's dest... | erg@google.com | 2009-12-17 | 1 | -2/+2 |
* | Preload the visited link db on the file thread if the file exists. | tony@chromium.org | 2009-12-17 | 1 | -3/+7 |
* | SPDY: augment Strict Transport Security with the beginnings of SPDY upgrade. | agl@chromium.org | 2009-12-11 | 1 | -11/+11 |