summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_process_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow getting the current language on the I/O thread.brettw@chromium.org2012-06-141-0/+3
* Revert 142048 - Move thread checking from autofill_country.cc to browser_proc...mrossetti@chromium.org2012-06-141-2/+0
* Move thread checking from autofill_country.cc to browser_process_impl.ccwangxianzhu@chromium.org2012-06-141-0/+2
* Add ENABLE_PRINTING and disable it on Android.wangxianzhu@chromium.org2012-06-091-14/+18
* Add missing if defined(ENABLE_NOTIFICATIONS)wangxianzhu@chromium.org2012-06-061-0/+2
* Only need to allow IO tasks once at shutdown (BrowserMainLoop::ShutdownThread...jam@chromium.org2012-06-051-9/+0
* Make PolicyService per-profile.bauerb@chromium.org2012-05-311-4/+9
* Make BrowserProcess use BrowserList::empty() rather than BrowserList::GetLast...ben@chromium.org2012-05-241-1/+1
* Relanding http://codereview.chromium.org/10377115/ after some refactorings.joaodasilva@chromium.org2012-05-231-1/+3
* Fix crash in policy code caused by early shutdown.joaodasilva@chromium.org2012-05-231-1/+1
* At browser exit, wait for pending print jobs before starting shutdown. This i...jam@chromium.org2012-05-191-6/+8
* Move application lifetime functionality off BrowserList.ben@chromium.org2012-05-181-2/+3
* Add schema chrome-extension-resource:// for extension resources. It may be us...penghuang@chromium.org2012-05-181-0/+2
* Revert 137794 - Add schema chrome-extension-resource:// for extension resourc...rsleevi@chromium.org2012-05-181-2/+0
* Add schema chrome-extension-resource:// for extension resources. It may be us...penghuang@chromium.org2012-05-181-0/+2
* Restoring the chrome variatioons client, with a fix for browser_test failures...jwd@chromium.org2012-05-171-6/+15
* Move OOMPriorityManager and LowMemoryObserver to chrome/browser/chromeos/.thestig@chromium.org2012-05-111-3/+4
* Make GoogleURLTracker a profile-keyed service.pkasting@chromium.org2012-05-091-22/+6
* Fix the issue that Pepper Flash cannot load on Linux.yzshen@chromium.org2012-05-021-1/+2
* Fix ChromeOS debug asserts after adding thread restrictions on blocking the U...jam@chromium.org2012-04-261-0/+3
* Fix the logic of loading bundled Pepper Flash.yzshen@chromium.org2012-04-251-0/+12
* BrowserProcessImpl owns the PolicyService, so that it can be destroyed after ...joaodasilva@chromium.org2012-03-311-3/+5
* *Move aura::Env::DeleteInstance to BrowserProcessImpl::StartTearDown which is...oshima@chromium.org2012-03-291-0/+10
* Increase number of max sockets per group for WebSocket connections.yutak@chromium.org2012-03-211-1/+3
* Clean up GoogleURLTracker: pkasting@chromium.org2012-03-211-1/+2
* Add enable_automation build switch.wangxianzhu@chromium.org2012-03-151-0/+6
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-6/+6
* Move creation and ownership of BrowserOnlineStateObserver to content.jam@chromium.org2012-03-111-3/+0
* Android: Don't compile printing sourcesdfalcantara@chromium.org2012-03-011-0/+20
* Hide MHTMLGenerationManager from chrome.jam@chromium.org2012-03-011-8/+0
* Modify UserScriptListener to use ResourceThrottle instead of ResourceQueue an...darin@chromium.org2012-02-271-3/+0
* Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re...jam@chromium.org2012-02-231-9/+0
* Revert change to delay network requests on startup for webRequest extensions.mpcomplete@chromium.org2012-02-231-3/+1
* Make AudioManager non-refcounted.tommi@chromium.org2012-02-151-3/+3
* Added PolicyServiceStub.joaodasilva@chromium.org2012-02-141-2/+4
* Add some instrumentation to BrowserProcessImpl.eroman@chromium.org2012-02-141-1/+13
* Fix linux_redux builder from the FYI waterfallrsleevi@chromium.org2012-02-131-6/+1
* Introduced the PolicyService.joaodasilva@chromium.org2012-02-091-0/+14
* Create a content public browser API around the ChildProcessSecurityPolicy cla...ananta@chromium.org2012-02-091-1/+2
* Remove chrome dependencies on GpuProcessHost. I've moved all of the WebKitPre...jam@chromium.org2012-02-061-7/+0
* Remove DownloadManager* dependency on DownloadStatusUpdater rdsmith@chromium.org2012-02-041-1/+1
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-1/+0
* Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ...jam@chromium.org2012-01-201-0/+1
* Add a Content API around BrowserChildProcessHost, similar to what was done wi...jam@chromium.org2012-01-201-1/+0
* Move cleanup that happens on IO thread destruction to content, so that not ev...jam@chromium.org2012-01-171-9/+0
* Keep "internal" and "extra" plugins in the same list.bauerb@chromium.org2012-01-141-1/+1
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-111-122/+45
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-101-45/+122
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-101-122/+45
* Get rid of BrowserThread::WEB_SOCKET_PROXY. BrowserThread is only for threads...jam@chromium.org2012-01-101-6/+0