| Commit message (Expand) | Author | Age | Files | Lines |
* | cocoa: Move AutocompletePopupViewMac/autocomplete_popup_view_mac* to ui/cocoa... | tfarina@chromium.org | 2011-06-28 | 1 | -151/+0 |
* | cocoa: Move AutocompleteEditViewMac/autocomplete_edit_view_mac.* to ui/cocoa/... | tfarina@chromium.org | 2011-04-28 | 1 | -3/+3 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Autocomplete cleanup patch. Adds AutocompleteControllerDelegate in | sky@chromium.org | 2011-02-16 | 1 | -3/+0 |
* | Change includes of gfx/* to ui/gfx/* | sail@chromium.org | 2011-02-05 | 1 | -1/+1 |
* | Remove wstring from autocomplete. | avi@chromium.org | 2011-01-25 | 1 | -2/+2 |
* | Revert 72380 - Remove wstring from autocomplete. | avi@chromium.org | 2011-01-24 | 1 | -2/+2 |
* | Remove wstring from autocomplete. | avi@chromium.org | 2011-01-24 | 1 | -2/+2 |
* | Move browser/cocoa to browser/ui/cocoa | ben@chromium.org | 2010-12-01 | 1 | -1/+1 |
* | [Mac] Add the instant opt-in UI to the omnibox dropdown. | rohitrao@chromium.org | 2010-11-22 | 1 | -2/+17 |
* | [GTK] Added unit tests for omnibox highlighting | scr@chromium.org | 2010-10-27 | 1 | -0/+1 |
* | Removes two unused methods: | rohitrao@chromium.org | 2010-10-20 | 1 | -2/+0 |
* | [Mac] Added Support for DIM AutoComplete Match Classification specifiers. | scr@chromium.org | 2010-10-15 | 1 | -1/+1 |
* | [Mac] Plumb through the Instant and omnibox popup bounds. This will allow in... | rohitrao@chromium.org | 2010-10-14 | 1 | -0/+2 |
* | OS X: Clicking on search keyword autocomplete result should update the omnibox | isherman@chromium.org | 2010-09-01 | 1 | -0/+3 |
* | FBTF: Remove "obviously" unneeded standard C++ library #includes. | viettrungluu@chromium.org | 2010-08-15 | 1 | -1/+0 |
* | Adds some experimental stuff for tab preview: ability to determine max | sky@chromium.org | 2010-08-09 | 1 | -0/+2 |
* | Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h. | viettrungluu@chromium.org | 2010-08-05 | 1 | -1/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Use the extension icon for extension omnibox results instead of the generic | mpcomplete@chromium.org | 2010-07-15 | 1 | -0/+6 |
* | [Mac] Fix omnibox popup for scaling. | shess@chromium.org | 2010-05-07 | 1 | -4/+7 |
* | [Mac] Fixes janky animations in the omnibox popup. | rohitrao@chromium.org | 2010-05-06 | 1 | -0/+6 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -3/+1 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -1/+3 |
* | Shift omnibox dropdown in and up on Windows, and square off the top, so it co... | pkasting@chromium.org | 2010-04-12 | 1 | -3/+1 |
* | Move app/gfx/canvas and app/gfx/font to gfx/. | ben@chromium.org | 2010-03-23 | 1 | -1/+1 |
* | [Mac] Refactor omnibox popup to fix click-drag display. | shess@chromium.org | 2010-02-19 | 1 | -19/+6 |
* | Make pressing <esc> while dragging in the omnibox correctly cancel dragging. ... | pkasting@chromium.org | 2010-02-01 | 1 | -0/+2 |
* | [Mac] Cmd-Return in the omnibox should revert the omnibox text back to its or... | rohitrao@chromium.org | 2009-10-22 | 1 | -4/+10 |
* | [Mac] Fix some omnibox breakage for small windows. | shess@chromium.org | 2009-10-09 | 1 | -0/+12 |
* | Convert the AutocompletePopupPositioner into a BubblePositioner in preparatio... | pkasting@chromium.org | 2009-09-15 | 1 | -2/+2 |
* | Make the omnibox 2 hover code a tiny bit less goofy by removing a now-unused ... | pkasting@chromium.org | 2009-09-03 | 1 | -1/+0 |
* | [Mac] Handle middle click in autocomplete popup. | shess@chromium.org | 2009-08-28 | 1 | -0/+4 |
* | [Mac] The autocomplete popup now gets its position from the toolbar controller, | rohitrao@chromium.org | 2009-08-27 | 1 | -1/+2 |
* | Various omnibox UI fixes: | rohitrao@chromium.org | 2009-08-20 | 1 | -2/+7 |
* | Use the Mac omnibox field's font as the basis for the fonts used in the field... | shess@chromium.org | 2009-05-14 | 1 | -3/+5 |
* | Style the omnibox results for v2. | shess@chromium.org | 2009-05-11 | 1 | -0/+12 |
* | Convert autocomplete to use a custom matrix and button cell. | shess@chromium.org | 2009-05-05 | 1 | -9/+6 |
* | Remove StopAutocomplete() helper from AutocompletePopupViewMac. | shess@chromium.org | 2009-05-01 | 1 | -1/+0 |
* | Update selected line in model before accepting input when the user clicks in ... | shess@chromium.org | 2009-04-27 | 1 | -1/+1 |
* | Clean up construction of LocationBarViewMac objects. | shess@chromium.org | 2009-04-27 | 1 | -7/+2 |
* | Fix missing virtual GetModel(). | shess@chromium.org | 2009-04-10 | 1 | -0/+3 |
* | Initial implemention of Mac Omnibox. | shess@chromium.org | 2009-04-10 | 1 | -0/+97 |
* | Revert "Initial implemention of Mac Omnibox." | shess@chromium.org | 2009-04-07 | 1 | -97/+0 |
* | Initial implemention of Mac Omnibox. | shess@chromium.org | 2009-04-06 | 1 | -0/+97 |