index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
browser
/
browser_main_runner.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Histograms to Measure Time in BrowserMainRunnerImpl::Initialize
robliao
2015-09-23
1
-0
/
+13
*
Call SkGraphics::Init for in-process V2
boliu
2015-09-10
1
-0
/
+3
*
Reland again [Startup Tracing] Add --trace-config-file flag
zhenw
2015-08-31
1
-1
/
+19
*
Fix some extern usage in .cc files.
thestig
2015-08-29
1
-5
/
+10
*
Revert of Reland [Startup Tracing] Add --trace-config-file flag (patchset #2 ...
sergeyv
2015-08-28
1
-19
/
+1
*
Reland [Startup Tracing] Add --trace-config-file flag
zhenw
2015-08-28
1
-1
/
+19
*
Revert of [Startup Tracing] Add --trace-config-file flag (patchset #6 id:1000...
sergeyv
2015-08-28
1
-19
/
+1
*
[Startup Tracing] Add --trace-config-file flag
zhenw
2015-08-28
1
-1
/
+19
*
[Tracing] Move tracing switches to components
zhenw
2015-08-18
1
-0
/
+1
*
clang/win: Try to fix 64-bit build more after https://codereview.chromium.org...
Nico Weber
2015-08-08
1
-0
/
+2
*
Better organize content::BrowserMainLoop.
thestig
2015-05-27
1
-0
/
+2
*
Instrument some potentially expensive functions called from BrowserMainRunner...
yiyaoliu
2015-04-23
1
-3
/
+3
*
Profiler-instrumentation of the startup time.
yiyaoliu
2015-03-18
1
-0
/
+9
*
Revert of Profiler-instrumentation of the startup time (patchset #2 id:20001 ...
oysteine
2015-02-02
1
-9
/
+0
*
Profiler-instrumentation of the startup time.
vadimt
2015-02-02
1
-0
/
+9
*
Mechanical rename of tracing includes for /content [1/3]
ssid
2015-01-28
1
-1
/
+1
*
Restore the allocator shim on Windows. Add 2Gb limit on allocations via the ...
wfh
2015-01-13
1
-9
/
+0
*
Enable subpixel positioning for UI
ckocagil
2014-12-02
1
-44
/
+1
*
Reland attempt to fix a DirectWrite metrics retrieval browser crasher in Canary.
dcheng
2014-11-25
1
-6
/
+16
*
Revert of Attempt to fix a DirectWrite metrics retrieval browser crasher in C...
rlp
2014-11-25
1
-16
/
+6
*
Attempt to fix a DirectWrite metrics retrieval browser crasher in Canary.
ananta
2014-11-25
1
-6
/
+16
*
Do not start RunLoop of MessagePumpForUI in NestedMessagePumpAndroid
jaekyun
2014-11-19
1
-1
/
+2
*
Enable DirectWrite for font metrics and font rendering in Chrome UI on Window...
ananta
2014-11-17
1
-2
/
+2
*
Fixed font metrics calculations if DirectWrite font rendering is enabled in t...
ananta
2014-11-14
1
-1
/
+1
*
Retrieve font metrics from skia if DirectWrite is enabled for font metrics ca...
ananta
2014-11-04
1
-1
/
+2
*
Use the correct font metrics in base PlatformFontWin if DirectWrite is used i...
ananta
2014-10-30
1
-3
/
+22
*
Standardize usage of virtual/override/final in content/browser/
dcheng
2014-10-21
1
-4
/
+4
*
Add support for enabling DirectWrite for font rendering in Chrome UI.
ananta
2014-10-15
1
-0
/
+17
*
Replace FINAL and OVERRIDE with their C++11 counterparts in content
mohan.reddy
2014-10-09
1
-3
/
+3
*
Use sidestep to detour CertVerifyCertificateSignatureEx on Windows versions e...
rsleevi
2014-09-24
1
-0
/
+87
*
Add base:: qualification to some COmmandLine references in content.
brettw@chromium.org
2014-08-11
1
-1
/
+2
*
Store unsaved trace data on exit.
alemate@chromium.org
2014-07-02
1
-3
/
+18
*
Calling Shutdown() for Android content_browsertests. Removed webrtc test hack.
starodub@google.com
2014-06-18
1
-1
/
+6
*
content: Terminate early if the toolkit initialization fails.
sadrul@chromium.org
2014-04-25
1
-1
/
+2
*
Revert r156303 as non-Aura Metro mode is gone
yukawa@chromium.org
2014-02-03
1
-8
/
+3
*
Invoke LeakSanitizer in BrowserMainRunnerImpl::Shutdown().
earthdok@chromium.org
2013-11-20
1
-0
/
+9
*
Adding shutdown tracing capabilities
skuhne@chromium.org
2013-09-06
1
-9
/
+22
*
Allow overlapping sync and async startup requests
aberent@chromium.org
2013-08-27
1
-47
/
+54
*
Revert 218551 "Reland 217049 "Make sure unexpected exit paths ge..."
rvargas@google.com
2013-08-21
1
-12
/
+0
*
Reland 217049 "Make sure unexpected exit paths ge..."
rvargas@google.com
2013-08-20
1
-0
/
+12
*
Revert 217049 "Make sure unexpected exit paths generate crash du..."
rvargas@google.com
2013-08-12
1
-12
/
+0
*
Make sure unexpected exit paths generate crash dumps for the browser.
rvargas@chromium.org
2013-08-12
1
-0
/
+12
*
Run the later parts of startup as UI thread tasks
aberent@chromium.org
2013-08-01
1
-12
/
+3
*
Fix --wait-for-debugger.
mkosiba@chromium.org
2013-06-17
1
-0
/
+5
*
Use platform-neutral initialize/shutdown functions for IME
Yukawa@chromium.org
2013-06-12
1
-8
/
+4
*
Enable TsfBridge to re-initialize
Yukawa@chromium.org
2013-06-10
1
-1
/
+1
*
Move a bunch of child-only code from content/common to content/child
scottmg@chromium.org
2013-06-06
1
-10
/
+1
*
[Chromium] Add tracing to startup process, particularly for Android
andrewhayden@chromium.org
2013-05-03
1
-0
/
+1
*
Linux/ChromeOS Chromium style checker cleanup, content/ edition.
rsleevi@chromium.org
2013-02-12
1
-1
/
+1
*
Initialize Ole before message pump so that TSF module can interact with messa...
Yukawa@chromium.org
2013-01-15
1
-1
/
+7
[next]