summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete/autocomplete_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Allow the omnibox to recognize as URLs inputs that have a host component that...pkasting@chromium.org2012-06-121-2/+4
* Make AutocompleteClassifier a ProfileKeyedService.pkasting@chromium.org2012-06-121-2/+4
* Now that TemplateURLs are guaranteed to have a unique, non-empty keyword, rep...pkasting@chromium.org2012-05-081-4/+0
* Add a Profile* member to TemplateURL. This makes some invocations of Replace...pkasting@chromium.org2012-04-231-4/+4
* Reland r131019: Move most TemplateURL data members to a new struct, TemplateU...pkasting@chromium.org2012-04-071-14/+16
* Revert 131019 - This caused memory tests to fail on all the perf bots.kerz@chromium.org2012-04-061-16/+14
* Move most TemplateURL data members to a new struct, TemplateURLData. This al...pkasting@chromium.org2012-04-051-14/+16
* Reapply 130248 - Add full support for filesystem URLs. Trying to get the buil...apavlov@chromium.org2012-04-031-0/+6
* Revert 130248 - Add full support for filesystem URLs.sergeyu@chromium.org2012-04-031-6/+0
* Add full support for filesystem URLs.ericu@google.com2012-04-021-0/+6
* Remove fields from TemplateURL[Ref] that are part of the OSDD spec but never ...pkasting@chromium.org2012-03-291-4/+4
* Revert 128753 - Add full support for filesystem URLs.ericu@google.com2012-03-241-6/+0
* Add full support for filesystem URLs.ericu@google.com2012-03-241-0/+6
* Misc. autocomplete cleanup: pkasting@chromium.org2012-03-131-4/+7
* Enabled pressing TAB to traverse through the Omnibox results, removed moving ...aaron.randolph@gmail.com2012-02-291-17/+134
* Revert 122412 - Enabled pressing TAB to traverse through the Omnibox resultsthestig@chromium.org2012-02-171-133/+16
* Enabled pressing TAB to traverse through the Omnibox resultssail@chromium.org2012-02-171-16/+133
* Revert 120448 - Revert 120018 - Revert 120005 - Enabled pressing TAB to trave...pkasting@chromium.org2012-02-041-134/+17
* Revert 120018 - Revert 120005 - Enabled pressing TAB to traverse through the ...pkasting@chromium.org2012-02-041-17/+134
* Revert 120005 - Enabled pressing TAB to traverse through the Omnibox results,...kinuko@chromium.org2012-02-011-134/+17
* Enabled pressing TAB to traverse through the Omnibox results, removed moving ...aaron.randolph@gmail.com2012-02-011-17/+134
* Cleanup: Convert ASCIIToUTF16("") to string16().jhawkins@chromium.org2011-11-281-2/+3
* Force navigation to non-numeric hostnames with ports (e.g. "abc:81"). This r...pkasting@chromium.org2011-11-191-10/+6
* Make the omnibox treat all paths that end in \ or / as URLs, not just paths t...pkasting@chromium.org2011-11-011-0/+3
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-1/+1
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-191-11/+12
* Tweak omnibox parsing heuristics more:pkasting@chromium.org2011-10-131-16/+19
* Change some uses of old callback types to new ones.pkasting@chromium.org2011-09-271-2/+3
* Remove confidence from AutocompleteMatch and use History DB instead.dominich@chromium.org2011-09-011-3/+3
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-271-6/+1
* Handle intranet hostnames more consistently.pkasting@chromium.org2011-08-191-5/+9
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-111-2/+2
* Add confidence to AutocompleteMatch.dominich@chromium.org2011-08-111-3/+5
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-011-1/+1
* Profiles: Remove orphaned notifications.erg@chromium.org2011-07-291-1/+1
* See http://codereview.chromium.org/7337007.dominich@chromium.org2011-07-281-2/+4
* Revert 94073 (broke a ton of tests) - Introduce a field trial for Instant.willchan@chromium.org2011-07-261-4/+2
* Introduce a field trial for Instant.sreeram@chromium.org2011-07-261-2/+4
* Moving notification types which are chrome specific to a new header file chro...ananta@chromium.org2011-07-101-3/+5
* Final fix (verified locally now that my checkout finished rebuilding)pkasting@chromium.org2011-06-211-1/+1
* For crying out loud. Building our unit tests takes 100 years. In the meanti...pkasting@chromium.org2011-06-211-2/+2
* Missed some necessary fixespkasting@chromium.org2011-06-211-1/+3
* Fix unit test to match recent changes in host compliance checking.pkasting@chromium.org2011-06-211-1/+3
* Changes TemplateURLModel into TemplateURLService. Changes all access points t...erg@google.com2011-06-071-4/+6
* Makes the search provider not return results that look like URLs.sky@chromium.org2011-04-041-7/+9
* Move some files from base to base/memory.levin@chromium.org2011-03-281-1/+1
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-081-3/+3
* Autocomplete cleanup patch. Adds AutocompleteControllerDelegate insky@chromium.org2011-02-161-1/+1
* GTTF: Use a fresh TestingBrowserProcess for each test, part #1phajdan.jr@chromium.org2011-02-151-3/+11
* Reworks autocomplete result set processing by the edit/model necessitated by ...sky@chromium.org2011-02-141-1/+1