summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_process_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Final removal of the bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-101-14/+0
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-091-2/+2
* Initial implementation of status tray functionality (mac-only, currently).atwilson@chromium.org2010-03-061-0/+6
* Next part of removing the dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-03-061-0/+6
* Simple fix for a crashing bug.michaeln@chromium.org2010-03-051-0/+2
* Continue removing bad dependency of chrome/common on chrome/browserphajdan.jr@chromium.org2010-02-271-1/+1
* Move more files from chrome/common to chrome/browserphajdan.jr@chromium.org2010-02-231-1/+1
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* Remove the temporary scaffolding stubs.phajdan.jr@chromium.org2010-02-101-7/+1
* Delete HTML5 database in BrowsingDataRemover, part 1.jochen@chromium.org2010-02-061-2/+1
* Check for the existance of a profile manager. Might not exist during early sh...jochen@chromium.org2010-02-051-0/+7
* Some preliminary ground work for respecting the "Content Settings" in the app...michaeln@chromium.org2010-02-041-1/+2
* Make sure locally stored site data is deleted after DB and WebKit threads are...jochen@chromium.org2010-02-041-6/+12
* Reland 37913. Clear local state on exit.jochen@chromium.org2010-02-031-0/+35
* Revert 37913 - Clear local state (cookies, databases, local storage) on exit.chase@chromium.org2010-02-031-35/+0
* Clear local state (cookies, databases, local storage) on exit.jochen@chromium.org2010-02-031-0/+35
* Pull IOThread out of BrowserProcessImpl. Move the dns prefetching initializat...willchan@chromium.org2010-01-221-100/+4
* Add autodetection of "intranet" redirection, for ISPs etc. that send typos an...pkasting@chromium.org2010-01-081-5/+15
* Speculative fix for a chrome browser crash which occurs with ChromeFrame. Bas...ananta@chromium.org2009-12-151-0/+19
* Make BrowserProcess::GetApplicationLocale thread safe and migratetony@chromium.org2009-12-101-9/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-301-1/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Assorted cleanup.estade@chromium.org2009-11-231-6/+6
* Fix bug when accessing g_browser_process->broker_services() at shutdown.jam@chromium.org2009-11-231-0/+16
* Revert r31665: themed mac startup time regressionapavlov@chromium.org2009-11-111-2/+1
* Set have_inspector_files_ in the UI thread as it is only read from that thread.apavlov@chromium.org2009-11-111-1/+2
* Last patch in removing MessageLoop* caching.jam@chromium.org2009-11-031-2/+1
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-021-1/+1
* Connect the various pieces for notifications... hook up NotificationUIManager...johnnyg@chromium.org2009-10-301-0/+8
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-271-2/+1
* Fix a whole bunch of style nits.erg@google.com2009-10-131-2/+2
* Wire up printing on the Macstuartmorgan@chromium.org2009-10-131-1/+3
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-031-1/+1
* Convert users of RenderProcessHost iterator to all use same style. The key m...pkasting@chromium.org2009-10-021-7/+4
* Remove all MemoryModel-related code, since we're unlikely to use it again. A...pkasting@chromium.org2009-09-301-13/+0
* Reverting 27389.darin@chromium.org2009-09-301-2/+2
* Fix crash when using about:ipc with only NTP on Windows.jrg@chromium.org2009-09-291-2/+3
* Implement about:ipc dialog for Mac.jrg@chromium.org2009-09-281-0/+47
* Reverting 27379, in hopes of fixing browser_tests.senorblanco@chromium.org2009-09-281-2/+2
* Assert that thread-safe reference counting is used withdarin@chromium.org2009-09-281-2/+2
* Enable LeakTracker on release builds.eroman@chromium.org2009-09-221-1/+10
* Mask the BrokerServices class behind an ifdef for Windows only; Linux and Mac...jhawkins@chromium.org2009-08-211-0/+4
* Don't show "Inspect Element" in the context menu if we can't inspect.agl@chromium.org2009-08-211-1/+30
* Change default memory model from MEDIUM to HIGH.mbelshe@google.com2009-08-201-1/+1
* Add checks to DEBUG mode that no instance of URLRequest or URLFetcher survive...ericroman@google.com2009-08-111-11/+39
* There is no need for the browser process to have an accelerator handler.This ...jcampan@chromium.org2009-07-291-12/+0
* Replace std:;wstring with std::string and string16 in locale-name related APIs.jshin@chromium.org2009-06-241-3/+3
* DevTools: Make reloading inspector lead to the complete DevTools Client Windo...pfeldman@chromium.org2009-06-051-2/+2
* Reverts parts of http://src.chromium.org/viewvc/chrome?view=rev&revision=1647...jam@chromium.org2009-05-211-8/+0