summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_main_loop.cc
Commit message (Expand)AuthorAgeFilesLines
* Use a direct include of strings headers in content/browser/, part 1.avi@chromium.org2013-06-111-2/+2
* Trace time spent in BrowserMainLoop::MainMessageLoopStartandrewhayden@chromium.org2013-05-311-13/+53
* Use base::MessageLoop in more files.xhwang@chromium.org2013-05-301-2/+2
* Transition Web Speech Recognition from compile-time to run-time flagjanx@chromium.org2013-05-301-2/+0
* base: Cleanup setting thread priorities (no functional changes).epenner@chromium.org2013-05-241-19/+6
* Make the following GTK message non-fatal in Debug mode:phajdan.jr@chromium.org2013-05-231-0/+3
* Move TSF IME initialization code from chrome to content.kochi@chromium.org2013-05-231-0/+12
* Remove function level static initializers from VectorMath.dalecurtis@google.com2013-05-101-0/+3
* Provide a reason why GPU access is blocked.zmo@chromium.org2013-05-071-1/+1
* content: Use base::MessageLoop.xhwang@chromium.org2013-05-041-10/+11
* [Chromium] Add tracing to startup process, particularly for Androidandrewhayden@chromium.org2013-05-031-7/+59
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-04-171-13/+13
* Make the TCP Fast Open Flag modifiable from about:flags.rdsmith@chromium.org2013-04-101-6/+0
* Split the power monitoring feature from SystemMonitorhongbo.min@intel.com2013-04-031-0/+3
* Add a |scope| argument to TRACE_EVENT_INSTANT* and require its presence.simonjam@chromium.org2013-03-261-1/+2
* Refactor sandbox_policy.cc so that it doesn't contain the sandbox policies fo...jam@chromium.org2013-03-201-1/+1
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-2/+2
* Android: Remove Surface cruftsievers@chromium.org2013-03-061-3/+1
* Don't crash when the dconf settings backend can't connect to the session busjochen@chromium.org2013-03-051-0/+4
* Fix for browser process memory computing in memory tests.marja@chromium.org2013-02-251-6/+11
* Initial fixes for TCP Fast Open.willchan@chromium.org2013-02-161-1/+1
* Fix a crash when running with --memory-metrics on Android.marja@chromium.org2013-02-111-1/+1
* MessageLoop's RUN method will pass a const ref to PendingTask whenrtenneti@chromium.org2013-02-031-2/+4
* Move tracing code in content\browser to content\browser\tracing now that ther...jam@chromium.org2013-02-011-1/+1
* Native memory histograms for the browser.marja@chromium.org2013-01-311-0/+27
* Add a WebUIControllerFactory in content and move chrome://webrtc-internals to...jam@chromium.org2013-01-291-2/+5
* Clean up of url data manager classes in content: move URLDataSourceImpl to it...jam@chromium.org2013-01-281-1/+1
* Move core url data manager classes to content.jam@chromium.org2013-01-241-0/+3
* Do not call g_type_init when GLib version is 2.35 or above.qtc746@motorola.com2013-01-241-0/+5
* cc: Set ui/gpu/cc/ipc/upload/raster thread priorities.epenner@chromium.org2013-01-241-0/+22
* Remove support for 'system' SSL on Mac (SecureTransport) and Win (SChannel)rsleevi@chromium.org2013-01-161-18/+2
* Fix GpuChannelHost destruction races.piman@chromium.org2013-01-121-1/+4
* Tab Audio Mirroring/Capture: Browser-side connect/disconnect functionality:miu@chromium.org2013-01-111-0/+9
* Removing unnecessary content:: namespace qualifier.darin@chromium.org2013-01-021-2/+1
* Exclude PluginService for builds with enable_plugins==0nileshagrawal@chromium.org2012-12-201-1/+3
* Start GPU process earlier (when force-compositing mode is enabled).jbauman@chromium.org2012-12-081-17/+17
* Revert 171370 due to perf regression on XP (bug 164609)akalin@chromium.org2012-12-071-15/+17
* Start GPU process earlier.jbauman@chromium.org2012-12-061-17/+15
* Add content/browser/loader/ for resource loading related classes.darin@chromium.org2012-12-051-1/+1
* Revert 169449 - https://codereview.chromium.org/11364048/ increased the start...xians@chromium.org2012-11-261-1/+3
* https://codereview.chromium.org/11364048/ increased the startup time on Mac b...xians@chromium.org2012-11-261-3/+1
* Catch a GTK warning when using the file chooser dialog without a ~/.local/sharemgiuca@chromium.org2012-11-201-0/+3
* This patch implements a device selection UI to chrome content setting, and th...xians@chromium.org2012-11-161-1/+3
* [Android] Initialize the DataFetcherImplAndroiddfalcantara@chromium.org2012-11-101-0/+13
* Move content\browser\renderer_host\media to content namespace.jam@chromium.org2012-10-291-3/+2
* content/browser: Move speech code into content namespace.tfarina@chromium.org2012-10-291-1/+1
* when running in single process mode, modify the browser's command line to inc...jochen@chromium.org2012-10-251-0/+7
* Move the remaning files in content\common to the content namespace.jam@chromium.org2012-10-241-11/+8
* Replace the DownloadFileManager with direct ownership of DownloadFileImplrdsmith@chromium.org2012-10-181-4/+1
* Build browser_main_loop.cc on iOS.msarda@chromium.org2012-10-111-1/+7