summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_main.cc
Commit message (Expand)AuthorAgeFilesLines
* Stop using the TRACE_EVENT_*_ETW macros.fdoray2015-10-081-3/+19
* Mechanical rename of base::debug -> base::trace_event for /contentssid2015-02-091-2/+2
* Mechanical rename of tracing includes for /content [1/3]ssid2015-01-281-1/+1
* Process names, and predictable thread and process ordering in about:tracingnduca@chromium.org2013-07-081-0/+4
* Fix variable name.jam@chromium.org2013-02-221-4/+4
* Move remaining files in content\browser to the content namespace.jam@chromium.org2012-10-301-3/+6
* Support sharing of ContentMain and BrowserMain code with embedded use cases (...marshall@chromium.org2012-02-101-87/+10
* Revert 121236 - Support sharing of ContentMain and BrowserMain code with embe...marshall@chromium.org2012-02-091-10/+87
* Support sharing of ContentMain and BrowserMain code with embedded use cases (...marshall@chromium.org2012-02-091-87/+10
* Revert "Support sharing of ContentMain and BrowserMain code with embedded use...evan@chromium.org2012-02-061-10/+87
* Support sharing of ContentMain and BrowserMain code with embedded use cases.marshall@chromium.org2012-02-061-87/+10
* Remove child_process.h includes from chrome (specifically WaitForDebugger). I...jam@chromium.org2011-11-301-0/+8
* Move content_restriction.h and main_function_params.h to content/public/commo...jam@chromium.org2011-10-311-2/+2
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-291-28/+0
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+0
* Make GTK and Aura parts orthogonal to OS partsstevenjb@google.com2011-10-261-328/+13
* Move resource_codes to content/public/common.jam@chromium.org2011-10-251-1/+1
* rename Run in MessageLoopForUI to RunWithDispatcheroshima@google.com2011-10-241-1/+1
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-2/+2
* Move content_browser_client.h to public, and while at it, movejoi@chromium.org2011-10-191-1/+1
* Update task tracking to not depend on message_loop_ singletonjar@chromium.org2011-10-151-3/+7
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Assert that new renderer processes aren't created during shutdown.willchan@chromium.org2011-10-111-0/+8
* Initialize glib for all linux because all linux variants uses glib.oshima@chromium.org2011-10-071-6/+7
* Make an empty content browser test work.phajdan.jr@chromium.org2011-10-051-0/+3
* Restore removed explanatory comment.mark@chromium.org2011-09-301-0/+1
* gtk: swallow spurious errorevan@chromium.org2011-09-201-0/+2
* Get rid of content::DidEndMainMessageLoop since it was declared in content bu...jam@chromium.org2011-09-201-2/+6
* Initialize message pump not to use gtk.oshima@google.com2011-09-201-2/+2
* Revert 101861 - Get rid of content::DidEndMainMessageLoop since it was declar...sky@chromium.org2011-09-201-3/+0
* Get rid of content::DidEndMainMessageLoop since it was declared in content bu...jam@chromium.org2011-09-191-0/+3
* Aura under Linux is enabled with:saintlou@chromium.org2011-09-181-0/+5
* Create a very simple TabContentsView (and not fully implemented yet) and add ...jam@chromium.org2011-09-151-1/+3
* Linux: use our spiffy new DBus client library for KWallet, instead of dbus-glib.mdm@chromium.org2011-09-151-4/+8
* Move the V8 benchmarking_extension.cc/.h files out of webkit/extensions into ...ananta@chromium.org2011-09-151-2/+0
* Basic scaffolding for a "content shell", i.e. test browser over the content m...jam@chromium.org2011-09-121-0/+2
* Refactor some more BrowserMain code. Move the small bit of remaining code tha...jam@chromium.org2011-09-081-25/+113
* Start moving code from BrowserMain to content, so that it can be reused by al...jam@chromium.org2011-09-071-0/+319