1. dcd024987 Use base namespace for string16 in chrome/browser. by [email protected] · 12 years ago
  2. bde885b Move a bunch of windows stuff from ui/base/win to ui/gfx/win by [email protected] · 12 years ago
  3. d7bd3e5 Move webplugininfo.h to content/public. by [email protected] · 12 years ago
  4. 9a60ccb Remove webkit/plugins/npapi. by [email protected] · 12 years ago
  5. 29e2fb4 Move NPAPI implementation out of webkit/plugins/npapi and into content. by [email protected] · 12 years ago
  6. d883056 Use a direct include of strings headers in chrome/browser/e*-h*/. by [email protected] · 12 years ago
  7. 1736efa8 Pass a DWORD_PTR to SendMessageTimeout in HungWindowDetector::CheckChildWindow by [email protected] · 13 years ago
  8. 27a4341a Hang monitor: Don't attempt to kill random threads. by [email protected] · 13 years ago
  9. 6c2432f Render/pepper hang debugging: generate dumps for the browser and renderer processes if users kill a hung pepper plugin. by [email protected] · 13 years ago
  10. 3e52b60 Generate dumps for relevant renderers when users kill a hung pepper plugin. by [email protected] · 13 years ago
  11. 61fcb16 Moves CreateVersionFromString to WebPluginInfo and updates the callers. by [email protected] · 13 years ago
  12. 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
  13. 12126d37 Remove two deprecated methods from base::Version by [email protected] · 13 years ago
  14. d3322029 browser: Put simple_message_box.h and chrome_web_contents_view_delegate.h into chrome namespace. by [email protected] · 13 years ago
  15. b50b9a7 Make sure CrashDumpAndTerminateHungChildProcess uses the right base address in the remote process. by [email protected] · 13 years ago
  16. b0b8371 Rename HungPluginDumpAndExit --> HungChildProcessDumpAndExit. by [email protected] · 13 years ago
  17. 5da155e browser: Fold ShowQuestionMessageBox() into ShowMessageBox() function. by [email protected] · 13 years ago
  18. b50892c5f Move chrome/browser/simple_message_box.h to chrome/browser/ui. by [email protected] · 13 years ago
  19. e7b9ab2 Generate crash dumps when a hung PPAPI plugin is force terminated. by [email protected] · 13 years ago
  20. 215605c Revert 134443 - Broke win_aura by [email protected] · 13 years ago
  21. 663fff4c Generate crash dumps when a hung PPAPI plugin is force terminated. by [email protected] · 13 years ago
  22. 5c61cc9 browser: Rename two message box functions to more accurate names. by [email protected] · 13 years ago
  23. f62f2c5 Log when a browser plugin hangs by [email protected] · 13 years ago
  24. d8b3c89 Generate crash dump when the user selects to kill hung plugin. by [email protected] · 13 years ago
  25. b39ef1cb Move resource_codes to content/public/common. by [email protected] · 14 years ago
  26. 9566d70 Fix unresponsive browser due to a crashed plugin with a modal dialog. by [email protected] · 14 years ago
  27. 80772ed browser: Abstract message box dialog functions into its own header file. by [email protected] · 14 years ago
  28. 1fcfb20 Take two at splitting result codes between content and chrome. by [email protected] · 14 years ago
  29. 36d772c Revert r92730, r92731, r92732 ... will land again once I ensure the win builds compile. by [email protected] · 14 years ago
  30. 785c967 This change will split the result codes between content and chrome. by [email protected] · 14 years ago
  31. 9cd14bc Ensure that the window property set by the hung plugin detector is removed in all cases. by [email protected] · 14 years ago
  32. 4dd5793 Move the remaining files in chrome\common to content\common. by [email protected] · 14 years ago
  33. c051a1b Move l10n_util to ui/base by [email protected] · 15 years ago
  34. 20305ec Remove obsolete base/lock.h and fix up callers to use the new header file and by [email protected] · 15 years ago
  35. e766106 Move UI-relevant Windows files to ui/base. by [email protected] · 15 years ago
  36. 910688e6 Remove wstring from l10n_util. Part 6. by [email protected] · 15 years ago
  37. fd85ad6 Move app/win_util to app/win and fix the namespace usage. by [email protected] · 15 years ago
  38. fff369b8 Remove win_util::FormatMessage and FormatLastWin32Error. These were only used in a couple of diagnostic places and one can always use the "Error Lookup" utility. by [email protected] · 15 years ago
  39. 191eb3f7 Re-land earlier patch that moves the NPAPI implementation from webkit/glue/plugins to webkit/plugins/npapi by [email protected] · 15 years ago
  40. c85b0ba Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" by [email protected] · 15 years ago
  41. b6badfa Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" by [email protected] · 15 years ago
  42. e0e75f6 Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put by [email protected] · 15 years ago
  43. b692a128 Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put by [email protected] · 15 years ago
  44. 7c9d829 Attempt at fixing leaks from SetProp. Apparently there is a finite by [email protected] · 15 years ago
  45. 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
  46. e313f3b1 Make a new yes/no messagebox wrapper function, use it in the bookmark alert. by [email protected] · 15 years ago
  47. 4d818fee Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome directory. by [email protected] · 15 years ago
  48. f21cf2c Revert 46101 - Make a new yes/no messagebox wrapper function, use it in the bookmark alert. by [email protected] · 15 years ago
  49. f7987cf0 Make a new yes/no messagebox wrapper function, use it in the bookmark alert. by [email protected] · 15 years ago
  50. 038d52e1 More style nits. by [email protected] · 16 years ago
  51. 87967fe6 Coverity: Initialize message_response_timeout_ in the constructor. by [email protected] · 16 years ago
  52. 4a0765a Move win_util.h from common to app. by [email protected] · 16 years ago
  53. a92b864 Move l10n_util to app/ by [email protected] · 16 years ago
  54. b6f87899 NO CODE CHANGE by [email protected] · 16 years ago
  55. 74d1bb0 Move chrome/apps/result_codes.h to chrome/common/result_codes.h by [email protected] · 16 years ago
  56. 34ac8f3 Update include paths for grit files. Go ahead and resort the headers too. by [email protected] · 17 years ago
  57. c6d084f Build fix: altbase.h inclusion in hang_monitor by [email protected] · 17 years ago
  58. 23399634 Removing the IsHungAppWindow DCHECK as it does not seem to be indicating by [email protected] · 17 years ago
  59. 0f804578 When a windowless plugin is hanging, the browser process by [email protected] · 17 years ago
  60. 9e3ed3b6 Bumping up the default hung plugin timeout to 30 seconds. This matches with by [email protected] · 17 years ago
  61. bf09a50 Use a more compact license header in source files. by license.bot · 17 years ago
  62. 09911bf Add chrome to the repository. by initial.commit · 17 years ago