summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-enable extensions auto-update.asargent@chromium.org2009-07-201-1/+1
* Changed the extension.connect() API not to broadcast to all tabs. Added ampcomplete@chromium.org2009-07-201-0/+12
* Write ThumbnailStore's cache to disk on browser shutdown.meelapshah@chromium.org2009-07-201-0/+6
* Various minor fixes:aa@chromium.org2009-07-151-0/+12
* Turn backend tip service on by default.mirandac@chromium.org2009-07-121-0/+3
* Disable extension auto-updating (hopefully temporarily)asargent@chromium.org2009-07-101-1/+1
* Instead of forcing the homepage to be linux splash, force the startup action ...estade@chromium.org2009-07-101-6/+0
* Implementation of Extension Updater.asargent@chromium.org2009-07-101-1/+2
* Change ThumbnailStore to use sqlite instead of individual files try 2. Previo...meelapshah@chromium.org2009-07-091-1/+1
* Reverting 20097.meelapshah@chromium.org2009-07-081-1/+1
* Change ThumbnailStore to use sqlite instead of individual files.meelapshah@chromium.org2009-07-071-1/+1
* Fix the current remaining Views-GTK compile and linker errors.brettw@chromium.org2009-07-061-1/+1
* Fix Acid3 Test 48: LINKTEST, Chromium side....dglazkov@chromium.org2009-07-031-24/+3
* GTK: Initial implementation of using GTK themes, partially based on evan's CL...erg@google.com2009-07-031-0/+20
* Wire up a LoginDatabase for PasswordStoreMac, and start using it for lookup.stuartmorgan@chromium.org2009-06-301-1/+10
* Let RenderProcessHost provide a method HasConnection() instead of exposingbrettw@chromium.org2009-06-291-2/+2
* Add a command line switch to allow setting the max sizervargas@google.com2009-06-261-18/+46
* Create a webkit thread for use within the browser process. This patch also i...jorlow@chromium.org2009-06-261-1/+18
* Change ExtensionHost to use notificationserikkay@chromium.org2009-06-261-1/+3
* Refactored ExtensionsPrefs to store paths relative to the extensions install ...rafaelw@chromium.org2009-06-251-1/+5
* Add looking up/caching of redirect lists to find the best thumbnail.meelapshah@chromium.org2009-06-241-1/+1
* Clean up a few startup and shutdown dependencies which should fix some of the...erikkay@google.com2009-06-241-3/+1
* Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ...idanan@chromium.org2009-06-231-0/+26
* Re-enable the --enable-extensions flag. Fix a bug where the extensions.enable...aa@chromium.org2009-06-231-1/+1
* TBR: Fix dead tree.aa@chromium.org2009-06-221-1/+1
* Re-enable the --enable-extensions flag. Fix a bug where the extensions.enable...aa@chromium.org2009-06-221-1/+1
* First draft of web resource service; fetches data from a JSON feed mirandac@chromium.org2009-06-181-0/+12
* Adds kind-of-live thumbnail generation for a potential tab switcher.brettw@chromium.org2009-06-161-1/+1
* Factor out the code that deals with installing external extensions through Re...finnur@chromium.org2009-06-121-2/+1
* Disable extensions in incognito mode.mpcomplete@google.com2009-06-111-7/+2
* Modified ThumbnailStore to cache/store JPEGs insteadbrettw@chromium.org2009-06-091-0/+13
* Turn on the PasswordStoreMac implementation.stuartmorgan@chromium.org2009-06-031-0/+5
* Change PasswordStoreDefault to access the WebDataService from the UI thread o...stuartmorgan@chromium.org2009-06-031-0/+54
* UI Support for Auto Spell Correct. Currently, it is still under the command l...sidchat@google.com2009-06-031-1/+11
* Allow themes to change the background of the new tab page. Adds support for d...glen@chromium.org2009-06-021-0/+1
* The extensions service wasn't getting inited despite being used by themes (th...glen@chromium.org2009-06-021-10/+3
* Reverting 17273 - Fails reliability testsmhm@chromium.org2009-05-301-54/+0
* Re-land the password store work from bug 8205, with changes that should fix b...stuartmorgan@chromium.org2009-05-301-0/+54
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-291-25/+2
* Revert the password manager refactoring -- it failed reliability tests.evan@chromium.org2009-05-261-54/+0
* Remove unused code from ExtensionsService.mpcomplete@google.com2009-05-261-1/+1
* Patch to make password patch build.evan@chromium.org2009-05-221-0/+54
* More NotificationRegistrar conversions.pkasting@chromium.org2009-05-221-14/+6
* Hook up more of extension uninstall.aa@chromium.org2009-05-211-1/+4
* Revert "Hook up more of extension uninstall."aa@chromium.org2009-05-211-4/+1
* Hook up more of extension uninstall.aa@chromium.org2009-05-201-1/+4
* TBR: Revert "Hook up more of extension uninstall."aa@chromium.org2009-05-201-4/+1
* Hook up more of extension uninstall.aa@chromium.org2009-05-201-1/+4
* More progress on ForceHTTPS.abarth@chromium.org2009-05-201-0/+18
* Add a separate cookie store that's used for extensions.mpcomplete@google.com2009-05-141-30/+50