| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor ChromeURLRequestContext to pull out ExtensionInfoMap into a shared | mpcomplete@chromium.org | 2010-09-30 | 1 | -4/+2 |
* | Use PrefChangeRegistrar everywhere | danno@chromium.org | 2010-09-29 | 1 | -2/+24 |
* | Revert 60169 - Use PrefChangeRegistrar everywhere | danno@chromium.org | 2010-09-22 | 1 | -14/+1 |
* | Use PrefChangeRegistrar everywhere | danno@chromium.org | 2010-09-22 | 1 | -1/+14 |
* | 2nd attempt at http://codereview.chromium.org/3305003/show | johnnyg@chromium.org | 2010-09-09 | 1 | -0/+3 |
* | Revert 58778 - New authorization framework for sync. | johnnyg@chromium.org | 2010-09-08 | 1 | -3/+0 |
* | New authorization framework for sync. | johnnyg@chromium.org | 2010-09-08 | 1 | -0/+3 |
* | Add a helper class that keeps per-profile information for FileSystem API | kinuko@chromium.org | 2010-08-27 | 1 | -0/+1 |
* | Revert 57715 - Add a helper class that keeps per-profile information for File... | dmazzoni@chromium.org | 2010-08-27 | 1 | -1/+0 |
* | Add a helper class that keeps per-profile information for FileSystem API | kinuko@chromium.org | 2010-08-27 | 1 | -0/+1 |
* | Support sending BlobData to browser process. Also support sending UploadData | jianli@chromium.org | 2010-08-27 | 1 | -0/+4 |
* | chromeos: 1st draft of ProxyConfigService for chromeos | kuan@chromium.org | 2010-08-24 | 1 | -1/+6 |
* | Make TestingProfile use ScopedTempDir. | phajdan.jr@chromium.org | 2010-08-20 | 1 | -17/+4 |
* | Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}. | viettrungluu@chromium.org | 2010-08-19 | 1 | -1/+1 |
* | Removed unnecessary includes from profile.h and added the now necessary inclu... | davemoore@chromium.org | 2010-08-19 | 1 | -0/+3 |
* | Added BackgroundModeManager which tracks when background apps are loaded/unlo... | atwilson@chromium.org | 2010-08-18 | 1 | -0/+3 |
* | FBTF: Forward declare everything possible in testing_profile.h | erg@google.com | 2010-08-13 | 1 | -84/+34 |
* | Add token serialization to token_service. | chron@chromium.org | 2010-08-12 | 1 | -0/+6 |
* | Provide a profile.GetAppCacheService() accessor and add two helper methods to... | michaeln@chromium.org | 2010-08-11 | 1 | -0/+1 |
* | Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default. | nshkrob@chromium.org | 2010-08-10 | 1 | -1/+14 |
* | Revert "Replace --top-sites flag with --no-top-sites flag. TopSites becomes t... | phajdan.jr@chromium.org | 2010-08-06 | 1 | -14/+1 |
* | Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default. | nshkrob@chromium.org | 2010-08-06 | 1 | -1/+14 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Adjust preference sync code to only sync user modifiable preferences. | mnissler@chromium.org | 2010-07-21 | 1 | -6/+4 |
* | Add the TokenService to the chrome profile, and use it to pass the LSID from ... | chron@chromium.org | 2010-07-14 | 1 | -0/+4 |
* | Add an ExtensionPrefStore, layered between the user prefs and the managed pre... | pam@chromium.org | 2010-07-12 | 1 | -6/+1 |
* | Remove ThumbnailStore - replaced by TopSites. | nshkrob@chromium.org | 2010-07-07 | 1 | -1/+0 |
* | Add a default content setting to the notifications service. | thakis@chromium.org | 2010-07-03 | 1 | -1/+8 |
* | Remove abonded privacy blacklist implementation. | jochen@chromium.org | 2010-07-02 | 1 | -1/+0 |
* | Display content settings applying to the current otr session only. | jochen@chromium.org | 2010-07-02 | 1 | -0/+2 |
* | Added BackgroundContentsService to manage lifecycle of BackgroundContents. | atwilson@chromium.org | 2010-06-21 | 1 | -0/+3 |
* | Don't save last used locations in open and save dialogs when in incognito mode. | bauerb@chromium.org | 2010-06-09 | 1 | -0/+9 |
* | Support multiple PrefStores | mnissler@chromium.org | 2010-06-07 | 1 | -4/+8 |
* | Removed dependency on ChromeThread from JsonPrefStore and moved JsonPrefStore... | sanjeevr@chromium.org | 2010-05-21 | 1 | -2/+6 |
* | Add command line flag --top-sites to replace the thumbnail store flag. | brettw@chromium.org | 2010-05-19 | 1 | -0/+1 |
* | Implement IndexedDatabase::open up until re-entrance into WebKit. That (and the | jorlow@chromium.org | 2010-05-14 | 1 | -1/+1 |
* | Geolocation: checks pending requests with the same origin when receiving the ... | bulach@chromium.org | 2010-05-11 | 1 | -0/+9 |
* | Moved URLFetcher and related classes to chrome/common/net. | sanjeevr@chromium.org | 2010-05-07 | 1 | -1/+1 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -4/+11 |
* | Reland "Factor out reading and writing of preferences into |PrefStore|." | bauerb@chromium.org | 2010-04-22 | 1 | -1/+2 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -11/+4 |
* | Revert 45168 - Reland r45028: Factor out reading and writing of preferences i... | erikkay@chromium.org | 2010-04-21 | 1 | -2/+1 |
* | Reland r45028: Factor out reading and writing of preferences into |PrefStore|. | bauerb@chromium.org | 2010-04-21 | 1 | -1/+2 |
* | Revert 45028 - Factor out reading and writing of preferences into |PrefStore|. | thomasvl@chromium.org | 2010-04-20 | 1 | -2/+1 |
* | Factor out reading and writing of preferences into |PrefStore|. | bauerb@chromium.org | 2010-04-20 | 1 | -1/+2 |
* | First cut of Cloud Print Proxy implementation. The code is not enabled for no... | sanjeevr@google.com | 2010-04-20 | 1 | -0/+1 |
* | Do not prepopulate the findbar with incognito search terms. | rohitrao@chromium.org | 2010-04-09 | 1 | -0/+9 |
* | Fix sync leaks and some more good stuff. | skrul@chromium.org | 2010-03-30 | 1 | -5/+0 |
* | Show the location bar icon (almost) all the time, and have its contents match... | pkasting@chromium.org | 2010-03-30 | 1 | -4/+11 |
* | Reland r42467. Clear cookies, local storage and databases when an extension g... | jochen@chromium.org | 2010-03-25 | 1 | -3/+2 |