1. 3feb185 [clang-tidy] Apply modernize-use-auto in /components by jdoerrie · 7 years ago
  2. 03a7b9c1 Truncate JavaScript dialog message strings before IPC. by Avi Drissman · 7 years ago
  3. 5ab5786 Change "Leave site" dialog to "Leave app" for app windows by Renee Wright · 7 years ago
  4. 2fefc4b Give the JS dialog manager the alerting frame. by Avi Drissman · 8 years ago
  5. 289e5a21 Use sentence case for JS app-modal bubble titles by Peter Boström · 8 years ago
  6. 677891d2 Update JavascriptAppModalDialog titles. by Peter Boström · 8 years ago
  7. 077959a Harmony fixes for the JavaScript app-modal dialog. by Peter Boström · 8 years ago
  8. 63f6729 Improve titling of JavaScript alerts. by Avi Drissman · 8 years ago
  9. 82c4500 Refactor titling of JavaScript alerts. by Avi Drissman · 8 years ago
  10. ff9ed75 Measure the schemes of pages showing beforeunload dialogs. by Avi Drissman · 8 years ago
  11. 7cfb36e Fix else-if after returns/breaks in components/. by Lei Zhang · 8 years ago
  12. 75b1c3a Convert 0 and NULL to nullptr in components. by Ivan Kotenkov · 8 years ago
  13. e04d399 Make DialogClosedCallback be a OnceCallback. by Avi Drissman · 8 years ago
  14. 347452f3 [JS Dialogs] Rename RunJavaScriptDialog URL parameter by Devlin Cronin · 8 years ago
  15. 45d6f2d Replace some uses of std::deque with base::circular_deque in components. by Brett Wilson · 8 years ago
  16. 72d71de Revert "Replace some uses of std::deque with base::circular_deque in componnets." by Henrik Boström · 8 years ago
  17. 24b9b40 Replace some uses of std::deque with base::circular_deque in componnets. by Brett Wilson · 8 years ago
  18. dcc44ff5 Remove close (X) from javascript unload and reload dialogs. by Allen Bauer · 8 years ago
  19. 373e72a7 Fold AppModalDialog into its only subclass, JavaScriptAppModalDialog. by avi · 8 years ago
  20. 5d5f5f2 components/app_modal does not depend on constrained_window. by thestig · 8 years ago
  21. 0e43eca For a "cancel" of an alert dialog via HandleJavaScriptDialog, click the only button, "OK". by avi · 8 years ago
  22. fe8fa0a Use a qualified path for grit-generated headers in components/ by thakis · 9 years ago
  23. 777ff45 Rename JavaScript "messages" to "dialogs". by avi · 9 years ago
  24. 6879fcf Clean up unneeded JavaScript dialog parameter. by avi · 9 years ago
  25. 0274b6d components: Cleanup class/struct fwd declarations by jbriance · 9 years ago
  26. 7a1b55b Make JavaScript dialogs auto-dismiss on tab switch. by avi · 9 years ago
  27. 5d3b869 Simplify the JavaScriptDialogManager. by avi · 9 years ago
  28. a0ee5fb8 Convert //components/[a-e]* from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
  29. 2337b810 Don't show scheme in permission prompts if it is HTTPS by benwells · 9 years ago
  30. 1fb7646 Drop |languages| from FormatUrl*() and ElideUrl() by jshin · 9 years ago
  31. 141dbc132 Remove the ability of webpages to specify strings for the onbeforeunload dialog. by avi · 9 years ago
  32. cac80a14 Reland: Remove DialogDelegate::OnClosed() which is redundant with by estade · 10 years ago
  33. 52a7aab Revert of Remove DialogDelegate::OnClosed() which is redundant with (patchset #9 id:160001 of https://codereview.chromium.org/1686433002/ ) by shrike · 10 years ago
  34. 7ba5a62 net: move IsLocalhost() function into url_util.h by tfarina · 10 years ago
  35. 6f69f42 Remove DialogDelegate::OnClosed() which is redundant with by estade · 10 years ago
  36. e163d284 UMA stats on the onbeforeunload dialog. by avi · 10 years ago
  37. 6649f89 Add a UMA histogram to track the size of text presented in JS dialogs. by avi · 10 years ago
  38. d79a673c Make JavaScript dialog blocking be per-WebContents. by avi · 10 years ago
  39. 505f421 Include suppressed dialogs in the FineTiming histogram by joenotcharles · 10 years ago
  40. 850904a Add UMA histograms to track very brief or frequent tabs and JS dialogs. by joenotcharles · 10 years ago
  41. 5b6d71dda Show elided hostnames in modal dialog titles by meacer · 10 years ago
  42. bbf93ac Change gfx::ElideString() to take a size_t length. by thestig · 10 years ago
  43. 5160635 Convert Pass()→std::move() in //components/[a-m]* by dcheng · 10 years ago
  44. bc5337b Switch to standard integer types in components/, part 1 of 4. by avi · 10 years ago
  45. 6b936535 Use a simpler title for modal dialogs on non-standard URLs. by meacer · 10 years ago
  46. 41a5792 Tweak the size of modal dialogs. by meacer · 10 years ago
  47. 153af98 Handle more kinds of URLs in the Origin Info Bubble. by palmer · 10 years ago
  48. 36aa8be Move Singleton and related structs to namespace base by olli.raula · 10 years ago
  49. 4e0ae10d Use FormatUrlForSecurityDisplay to show the site in JavaScript alert boxes. by palmer · 10 years ago
  50. d8b2ff0 Always show the "Prevent this page from creating additional dialogs" checkbox. by palmer · 10 years ago
  51. 24f64dc2 Move net::FormatUrl and friends outside of //net and into //components by rsleevi · 10 years ago
  52. 90437dd Revert of Move net::FormatUrl and friends outside of //net and into //components (patchset #16 id:290001 of https://codereview.chromium.org/1171333003/ ) by jochen · 10 years ago
  53. 1659865 Move net::FormatUrl and friends outside of //net and into //components by rsleevi · 10 years ago
  54. fddefb9 Invalidate the active app-modal dialog last by jochen · 10 years ago
  55. 4a0c59488 components: Fix 'gn check' errors for app_modal. by tfarina · 10 years ago
  56. 86578a8a Make JavaScript dialog suppression even more aggressive. by avi · 10 years ago
  57. 2460c76 Make JavaScript dialog suppression more aggressive. by avi · 10 years ago
  58. 2836297 MacViews: Don't exclude app_modal views files on Mac by andresantoso · 10 years ago
  59. ea51ccc Sort GN files under components by satorux · 11 years ago
  60. a2afdec Fix anchoring of app modal dialogs on views by jochen · 11 years ago
  61. 55ff350 Don't allow a tab to raise itself over popups using modal dialogs by jochen · 11 years ago
  62. ac0ea031 gn format //components by scottmg · 11 years ago
  63. 0929be2a Consolidate javascript_dialog_manager.h and javascript_dialog_manager_impl.h by oshima · 11 years ago
  64. f6539842 Rename app_modal_dialogs dir to app_modal by oshima · 11 years ago