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
/
chrome
/
common
/
child_process_logging_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set a "metrics_client_id" crash key instead of "guid" on Mac OS X.
Mark Mentovai
2015-03-24
1
-1
/
+1
*
Retrieve client_id from GoogleUpdateSettings when its missing from Local State.
gab@chromium.org
2014-07-22
1
-3
/
+6
*
Refactor SetClientID such that metrics rather than crash backs up the client id
gab@chromium.org
2014-07-09
1
-6
/
+7
*
[Win] Fix reporting of the crash client ID/guid for non-browser crash reports.
rsesek@chromium.org
2014-04-17
1
-0
/
+8
*
Update uses of UTF conversions in chrome/common to use the base:: namespace.
avi@chromium.org
2013-12-25
1
-3
/
+5
*
Set the client ID in crash reports via the crash key logging system.
rsesek@chromium.org
2013-10-01
1
-45
/
+1
*
Set the experiment/variation info in crash reports using the crash key loggin...
rsesek@chromium.org
2013-09-25
1
-44
/
+0
*
Set the command line switches in crash reports using the crash key logging sy...
rsesek@chromium.org
2013-09-19
1
-26
/
+0
*
Set the printer info in crash reports using the crash key logging system.
rsesek@chromium.org
2013-09-17
1
-19
/
+0
*
Revert 223610 "Set the printer info in crash reports using the c..."
finnur@chromium.org
2013-09-17
1
-0
/
+19
*
Set the printer info in crash reports using the crash key logging system.
rsesek@chromium.org
2013-09-17
1
-19
/
+0
*
Set the number of views using the crash key logging system.
rsesek@chromium.org
2013-09-12
1
-19
/
+0
*
Set active extension IDs for crash reports using the crash key logging system.
rsesek@chromium.org
2013-09-07
1
-46
/
+0
*
Set the GPU info using the crash key system instead of platform-specific mech...
rsesek@chromium.org
2013-08-27
1
-27
/
+0
*
Set the active URL using the crash key system instead of platform-specific me...
rsesek@chromium.org
2013-08-16
1
-20
/
+0
*
[Win] Fix base::debug::SetCrashKeyValue for child processes.
rsesek@chromium.org
2013-08-14
1
-0
/
+52
*
chrome: Migrate from googleurl/ includes to url/ ones. Part 3.
tfarina@chromium.org
2013-07-04
1
-1
/
+1
*
Use a direct include of strings headers in chrome/common/, part 1.
avi@chromium.org
2013-06-11
1
-2
/
+2
*
Use a direct include of utf_string_conversions.h in chrome/app/, chrome/commo...
avi@chromium.org
2013-06-07
1
-1
/
+1
*
Move GPU device/driver info related code from content to gpu.
zmo@chromium.org
2013-05-23
1
-2
/
+2
*
Revert 201380 "Move GPU device/driver info related code from con..."
zmo@chromium.org
2013-05-21
1
-2
/
+2
*
Move GPU device/driver info related code from content to gpu.
zmo@chromium.org
2013-05-21
1
-2
/
+2
*
Revert 184352
brettw@chromium.org
2013-02-24
1
-5
/
+5
*
Add utf_string_conversions to base namespace.
brettw@chromium.org
2013-02-24
1
-5
/
+5
*
Rename FilePath to base::FilePath and use new location of string_number_conve...
brettw@chromium.org
2013-02-08
1
-1
/
+1
*
Fix Windows child process logging when experiments list is empty.
asvitkine@chromium.org
2012-11-06
1
-0
/
+10
*
Rewrite Windows crash field trial tagging to use chrome_variations::GenerateV...
asvitkine@chromium.org
2012-09-27
1
-6
/
+10
*
Rename some chrome.exe exports: SetCommandLine --> SetCommandLine2, SetExperi...
eroman@chromium.org
2012-05-25
1
-4
/
+4
*
Don't pass class types across EXE/DLL boundaries for SetCommandLine() and Set...
eroman@chromium.org
2012-05-22
1
-4
/
+24
*
Change GPUInfo to handle multiple GPUs.
zmo@chromium.org
2012-05-10
1
-2
/
+2
*
Add experiments info to crash dumps.
mad@chromium.org
2012-04-05
1
-0
/
+26
*
Revert 128910 - Add experiments info to crash dumps.
alokp@chromium.org
2012-03-26
1
-38
/
+0
*
Add experiments info to crash dumps.
mad@chromium.org
2012-03-26
1
-0
/
+38
*
Added SetPrinterInfo to include information about printer driver. This inform...
vitalybuka@chromium.org
2012-03-16
1
-1
/
+19
*
Revert 126866 - Added SetPrinterInfo to include information about printer dri...
markusheintz@chromium.org
2012-03-15
1
-19
/
+1
*
Added SetPrinterInfo to include information about printer driver. This inform...
vitalybuka@chromium.org
2012-03-15
1
-1
/
+19
*
Move GPUInfo to content/public/common and put it into the content namespace.
jam@chromium.org
2011-10-20
1
-2
/
+2
*
[Windows] Include the about:flags experiments in crash reports.
eroman@chromium.org
2011-09-14
1
-0
/
+19
*
Moved code that runs in both the browser and GPU process from content/gpu to ...
apatrick@chromium.org
2011-04-08
1
-2
/
+2
*
Refactoring GPUInfo: 1) remove the level field; instead, having a finalized f...
zmo@google.com
2011-03-14
1
-2
/
+2
*
Move GPU messages to content. I've also switched the IPC structs to use the ...
jam@chromium.org
2011-03-10
1
-1
/
+1
*
linux crash dump now includes gpu data
jbates@chromium.org
2011-03-09
1
-2
/
+3
*
Make GPUInfo a struct, which it should be according to the C++ guidelines. T...
jam@chromium.org
2011-03-08
1
-5
/
+5
*
Refactor and improve gpu_info_collector: collect information on linux;
zmo@google.com
2011-01-21
1
-1
/
+1
*
Dump total number of extensions into crash dump meta data.
antonm@chromium.org
2010-10-05
1
-0
/
+17
*
Add number of tabs opened in the process to crash meta data.
antonm@chromium.org
2010-09-02
1
-0
/
+18
*
Make crash reporting client_id accessible through child_process_logging.
mnissler@chromium.org
2010-08-26
1
-0
/
+8
*
FBTF: Header cleanup in chrome/common. Part 1.
jhawkins@chromium.org
2010-08-17
1
-0
/
+1
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-5
/
+7
*
Adding gpu_info to the breakpad info collection before sending off a crash.
rlp@chromium.org
2010-07-19
1
-0
/
+23
[next]