| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup: Remove unneeded forward declarations from various chrome/browser sub... | thestig@chromium.org | 2011-11-15 | 1 | -1/+0 |
* | Add a URL param to indicate group selection in Instant field trial. | sreeram@chromium.org | 2011-08-16 | 1 | -0/+12 |
* | Run experiment to see impact of reusing host in autosuggest and search | jar@chromium.org | 2011-07-28 | 1 | -0/+1 |
* | Adding a sync_guid field to TemplateURL. Adding appropriate database migratio... | stevet@chromium.org | 2011-07-19 | 1 | -0/+6 |
* | Modify TemplateURLRef to remove unknown URL parameters, but only when it repr... | stevet@chromium.org | 2011-06-28 | 1 | -4/+15 |
* | Added last_modified field to TemplateURL and database. Updated unit tests, in... | stevet@chromium.org | 2011-06-28 | 1 | -0/+8 |
* | Changes TemplateURLModel into TemplateURLService. Changes all access points t... | erg@google.com | 2011-06-07 | 1 | -3/+3 |
* | Split out Keywords and Autofill logic from WebDatabase. | andybons@chromium.org | 2011-03-30 | 1 | -3/+3 |
* | fav icon -> favicon. Pass 6: GetFavIcon* -> GetFavicon* | avi@chromium.org | 2011-03-15 | 1 | -2/+2 |
* | fav icon -> favicon. Pass 4: SetFavIcon* -> SetFavicon* | avi@chromium.org | 2011-03-15 | 1 | -1/+1 |
* | Add metrics for omnibox Google searches that has no RLZ token for windows. | pastarmovj@chromium.org | 2011-02-10 | 1 | -0/+3 |
* | Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-19 | 1 | -25/+25 |
* | Revert 71485 - Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-14 | 1 | -25/+25 |
* | Remove wstring from TemplateURL and friends. | avi@chromium.org | 2011-01-14 | 1 | -25/+25 |
* | In short, break out the SearchEngineType enum into its own header file. | levin@chromium.org | 2010-10-26 | 1 | -5/+5 |
* | Adds support for a separate url for instant results. | sky@chromium.org | 2010-10-14 | 1 | -13/+13 |
* | Allow the default search provider to be specified via group policy. Also all... | jeanluc@google.com | 2010-10-05 | 1 | -0/+4 |
* | Makes TemplateURL::supports_instant persisted to the webdb. | sky@chromium.org | 2010-10-04 | 1 | -3/+6 |
* | Make a utility test class that is useful to any code which is trying to create | levin@chromium.org | 2010-09-16 | 1 | -1/+1 |
* | Bunch of match preview tweaks: | sky@chromium.org | 2010-09-14 | 1 | -1/+5 |
* | Lands http://codereview.chromium.org/3309007/show for jeanluc: | sky@chromium.org | 2010-09-03 | 1 | -0/+8 |
* | Fix TemplateURLModel::GenerateSearchURL for use on non-UI threads. | levin@chromium.org | 2010-09-03 | 1 | -1/+18 |
* | Reduce the number of files that recompile when changing template_url.h or tem... | levin@chromium.org | 2010-08-31 | 1 | -5/+4 |
* | Allow one to call TemplateURLModel::GenerateSearchURL when not on the UI thread. | levin@chromium.org | 2010-08-30 | 1 | -9/+14 |
* | FBTF: Move some heavy, repeatedly emitted symbols to implementation files. | erg@google.com | 2010-08-30 | 1 | -20/+5 |
* | Address feedback regarding r57641. | levin@chromium.org | 2010-08-27 | 1 | -0/+5 |
* | Separate the "search host to TemplateURL" functionality out of the TemplateUR... | levin@chromium.org | 2010-08-27 | 1 | -1/+3 |
* | Extract the processing of the web data service results processing in a standa... | levin@chromium.org | 2010-08-26 | 1 | -0/+7 |
* | Add new search engine logos to template url data. This CL also reorganizes t... | mirandac@google.com | 2010-07-28 | 1 | -0/+16 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Change a bunch of string types. | estade@chromium.org | 2010-06-29 | 1 | -16/+16 |
* | [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacement | phajdan.jr@chromium.org | 2010-06-01 | 1 | -8/+8 |
* | First pass at experimental omnibox API. There are plenty of rough edges and f... | mpcomplete@chromium.org | 2010-05-28 | 1 | -1/+4 |
* | Only attempt once to autogenerate a keyword for search engines. | jochen@chromium.org | 2010-05-14 | 1 | -1/+7 |
* | Linux: fix compilation error with gcc 4.5. | craig.schlenter@chromium.org | 2010-05-11 | 1 | -2/+3 |
* | Removed restriction for {} so that javascript blocks can be used in the url. | avayvod@chromium.org | 2010-01-21 | 1 | -4/+15 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 1 | -3/+3 |
* | Remove some #includes where possible. | pkasting@chromium.org | 2009-10-23 | 1 | -2/+1 |
* | Fixes bug where keyword editor would end up prefixing all keyword urls | sky@chromium.org | 2009-06-15 | 1 | -1/+1 |
* | Completely miscellaneous minor cleanup. Remove some unneeded class declarati... | pkasting@chromium.org | 2009-06-05 | 1 | -0/+2 |
* | This CL fix issue 2674 - search engine name containing parenthesis is not dis... | xji@chromium.org | 2009-04-21 | 1 | -0/+2 |
* | Makes the omnibox show past searches and suggestions for keywords. | sky@chromium.org | 2009-04-14 | 1 | -0/+4 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Move search code to a subdir | ben@chromium.org | 2009-01-16 | 1 | -0/+436 |
* | 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 |