summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser_process_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Separate plugin_metadata from plugin_installer, make plugin_finder thread-saf...ibraaaa@google.com2012-09-251-0/+4
* Try 2 - Change how ui::Clipboard is accessed so there's only one per thread.erg@chromium.org2012-09-111-7/+0
* Revert 155468 - Change how ui::Clipboard is accessed so there's only one per ...dharani@google.com2012-09-091-0/+7
* Remove bundled NPAPI Flash on Windows.yzshen@chromium.org2012-09-071-1/+1
* Change how ui::Clipboard is accessed so there's only one per thread.erg@chromium.org2012-09-071-7/+0
* Metro mode switching (chrome side)cpu@chromium.org2012-09-061-0/+6
* Use ChromeBrowserMainPartsAndroid.yfriedman@chromium.org2012-08-301-0/+4
* Browser process does not try to create RemoteDebuggingServer again if it is a...vsevik@chromium.org2012-08-241-3/+7
* [Android] Fix some linker errors from browser startup.yfriedman@chromium.org2012-08-231-0/+5
* Move Variations stuff into variations/ directories and add OWNERS files for t...stevet@chromium.org2012-08-151-1/+1
* Relanding this as this did not fix the chromiumos breakage.ananta@chromium.org2012-08-071-2/+1
* Reverting this as it causes browser tests on the Linux ChromiumOS builder to ...ananta@chromium.org2012-08-071-1/+2
* Add support for loading user cloud policy on desktop, behind the --load-cloud...atwilson@chromium.org2012-08-071-2/+1
* Extract ChromeBrowserFieldTrials out of ChromeBrowserMainParts.asvitkine@chromium.org2012-07-311-1/+0
* Move printing.* prefs from local state to profilebartfab@chromium.org2012-07-261-4/+0
* Move ExtensionEventRouter and related into extensions namespacerdevlin.cronin@chromium.org2012-07-231-3/+3
* browser: Move more files into chrome namespace.tfarina@chromium.org2012-07-061-2/+2
* Put VariationsService into the chrome_variations namespace.asvitkine@chromium.org2012-07-061-2/+2
* Remove TabCloseableStateWatcher. ChromeOS no longer needs it in the Ash world.ben@chromium.org2012-06-231-13/+0
* 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