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
/
browser
/
hang_monitor
Commit message (
Expand
)
Author
Age
Files
Lines
*
Stop using an atom to store plugin name/version on Windows.
jam
2014-09-10
1
-28
/
+3
*
Use a qualified path for chromium_strings, google_chrome_strings, and generat...
thestig@chromium.org
2014-08-22
1
-1
/
+1
*
Refactor Windows MessageBox fallback code.
msw@chromium.org
2014-02-20
1
-5
/
+2
*
Revert "Update all users of base::Version to explicitly specify the namespace...
avi@chromium.org
2014-01-03
1
-1
/
+1
*
Enable the hung plugin detector on Win Aura.
jam@chromium.org
2013-12-27
2
-3
/
+10
*
Update all users of base::Version to explicitly specify the namespace, and cl...
avi@chromium.org
2013-12-23
1
-1
/
+1
*
Use base namespace for string16 in chrome/browser.
brettw@chromium.org
2013-12-06
2
-10
/
+10
*
Move a bunch of windows stuff from ui/base/win to ui/gfx/win
ben@chromium.org
2013-09-12
1
-2
/
+2
*
Move webplugininfo.h to content/public.
jam@chromium.org
2013-07-21
1
-2
/
+2
*
Remove webkit/plugins/npapi.
jam@chromium.org
2013-07-19
1
-5
/
+5
*
Move NPAPI implementation out of webkit/plugins/npapi and into content.
jam@chromium.org
2013-07-19
1
-4
/
+2
*
Use a direct include of strings headers in chrome/browser/e*-h*/.
avi@chromium.org
2013-06-10
1
-1
/
+1
*
Pass a DWORD_PTR to SendMessageTimeout in HungWindowDetector::CheckChildWindow
jschuh@chromium.org
2013-02-03
1
-1
/
+1
*
Hang monitor: Don't attempt to kill random threads.
rvargas@google.com
2012-11-16
2
-44
/
+18
*
Render/pepper hang debugging: generate dumps for the browser and renderer pro...
yzshen@chromium.org
2012-09-26
2
-37
/
+29
*
Generate dumps for relevant renderers when users kill a hung pepper plugin.
yzshen@chromium.org
2012-09-19
2
-0
/
+41
*
Moves CreateVersionFromString to WebPluginInfo and updates the callers.
ibraaaa@google.com
2012-09-04
1
-2
/
+2
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
2
-2
/
+0
*
Remove two deprecated methods from base::Version
isherman@chromium.org
2012-07-11
1
-5
/
+5
*
browser: Put simple_message_box.h and chrome_web_contents_view_delegate.h int...
tfarina@chromium.org
2012-07-04
1
-3
/
+3
*
Make sure CrashDumpAndTerminateHungChildProcess uses the right base address i...
jschuh@chromium.org
2012-06-07
1
-18
/
+19
*
Rename HungPluginDumpAndExit --> HungChildProcessDumpAndExit.
eroman@chromium.org
2012-06-06
1
-5
/
+5
*
browser: Fold ShowQuestionMessageBox() into ShowMessageBox() function.
tfarina@chromium.org
2012-05-26
1
-1
/
+3
*
Move chrome/browser/simple_message_box.h to chrome/browser/ui.
thestig@chromium.org
2012-05-13
1
-1
/
+1
*
Generate crash dumps when a hung PPAPI plugin is force terminated.
brettw@chromium.org
2012-04-30
3
-37
/
+66
*
Revert 134443 - Broke win_aura
rsleevi@chromium.org
2012-04-28
3
-66
/
+37
*
Generate crash dumps when a hung PPAPI plugin is force terminated.
brettw@chromium.org
2012-04-28
3
-37
/
+66
*
browser: Rename two message box functions to more accurate names.
tfarina@chromium.org
2012-04-23
1
-4
/
+5
*
Log when a browser plugin hangs
whyuan@google.com
2012-04-20
2
-15
/
+72
*
Generate crash dump when the user selects to kill hung plugin.
cpu@chromium.org
2012-03-22
1
-2
/
+39
*
Move resource_codes to content/public/common.
jam@chromium.org
2011-10-25
1
-1
/
+1
*
Fix unresponsive browser due to a crashed plugin with a modal dialog.
jschuh@chromium.org
2011-08-30
1
-0
/
+8
*
browser: Abstract message box dialog functions into its own header file.
tfarina@chromium.org
2011-08-09
1
-3
/
+3
*
Take two at splitting result codes between content and chrome.
dpranke@chromium.org
2011-07-19
1
-2
/
+2
*
Revert r92730, r92731, r92732 ... will land again once I ensure the win build...
dpranke@chromium.org
2011-07-15
1
-2
/
+2
*
This change will split the result codes between content and chrome.
dpranke@chromium.org
2011-07-15
1
-2
/
+2
*
Ensure that the window property set by the hung plugin detector is removed in...
ananta@chromium.org
2011-05-17
2
-2
/
+2
*
Move the remaining files in chrome\common to content\common.
jam@chromium.org
2011-03-17
1
-1
/
+1
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-1
/
+1
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
2
-3
/
+3
*
Move UI-relevant Windows files to ui/base.
ben@chromium.org
2011-01-19
1
-2
/
+2
*
Remove wstring from l10n_util. Part 6.
avi@chromium.org
2011-01-06
1
-7
/
+7
*
Move app/win_util to app/win and fix the namespace usage.
brettw@google.com
2010-12-31
1
-1
/
+0
*
Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...
brettw@google.com
2010-12-30
1
-2
/
+2
*
Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...
brettw@chromium.org
2010-12-21
1
-3
/
+3
*
Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"
chase@chromium.org
2010-12-21
1
-3
/
+3
*
Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...
chase@chromium.org
2010-12-20
1
-3
/
+3
*
Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...
brettw@chromium.org
2010-12-20
1
-3
/
+3
*
Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put
brettw@chromium.org
2010-12-20
1
-3
/
+3
*
Attempt at fixing leaks from SetProp. Apparently there is a finite
sky@chromium.org
2010-11-01
2
-0
/
+2
[next]