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
/
autocomplete.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Place field trial name at the end (as a suffix).
sreeram@chromium.org
2011-09-23
1
-3
/
+2
*
Revert 100530 - Disable the in memory URL index. This is a temporary test to ...
brettw@chromium.org
2011-09-14
1
-2
/
+2
*
Disable the in memory URL index. This is a temporary test to see if it affect...
brettw@google.com
2011-09-09
1
-2
/
+2
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
1
-1
/
+2
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
1
-2
/
+1
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
1
-1
/
+2
*
Fix crash in CanFindIntranetURL() due to FixupUserInput() changing the Autoco...
pkasting@chromium.org
2011-09-01
1
-0
/
+5
*
Handle intranet hostnames more consistently.
pkasting@chromium.org
2011-08-19
1
-35
/
+26
*
Restrict Instant field trial to UMA opt-in users.
sreeram@chromium.org
2011-08-09
1
-1
/
+1
*
Remove frontend code that allows for dynamic profile setting, and read the pr...
pkasting@chromium.org
2011-08-08
1
-15
/
+0
*
See http://codereview.chromium.org/7337007.
dominich@chromium.org
2011-07-28
1
-2
/
+7
*
Revert 94073 (broke a ton of tests) - Introduce a field trial for Instant.
willchan@chromium.org
2011-07-26
1
-7
/
+2
*
Introduce a field trial for Instant.
sreeram@chromium.org
2011-07-26
1
-2
/
+7
*
Don't autocomplete searches of >1 word if they've only been visited once and ...
pkasting@chromium.org
2011-07-16
1
-0
/
+1
*
Makes the SearchProvider set the description from the KeywordProvider.
sky@chromium.org
2011-07-14
1
-11
/
+38
*
Moving notification types which are chrome specific to a new header file chro...
ananta@chromium.org
2011-07-10
1
-1
/
+2
*
Changes SearchProvider to set the description of the first consecutive
sky@chromium.org
2011-07-07
1
-0
/
+11
*
First attempt on Shortcuts provider - previously selected URLs are given boos...
georgey@chromium.org
2011-06-29
1
-0
/
+4
*
Misc. cleanup: Change use of string::size_type to size_t (team style), string...
pkasting@chromium.org
2011-05-26
1
-3
/
+4
*
Move external protocol handling from TC.
avi@chromium.org
2011-05-25
1
-1
/
+1
*
Create a URLRequestJobFactory to replace the URLRequest globals.
willchan@chromium.org
2011-05-14
1
-1
/
+2
*
Turn on the History Quick Provider by default.
mrossetti@chromium.org
2011-05-12
1
-3
/
+1
*
Makes autocompleting previous search terms work on word boundaries.
sky@chromium.org
2011-05-09
1
-8
/
+4
*
Revert 84474 (broke OmniboxViewTest.DeleteItem like the tryjobs predicted)- T...
thakis@chromium.org
2011-05-06
1
-1
/
+3
*
Turn on the History Quick Provider by default.
mrossetti@chromium.org
2011-05-06
1
-3
/
+1
*
Disable HCP URL and term matching when HQP is enabled.
mrossetti@chromium.org
2011-05-06
1
-5
/
+8
*
Multi-highlight and scoring improvements.
mrossetti@chromium.org
2011-04-20
1
-1
/
+3
*
Implement a simple Extension App Omnibox provider.
finnur@chromium.org
2011-04-06
1
-0
/
+2
*
Use lock-free lazy initialization for static histogram references
jar@chromium.org
2011-04-05
1
-1
/
+1
*
Turn on the History Quick Provider by default.
mrossetti@chromium.org
2011-04-04
1
-3
/
+1
*
Makes the search provider not return results that look like URLs.
sky@chromium.org
2011-04-04
1
-15
/
+17
*
Adds some histograms from various omnibox queries. I'm doing this as
sky@chromium.org
2011-03-15
1
-0
/
+9
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-08
1
-1
/
+1
*
WebUI: Move more files from chrome/browser/webui to chrome/browser/ui/webui.
tfarina@chromium.org
2011-02-27
1
-1
/
+1
*
Fixes possible crash in AutocompleteResult::CopyOldMatches. I couldn't
sky@chromium.org
2011-02-25
1
-19
/
+16
*
Add caching of the InMemoryURLIndex (part of the HistoryQuickProvider) part 1...
mrossetti@chromium.org
2011-02-24
1
-2
/
+4
*
Revert 75882 - Add caching of the InMemoryURLIndex (part of the HistoryQuickP...
mrossetti@chromium.org
2011-02-24
1
-4
/
+2
*
Add caching of the InMemoryURLIndex (part of the HistoryQuickProvider) part 1...
mrossetti@chromium.org
2011-02-24
1
-2
/
+4
*
Add autocomplete provider for "about:" URLs.
pkasting@chromium.org
2011-02-23
1
-0
/
+2
*
WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Pa...
tfarina@chromium.org
2011-02-17
1
-3
/
+3
*
Autocomplete cleanup patch. Adds AutocompleteControllerDelegate in
sky@chromium.org
2011-02-16
1
-6
/
+14
*
Tweaks algorithm for keeping old autocomplete matches so that we don't
sky@chromium.org
2011-02-15
1
-27
/
+31
*
Reworks autocomplete result set processing by the edit/model necessitated by ...
sky@chromium.org
2011-02-14
1
-17
/
+4
*
Revert 74451 - Add autocomplete provider for "about:" URLs. Original patch b...
pkasting@chromium.org
2011-02-10
1
-2
/
+0
*
Add autocomplete provider for "about:" URLs. Original patch by simonmorris@c...
pkasting@chromium.org
2011-02-10
1
-0
/
+2
*
Makes sure we don't copy over the default suggest text if
sky@chromium.org
2011-02-01
1
-1
/
+2
*
Changes how autocomplete updates results in hopes of keeping the popup
sky@chromium.org
2011-01-31
1
-92
/
+166
*
Fix a DCHECK failure in AutocompleteEditModel::OnPopupDataChanged()
suzhe@google.com
2011-01-26
1
-1
/
+3
*
Remove wstring from autocomplete.
avi@chromium.org
2011-01-25
1
-48
/
+55
*
Revert 72380 - Remove wstring from autocomplete.
avi@chromium.org
2011-01-24
1
-55
/
+48
[next]