| Commit message (Expand) | Author | Age | Files | Lines |
* | Removes two unused methods: | rohitrao@chromium.org | 2010-10-20 | 1 | -3/+0 |
* | [Mac] Plumb through the Instant and omnibox popup bounds. This will allow in... | rohitrao@chromium.org | 2010-10-14 | 1 | -2/+4 |
* | Makes match preview send the dimensions of the omnibox to the page. | sky@chromium.org | 2010-09-22 | 1 | -0/+7 |
* | Adds some experimental stuff for tab preview: ability to determine max | sky@chromium.org | 2010-08-09 | 1 | -0/+3 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -19/+0 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -0/+19 |
* | Shift omnibox dropdown in and up on Windows, and square off the top, so it co... | pkasting@chromium.org | 2010-04-12 | 1 | -19/+0 |
* | Make pressing <esc> while dragging in the omnibox correctly cancel dragging. ... | pkasting@chromium.org | 2010-02-01 | 1 | -1/+7 |
* | BSD port: chrome/app and chrome/browser ifdef cleaning | pvalchev@google.com | 2010-02-01 | 1 | -3/+1 |
* | Give classes with virtual methods virtual protected d'tors instead of non-vir... | jamesr@chromium.org | 2009-12-16 | 1 | -1/+1 |
* | Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio... | pkasting@chromium.org | 2009-09-15 | 1 | -15/+3 |
* | Make the omnibox 2 hover code a tiny bit less goofy by removing a now-unused ... | pkasting@chromium.org | 2009-09-03 | 1 | -3/+0 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -4/+4 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -4/+4 |
* | [Mac] The autocomplete popup now gets its position from the toolbar controller, | rohitrao@chromium.org | 2009-08-27 | 1 | -0/+2 |
* | Make TOOLKIT_VIEWS port use views-based Autocomplete popup. | ben@chromium.org | 2009-07-31 | 1 | -3/+3 |
* | Headers cleanup in chrome/browser/ | phajdan.jr@chromium.org | 2009-06-03 | 1 | -0/+2 |
* | ChromeFont->gfx::Font | beng@google.com | 2009-05-15 | 1 | -2/+2 |
* | Move the positioner code into autocompletepopupview.h so that linux can use i... | ben@chromium.org | 2009-04-23 | 1 | -2/+13 |
* | Make the omnibox popup look nicer. Add dropshadow images (not final). Experim... | ben@chromium.org | 2009-04-15 | 1 | -1/+3 |
* | Allow a different omnibox popup to be enabled via the command line (--enable-... | ben@chromium.org | 2009-04-10 | 1 | -0/+19 |
* | Create the PopupView from the EditView, not the PopupModel. | deanm@chromium.org | 2009-03-02 | 1 | -5/+0 |
* | Remove Windows ifdefs, all views will need to implement this method. | deanm@chromium.org | 2009-02-28 | 1 | -5/+1 |
* | Make AutocompletePopupView a virtual interface. | deanm@chromium.org | 2009-02-27 | 1 | -175/+22 |
* | Pull the autocomplete popup into separate model and view files. | deanm@chromium.org | 2009-02-27 | 1 | -0/+201 |