| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make AutocompleteClassifier a ProfileKeyedService. | pkasting@chromium.org | 2012-06-12 | 1 | -2/+6 |
| * | TabContentsWrapper -> TabContents, part 4. | avi@chromium.org | 2012-06-08 | 1 | -1/+1 |
| * | Gets suggested text to work with aura. | sky@chromium.org | 2012-06-07 | 1 | -0/+3 |
| * | Change name of location_entry accessor in LocationBar to GetLocationEntry to ... | dominich@chromium.org | 2012-05-10 | 1 | -1/+1 |
| * | Now that TemplateURLs are guaranteed to have a unique, non-empty keyword, rep... | pkasting@chromium.org | 2012-05-08 | 1 | -0/+3 |
| * | Relax check for message loop in SequencedWorkerPool | akalin@chromium.org | 2012-03-17 | 1 | -6/+1 |
| * | Misc. autocomplete cleanup: | pkasting@chromium.org | 2012-03-13 | 1 | -2/+1 |
| * | Ensure that SequencedWorkerPools in tests don't outlive their tests | akalin@chromium.org | 2012-03-06 | 1 | -2/+7 |
| * | Enabled pressing TAB to traverse through the Omnibox results, removed moving ... | aaron.randolph@gmail.com | 2012-02-29 | 1 | -4/+6 |
| * | Revert 122412 - Enabled pressing TAB to traverse through the Omnibox results | thestig@chromium.org | 2012-02-17 | 1 | -5/+3 |
| * | Enabled pressing TAB to traverse through the Omnibox results | sail@chromium.org | 2012-02-17 | 1 | -3/+5 |
| * | Revert 120448 - Revert 120018 - Revert 120005 - Enabled pressing TAB to trave... | pkasting@chromium.org | 2012-02-04 | 1 | -6/+4 |
| * | Revert 120018 - Revert 120005 - Enabled pressing TAB to traverse through the ... | pkasting@chromium.org | 2012-02-04 | 1 | -4/+6 |
| * | Revert 120005 - Enabled pressing TAB to traverse through the Omnibox results,... | kinuko@chromium.org | 2012-02-01 | 1 | -6/+4 |
| * | Enabled pressing TAB to traverse through the Omnibox results, removed moving ... | aaron.randolph@gmail.com | 2012-02-01 | 1 | -4/+6 |
| * | Remove some more tab_contents.h includes from Chrome. | jam@chromium.org | 2012-01-05 | 1 | -2/+4 |
| * | Refactor omnibox creation and max edit width determination, moving them from ... | ben@chromium.org | 2011-11-09 | 1 | -35/+43 |
| * | Revert 109088 - Refactor omnibox creation and max edit width determination, m... | thakis@chromium.org | 2011-11-08 | 1 | -43/+35 |
| * | Refactor omnibox creation and max edit width determination, moving them from ... | ben@chromium.org | 2011-11-08 | 1 | -35/+43 |
| * | Improve omnibox accessibility on Windows. | dmazzoni@chromium.org | 2011-10-31 | 1 | -1/+1 |
| * | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
| * | Refactor the AutoCompletePopupView to get rid of gtk/gdk related code. | jennyz@chromium.org | 2011-10-07 | 1 | -1/+2 |
| * | Makes copying text in the omnibox always use permanent text is the | sky@chromium.org | 2011-08-31 | 1 | -0/+8 |
| * | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 1 | -1/+0 |
| * | Handle intranet hostnames more consistently. | pkasting@chromium.org | 2011-08-19 | 1 | -8/+8 |
| * | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 1 | -1/+1 |
| * | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 1 | -1/+1 |
| * | Misc. cleanup: Change use of string::size_type to size_t (team style), string... | pkasting@chromium.org | 2011-05-26 | 1 | -2/+1 |
| * | Extension Apps that prefer a panel over a tab, should launch that way when | finnur@chromium.org | 2011-05-06 | 1 | -7/+6 |
| * | autocomplete: Move AutocompleteEditView/autocomplete_edit_view.* to ui/omnibo... | tfarina@chromium.org | 2011-05-03 | 1 | -6/+6 |
| * | Const-correctify. | avi@chromium.org | 2011-04-13 | 1 | -2/+2 |
| * | Revert 80519 - Move favicon from TabContents to TabContentsWrapper. | avi@chromium.org | 2011-04-07 | 1 | -2/+2 |
| * | Move favicon from TabContents to TabContentsWrapper. | avi@chromium.org | 2011-04-05 | 1 | -2/+2 |
| * | Wires up ability for page to specify instant auto complete | sky@chromium.org | 2011-03-15 | 1 | -1/+2 |
| * | fav icon -> favicon. Pass 2: GetFavIcon -> GetFavicon | avi@chromium.org | 2011-03-15 | 1 | -1/+1 |
| * | Moves responsibility for updating InstantController to AutocompleteEditModel.... | sky@chromium.org | 2011-03-06 | 1 | -18/+12 |
| * | Allow dragging and dropping of URLs to any portion of the toolbar view. | rogerta@chromium.org | 2011-02-17 | 1 | -0/+1 |
| * | GTTF: Use a fresh TestingBrowserProcess for each test, part #1 | phajdan.jr@chromium.org | 2011-02-15 | 1 | -0/+2 |
| * | Hitting Tab should always move cursor to end of omnibox text. | suzhe@google.com | 2011-01-28 | 1 | -4/+2 |
| * | Remove wstring from autocomplete. | avi@chromium.org | 2011-01-25 | 1 | -29/+30 |
| * | Revert 72380 - Remove wstring from autocomplete. | avi@chromium.org | 2011-01-24 | 1 | -30/+29 |
| * | Remove wstring from autocomplete. | avi@chromium.org | 2011-01-24 | 1 | -29/+30 |
| * | Removes some code we no longer care about. | sky@chromium.org | 2011-01-19 | 1 | -1/+0 |
| * | Fix several omnibox issues related to keyword mode and IME support. | suzhe@google.com | 2011-01-13 | 1 | -0/+1 |
| * | Made TextWidth and SetInstantSuggestion common interface in AutocompleteEdit... | oshima@chromium.org | 2011-01-11 | 1 | -2/+2 |
| * | I'm working on autocomplete edit view which does not use native controls for ... | oshima@chromium.org | 2011-01-07 | 1 | -0/+9 |
| * | Accepts current instant preview with Tab key. | suzhe@google.com | 2010-12-18 | 1 | -0/+3 |
| * | Makes committing the suggested text only update the default search | sky@chromium.org | 2010-11-24 | 1 | -1/+0 |
| * | Adds support for proper handling of verbatim queries. That is, if the | sky@chromium.org | 2010-11-19 | 1 | -0/+1 |
| * | Makes the instant suggested text autocomplete after 1.3 seconds. There | sky@chromium.org | 2010-11-11 | 1 | -0/+2 |