summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_process_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the save file code from chrome to content. This is just a file move so t...jam@chromium.org2011-07-141-1/+1
* Use BrowserThreadMessageLoopProxy to post messages tortenneti@chromium.org2011-07-141-3/+3
* Make policy removable using ifdefs instead of stubs.torne@chromium.org2011-07-141-0/+2
* Make safe browsing work in a multi-profile environment.mirandac@chromium.org2011-07-131-5/+4
* Convert ViewMsg_NetworkStateChanged from routed -> control,adamk@chromium.org2011-07-121-0/+3
* Make safe browsing optional at compile time.torne@chromium.org2011-07-111-3/+9
* Introduce a policy to control the maximal number of connections per proxy ser...pastarmovj@chromium.org2011-07-111-0/+10
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-2/+3
* Revert 91842 - Introduce a policy to control the maximal number of connection...johnme@google.com2011-07-081-10/+0
* Introduce a policy to control the maximal number of connections per proxy ser...pastarmovj@chromium.org2011-07-081-0/+10
* Move code to clear web databases on shutdown to the database trackerjochen@chromium.org2011-07-081-40/+0
* Revert 91390 (build breakage) - Convert ViewMsg_NetworkStateChanged from rout...adamk@google.com2011-07-021-3/+0
* Convert ViewMsg_NetworkStateChanged from routed -> controladamk@google.com2011-07-011-0/+3
* Make kClearSiteDataOnExit work for Flash plugins in a multi-profile environment.mirandac@chromium.org2011-06-301-26/+1
* Move user cloud policy to BrowserProcess (was 6979011)gfeher@chromium.org2011-06-291-1/+1
* Wholesale move of debugger sources to content.joi@chromium.org2011-06-291-4/+4
* Don't set exit_cleanly bit early if shutdown can be canceled.oshima@google.com2011-06-281-1/+1
* Move deleting GEARS data to the profile destructorjochen@chromium.org2011-06-221-2/+0
* Initial CL to update the client model more frequently. This CL also changes ...noelutz@google.com2011-06-171-4/+3
* Moved files related to background mode to browser/background.atwilson@chromium.org2011-06-171-1/+1
* Hooking MHTML generation to the browser.jcivelli@chromium.org2011-06-141-0/+8
* Get rid of the following dependencies from content:jam@chromium.org2011-06-141-0/+10
* Remove g_browser_process dependency from content. Also make all the SyncChan...jam@chromium.org2011-06-131-11/+0
* Enable client-side phishing detection for stable builds.noelutz@google.com2011-06-091-11/+3
* Remove ResourceDispatcherHost dependency on Chrome's LoginHandler and Externa...jam@chromium.org2011-06-031-5/+5
* Remove last safebrowsing references from content.jam@chromium.org2011-06-021-9/+22
* Remove the background X11 thread.tony@chromium.org2011-06-011-25/+0
* Reduce likelihood of double-get of top-level prerendered resource.cbentzel@chromium.org2011-05-301-1/+2
* Modifying the BackgroundModeManager to handle multiple profiles.rlp@chromium.org2011-05-281-0/+27
* Fix gpu acceleration with --in-process-gpu and --single-process modes.sievers@google.com2011-05-271-32/+0
* Make --allow-cross-domain-auth-prompt equivalent to a preference.tsepez@chromium.org2011-05-261-0/+10
* Revert 86724 - Modifying the BackgroundModeManager to handle multiple profiles.vandebo@chromium.org2011-05-251-27/+0
* Modifying the BackgroundModeManager to handle multiple profiles.rlp@chromium.org2011-05-251-0/+27
* Remove a chrome dependency by removing Prerender from ResourceDispatcherHost.dominich@chromium.org2011-05-251-0/+14
* Also enable client-side phishing detection for multi-user installsnoelutz@google.com2011-05-241-1/+5
* Implemented a policy for centralized setting of the --disk-cache-dir flag.pastarmovj@chromium.org2011-05-241-0/+4
* Add a hook to clear Gears Plugin Data in the "Clear browsing data" tool.mpcomplete@chromium.org2011-05-191-0/+2
* Get rid of some plugin related dependencies. Have PluginObserver be created ...jam@chromium.org2011-05-181-0/+13
* Adds async interface method, which is used by JsonPrefStore. Also see the bug...altimofeev@chromium.org2011-05-111-1/+1
* Websocket to TCP proxy running in a separate thread (only on ChromeOS).dilmah@chromium.org2011-05-101-0/+36
* Moved content/browser/gpu_* to content/browser/gpu/.apatrick@chromium.org2011-05-091-1/+1
* Enable client-side phishing detection only for canary, dev and beta builds.noelutz@google.com2011-05-091-1/+6
* Print Preview: Print in the background.thestig@chromium.org2011-05-071-0/+16
* Observe plug-in blacklist changes in user preferences instead of local state.bauerb@chromium.org2011-04-281-13/+0
* Directly observe the disabled schemes policy instead of via a PrefMember.bauerb@chromium.org2011-04-271-6/+6
* Profile shouldn't own ProfilePolicyConnector. Introduce BrowserPolicyConnecto...jknotten@chromium.org2011-04-271-1/+1
* Move |printing_enabled_| preference into PrintJobManager.bauerb@chromium.org2011-04-271-8/+1
* Move GpuProcessHostUIShim and GpuDataManager now that they don't depend on gr...jam@chromium.org2011-04-261-1/+1
* Register preferences in local state immediately after creation.bauerb@chromium.org2011-04-261-0/+4
* This CL implements alternative asynchronous methods for profile and preferenc...altimofeev@chromium.org2011-04-191-2/+3