summaryrefslogtreecommitdiffstats
path: root/chrome/browser/hang_monitor
Commit message (Expand)AuthorAgeFilesLines
* Stop using an atom to store plugin name/version on Windows.jam2014-09-101-28/+3
* Use a qualified path for chromium_strings, google_chrome_strings, and generat...thestig@chromium.org2014-08-221-1/+1
* Refactor Windows MessageBox fallback code.msw@chromium.org2014-02-201-5/+2
* Revert "Update all users of base::Version to explicitly specify the namespace...avi@chromium.org2014-01-031-1/+1
* Enable the hung plugin detector on Win Aura.jam@chromium.org2013-12-272-3/+10
* Update all users of base::Version to explicitly specify the namespace, and cl...avi@chromium.org2013-12-231-1/+1
* Use base namespace for string16 in chrome/browser.brettw@chromium.org2013-12-062-10/+10
* Move a bunch of windows stuff from ui/base/win to ui/gfx/winben@chromium.org2013-09-121-2/+2
* Move webplugininfo.h to content/public.jam@chromium.org2013-07-211-2/+2
* Remove webkit/plugins/npapi.jam@chromium.org2013-07-191-5/+5
* Move NPAPI implementation out of webkit/plugins/npapi and into content.jam@chromium.org2013-07-191-4/+2
* Use a direct include of strings headers in chrome/browser/e*-h*/.avi@chromium.org2013-06-101-1/+1
* Pass a DWORD_PTR to SendMessageTimeout in HungWindowDetector::CheckChildWindowjschuh@chromium.org2013-02-031-1/+1
* Hang monitor: Don't attempt to kill random threads.rvargas@google.com2012-11-162-44/+18
* Render/pepper hang debugging: generate dumps for the browser and renderer pro...yzshen@chromium.org2012-09-262-37/+29
* Generate dumps for relevant renderers when users kill a hung pepper plugin.yzshen@chromium.org2012-09-192-0/+41
* Moves CreateVersionFromString to WebPluginInfo and updates the callers.ibraaaa@google.com2012-09-041-2/+2
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-112-2/+0
* Remove two deprecated methods from base::Versionisherman@chromium.org2012-07-111-5/+5
* browser: Put simple_message_box.h and chrome_web_contents_view_delegate.h int...tfarina@chromium.org2012-07-041-3/+3
* Make sure CrashDumpAndTerminateHungChildProcess uses the right base address i...jschuh@chromium.org2012-06-071-18/+19
* Rename HungPluginDumpAndExit --> HungChildProcessDumpAndExit.eroman@chromium.org2012-06-061-5/+5
* browser: Fold ShowQuestionMessageBox() into ShowMessageBox() function.tfarina@chromium.org2012-05-261-1/+3
* Move chrome/browser/simple_message_box.h to chrome/browser/ui.thestig@chromium.org2012-05-131-1/+1
* Generate crash dumps when a hung PPAPI plugin is force terminated.brettw@chromium.org2012-04-303-37/+66
* Revert 134443 - Broke win_aurarsleevi@chromium.org2012-04-283-66/+37
* Generate crash dumps when a hung PPAPI plugin is force terminated.brettw@chromium.org2012-04-283-37/+66
* browser: Rename two message box functions to more accurate names.tfarina@chromium.org2012-04-231-4/+5
* Log when a browser plugin hangswhyuan@google.com2012-04-202-15/+72
* Generate crash dump when the user selects to kill hung plugin.cpu@chromium.org2012-03-221-2/+39
* Move resource_codes to content/public/common.jam@chromium.org2011-10-251-1/+1
* Fix unresponsive browser due to a crashed plugin with a modal dialog.jschuh@chromium.org2011-08-301-0/+8
* browser: Abstract message box dialog functions into its own header file.tfarina@chromium.org2011-08-091-3/+3
* Take two at splitting result codes between content and chrome.dpranke@chromium.org2011-07-191-2/+2
* Revert r92730, r92731, r92732 ... will land again once I ensure the win build...dpranke@chromium.org2011-07-151-2/+2
* This change will split the result codes between content and chrome.dpranke@chromium.org2011-07-151-2/+2
* Ensure that the window property set by the hung plugin detector is removed in...ananta@chromium.org2011-05-172-2/+2
* Move the remaining files in chrome\common to content\common.jam@chromium.org2011-03-171-1/+1
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-212-3/+3
* Move UI-relevant Windows files to ui/base.ben@chromium.org2011-01-191-2/+2
* Remove wstring from l10n_util. Part 6.avi@chromium.org2011-01-061-7/+7
* Move app/win_util to app/win and fix the namespace usage.brettw@google.com2010-12-311-1/+0
* Remove win_util::FormatMessage and FormatLastWin32Error. These were only used...brettw@google.com2010-12-301-2/+2
* Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...brettw@chromium.org2010-12-211-3/+3
* Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"chase@chromium.org2010-12-211-3/+3
* Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...chase@chromium.org2010-12-201-3/+3
* Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...brettw@chromium.org2010-12-201-3/+3
* Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and putbrettw@chromium.org2010-12-201-3/+3
* Attempt at fixing leaks from SetProp. Apparently there is a finitesky@chromium.org2010-11-012-0/+2