| Commit message (Expand) | Author | Age | Files | Lines |
* | Show the location bar icon (almost) all the time, and have its contents match... | pkasting@chromium.org | 2010-03-30 | 1 | -56/+55 |
* | UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure. | evan@chromium.org | 2010-03-23 | 1 | -2/+2 |
* | chrome 2: string_util.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -1/+1 |
* | GTK: disable "edit search engines" and "paste and go" in location bar view wh... | estade@chromium.org | 2010-03-04 | 1 | -0/+5 |
* | Make Esc in Omnibox *not* stop loading if it has reverted editing. | viettrungluu@chromium.org | 2010-02-17 | 1 | -1/+1 |
* | Fix some goofiness when arrowing around the popup with control down by cancel... | pkasting@chromium.org | 2010-02-05 | 1 | -1/+18 |
* | Use plain strings instead of wstrings for UMA actions | evan@chromium.org | 2009-11-17 | 1 | -2/+2 |
* | Factor search vs. navigate classification into its own file to make it more b... | pkasting@chromium.org | 2009-10-29 | 1 | -69/+15 |
* | Coverity: Initialize the remaining members of AutocompleteEditModel. | jhawkins@chromium.org | 2009-09-24 | 1 | -0/+5 |
* | Fix text and selection's save/restore issue of omnibox when displaying tempor... | suzhe@chromium.org | 2009-09-11 | 1 | -0/+5 |
* | Unbreak the world. Turns out SetProfile(NULL) causes a DCHECK failure. | pkasting@chromium.org | 2009-09-01 | 1 | -10/+1 |
* | More work fixing miscellaneous issues in the autocomplete code, probably none... | pkasting@chromium.org | 2009-09-01 | 1 | -22/+96 |
* | Reland r24920 without the other cruft that I had in my checkout, which broke ... | pkasting@chromium.org | 2009-08-31 | 1 | -6/+2 |
* | Revert r24920 due to compile failures. | mmoss@chromium.org | 2009-08-31 | 1 | -6/+2 |
* | TBR:pkasting | mmoss@chromium.org | 2009-08-31 | 1 | -1/+1 |
* | Minor autocomplete fixes while trying to track down a topcrash: | pkasting@chromium.org | 2009-08-31 | 1 | -2/+10 |
* | Completely miscellaneous minor cleanup. Remove some unneeded class declarati... | pkasting@chromium.org | 2009-06-05 | 1 | -4/+3 |
* | Revert the Omnibox when changing tabs while its contents have been deleted. | pkasting@chromium.org | 2009-05-29 | 1 | -2/+12 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | The accidental search infobar was almost never appearing. Fix that regressio... | pkasting@chromium.org | 2009-04-24 | 1 | -2/+1 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -6/+6 |
* | Cleanup the autocomplete model includes. Move from a deprecated std::wstring... | deanm@chromium.org | 2009-03-03 | 1 | -18/+3 |
* | Remove includes to the newly removed edit_drop_target.h header. | deanm@chromium.org | 2009-03-02 | 1 | -1/+0 |
* | Separate the AutocompleteEditView from the cross-platform code. | deanm@chromium.org | 2009-03-02 | 1 | -1931/+3 |
* | Create the PopupView from the EditView, not the PopupModel. | deanm@chromium.org | 2009-03-02 | 1 | -6/+7 |
* | Pull the autocomplete popup into separate model and view files. | deanm@chromium.org | 2009-02-27 | 1 | -7/+7 |
* | Try a new approach to fixing IAT unpatch crashes when the DLL is gone. | deanm@chromium.org | 2009-02-26 | 1 | -40/+70 |
* | Move windows specific functions from l10n_util.h to l10n_util_win.h. | tc@google.com | 2009-02-24 | 1 | -0/+1 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -2/+1 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 1 | -3/+6 |
* | Rework the command updater to not be dependent on views::Button (needed for p... | ben@chromium.org | 2009-01-20 | 1 | -5/+5 |
* | Move url_* to net subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Move metrics files into a subdir | ben@chromium.org | 2009-01-16 | 1 | -1/+1 |
* | Move search code to a subdir | ben@chromium.org | 2009-01-16 | 1 | -2/+2 |
* | Fie. | ben@chromium.org | 2009-01-15 | 1 | -2/+2 |
* | Move search engines files into subdir | ben@chromium.org | 2009-01-15 | 1 | -2/+2 |
* | Move a bunch of TabContents related files into a tab_contents subdir | ben@chromium.org | 2009-01-15 | 1 | -1/+1 |
* | Eliminates the dependencies between views and browser, and also does some oth... | klink@chromium.org | 2008-12-16 | 1 | -1/+1 |
* | Add PropertyBag to TabContents. Convert the autocomplete state as a proof of ... | brettw@google.com | 2008-12-12 | 1 | -4/+13 |
* | Make the autocomplete system and various other connected bits of code use GUR... | pkasting@chromium.org | 2008-12-10 | 1 | -17/+16 |
* | Cleanup, part 1. | pkasting@chromium.org | 2008-12-08 | 1 | -4/+4 |
* | Move base/gfx/skia_util to skia/ext/skia_util_win. | brettw@google.com | 2008-12-03 | 1 | -1/+1 |
* | Revert my skia file moves because of layout test failures. | brettw@google.com | 2008-12-03 | 1 | -0/+1 |
* | Move convolver, image_operations, and skia_utils from base/gfx to skia/ext. | brettw@google.com | 2008-12-02 | 1 | -1/+0 |
* | <esc> in the AutocompleteEdit should select all the text when reverting to th... | pkasting@chromium.org | 2008-12-01 | 1 | -26/+32 |
* | It's possible for GetOleInterface() to return NULL. Degrade gracefully in th... | pkasting@chromium.org | 2008-11-17 | 1 | -2/+8 |
* | Omnibox metrics logging patch splitout, part 5: Add additional AutocompleteMa... | pkasting@chromium.org | 2008-11-13 | 1 | -1/+3 |
* | Omnibox metrics logging patch splitout, part 3: Pass match.type to the edit a... | pkasting@chromium.org | 2008-11-12 | 1 | -4/+5 |
* | Rewrote the clipboard API to be more concurrent. Added a helper class to make... | estade@chromium.org | 2008-11-05 | 1 | -4/+4 |
* | A fix for Issue 3156 in chromium: "OmniBox: NavSuggest doesn't work fine when... | hbono@chromium.org | 2008-10-31 | 1 | -0/+20 |