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
/
search_engines
/
template_url_model.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Consolidate places where a TemplateURL is removed and then added to the Templ...
levin@chromium.org
2010-08-24
1
-52
/
+46
*
Nothing is ever added to hosts_to_delete_, so this code does nothing useful.
levin@chromium.org
2010-08-23
1
-21
/
+0
*
Re-land r56742 now with correct database files
brettw@chromium.org
2010-08-21
1
-1
/
+1
*
Sort the methods in template_url_model.cc to match the ordering in template_u...
levin@chromium.org
2010-08-21
1
-174
/
+174
*
Reland r56483 - Monitor network change in GoogleURLTracker
ukai@chromium.org
2010-08-20
1
-2
/
+8
*
Revert 56742 - A new field to describe the sources of history urls(visits) is...
brettw@chromium.org
2010-08-19
1
-1
/
+1
*
A new field to describe the sources of history urls(visits) is added. This fi...
brettw@chromium.org
2010-08-19
1
-1
/
+1
*
Fix for issue 51693, which was a regression from integrating the open source
rogerta@google.com
2010-08-13
1
-1
/
+1
*
Remove a deprecated wstring ToLower function.
tony@chromium.org
2010-08-04
1
-1
/
+1
*
Convert more callers of the integer/string functions to using
brettw@chromium.org
2010-07-31
1
-4
/
+10
*
Move the number conversions from string_util to a new file.
brettw@chromium.org
2010-07-30
1
-2
/
+3
*
Allow the default search providers to be specified by the preferences files,
cpu@chromium.org
2010-07-13
1
-1
/
+1
*
Add support for omnibox.onInputStarted and onInputCancelled.
mpcomplete@chromium.org
2010-07-02
1
-4
/
+8
*
Change a bunch of string types.
estade@chromium.org
2010-06-29
1
-32
/
+31
*
Replace wstring with string16 in history. The only time wstring is used now i...
brettw@chromium.org
2010-06-23
1
-1
/
+2
*
Pref service strings should be std::string.
estade@chromium.org
2010-06-18
1
-5
/
+5
*
Link with RLZ library from open source repo.
rogerta@google.com
2010-06-10
1
-3
/
+3
*
First pass at experimental omnibox API. There are plenty of rough edges and f...
mpcomplete@chromium.org
2010-05-28
1
-8
/
+74
*
Remove/update a bunch of references to the Google-internal bug tracker.
evan@chromium.org
2010-05-07
1
-1
/
+1
*
Fix various uses of release() that did not check its value
estade@chromium.org
2010-05-04
1
-7
/
+7
*
1. Add more search engine types.
mirandac@chromium.org
2010-04-20
1
-0
/
+12
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
1
-1
/
+1
*
Fixes two related bugs:
sky@chromium.org
2009-12-18
1
-2
/
+6
*
Remove IsPrefRegistered function from PrefService API and fix the callers to
tony@chromium.org
2009-12-07
1
-1
/
+1
*
[GTTF] Reduce header dependencies in chrome.
phajdan.jr@chromium.org
2009-12-02
1
-0
/
+1
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
1
-1
/
+1
*
If we remove a search engine from our prepopulate data, remove it from the us...
pkasting@chromium.org
2009-10-29
1
-10
/
+28
*
Remove some #includes where possible.
pkasting@chromium.org
2009-10-23
1
-11
/
+2
*
linux: drop temp_scaffolding_stubs
evan@chromium.org
2009-09-25
1
-0
/
+2
*
Moved typedef of RedirectList from HistoryService class to history namespace.
meelapshah@chromium.org
2009-07-01
1
-1
/
+1
*
Fix: Certain redirections remove sites from the history
yuzo@chromium.org
2009-07-01
1
-1
/
+1
*
Fixes bug where keyword editor would end up prefixing all keyword urls
sky@chromium.org
2009-06-15
1
-4
/
+3
*
Use a NotificationRegistrar to listen for notifications.
pkasting@chromium.org
2009-05-21
1
-13
/
+4
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
Move scoped_vector.h and stl_util-inl.h to base/
ben@chromium.org
2009-05-05
1
-1
/
+1
*
ImportantFileWriter
phajdan.jr@chromium.org
2009-04-28
1
-1
/
+1
*
Searching by keyword now generates a visit against the site with a
sky@chromium.org
2009-04-27
1
-3
/
+40
*
Get rid of wstring variants of StringToFoo.
dsh@google.com
2009-02-28
1
-1
/
+1
*
Coalesce more hardcoded schemes to using predefined constants.
brettw@chromium.org
2009-02-26
1
-1
/
+2
*
Add locale_settings.grd to the build. This generates
tc@google.com
2009-02-18
1
-1
/
+1
*
Porting in chrome/
phajdan.jr@chromium.org
2009-02-12
1
-11
/
+1
*
Revert basically everything I've done today as it fails mysteriously
evan@chromium.org
2009-02-10
1
-1
/
+11
*
Bring a bunch more headers into the non-Windows build:
evan@chromium.org
2009-02-10
1
-11
/
+1
*
Bring many of the template_url classes into the fold for the Mac. Note that t...
avi@google.com
2009-02-04
1
-1
/
+11
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
1
-9
/
+11
*
Move search code to a subdir
ben@chromium.org
2009-01-16
1
-0
/
+980
*
Fie.
ben@chromium.org
2009-01-15
1
-0
/
+0
*
Part of previous move that seems to have gotten botched.
ben@chromium.org
2009-01-15
1
-0
/
+0