1. 7220e47 Rename components/app_modal to components/javascript_dialogs by Evan Stade · 5 years ago[Renamed (78%) from components/app_modal/javascript_app_modal_dialog.cc]
  2. 0fa711a Streamline and share more jsdialog code. by Evan Stade · 6 years ago
  3. 7337f0cf app_modal: remove JSAppModalDialogViews DialogDelegate overrides by Elly Fong-Jones · 6 years ago
  4. db32d7f0 Remove obsolete FineTiming histograms by Joe Mason · 6 years ago
  5. 3feb185 [clang-tidy] Apply modernize-use-auto in /components by jdoerrie · 7 years ago
  6. e04d399 Make DialogClosedCallback be a OnceCallback. by Avi Drissman · 8 years ago
  7. 373e72a Fold AppModalDialog into its only subclass, JavaScriptAppModalDialog. by avi · 8 years ago
  8. 777ff45 Rename JavaScript "messages" to "dialogs". by avi · 8 years ago
  9. 6879fcf Clean up unneeded JavaScript dialog parameter. by avi · 9 years ago
  10. 5d3b869 Simplify the JavaScriptDialogManager. by avi · 9 years ago
  11. d79a673c Make JavaScript dialog blocking be per-WebContents. by avi · 9 years ago
  12. 505f421 Include suppressed dialogs in the FineTiming histogram by joenotcharles · 9 years ago
  13. 850904a Add UMA histograms to track very brief or frequent tabs and JS dialogs. by joenotcharles · 9 years ago
  14. bbf93ac Change gfx::ElideString() to take a size_t length. by thestig · 9 years ago
  15. bc5337b Switch to standard integer types in components/, part 1 of 4. by avi · 10 years ago
  16. 41a5792 Tweak the size of modal dialogs. by meacer · 10 years ago
  17. d8b2ff0 Always show the "Prevent this page from creating additional dialogs" checkbox. by palmer · 10 years ago
  18. a2afdec Fix anchoring of app modal dialogs on views by jochen · 11 years ago
  19. 0929be2a Consolidate javascript_dialog_manager.h and javascript_dialog_manager_impl.h by oshima · 11 years ago
  20. f6539842 Rename app_modal_dialogs dir to app_modal by oshima · 11 years ago[Renamed (96%) from components/app_modal_dialogs/javascript_app_modal_dialog.cc]
  21. 758abebc Move JavaScriptDialogManager, JavascriptAppModalDialogViews to components/app_modal_dialogs. by oshima · 11 years ago
  22. 82f7248 Componentize app_modal_dialog by oshima · 11 years ago[Renamed (96%) from chrome/browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc]
  23. fc2b46b Hide WebContentsView from Chrome. This also removes WebContentsViewPort. by [email protected] · 11 years ago
  24. fcc51c95 Move root_window.* to window_event_dispatcher.* by [email protected] · 11 years ago
  25. dcd024987 Use base namespace for string16 in chrome/browser. by [email protected] · 12 years ago
  26. b70bb01 Remove --disable-batched-shutdown. by [email protected] · 12 years ago
  27. f7c05b2 Make RootWindow not subclass Window. by [email protected] · 12 years ago
  28. 877360ea Revert 234428 "Make RootWindow not subclass Window." by [email protected] · 12 years ago
  29. 94f3d3e Make RootWindow not subclass Window. by [email protected] · 12 years ago
  30. fb7aea6 Enable batched browser shutdown by default. by [email protected] · 12 years ago
  31. af90590 Don't leave renderer process frozen when canceling JavaScript dialogs. by [email protected] · 12 years ago
  32. 35f0ed8 Revert 225253 "Don't leave renderer process frozen when cancelin..." by [email protected] · 12 years ago
  33. 769e94a Don't leave renderer process frozen when canceling JavaScript dialogs. by [email protected] · 12 years ago
  34. dbb97ba Move text_elider to gfx. by [email protected] · 12 years ago
  35. 2e9d79f Don't close tabs at shutdown until all beforeunload handlers have run. by [email protected] · 12 years ago
  36. 4d9b083 Add desktop-awareness to ChromeViewsDelegate::OnBeforeWidgetInit when deciding whether to make a window top-level or not. by [email protected] · 12 years ago
  37. 1f422a7c Fix a use-after-free detected by SyzyASAN in JS dialog event handlers. by [email protected] · 12 years ago
  38. 884401d3 Make javascript dialogs into top-level windows for desktop aura. by [email protected] · 12 years ago
  39. 71a88bb Rename JavaScriptDialogCreator to JavaScriptDialogManager. by [email protected] · 12 years ago
  40. 2a2caa0 Finally rip the global StackingClient bandaid off. by [email protected] · 13 years ago
  41. 984522c Revert 177182 - ViewTest.ChangeNativeViewHierarchyFindRoots failure by [email protected] · 13 years ago
  42. 19ae460 Finally rip the global StackingClient bandaid off. by [email protected] · 13 years ago
  43. be2510c0 content: Move javascript_message_type.h into content/ from ui/. by [email protected] · 13 years ago
  44. ab57c5dc browser: Rename js_modal_dialog.* to javascript_app_modal_dialog.* by [email protected] · 13 years ago[Renamed (98%) from chrome/browser/ui/app_modal_dialogs/js_modal_dialog.cc]
  45. 3b3301f6 Customize onbeforeunload dialog when it's a reload instead of an unload. by [email protected] · 13 years ago
  46. 51da7e3 Simplifying JS dialog interfaces. by [email protected] · 13 years ago
  47. fedec01 Send replies to sync IPCs from swapped out renderers. by [email protected] · 13 years ago
  48. 269f86d views: Add an Options enum to MessageBoxView control. by [email protected] · 14 years ago
  49. a1e97f0 For JavaScript dialogs, remove As[Type] members, expand delegates to handle those cases. by [email protected] · 14 years ago
  50. 3ab9cb8 Remove JS dialog dependency from content. by [email protected] · 14 years ago
  51. 1662374 In ChromeDriver, add support for WebDriver's alert commands. by [email protected] · 14 years ago
  52. 7be6450 Lands http://codereview.chromium.org/3451017/ by [email protected] · 14 years ago
  53. 416126c5 Lengthy alerts have line breaks in them on all platforms. Only do this by [email protected] · 14 years ago
  54. 7f070d4 Update a bunch of files to the new location of notification files. by [email protected] · 14 years ago
  55. 21f1168 Update the includes to the old tab_contents.h by [email protected] · 14 years ago
  56. e3cc5201 Convert ElideString to use string16 instead of wstring. by [email protected] · 14 years ago
  57. 9dd7e3d7 Move a bunch of random other files to src/ui/base by [email protected] · 15 years ago
  58. af4b9df Last part of change for bug 49747. by [email protected] · 15 years ago
  59. 1732931 Move ElideString() from base/string_util.cc to app/text_elider.cc to by [email protected] · 15 years ago
  60. 594d062 It turns out the Cleanup() method in JsModalDialog is not by [email protected] · 15 years ago
  61. 1caa152 Move app_modal_dialog stuff to ui/ by [email protected] · 15 years ago[Renamed (97%) from chrome/browser/js_modal_dialog.cc]
  62. ab96d31 Suppress additional JS alerts on Cancel as well as on Accept. by [email protected] · 15 years ago
  63. 1db06851 Add a Delegate to JavaScriptAppModalDialog. by [email protected] · 15 years ago
  64. 160ad3d Refactor AppModalDialog to more clearly isolate platform specific UI pieces and eliminate the dependency on individual frontends from cross platform code. by [email protected] · 15 years ago
  65. c984d9f Moved code that generates APP_TERMINATING notification into BrowserList so it can be used on all platforms. Updated observers (ExtensionProcessManager, by [email protected] · 15 years ago
  66. 66711f6f Fix a crash when we try to close a js dialog that wasn't shown. by [email protected] · 15 years ago
  67. 999adfd6 Truncate very long javascript alert messages. They can overflow the UI and on Linux cause crashes. by [email protected] · 15 years ago
  68. 7d78430 Revert r44125 BUG=40439 by [email protected] · 15 years ago
  69. 2778422 Attempt fix for crash bug when alert closes while owning host is invalid. by [email protected] · 15 years ago
  70. 7ee5194 Fixed regression due to refactoring change from http://codereview.chromium.org/560030/show by [email protected] · 15 years ago
  71. 12f74a9 Refactored out JS specific part of modal dialog stack into its own class, exposed cookie/storage prompt as a modal dialog. by [email protected] · 15 years ago