index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
chrome
/
browser
/
autocomplete
/
search_provider_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make AutocompleteClassifier a ProfileKeyedService.
pkasting@chromium.org
2012-06-12
1
-2
/
+5
*
Enforce a minimum score for the top SearchProvider match.
msw@chromium.org
2012-06-06
1
-59
/
+99
*
Omnibox SearchProvider Experiment Client Implementation.
msw@chromium.org
2012-06-05
1
-1
/
+118
*
Move the rest of the content\test headers that are used by embedders to conte...
jam@chromium.org
2012-06-04
1
-1
/
+1
*
Move test_browser_thread.h from content\test to content\public\test. This way...
jam@chromium.org
2012-06-04
1
-1
/
+1
*
Add SearchProvider nav result inline autocompletion.
msw@chromium.org
2012-06-01
1
-0
/
+185
*
Fix a SearchProvider parsing regression; etc.
msw@chromium.org
2012-06-01
1
-3
/
+50
*
Add SearchProvider's most relevant NavigationResult to |matches_|.
msw@chromium.org
2012-05-15
1
-6
/
+7
*
Now that TemplateURLs are guaranteed to have a unique, non-empty keyword, rep...
pkasting@chromium.org
2012-05-08
1
-7
/
+6
*
Add a Profile* member to TemplateURL. This makes some invocations of Replace...
pkasting@chromium.org
2012-04-23
1
-2
/
+2
*
More misc. cleanups to minimize future refactoring diffs:
pkasting@chromium.org
2012-04-10
1
-2
/
+2
*
Reland r131019: Move most TemplateURL data members to a new struct, TemplateU...
pkasting@chromium.org
2012-04-07
1
-9
/
+10
*
Revert 131019 - This caused memory tests to fail on all the perf bots.
kerz@chromium.org
2012-04-06
1
-10
/
+9
*
Move most TemplateURL data members to a new struct, TemplateURLData. This al...
pkasting@chromium.org
2012-04-05
1
-9
/
+10
*
Reland r130431: Move the URL string from TemplateURLRef onto the owning Templ...
pkasting@chromium.org
2012-04-04
1
-8
/
+8
*
Revert 130431 - Move the URL string from TemplateURLRef onto the owning Templ...
dbeam@chromium.org
2012-04-04
1
-8
/
+8
*
Move the URL string from TemplateURLRef onto the owning TemplateURL. This wi...
pkasting@chromium.org
2012-04-03
1
-8
/
+8
*
Make TemplateURLRefs take an owner TemplateURL* (which must not be NULL). Th...
pkasting@chromium.org
2012-03-30
1
-12
/
+9
*
Remove fields from TemplateURL[Ref] that are part of the OSDD spec but never ...
pkasting@chromium.org
2012-03-29
1
-5
/
+4
*
Misc. small cleanups to minimize TemplateURL refactoring diffs:
pkasting@chromium.org
2012-03-22
1
-16
/
+22
*
Misc. autocomplete cleanup:
pkasting@chromium.org
2012-03-13
1
-2
/
+1
*
Fix unit_tests compile error in chrome/browser/autocomplete for Android
yfriedman@chromium.org
2012-03-08
1
-1
/
+4
*
Move BrowserThread to content namespace.
joi@chromium.org
2011-11-02
1
-0
/
+2
*
Split BrowserThread into public API and private implementation, step 1.
joi@chromium.org
2011-10-28
1
-2
/
+2
*
Handle additional feedback from http://codereview.chromium.org/8395038/.
jam@chromium.org
2011-10-28
1
-4
/
+4
*
Create a content::UrlFetcher interface that lives in content/public/common an...
jam@chromium.org
2011-10-25
1
-2
/
+2
*
Convert URLFetcher::Delegates to use an interface in content/public/common. A...
jam@chromium.org
2011-10-24
1
-14
/
+11
*
rename Run in MessageLoopForUI to RunWithDispatcher
oshima@google.com
2011-10-24
1
-1
/
+1
*
Switch ChromeTestSuite to the same convention as ContentTestSuite:
phajdan.jr@chromium.org
2011-08-27
1
-2
/
+1
*
Remove unnecessary prefs::kInstantEnabledOnce.
sreeram@chromium.org
2011-08-17
1
-4
/
+0
*
Reorganize chrome/test, part #9
phajdan.jr@chromium.org
2011-08-11
1
-2
/
+2
*
Move more files from chrome/test to chrome/test/base, part #4
phajdan.jr@chromium.org
2011-08-01
1
-1
/
+1
*
Add a scoper object for URLFetcher::Factory
phajdan.jr@chromium.org
2011-07-29
1
-5
/
+1
*
See http://codereview.chromium.org/7337007.
dominich@chromium.org
2011-07-28
1
-1
/
+5
*
Regression test for 90316. Verifies navsuggest results don't have a
sky@chromium.org
2011-07-26
1
-0
/
+26
*
Revert 94073 (broke a ton of tests) - Introduce a field trial for Instant.
willchan@chromium.org
2011-07-26
1
-5
/
+1
*
Introduce a field trial for Instant.
sreeram@chromium.org
2011-07-26
1
-1
/
+5
*
Don't autocomplete searches of >1 word if they've only been visited once and ...
pkasting@chromium.org
2011-07-16
1
-145
/
+210
*
Makes the SearchProvider set the description from the KeywordProvider.
sky@chromium.org
2011-07-14
1
-2
/
+3
*
Changes SearchProvider to set the description of the first consecutive
sky@chromium.org
2011-07-07
1
-7
/
+51
*
Changes TemplateURLModel into TemplateURLService. Changes all access points t...
erg@google.com
2011-06-07
1
-5
/
+7
*
Move UrlFetcher to content. I originally thought that it's only used by chro...
jam@chromium.org
2011-06-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
-3
/
+3
*
Makes autocompleting previous search terms work on word boundaries.
sky@chromium.org
2011-05-09
1
-4
/
+43
*
net: Move ResponseCookies into the net namespace.
tfarina@chromium.org
2011-05-06
1
-7
/
+7
*
Makes the search provider not return results that look like URLs.
sky@chromium.org
2011-04-04
1
-1
/
+40
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
1
-1
/
+1
*
GTTF: Use a fresh TestingBrowserProcess for each test, part #1
phajdan.jr@chromium.org
2011-02-15
1
-1
/
+3
*
Makes sure we don't copy over the default suggest text if
sky@chromium.org
2011-02-01
1
-10
/
+39
*
Remove wstring from autocomplete.
avi@chromium.org
2011-01-25
1
-6
/
+5
[next]