| Commit message (Expand) | Author | Age | Files | Lines |
* | Make chrome_plugin_host.cc and chrome_plugin_util.cc compile on Posix. | jhawkins@chromium.org | 2009-02-26 | 2 | -5/+6 |
* | Implements a method to enable/disable the "Remove All" button | tc@google.com | 2009-02-26 | 2 | -0/+8 |
* | Hide profiles behind a command-line switch since the user-data-dir stuff | munjal@chromium.org | 2009-02-26 | 1 | -3/+8 |
* | Fix fullscreen mode opacity issues on Aero glass. We need to not extend the ... | pkasting@chromium.org | 2009-02-26 | 5 | -41/+64 |
* | We can get into a state where the automation framework presses the Close butt... | finnur@google.com | 2009-02-26 | 1 | -11/+15 |
* | We can get into a state where the automation framework sends a search string,... | finnur@google.com | 2009-02-26 | 1 | -0/+4 |
* | This CL causes the autofill popup to hide when the browser window is moved or... | jcampan@chromium.org | 2009-02-25 | 6 | -0/+20 |
* | Update animations in fullscreen mode to prevent stuck throbbers. | pkasting@chromium.org | 2009-02-25 | 2 | -25/+28 |
* | Fix all places where we used the GetWinVersion function | nsylvain@chromium.org | 2009-02-25 | 1 | -1/+2 |
* | Force the browser to restored mode before going fullscreen, since Windows doe... | pkasting@chromium.org | 2009-02-25 | 2 | -13/+23 |
* | Fixes bogus DCHECK in bookmark_bar_view. I needed to add the check for | sky@google.com | 2009-02-25 | 2 | -2/+2 |
* | Enable history and downloads by default, port NewTabUI from DOMUIHost to DOMUI. | glen@chromium.org | 2009-02-25 | 2 | -2/+3 |
* | Make non-glass popups match new mockup from Glen. | pkasting@chromium.org | 2009-02-25 | 9 | -100/+101 |
* | Fix system menu positioning a bit. In Aero glass, the maximized mode menu wa... | pkasting@chromium.org | 2009-02-25 | 2 | -5/+9 |
* | Trying again to land this CL that makes the browser focus UI tests in process. | jcampan@chromium.org | 2009-02-25 | 1 | -0/+1 |
* | Adds some debugging code in hopes of figuring out who is removing the | sky@google.com | 2009-02-25 | 3 | -4/+20 |
* | Reverting 10318. | jcampan@chromium.org | 2009-02-25 | 2 | -4/+0 |
* | Landing again the move of browser focus UI tests to in process. | jcampan@chromium.org | 2009-02-25 | 2 | -0/+4 |
* | This make accelerators work in interstitial pages. | jcampan@chromium.org | 2009-02-25 | 1 | -0/+4 |
* | Move windows specific functions from l10n_util.h to l10n_util_win.h. | tc@google.com | 2009-02-24 | 2 | -0/+2 |
* | Reverting 10295. | jcampan@chromium.org | 2009-02-24 | 1 | -1/+0 |
* | Converted the browser focus interactive ui tests to be in process. | jcampan@chromium.org | 2009-02-24 | 1 | -0/+1 |
* | HtmlDialogContentsDelegate should not subclass views::WindowDelegate, for por... | ben@chromium.org | 2009-02-24 | 2 | -5/+17 |
* | The find bar should be owned and managed from the BrowserView, not the WebCon... | finnur@google.com | 2009-02-24 | 9 | -509/+426 |
* | Refactor BaseDownloadItemModel and its inheritors. | estade@chromium.org | 2009-02-23 | 2 | -13/+4 |
* | Revert "Revert "Fullscreen mode UI."" | kuchhal@chromium.org | 2009-02-23 | 6 | -1/+325 |
* | Revert "Fullscreen mode UI." | kuchhal@chromium.org | 2009-02-23 | 6 | -325/+1 |
* | Fullscreen mode UI. | pkasting@chromium.org | 2009-02-23 | 6 | -1/+325 |
* | Fix a bogus end-of-file comment. | pkasting@chromium.org | 2009-02-23 | 1 | -1/+1 |
* | A few minor changes to WidgetWin: | pkasting@chromium.org | 2009-02-23 | 3 | -3/+3 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 46 | -113/+85 |
* | This CL fix the following 2 bugs: | xji@chromium.org | 2009-02-20 | 2 | -8/+27 |
* | This CL fixes issue 2674 - Omnibar displays wrong parenthesis for "arab... | xji@chromium.org | 2009-02-20 | 1 | -3/+14 |
* | Enable dragging of single tab between two windows. | idanan@chromium.org | 2009-02-20 | 4 | -16/+9 |
* | Changes line endings from CRLF to LF and add svn:eol-style to LF. | hbono@chromium.org | 2009-02-19 | 1 | -438/+438 |
* | Port back_forward_menu_model to linux. | estade@chromium.org | 2009-02-18 | 2 | -8/+8 |
* | Fix two problems with bookmarking and fullscreen mode: | pkasting@chromium.org | 2009-02-18 | 8 | -31/+43 |
* | Clean up toolbar layout code. I originally did this while looking into bookm... | pkasting@chromium.org | 2009-02-18 | 1 | -74/+50 |
* | Build break. In revision 9958, I hadn't intented to commit this change. | maruel@chromium.org | 2009-02-18 | 1 | -1/+1 |
* | Reduce the amount of included header files. Vast change like in "Oh God! This... | maruel@chromium.org | 2009-02-18 | 5 | -7/+10 |
* | Add locale_settings.grd to the build. This generates | tc@google.com | 2009-02-18 | 22 | -81/+65 |
* | Solved 2 bugs which caused Chrome to maximize itself whendouble clicking, eit... | idanan@chromium.org | 2009-02-18 | 4 | -6/+18 |
* | Preliminary fullscreen mode support. | pkasting@chromium.org | 2009-02-18 | 5 | -8/+114 |
* | HtmlDialogs had focus problems. | jcampan@chromium.org | 2009-02-18 | 11 | -11/+19 |
* | Fix crasher in GetDefaultSearchEngineName() in first run bubble. | cpu@google.com | 2009-02-17 | 3 | -12/+17 |
* | When internal functions try to focus the location bar, check whether it's foc... | pkasting@chromium.org | 2009-02-17 | 2 | -0/+12 |
* | Cleanup in preparation for Fullscreen mode. | pkasting@chromium.org | 2009-02-13 | 5 | -144/+94 |
* | Originally this change was intended as the solution to accidentally maximizin... | idanan@google.com | 2009-02-13 | 1 | -3/+2 |
* | Make system menus show up at the right place for all frames, whether they're ... | pkasting@chromium.org | 2009-02-13 | 5 | -127/+99 |
* | Make some functions const. This will help with my fullscreen mode changes. | pkasting@chromium.org | 2009-02-13 | 7 | -12/+22 |