summaryrefslogtreecommitdiffstats
path: root/chrome/browser/app_modal_dialog_gtk.cc
Commit message (Expand)AuthorAgeFilesLines
* Next part of bad dependency removal (chrome/common -> chrome/browser)phajdan.jr@chromium.org2010-03-021-1/+1
* Refactored out JS specific part of modal dialog stack into its own class, exp...zelidrag@chromium.org2010-02-051-182/+8
* GTK: fix sizing of js alert dialogs.estade@chromium.org2010-01-161-3/+2
* Linux: Create app modal dialogs in a different way to work around a KDE 3 win...thestig@chromium.org2009-11-241-0/+1
* GTK: Set initial size for js alert.estade@chromium.org2009-11-231-0/+12
* Makes it so app_modal_dialog_gtk can work with views/gtk.sky@chromium.org2009-11-091-5/+5
* Implement window.alert() and its cousins for extensions.pam@chromium.org2009-11-061-1/+1
* Revert 31110 - Implement window.alert() and its cousins for extensions.ben@chromium.org2009-11-051-1/+1
* Implement window.alert() and its cousins for extensions.pam@chromium.org2009-11-051-1/+1
* Make app modal dialogs (from javascript) actually be app modal. Thistc@google.com2009-08-111-0/+23
* Pressing "enter" while the JS prompt text entry has focus shouldtc@google.com2009-05-291-1/+3
* Add alert box suppression check box to linux js dialogs.tc@google.com2009-05-281-24/+57
* Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla...ben@chromium.org2009-05-061-1/+1
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* More linux build fixesbrettw@chromium.org2009-05-041-1/+1
* Fix Linux build.brettw@chromium.org2009-05-041-1/+1
* Free gtk list. Should fix valgrind warningdkegel@google.com2009-04-291-2/+4
* Bah, I should compile before fixing. Need to assign the results oftc@google.com2009-04-281-1/+1
* Implement a couple more methods for dialog boxes including the prompt box.tc@google.com2009-04-281-10/+26
* Revert r14620 which was a rollback of r14549 and r14508. Thistc@google.com2009-04-271-4/+17
* Speculatively roll back r14549 and r14508. The chrome browsertc@google.com2009-04-271-17/+4
* Linux: implement automation for modal dialogs.agl@chromium.org2009-04-261-4/+17
* Fix a bug caught by Werror on the jaunty bot. gtk_message_dialog_newtc@google.com2009-04-231-1/+1
* Reland r14146 which refactors DialogButton into cross platformtc@google.com2009-04-211-3/+3
* Rename web_contents_view* files to tab_contents_view* to reflect my previousbrettw@chromium.org2009-04-211-1/+1
* Fix a gcc warning about uninitialized variables.tc@google.com2009-04-141-2/+2
* Actually implement js message boxes on linux. This handlestc@google.com2009-04-091-0/+120