Sign in
chromium
/
chromium
/
src
/
bdda54ae238fc18c5364a4d8a209a14981335d17
/
chrome
/
common
/
child_process_logging_win.cc
d63b097
[Win] Fix reporting of the crash client ID/guid for non-browser crash reports.
by
[email protected]
· 11 years ago
036a5f3
Update uses of UTF conversions in chrome/common to use the base:: namespace.
by
[email protected]
· 12 years ago
264c0acac
Set the client ID in crash reports via the crash key logging system.
by
[email protected]
· 12 years ago
42d46a8
Set the experiment/variation info in crash reports using the crash key logging system.
by
[email protected]
· 12 years ago
a73bf87
Set the command line switches in crash reports using the crash key logging system.
by
[email protected]
· 12 years ago
c13f8a8
Set the printer info in crash reports using the crash key logging system.
by
[email protected]
· 12 years ago
dc04750
Revert 223610 "Set the printer info in crash reports using the c..."
by
[email protected]
· 12 years ago
43a5c2c
Set the printer info in crash reports using the crash key logging system.
by
[email protected]
· 12 years ago
64da00e
Set the number of views using the crash key logging system.
by
[email protected]
· 12 years ago
f6431be8
Set active extension IDs for crash reports using the crash key logging system.
by
[email protected]
· 12 years ago
4b7d989
Set the GPU info using the crash key system instead of platform-specific mechanisms.
by
[email protected]
· 12 years ago
4f05288
Set the active URL using the crash key system instead of platform-specific mechanisims.
by
[email protected]
· 12 years ago
27b38d6
[Win] Fix base::debug::SetCrashKeyValue for child processes.
by
[email protected]
· 12 years ago
5f5ef80
chrome: Migrate from googleurl/ includes to url/ ones. Part 3.
by
[email protected]
· 12 years ago
d2e754f
Use a direct include of strings headers in chrome/common/, part 1.
by
[email protected]
· 12 years ago
12bfb61
Use a direct include of utf_string_conversions.h in chrome/app/, chrome/common/, chrome/installer.
by
[email protected]
· 12 years ago
d7b5cc7
Move GPU device/driver info related code from content to gpu.
by
[email protected]
· 12 years ago
7fba3e5
Revert 201380 "Move GPU device/driver info related code from con..."
by
[email protected]
· 12 years ago
c36744a
Move GPU device/driver info related code from content to gpu.
by
[email protected]
· 12 years ago
47e870b
Revert 184352
by
[email protected]
· 12 years ago
5f0cebb
Add utf_string_conversions to base namespace.
by
[email protected]
· 12 years ago
3ea1b18
Rename FilePath to base::FilePath and use new location of string_number_conversions in some chrome subdirectories.
by
[email protected]
· 13 years ago
7acb74c67
Fix Windows child process logging when experiments list is empty.
by
[email protected]
· 13 years ago
e098491
Rewrite Windows crash field trial tagging to use chrome_variations::GenerateVariationChunks.
by
[email protected]
· 13 years ago
dc1b5a6
Rename some chrome.exe exports: SetCommandLine --> SetCommandLine2, SetExperimentList --> SetExperimentList2.
by
[email protected]
· 13 years ago
603e1f3
Don't pass class types across EXE/DLL boundaries for SetCommandLine() and SetExperimentList().
by
[email protected]
· 13 years ago
a094e2c
Change GPUInfo to handle multiple GPUs.
by
[email protected]
· 13 years ago
4cb3c1fc
Add experiments info to crash dumps.
by
[email protected]
· 13 years ago
e34f2d1a
Revert 128910 - Add experiments info to crash dumps.
by
[email protected]
· 13 years ago
c215cc0
Add experiments info to crash dumps.
by
[email protected]
· 13 years ago
6724e59
Added SetPrinterInfo to include information about printer driver. This information will be added by Chrome (in different CL) just before performing error-prone printer related operations.
by
[email protected]
· 13 years ago
a97a27e
Revert 126866 - Added SetPrinterInfo to include information about printer driver. This information will be added by Chrome (in different CL) just before performing error-prone printer related operations.
by
[email protected]
· 13 years ago
19a12a1
Added SetPrinterInfo to include information about printer driver. This information will be added by Chrome (in different CL) just before performing error-prone printer related operations.
by
[email protected]
· 13 years ago
a80f5ece
Move GPUInfo to content/public/common and put it into the content namespace.
by
[email protected]
· 14 years ago
783f06f
[Windows] Include the about:flags experiments in crash reports.
by
[email protected]
· 14 years ago
f24a1e2b
Moved code that runs in both the browser and GPU process from content/gpu to content/common/gpu.
by
[email protected]
· 14 years ago
6cc8ece6
Refactoring GPUInfo: 1) remove the level field; instead, having a finalized field indicating if more info might be collected. 2) change version data from uint32 to string.
by
[email protected]
· 14 years ago
d6d8f71
Move GPU messages to content. I've also switched the IPC structs to use the new IPC macros that generate serialization code.
by
[email protected]
· 14 years ago
317e270
linux crash dump now includes gpu data
by
[email protected]
· 14 years ago
a61508e5
Make GPUInfo a struct, which it should be according to the C++ guidelines. This makes it easy to write automated serilization code for it.
by
[email protected]
· 14 years ago
7004d7eb
Refactor and improve gpu_info_collector: collect information on linux;
by
[email protected]
· 15 years ago
80ddb04
Dump total number of extensions into crash dump meta data.
by
[email protected]
· 15 years ago
3231c2e
Add number of tabs opened in the process to crash meta data.
by
[email protected]
· 15 years ago
6dde9d7
Make crash reporting client_id accessible through child_process_logging.
by
[email protected]
· 15 years ago
a83d4229
FBTF: Header cleanup in chrome/common. Part 1.
by
[email protected]
· 15 years ago
528c56d
Move the number conversions from string_util to a new file.
by
[email protected]
· 15 years ago
a110dd1
Adding gpu_info to the breakpad info collection before sending off a crash.
by
[email protected]
· 15 years ago
d289d0b
Cleanup: Break some common->app dependencies.
by
[email protected]
· 15 years ago
d55194ca
win: string_util.h -> utf_string_conversions.h fix.
by
[email protected]
· 15 years ago
c886596
Fix regression where we stopped running content scripts in extension processes.
by
[email protected]
· 16 years ago
aab98a5
Ok, here is a different approach at this change.
by
[email protected]
· 16 years ago
2c58efc6
Revert 33255 - Report active extensions in crash reports. This only implements Windows right now. Mac and linux will be separate CLs.
by
[email protected]
· 16 years ago
1e4c456
Report active extensions in crash reports. This only implements Windows right now. Mac and linux will be separate CLs.
by
[email protected]
· 16 years ago
157d547
Change id that identifies client in crash reports. Whenever metrics service recording is enabled, it sets the client id for crash reporting.
by
[email protected]
· 16 years ago
192bae9
Added a static function pointer to cache the SetActiveURL pointer.
by
[email protected]
· 16 years ago
b2aba39b
Revert checkin 29096
by
[email protected]
· 16 years ago
8d34c47
Temporarilly disable SetURL to evaluate perf impact
by
[email protected]
· 16 years ago
ef91627
Add the page url to plugin crashes to aid debugging.
by
[email protected]
· 16 years ago
ce18586
Revert change 20173 because it breaks the ui_tests, plugin_tests
by
[email protected]
· 16 years ago
bd11ba3
Add the page url to plugin crashes to aid debugging.
by
[email protected]
· 16 years ago