- d8b2ff0 Always show the "Prevent this page from creating additional dialogs" checkbox. by palmer · 10 years ago
- 0929be2a Consolidate javascript_dialog_manager.h and javascript_dialog_manager_impl.h by oshima · 11 years ago
- f6539842 Rename app_modal_dialogs dir to app_modal by oshima · 11 years ago[Renamed (93%) from components/app_modal_dialogs/javascript_app_modal_dialog.h]
- 82f7248 Componentize app_modal_dialog by oshima · 11 years ago[Renamed (92%) from chrome/browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h]
- 5dd5ff6 Standardize usage of virtual/override/final in chrome/browser/ui/ by dcheng · 11 years ago
- 205d625 replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[a-s]* by mostynb · 11 years ago
- dcd024987 Use base namespace for string16 in chrome/browser. by [email protected] · 12 years ago
- bd64063d Use a direct include of time headers in chrome/browser/, part 8. by [email protected] · 12 years ago
- 1f422a7c Fix a use-after-free detected by SyzyASAN in JS dialog event handlers. by [email protected] · 12 years ago
- 71a88bb Rename JavaScriptDialogCreator to JavaScriptDialogManager. by [email protected] · 12 years ago
- 01c86ec Remove the rest of #pragma once in one big CL. by [email protected] · 13 years ago
- be2510c0 content: Move javascript_message_type.h into content/ from ui/. by [email protected] · 13 years ago
- ab57c5dc browser: Rename js_modal_dialog.* to javascript_app_modal_dialog.* by [email protected] · 13 years ago[Renamed (93%) from chrome/browser/ui/app_modal_dialogs/js_modal_dialog.h]
- 3b3301f6 Customize onbeforeunload dialog when it's a reload instead of an unload. by [email protected] · 13 years ago
- 32f497b Move js_modal_dialogs.h to content\public\browser. by [email protected] · 13 years ago
- 51da7e3 Simplifying JS dialog interfaces. by [email protected] · 13 years ago
- 269f86d views: Add an Options enum to MessageBoxView control. by [email protected] · 14 years ago
- 3d7474ff Removal of Profile from content part 1. by [email protected] · 14 years ago
- a1e97f0 For JavaScript dialogs, remove As[Type] members, expand delegates to handle those cases. by [email protected] · 14 years ago
- 3ab9cb8 Remove JS dialog dependency from content. by [email protected] · 14 years ago
- 1662374 In ChromeDriver, add support for WebDriver's alert commands. by [email protected] · 14 years ago
- 7f070d4 Update a bunch of files to the new location of notification files. by [email protected] · 14 years ago
- e3cc5201 Convert ElideString to use string16 instead of wstring. by [email protected] · 14 years ago
- 08397d5 Change includes of gfx/* to ui/gfx/* by [email protected] · 14 years ago
- 594d062 It turns out the Cleanup() method in JsModalDialog is not by [email protected] · 15 years ago
- 1caa152 Move app_modal_dialog stuff to ui/ by [email protected] · 15 years ago[Renamed (93%) from chrome/browser/js_modal_dialog.h]
- ab96d31 Suppress additional JS alerts on Cancel as well as on Accept. by [email protected] · 15 years ago
- 45bfe65 Fix probably a lot of crash bugs. There was a member variable in JSModalDialog that was masking the one in AppModalDialog that really mattered. This was preventing proper cleanup of the alert window under certain circumstances. by [email protected] · 15 years ago
- 1db06851 Add a Delegate to JavaScriptAppModalDialog. by [email protected] · 15 years ago
- 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
- 4a39897 FBTF: Remove unneeded headers from base/ (part 2) by [email protected] · 15 years ago
- 3624d238 Delete obviously unneeded forward declarations in chrome/browser/*.h. by [email protected] · 15 years ago
- 32b76ef `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views by [email protected] · 15 years ago
- 7d78430 Revert r44125 BUG=40439 by [email protected] · 15 years ago
- 2778422 Attempt fix for crash bug when alert closes while owning host is invalid. by [email protected] · 15 years ago
- d0edf4e [Mac] augment modal cookie prompt on mac to include details pane by [email protected] · 15 years ago
- 6981f7f BSD port: Another chunk of chrome/ ifdef changes by [email protected] · 15 years ago
- 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