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
/
app
/
breakpad_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Windows Breakpad: Stop doing Breakpad initialisation on a thread
mseaborn@chromium.org
2012-02-23
1
-28
/
+7
*
Windows Breakpad: Get metadata from chrome.exe instead of chrome.dll
mseaborn@chromium.org
2012-02-16
1
-7
/
+10
*
Fix permissions.
sky@chromium.org
2012-02-14
1
-0
/
+0
*
Windows Breakpad: Add comment to explain "-x64" suffix
mseaborn@chromium.org
2012-02-14
1
-0
/
+5
*
Windows Breakpad: Remove kNoOOBreakpad environment variable
mseaborn@chromium.org
2012-02-14
1
-6
/
+2
*
This patch achieves it without crashing the process. We create a new exceptio...
lipalani@chromium.org
2011-12-28
1
-0
/
+35
*
Added recommended pref store on Windows.
joaodasilva@chromium.org
2011-12-01
1
-7
/
+6
*
Re-enable useful dumps on dev and beta channels.
robertshield@chromium.org
2011-11-16
1
-2
/
+5
*
Make GTK and Aura parts orthogonal to OS parts
stevenjb@google.com
2011-10-26
1
-1
/
+2
*
Fix check_perms failure from r105190.
thestig@chromium.org
2011-10-12
1
-0
/
+0
*
x86-64 Breakpad: Append "-x64" to the pipe name for 64-bit processes
mseaborn@chromium.org
2011-10-12
1
-0
/
+3
*
[windows] Filter --flag-switches-begin and --flag-switches-end from being sen...
eroman@chromium.org
2011-09-22
1
-1
/
+9
*
Add channel information to Windows crash reports.
eroman@chromium.org
2011-09-19
1
-7
/
+13
*
Add a breakpad field for the plugin's path. This is useful for bucketing plug...
eroman@chromium.org
2011-09-19
1
-4
/
+65
*
Linux: Add more information to crash reports:
thestig@chromium.org
2011-09-16
1
-5
/
+0
*
Use base::wcslcpy rather than wcscpy_s throughout breakpad_win.cc
eroman@chromium.org
2011-09-15
1
-27
/
+27
*
Revert 101372 - Linux: Add more information to crash reports:
rsimha@chromium.org
2011-09-15
1
-0
/
+5
*
Linux: Add more information to crash reports:
thestig@chromium.org
2011-09-15
1
-5
/
+0
*
[Windows] Include the about:flags experiments in crash reports.
eroman@chromium.org
2011-09-14
1
-29
/
+59
*
base: Fix the TODO in string_util.h
tfarina@chromium.org
2011-08-17
1
-3
/
+4
*
Windows Breakpad: Allow the crash dump dir and pipe name to be overridden
mseaborn@chromium.org
2011-08-06
1
-1
/
+9
*
Take two at splitting result codes between content and chrome.
dpranke@chromium.org
2011-07-19
1
-3
/
+3
*
If the "SpecialBuild" string exists in the version resource of chrome.dll and...
robertshield@chromium.org
2011-07-18
1
-0
/
+7
*
Revert r92730, r92731, r92732 ... will land again once I ensure the win build...
dpranke@chromium.org
2011-07-15
1
-3
/
+3
*
This change will split the result codes between content and chrome.
dpranke@chromium.org
2011-07-15
1
-3
/
+3
*
Fix platform_util::GetChannel on Windows.
mark@chromium.org
2011-05-02
1
-2
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Move the remaining files in chrome\common to content\common.
jam@chromium.org
2011-03-17
1
-1
/
+1
*
Add an exception wrapper to the WindowProc functions so
rvargas@google.com
2011-03-17
1
-0
/
+12
*
Added code to restart the service process in the event of a crash.
sanjeevr@chromium.org
2011-02-15
1
-10
/
+23
*
Reland 72784
danno@chromium.org
2011-01-28
1
-1
/
+1
*
Revert 72784 - Policy: generate boilerplate policy type and constant code.
danno@chromium.org
2011-01-27
1
-1
/
+1
*
Policy: generate boilerplate policy type and constant code.
danno@chromium.org
2011-01-27
1
-1
/
+1
*
Regkey functions return error code instead of bool
amit@chromium.org
2011-01-19
1
-3
/
+4
*
Move base/win_util to the base/win directory and use the base::win namespace.
brettw@google.com
2010-12-31
1
-2
/
+2
*
Update file version info/memory details/process utils to use string16.
avi@chromium.org
2010-12-23
1
-1
/
+1
*
Use 'ChromeFrame' product id instead of chrome for GCF launches
amit@chromium.org
2010-11-16
1
-1
/
+7
*
Move pe_image and registry from base to base/win and use the namespace. It re...
brettw@chromium.org
2010-10-17
1
-3
/
+5
*
base: Move SplitString functions into the base namespace and update the callers.
tfarina@chromium.org
2010-10-14
1
-1
/
+1
*
Dump total number of extensions into crash dump meta data.
antonm@chromium.org
2010-10-05
1
-6
/
+20
*
base: Finish moving the SplitString functions from string_util.h to string_sp...
tfarina@chromium.org
2010-09-24
1
-0
/
+1
*
Add number of tabs opened in the process to crash meta data.
antonm@chromium.org
2010-09-02
1
-0
/
+17
*
Re-land part of r55416, minus actually moving the test_suite.h contents to a ...
brettw@chromium.org
2010-08-17
1
-0
/
+1
*
Win32: Prefix Breakpad GPU info with 'gpu-' to make crash reports more readable.
thestig@chromium.org
2010-08-17
1
-5
/
+7
*
Cleanup Registry API: part 3.
tfarina@chromium.org
2010-08-14
1
-2
/
+2
*
Use Environment::SetVar in more places.
tfarina@chromium.org
2010-08-13
1
-5
/
+7
*
Revert 55400 - Cleanup in base. This moves the implementation (and a bunch of...
nsylvain@chromium.org
2010-08-09
1
-1
/
+0
*
Cleanup in base. This moves the implementation (and a bunch of header file
brettw@chromium.org
2010-08-09
1
-0
/
+1
*
De-wstringify some of our breakpad interfaces.
evan@chromium.org
2010-08-03
1
-1
/
+1
*
Don't initialize the crash reporter on windows if disabled by configuration m...
mnissler@chromium.org
2010-08-02
1
-6
/
+43
[next]