summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-092-11/+11
* Move Event files into views/eventsben@chromium.org2011-02-091-1/+1
* Use destroy signal to safe guard TextWidget method.oshima@google.com2011-02-082-96/+125
* Own text_view widget.oshima@google.com2011-02-052-88/+94
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-0514-22/+22
* Cross-platform CL to remove app/win/win_util.h&cc and related work.msw@chromium.org2011-02-031-7/+17
* Move find-in-page from TabContents to TabContentsWrapper.avi@chromium.org2011-02-011-0/+1
* Revert 73294 - Move find-in-page from TabContents to TabContentsWrapper.davemoore@chromium.org2011-02-011-1/+0
* Makes sure we don't copy over the default suggest text ifsky@chromium.org2011-02-014-11/+49
* Move find-in-page from TabContents to TabContentsWrapper.avi@chromium.org2011-02-011-0/+1
* Changes how autocomplete updates results in hopes of keeping the popupsky@chromium.org2011-01-317-183/+432
* Part 2 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-281-1/+0
* Fix editing URL problem in omnibox using mouse that doesn't bring up dropdown...suzhe@google.com2011-01-282-1/+25
* linux: Make PlatformFontGtk deal only in pixels.derat@chromium.org2011-01-284-35/+62
* Try to fix flaky AutocompleteEditViewTest.DeleteItemsuzhe@google.com2011-01-281-0/+4
* Hitting Tab should always move cursor to end of omnibox text.suzhe@google.com2011-01-2813-116/+243
* linux: Avoid crash on right-click in omnibox with empty clipboard.derat@chromium.org2011-01-281-1/+1
* Cleanup: Remove unneeded includes of notification_registrar.h.thestig@chromium.org2011-01-271-1/+0
* Part 1 of repairing regressions to my old clang check plugins so Nico canerg@google.com2011-01-272-1/+3
* Removes different instant behaviors that are no longer used.sky@chromium.org2011-01-261-2/+1
* Fix a DCHECK failure in AutocompleteEditModel::OnPopupDataChanged()suzhe@google.com2011-01-268-44/+178
* Always allow exact match non-substituting keywords.suzhe@google.com2011-01-264-13/+73
* Remove wstring from autocomplete.avi@chromium.org2011-01-2549-997/+1038
* Allow space to accept keyword even when inline autocomplete is available.suzhe@google.com2011-01-253-33/+66
* views: Move fill_layout.[cc,h] into layout directory.tfarina@chromium.org2011-01-251-1/+1
* Fix a CHECK failure in AutocompletePopupModel::InfoForCurrentSelection().suzhe@google.com2011-01-243-7/+16
* Revert 72380 - Remove wstring from autocomplete.avi@chromium.org2011-01-2449-1034/+994
* Revert 72381 - Fix size_t in printf.avi@chromium.org2011-01-241-1/+1
* Fix size_t in printf.avi@chromium.org2011-01-241-1/+1
* Remove wstring from autocomplete.avi@chromium.org2011-01-2449-994/+1034
* Add OWNERS file to autocomplete subdir.tfarina@chromium.org2011-01-211-0/+2
* Move l10n_util to ui/baseben@chromium.org2011-01-217-8/+8
* Fix range comparison. Get space to accept keyword work.oshima@google.com2011-01-212-1/+7
* Views-implementation of AutocompleteEditView.oshima@google.com2011-01-214-369/+1331
* Move ResourceBundle, DataPack to ui/baseben@chromium.org2011-01-202-2/+2
* Accept keyword by pressing space.suzhe@google.com2011-01-207-185/+218
* Move a bunch of random other files to src/ui/baseben@chromium.org2011-01-203-8/+8
* Removes the link in the omnibox for searching history.sky@chromium.org2011-01-2010-237/+18
* Removes some code we no longer care about.sky@chromium.org2011-01-194-51/+0
* Update references part 3: remaining files in chrome/...msw@chromium.org2011-01-194-14/+14
* Move more dnd related files to ui/baseben@chromium.org2011-01-191-5/+5
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-198-66/+74
* Disable AutocompleteEditViewTest.PopupAccelerators on windows.mnissler@chromium.org2011-01-181-2/+2
* Mark AutocompleteEditViewTest.PopupAccelerators as flaky on windows.mnissler@chromium.org2011-01-181-1/+8
* Revert 71485 - Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-148-74/+66
* Remove wstring from TemplateURL and friends.avi@chromium.org2011-01-148-66/+74
* Move models from app to ui/base/modelsben@chromium.org2011-01-142-7/+7
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-132-74/+74
* net: Remove typedef net::URLRequestStatus URLRequestStatus;tfarina@chromium.org2011-01-132-7/+7
* Fix several omnibox issues related to keyword mode and IME support.suzhe@google.com2011-01-1314-165/+147