| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -2/+0 |
* | Fix a crash when we try to close a js dialog that wasn't shown. | tony@chromium.org | 2010-06-23 | 1 | -0/+4 |
* | Next part of bad dependency removal (chrome/common -> chrome/browser) | phajdan.jr@chromium.org | 2010-03-02 | 1 | -1/+1 |
* | Refactored out JS specific part of modal dialog stack into its own class, exp... | zelidrag@chromium.org | 2010-02-05 | 1 | -182/+8 |
* | GTK: fix sizing of js alert dialogs. | estade@chromium.org | 2010-01-16 | 1 | -3/+2 |
* | Linux: Create app modal dialogs in a different way to work around a KDE 3 win... | thestig@chromium.org | 2009-11-24 | 1 | -0/+1 |
* | GTK: Set initial size for js alert. | estade@chromium.org | 2009-11-23 | 1 | -0/+12 |
* | Makes it so app_modal_dialog_gtk can work with views/gtk. | sky@chromium.org | 2009-11-09 | 1 | -5/+5 |
* | Implement window.alert() and its cousins for extensions. | pam@chromium.org | 2009-11-06 | 1 | -1/+1 |
* | Revert 31110 - Implement window.alert() and its cousins for extensions. | ben@chromium.org | 2009-11-05 | 1 | -1/+1 |
* | Implement window.alert() and its cousins for extensions. | pam@chromium.org | 2009-11-05 | 1 | -1/+1 |
* | Make app modal dialogs (from javascript) actually be app modal. This | tc@google.com | 2009-08-11 | 1 | -0/+23 |
* | Pressing "enter" while the JS prompt text entry has focus should | tc@google.com | 2009-05-29 | 1 | -1/+3 |
* | Add alert box suppression check box to linux js dialogs. | tc@google.com | 2009-05-28 | 1 | -24/+57 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | More linux build fixes | brettw@chromium.org | 2009-05-04 | 1 | -1/+1 |
* | Fix Linux build. | brettw@chromium.org | 2009-05-04 | 1 | -1/+1 |
* | Free gtk list. Should fix valgrind warning | dkegel@google.com | 2009-04-29 | 1 | -2/+4 |
* | Bah, I should compile before fixing. Need to assign the results of | tc@google.com | 2009-04-28 | 1 | -1/+1 |
* | Implement a couple more methods for dialog boxes including the prompt box. | tc@google.com | 2009-04-28 | 1 | -10/+26 |
* | Revert r14620 which was a rollback of r14549 and r14508. This | tc@google.com | 2009-04-27 | 1 | -4/+17 |
* | Speculatively roll back r14549 and r14508. The chrome browser | tc@google.com | 2009-04-27 | 1 | -17/+4 |
* | Linux: implement automation for modal dialogs. | agl@chromium.org | 2009-04-26 | 1 | -4/+17 |
* | Fix a bug caught by Werror on the jaunty bot. gtk_message_dialog_new | tc@google.com | 2009-04-23 | 1 | -1/+1 |
* | Reland r14146 which refactors DialogButton into cross platform | tc@google.com | 2009-04-21 | 1 | -3/+3 |
* | Rename web_contents_view* files to tab_contents_view* to reflect my previous | brettw@chromium.org | 2009-04-21 | 1 | -1/+1 |
* | Fix a gcc warning about uninitialized variables. | tc@google.com | 2009-04-14 | 1 | -2/+2 |
* | Actually implement js message boxes on linux. This handles | tc@google.com | 2009-04-09 | 1 | -0/+120 |