summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_main_loop.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Retry: Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-291-2/+3
* Revert 115929 - Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-291-6/+3
* Convert stragglers not on spreadsheet to base::Bind()ajwong@chromium.org2011-12-281-3/+6
* Deprecate WEBKIT threadjoth@chromium.org2011-12-201-4/+4
* GTK: Expand the list of acceptable errors from GTK to handle missing theme en...erg@chromium.org2011-12-151-1/+2
* Fix test failures when calling native char conversion functions (e.g wrctomb).saintlou@chromium.org2011-12-081-0/+4
* Create a secondary file thread, FILE_USER_BLOCKING, for tasks requiring file ...michaeln@google.com2011-12-071-0/+6
* Add a preference for enabling the TLS origin-bound certificates extension.wtc@chromium.org2011-12-031-2/+0
* Start/stop WebKitThread from BrowserMainLoop like other BrowserThreads.joi@chromium.org2011-12-021-10/+19
* GTK: Don't crash on end of download in newer GTKs.erg@chromium.org2011-11-291-0/+2
* Have content/ create and destroy its own threads. (Re-land)joi@chromium.org2011-11-281-0/+199
* Revert 111695 - Have content/ create and destroy its own threads.joi@chromium.org2011-11-281-199/+0
* Have content/ create and destroy its own threads.joi@chromium.org2011-11-281-0/+199
* Add ChromeBrowserMainExtraParts for non main parts. (take 3)stevenjb@google.com2011-11-211-31/+19
* Revert 110710 - Add ChromeBrowserMainExtraParts for non main parts.stevenjb@google.com2011-11-181-22/+30
* Fix ProcessSingletonTest.StartupRaceCondition for win.stevenjb@google.com2011-11-181-0/+4
* Add ChromeBrowserMainExtraParts for non main parts.stevenjb@google.com2011-11-181-31/+19
* Revert 110327 - Add ChromeBrowserParts for non main parts.cpu@chromium.org2011-11-161-21/+30
* Add ChromeBrowserParts for non main parts.stevenjb@google.com2011-11-161-30/+21
* Send WM_DEVICECHANGE message through SystemMonitorscottmg@chromium.org2011-11-151-0/+5
* Set the profiler's thread name at a central placejar@chromium.org2011-11-151-2/+0
* Revert 109962 - Revert 109903 - Revert 109898 - Set the profiler's thread nam...kmadhusu@chromium.org2011-11-141-0/+2
* Revert 109960 - Send WM_DEVICECHANGE message through SystemMonitorkmadhusu@chromium.org2011-11-141-5/+0
* Revert 109903 - Revert 109898 - Set the profiler's thread name at a central p...jar@chromium.org2011-11-141-2/+0
* Send WM_DEVICECHANGE message through SystemMonitorscottmg@chromium.org2011-11-141-0/+5
* Revert 109898 - Set the profiler's thread name at a central placejar@chromium.org2011-11-141-0/+2
* Set the profiler's thread name at a central placejar@chromium.org2011-11-141-2/+0
* share all the needed linux code with OpenBSD in chrome and contentrobert.nagy@gmail.com2011-11-111-3/+3
* Support --trace-startup and task tracingjoth@chromium.org2011-11-091-0/+5
* Remove calls to g_thread_init().willchan@chromium.org2011-11-051-15/+0
* Fix a couple minor net issuesjoth@chromium.org2011-11-031-2/+2
* Enable tracking of objects by defaultjar@chromium.org2011-10-311-3/+0
* Move content_restriction.h and main_function_params.h to content/public/commo...jam@chromium.org2011-10-311-2/+2
* Revert 107895 - Fully enable about:tracking by defaultjoth@chromium.org2011-10-311-0/+3
* Fully enable about:tracking by defaultjar@chromium.org2011-10-301-3/+0
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-291-2/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-3/+6
* Make GTK and Aura parts orthogonal to OS partsstevenjb@google.com2011-10-261-0/+368