summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
Commit message (Expand)AuthorAgeFilesLines
* Improved OTR avatar and popup window rendering. Neither one precisely matche...pkasting@chromium.org2009-02-041-1/+1
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-014-19/+30
* Rework the command updater to not be dependent on views::Button (needed for p...ben@chromium.org2009-01-202-8/+8
* Move url_* to net subdirben@chromium.org2009-01-165-5/+5
* Move metrics files into a subdirben@chromium.org2009-01-161-1/+1
* Move search code to a subdirben@chromium.org2009-01-166-10/+10
* Fie.ben@chromium.org2009-01-156-10/+10
* Move search engines files into subdirben@chromium.org2009-01-156-10/+10
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-1/+1
* Fixup and verify URLs from the server before adding them to the autocomplete ...pkasting@chromium.org2009-01-081-3/+9
* Change the signature of JSONReader::Read() and relatedaa@chromium.org2008-12-291-7/+8
* Omnibox metrics logging patch splitout, part 6: Log more omnibox data (client...pkasting@chromium.org2008-12-162-2/+6
* Eliminates the dependencies between views and browser, and also does some oth...klink@chromium.org2008-12-163-1/+383
* Add PropertyBag to TabContents. Convert the autocomplete state as a proof of ...brettw@google.com2008-12-121-4/+13
* Better build bustage fix: Commit the rest of the original patch. Rolls back ...pkasting@chromium.org2008-12-113-16/+15
* Blind attempt at build fix. I don't know why this should be necessary.pkasting@chromium.org2008-12-111-0/+1
* Make the autocomplete system and various other connected bits of code use GUR...pkasting@chromium.org2008-12-1014-165/+164
* Moves some utility functions out of bookmark model intosky@google.com2008-12-092-6/+7
* Cleanup, part 1.pkasting@chromium.org2008-12-081-4/+4
* Add error messages to JSONReader and friends. This required a bit of refactor...aa@chromium.org2008-12-051-1/+2
* Move base/gfx/skia_util to skia/ext/skia_util_win.brettw@google.com2008-12-031-1/+1
* Revert my skia file moves because of layout test failures.brettw@google.com2008-12-031-0/+1
* Make WordIterator and Snippet::MatchPositions use size_t instead of int for o...pkasting@chromium.org2008-12-031-1/+1
* Move convolver, image_operations, and skia_utils from base/gfx to skia/ext.brettw@google.com2008-12-021-1/+0
* <esc> in the AutocompleteEdit should select all the text when reverting to th...pkasting@chromium.org2008-12-012-27/+36
* Fixes for some trivial issues (remove unneeded constants, int->size_t in a fe...pkasting@chromium.org2008-12-014-8/+5
* It's possible for GetOleInterface() to return NULL. Degrade gracefully in th...pkasting@chromium.org2008-11-172-3/+10
* Port some files in chrome/browser/agl@chromium.org2008-11-142-4/+5
* Omnibox metrics logging patch splitout, part 5: Add additional AutocompleteMa...pkasting@chromium.org2008-11-1310-47/+58
* Omnibox metrics logging patch splitout, part 5: Add TypeToString() helpers. ...pkasting@chromium.org2008-11-122-0/+36
* Omnibox metrics logging patch splitout, part 3: Pass match.type to the edit a...pkasting@chromium.org2008-11-123-17/+13
* Omnibox metrics logging patch splitout, part 2: Remove the AutocompleteMatch ...pkasting@chromium.org2008-11-124-44/+23
* Omnibox metrics logging patch splitout, part 1: Random miscellaneous small st...pkasting@chromium.org2008-11-123-18/+21
* Add a function for eliding filenames to a set pixel width while preserving th...glen@chromium.org2008-11-062-2/+2
* Rewrote the clipboard API to be more concurrent. Added a helper class to make...estade@chromium.org2008-11-051-4/+4
* A fix for Issue 3156 in chromium: "OmniBox: NavSuggest doesn't work fine when...hbono@chromium.org2008-10-311-0/+20
* Fix RTL issues in the About box (bug 3756).finnur@google.com2008-10-311-62/+1
* Fix Issue 2918 in chromium: Chrome dialog displayed in large size with Meiryo...hbono@chromium.org2008-10-301-1/+1
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-277-1/+17
* Change a dependency from clipboard_util.h to the more cross-platform clipboard.hestade@chromium.org2008-10-221-2/+2
* Rename ChromeViews namespace to viewsben@chromium.org2008-10-163-8/+8
* Change all ConvertPointTo* methods to use gfx::Point instead of CPoint.ben@chromium.org2008-10-141-2/+2
* Replace View::GetBounds(CRect* bounds) const; with gfx::Rect bounds() const. ben@chromium.org2008-10-141-2/+1
* Move |result_| and |latest_result_| to the autocomplete controller.pkasting@chromium.org2008-10-0918-529/+517
* This file was supposed to get committed during my last refactoring chunk but ...pkasting@chromium.org2008-10-081-3/+4
* Port some more of chrome/ to Linux.deanm@google.com2008-10-021-0/+1
* See if 'charset' is available in HTTP response header and use that to convert...jungshik@google.com2008-09-261-1/+18
* Stop exposing manually_selected_match_ outside the AutocompletePopupModel. T...pkasting@chromium.org2008-09-1911-362/+222
* Renames BoomarkBarModel to BookmarkModel.sky@google.com2008-09-116-25/+23
* First pass at splitting the AutocompleteEdit into Model and View. This was n...pkasting@chromium.org2008-09-106-1250/+1524