| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix bookmark and menu drag images by making a halo around them. This makes | brettw@chromium.org | 2009-03-02 | 12 | -5/+17 |
* | Separate the AutocompleteEditView from the cross-platform code. | deanm@chromium.org | 2009-03-02 | 2 | -5/+6 |
* | Fix system menu positioning in fullscreen mode to be at the upper left corner... | pkasting@chromium.org | 2009-02-28 | 2 | -8/+11 |
* | Does two changes to appease chrome bot runs: | sky@google.com | 2009-02-28 | 4 | -3/+14 |
* | Refactor download shelf and prepare for porting. | estade@chromium.org | 2009-02-28 | 3 | -56/+34 |
* | When we open a popup window from an app window, we used to identify this popu... | mad@chromium.org | 2009-02-27 | 1 | -3/+3 |
* | Wires up sorting of bookmarks to the 'organize menu' in the bookmark | sky@google.com | 2009-02-27 | 5 | -0/+37 |
* | Prototype extension process. This is a proof of concept, with a lot of | mpcomplete@google.com | 2009-02-27 | 2 | -3/+20 |
* | Issue 7318: Popup Titlebar Appears Under Windows Taskbar | idanan@chromium.org | 2009-02-27 | 1 | -4/+3 |
* | Now we sort encoding menu according to current application locale, we also | jnd@chromium.org | 2009-02-27 | 1 | -4/+22 |
* | Completely disable the resize corner until we find a solution for the perform... | mad@chromium.org | 2009-02-27 | 1 | -2/+5 |
* | Fix toolbar keyboard focus (shift-alt-t), which was broken by me, and toolbar... | pkasting@chromium.org | 2009-02-27 | 3 | -30/+32 |
* | Non-functional cleanup: | pkasting@chromium.org | 2009-02-27 | 3 | -20/+24 |
* | Fix a DCHECK in certain cases when coming out of fullscreen mode. The frame ... | pkasting@chromium.org | 2009-02-26 | 1 | -1/+4 |
* | Fixes regression where bookmark bar would appear all black. Actually, | sky@google.com | 2009-02-26 | 3 | -23/+9 |
* | This CL addresses several issues with focus in application mode: | jcampan@chromium.org | 2009-02-26 | 1 | -0/+1 |
* | Makes it so windows opened from links in Windows Live Messenger cause the win... | ben@chromium.org | 2009-02-26 | 1 | -3/+1 |
* | Fix 8063: Find-in-page remains open on History/Downloads page. | finnur@google.com | 2009-02-26 | 3 | -6/+48 |
* | Fixing crash in StartFinding (2nd attempt). | finnur@google.com | 2009-02-26 | 1 | -4/+6 |
* | Prevent the display of the resize corner bitmap on top of the download shelf ... | mad@chromium.org | 2009-02-26 | 1 | -5/+14 |
* | 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 |