| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete obviously unneeded forward declarations in chrome/browser/*.h. | viettrungluu@chromium.org | 2010-08-05 | 1 | -4/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | [Mac] augment modal cookie prompt on mac to include details pane | danno@chromium.org | 2010-03-12 | 1 | -7/+4 |
* | BSD ifdefs, etc. necessary for chrome/ | pvalchev@google.com | 2010-03-09 | 1 | -2/+2 |
* | Fixes two bugs in cookie prompting: | sky@chromium.org | 2010-02-18 | 1 | -0/+10 |
* | Refactored out JS specific part of modal dialog stack into its own class, exp... | zelidrag@chromium.org | 2010-02-05 | 1 | -69/+36 |
* | BSD port: chrome/app and chrome/browser ifdef cleaning | pvalchev@google.com | 2010-02-01 | 1 | -3/+3 |
* | Fix js alert crasher when window is closed by js | feldstein@chromium.org | 2010-01-22 | 1 | -1/+6 |
* | Fix crash when an extension popup shows a JS alert. Showing the alert takes... | rafaelw@chromium.org | 2009-11-24 | 1 | -2/+11 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -1/+1 |
* | Implement window.alert() and its cousins for extensions. | pam@chromium.org | 2009-11-06 | 1 | -4/+12 |
* | Revert 31110 - Implement window.alert() and its cousins for extensions. | ben@chromium.org | 2009-11-05 | 1 | -12/+5 |
* | Implement window.alert() and its cousins for extensions. | pam@chromium.org | 2009-11-05 | 1 | -5/+12 |
* | Convert JavascriptAlertActivatesTab to browser_tests framework. | phajdan.jr@chromium.org | 2009-07-10 | 1 | -0/+3 |
* | Displaying consecutive alerts from plugins should not hang the browser. The p... | ananta@chromium.org | 2009-05-15 | 1 | -0/+1 |
* | Replace all occurrances of WebContents with TabContents. | brettw@chromium.org | 2009-05-04 | 1 | -5/+5 |
* | Add a comment explaining the ownership model between AppModalDialog | tc@google.com | 2009-04-17 | 1 | -1/+4 |
* | Actually implement js message boxes on linux. This handles | tc@google.com | 2009-04-09 | 1 | -1/+2 |
* | Refactor AppModalDialogQueue and move JS Alert boxes into a MVC. | tc@google.com | 2009-04-07 | 1 | -0/+109 |