summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_main_loop.cc
Commit message (Expand)AuthorAgeFilesLines
* Disallow UI/IO thread blocking on any other thread.jam@chromium.org2012-04-261-0/+1
* Implement the skeleton of an android content shell.tedchoc@chromium.org2012-04-251-2/+5
* Media Gallery: Move MediaDeviceNotificationsLinux from content to chrome.thestig@chromium.org2012-04-121-12/+0
* Remove the BrowserMainParts::GetMainMessageLoop method. Change BrowserMainLoo...marshall@chromium.org2012-04-101-6/+4
* Remove duplicated setlocale(LC_ALL, "")simon.hong81@gmail.com2012-04-071-4/+0
* Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTKoshima@chromium.org2012-04-051-1/+1
* Fix for gpu thread creation race in single process mode.robertshield@chromium.org2012-04-041-7/+13
* Move media/audio files into media namespace (relanding)vrk@google.com2012-04-031-2/+2
* Revert 130180 - Move media/audio files into media namespacevrk@google.com2012-04-021-2/+2
* Move media/audio files into media namespacevrk@google.com2012-04-021-2/+2
* Add a sandbox API for broker handle duplication jschuh@chromium.org2012-03-311-1/+1
* Revert 129627 - Add a sandbox API for broker handle duplicationjschuh@chromium.org2012-03-291-1/+1
* Add a sandbox API for broker handle duplicationjschuh@chromium.org2012-03-291-1/+1
* Refactor GpuProcessHost::GetForClient to GpuProcessHost::Get, which takes a G...apatrick@chromium.org2012-03-151-2/+2
* Move scoped_ole_initializer.h to ui/base/win and clean up ole initialization/...tfarina@chromium.org2012-03-141-7/+0
* Add a Content API around TracingController.jam@chromium.org2012-03-131-3/+7
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-121-2/+2
* Move creation and ownership of BrowserOnlineStateObserver to content.jam@chromium.org2012-03-111-0/+2
* Implement Linux media notifier.thestig@chromium.org2012-03-071-1/+13
* Automatically start the GPU process 5s after browser startup.fischman@chromium.org2012-03-031-0/+9
* Add a boolean histogram "Chrome.CommandLineUseSystemSSL" to keep track ofkaiwang@chromium.org2012-03-021-0/+1
* Revert 124288 (made mac browser and ui_tests flaky) - Add Media device notifi...mattm@chromium.org2012-03-011-6/+0
* Add Media device notification to SystemMonitor and Mac implvandebo@chromium.org2012-02-291-0/+6
* Add an API around zygoteHost so that chrome doesn't reach into the internal c...jam@chromium.org2012-02-251-5/+3
* Land 9348117: (Aura) use GPU process for UIbacker@chromium.org2012-02-241-0/+10
* Remove GetAudioManager and GetMediaStreamManager from ResourceContext. The re...jam@chromium.org2012-02-231-8/+14
* Revert 122213 - aura: Use GPU process for UIdpapad@chromium.org2012-02-161-10/+0
* aura: Use GPU process for UIpiman@chromium.org2012-02-161-0/+10
* Adding a command line flag to specify renderer process limitnasko@chromium.org2012-02-131-0/+11
* Support sharing of ContentMain and BrowserMain code with embedded use cases (...marshall@chromium.org2012-02-101-9/+8
* Add BrowserGpuChannelHostFactorypiman@chromium.org2012-02-101-0/+5
* Revert 121236 - Support sharing of ContentMain and BrowserMain code with embe...marshall@chromium.org2012-02-091-8/+9
* Support sharing of ContentMain and BrowserMain code with embedded use cases (...marshall@chromium.org2012-02-091-9/+8
* Remove last traces of DNS certificate provenance checking.agl@chromium.org2012-02-081-4/+0
* Revert "Support sharing of ContentMain and BrowserMain code with embedded use...evan@chromium.org2012-02-061-8/+9
* Support sharing of ContentMain and BrowserMain code with embedded use cases.marshall@chromium.org2012-02-061-9/+8
* Remove chrome dependencies on GpuProcessHost. I've moved all of the WebKitPre...jam@chromium.org2012-02-061-0/+12
* Fix attrition experiment toast regression due to startup refactoring.finnur@chromium.org2012-02-021-1/+4
* net: add a policy option: DisableSSLRecordSplittingagl@chromium.org2012-01-241-2/+0
* Hook up the SequencedWorkerPool to the browser thread.brettw@chromium.org2012-01-191-0/+8
* --in-process-gpu works for Linux desktop and Aurabacker@chromium.org2012-01-191-0/+13
* In the BrowserMainLoop::InitializeToolkit(),simon.hong81@gmail.com2012-01-181-2/+2
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-111-12/+33
* Revert 117078 - Move creation and ownership of ResourceDispatcherHost and Plu...jam@chromium.org2012-01-101-28/+12
* Move creation and ownership of ResourceDispatcherHost and PluginService to co...jam@chromium.org2012-01-101-12/+28
* Get rid of BrowserThread::WEB_SOCKET_PROXY. BrowserThread is only for threads...jam@chromium.org2012-01-101-12/+0
* Revert 116816 - Hook up the SequencedWorkerPool to the browser thread.msw@chromium.org2012-01-071-8/+0
* Hook up the SequencedWorkerPool to the browser thread.brettw@chromium.org2012-01-071-0/+8
* base::Bind: Remove scoped_callback_factory.h.jhawkins@chromium.org2012-01-031-0/+1
* base::Bind: Remove NewRunnableFunction.jhawkins@chromium.org2012-01-011-2/+1