summaryrefslogtreecommitdiffstats
path: root/content/browser/browser_main_runner.cc
Commit message (Expand)AuthorAgeFilesLines
* Add Histograms to Measure Time in BrowserMainRunnerImpl::Initializerobliao2015-09-231-0/+13
* Call SkGraphics::Init for in-process V2boliu2015-09-101-0/+3
* Reland again [Startup Tracing] Add --trace-config-file flagzhenw2015-08-311-1/+19
* Fix some extern usage in .cc files.thestig2015-08-291-5/+10
* Revert of Reland [Startup Tracing] Add --trace-config-file flag (patchset #2 ...sergeyv2015-08-281-19/+1
* Reland [Startup Tracing] Add --trace-config-file flagzhenw2015-08-281-1/+19
* Revert of [Startup Tracing] Add --trace-config-file flag (patchset #6 id:1000...sergeyv2015-08-281-19/+1
* [Startup Tracing] Add --trace-config-file flagzhenw2015-08-281-1/+19
* [Tracing] Move tracing switches to componentszhenw2015-08-181-0/+1
* clang/win: Try to fix 64-bit build more after https://codereview.chromium.org...Nico Weber2015-08-081-0/+2
* Better organize content::BrowserMainLoop.thestig2015-05-271-0/+2
* Instrument some potentially expensive functions called from BrowserMainRunner...yiyaoliu2015-04-231-3/+3
* Profiler-instrumentation of the startup time.yiyaoliu2015-03-181-0/+9
* Revert of Profiler-instrumentation of the startup time (patchset #2 id:20001 ...oysteine2015-02-021-9/+0
* Profiler-instrumentation of the startup time.vadimt2015-02-021-0/+9
* Mechanical rename of tracing includes for /content [1/3]ssid2015-01-281-1/+1
* Restore the allocator shim on Windows. Add 2Gb limit on allocations via the ...wfh2015-01-131-9/+0
* Enable subpixel positioning for UIckocagil2014-12-021-44/+1
* Reland attempt to fix a DirectWrite metrics retrieval browser crasher in Canary.dcheng2014-11-251-6/+16
* Revert of Attempt to fix a DirectWrite metrics retrieval browser crasher in C...rlp2014-11-251-16/+6
* Attempt to fix a DirectWrite metrics retrieval browser crasher in Canary.ananta2014-11-251-6/+16
* Do not start RunLoop of MessagePumpForUI in NestedMessagePumpAndroidjaekyun2014-11-191-1/+2
* Enable DirectWrite for font metrics and font rendering in Chrome UI on Window...ananta2014-11-171-2/+2
* Fixed font metrics calculations if DirectWrite font rendering is enabled in t...ananta2014-11-141-1/+1
* Retrieve font metrics from skia if DirectWrite is enabled for font metrics ca...ananta2014-11-041-1/+2
* Use the correct font metrics in base PlatformFontWin if DirectWrite is used i...ananta2014-10-301-3/+22
* Standardize usage of virtual/override/final in content/browser/dcheng2014-10-211-4/+4
* Add support for enabling DirectWrite for font rendering in Chrome UI.ananta2014-10-151-0/+17
* Replace FINAL and OVERRIDE with their C++11 counterparts in contentmohan.reddy2014-10-091-3/+3
* Use sidestep to detour CertVerifyCertificateSignatureEx on Windows versions e...rsleevi2014-09-241-0/+87
* Add base:: qualification to some COmmandLine references in content.brettw@chromium.org2014-08-111-1/+2
* Store unsaved trace data on exit.alemate@chromium.org2014-07-021-3/+18
* Calling Shutdown() for Android content_browsertests. Removed webrtc test hack.starodub@google.com2014-06-181-1/+6
* content: Terminate early if the toolkit initialization fails.sadrul@chromium.org2014-04-251-1/+2
* Revert r156303 as non-Aura Metro mode is goneyukawa@chromium.org2014-02-031-8/+3
* Invoke LeakSanitizer in BrowserMainRunnerImpl::Shutdown().earthdok@chromium.org2013-11-201-0/+9
* Adding shutdown tracing capabilitiesskuhne@chromium.org2013-09-061-9/+22
* Allow overlapping sync and async startup requestsaberent@chromium.org2013-08-271-47/+54
* Revert 218551 "Reland 217049 "Make sure unexpected exit paths ge..."rvargas@google.com2013-08-211-12/+0
* Reland 217049 "Make sure unexpected exit paths ge..."rvargas@google.com2013-08-201-0/+12
* Revert 217049 "Make sure unexpected exit paths generate crash du..."rvargas@google.com2013-08-121-12/+0
* Make sure unexpected exit paths generate crash dumps for the browser.rvargas@chromium.org2013-08-121-0/+12
* Run the later parts of startup as UI thread tasksaberent@chromium.org2013-08-011-12/+3
* Fix --wait-for-debugger.mkosiba@chromium.org2013-06-171-0/+5
* Use platform-neutral initialize/shutdown functions for IMEYukawa@chromium.org2013-06-121-8/+4
* Enable TsfBridge to re-initializeYukawa@chromium.org2013-06-101-1/+1
* Move a bunch of child-only code from content/common to content/childscottmg@chromium.org2013-06-061-10/+1
* [Chromium] Add tracing to startup process, particularly for Androidandrewhayden@chromium.org2013-05-031-0/+1
* Linux/ChromeOS Chromium style checker cleanup, content/ edition.rsleevi@chromium.org2013-02-121-1/+1
* Initialize Ole before message pump so that TSF module can interact with messa...Yukawa@chromium.org2013-01-151-1/+7