| Commit message (Expand) | Author | Age | Files | Lines |
* | Use the extension icon for extension omnibox results instead of the generic | mpcomplete@chromium.org | 2010-07-15 | 1 | -0/+10 |
* | Re-instate the temporary revert from r45267. That reverted certain | shess@chromium.org | 2010-04-23 | 1 | -31/+25 |
* | Temporarily revert certain Omnibox, toolbar, tab animations, and other | shess@chromium.org | 2010-04-22 | 1 | -25/+31 |
* | SSL UI changes, Windows, code side (images are separate). | pkasting@chromium.org | 2010-04-19 | 1 | -2/+2 |
* | Fix memory smash, take 2. | pkasting@chromium.org | 2010-04-14 | 1 | -1/+0 |
* | Show the location bar icon (almost) all the time, and have its contents match... | pkasting@chromium.org | 2010-03-30 | 1 | -29/+23 |
* | Make pressing <esc> while dragging in the omnibox correctly cancel dragging. ... | pkasting@chromium.org | 2010-02-01 | 1 | -1/+2 |
* | Avoid inconsistent state (leading to checkfailures) due to Windows minimize/r... | pkasting@chromium.org | 2009-11-11 | 1 | -6/+1 |
* | Try to add more sanity checking to help track down a crash. | pkasting@chromium.org | 2009-11-04 | 1 | -1/+6 |
* | Fix text and selection's save/restore issue of omnibox when displaying tempor... | suzhe@chromium.org | 2009-09-11 | 1 | -3/+14 |
* | Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere... | jshin@chromium.org | 2009-09-09 | 1 | -1/+1 |
* | Make the omnibox 2 hover code a tiny bit less goofy by removing a now-unused ... | pkasting@chromium.org | 2009-09-03 | 1 | -6/+2 |
* | More work fixing miscellaneous issues in the autocomplete code, probably none... | pkasting@chromium.org | 2009-09-01 | 1 | -103/+25 |
* | I was too aggressive when placing this check. With rapid typing and deletion... | pkasting@chromium.org | 2009-08-31 | 1 | -1/+1 |
* | Reland r24920 without the other cruft that I had in my checkout, which broke ... | pkasting@chromium.org | 2009-08-31 | 1 | -27/+22 |
* | Revert r24920 due to compile failures. | mmoss@chromium.org | 2009-08-31 | 1 | -22/+27 |
* | Minor autocomplete fixes while trying to track down a topcrash: | pkasting@chromium.org | 2009-08-31 | 1 | -27/+22 |
* | More CHECKs in my continuing effort to figure out what is going on. Neither ... | pkasting@chromium.org | 2009-06-22 | 1 | -2/+2 |
* | Change some DCHECKs to CHECKs in hope of tracking down a crash. | pkasting@chromium.org | 2009-06-12 | 1 | -2/+2 |
* | Add a couple CHECK()s in hopes of helping to track down a crash. | pkasting@chromium.org | 2009-06-11 | 1 | -0/+7 |
* | Fix regression where hitting enter in the Omnibox would ignore recent editing. | pkasting@chromium.org | 2009-06-08 | 1 | -15/+21 |
* | Fix crash due to AutocompletePopup trying to draw the old results when they w... | pkasting@chromium.org | 2009-06-03 | 1 | -7/+8 |
* | The accidental search infobar was almost never appearing. Fix that regressio... | pkasting@chromium.org | 2009-04-24 | 1 | -2/+2 |
* | Makes the omnibox show past searches and suggestions for keywords. | sky@chromium.org | 2009-04-14 | 1 | -4/+2 |
* | NO CODE CHANGE. | maruel@google.com | 2009-03-05 | 1 | -1/+2 |
* | Cleanup the autocomplete model includes. Move from a deprecated std::wstring... | deanm@chromium.org | 2009-03-03 | 1 | -11/+1 |
* | Create the PopupView from the EditView, not the PopupModel. | deanm@chromium.org | 2009-03-02 | 1 | -4/+3 |
* | Make AutocompletePopupView a virtual interface. | deanm@chromium.org | 2009-02-27 | 1 | -2/+2 |
* | Pull the autocomplete popup into separate model and view files. | deanm@chromium.org | 2009-02-27 | 1 | -0/+361 |