summaryrefslogtreecommitdiffstats
path: root/chrome/browser/app_modal_dialog.h
Commit message (Expand)AuthorAgeFilesLines
* Fix probably a lot of crash bugs. There was a member variable in JSModalDialo...ben@chromium.org2010-10-021-1/+1
* Refactor AppModalDialog to more clearly isolate platform specific UI pieces a...ben@chromium.org2010-09-281-62/+33
* Delete obviously unneeded forward declarations in chrome/browser/*.h.viettrungluu@chromium.org2010-08-051-4/+1
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* [Mac] augment modal cookie prompt on mac to include details panedanno@chromium.org2010-03-121-7/+4
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-091-2/+2
* Fixes two bugs in cookie prompting:sky@chromium.org2010-02-181-0/+10
* Refactored out JS specific part of modal dialog stack into its own class, exp...zelidrag@chromium.org2010-02-051-69/+36
* BSD port: chrome/app and chrome/browser ifdef cleaningpvalchev@google.com2010-02-011-3/+3
* Fix js alert crasher when window is closed by jsfeldstein@chromium.org2010-01-221-1/+6
* Fix crash when an extension popup shows a JS alert. Showing the alert takes...rafaelw@chromium.org2009-11-241-2/+11
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-131-1/+1
* Implement window.alert() and its cousins for extensions.pam@chromium.org2009-11-061-4/+12
* Revert 31110 - Implement window.alert() and its cousins for extensions.ben@chromium.org2009-11-051-12/+5
* Implement window.alert() and its cousins for extensions.pam@chromium.org2009-11-051-5/+12
* Convert JavascriptAlertActivatesTab to browser_tests framework.phajdan.jr@chromium.org2009-07-101-0/+3
* Displaying consecutive alerts from plugins should not hang the browser. The p...ananta@chromium.org2009-05-151-0/+1
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-5/+5
* Add a comment explaining the ownership model between AppModalDialogtc@google.com2009-04-171-1/+4
* Actually implement js message boxes on linux. This handlestc@google.com2009-04-091-1/+2
* Refactor AppModalDialogQueue and move JS Alert boxes into a MVC.tc@google.com2009-04-071-0/+109