summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines
Commit message (Expand)AuthorAgeFilesLines
* BSD port: Another chunk of chrome/ ifdef changespvalchev@google.com2010-03-091-1/+1
* chrome 6: string_util.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-085-8/+15
* The search terms escaping respect forward slash: it is not escaped if the rep...brettw@chromium.org2010-03-022-30/+40
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-193-3/+3
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-192-0/+2
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2010-02-091-0/+1
* A few miscellaneous changes in the Template URL Prepopulate area:pkasting@chromium.org2010-02-012-47/+54
* Removed restriction for {} so that javascript blocks can be used in the url.avayvod@chromium.org2010-01-213-15/+104
* The search terms are escaped using + or %20 for space depending on whether re...avayvod@google.com2010-01-152-13/+42
* Lands http://codereview.chromium.org/545058 for Dmitry:sky@chromium.org2010-01-151-5/+16
* Lands http://codereview.chromium.org/551010 for avayvod:sky@chromium.org2010-01-141-1/+7
* Fix leak from cl 524003 (Change WDS to use the DB thread...)skrul@chromium.org2010-01-041-6/+19
* Revert 35339 - Change WDS to use the DB thread rather than its own thread.michaeln@google.com2009-12-291-13/+5
* Change WDS to use the DB thread rather than its own thread.skrul@chromium.org2009-12-291-5/+13
* Fixes two related bugs:sky@chromium.org2009-12-183-6/+31
* Remove IsPrefRegistered function from PrefService API and fix the callers totony@chromium.org2009-12-071-1/+1
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-12-022-0/+2
* Remove std::wstring from most of net/base/escape.h.darin@chromium.org2009-11-301-8/+11
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-172-4/+4
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-137-17/+17
* More search engine prepopulate data updating.estade@chromium.org2009-11-111-1167/+702
* A large number of style nits in preparation for turning on automated cpplint.py.erg@google.com2009-11-112-2/+2
* Start to update search engine prepopulate data: Hungary and UAE.estade@chromium.org2009-11-101-28/+38
* Landing georgey's CLjcampan@chromium.org2009-11-091-4/+6
* Unittest for fix to allow navigation when there is no history DB.pkasting@chromium.org2009-11-021-1/+1
* Remove tapuz.co.il from search provider list since it isn't a search provider.jeremy@chromium.org2009-11-021-12/+2
* If we remove a search engine from our prepopulate data, remove it from the us...pkasting@chromium.org2009-10-293-10/+77
* Remove some #includes where possible.pkasting@chromium.org2009-10-235-32/+15
* Make PNGCodec::Decode(...) not make an intermediary copy of the decoded data;erg@google.com2009-10-221-2/+2
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-112-2/+2
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-101-6/+8
* Coverity: check file_util::ReadFileToString return.mattm@chromium.org2009-10-081-1/+1
* Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classesbrettw@chromium.org2009-10-031-2/+2
* Convert history to use new sql wrappers. Enhance wrappers in several ways tobrettw@chromium.org2009-10-021-0/+2
* posix: fix a bug estade found in the review but I misunderstood his commentevan@chromium.org2009-09-251-1/+1
* linux: unittest fixevan@chromium.org2009-09-251-2/+2
* linux: drop temp_scaffolding_stubsevan@chromium.org2009-09-252-1/+12
* [Mac] Polish the search engine managerrsesek@chromium.org2009-09-192-0/+12
* Implement GetCurrentCountryID() for Linux.suzhe@chromium.org2009-09-181-1/+28
* Don't allow updating tabs to javascript URLs without hostaa@chromium.org2009-09-111-7/+2
* Fix to use FilePath version of PathService::Get.thestig@chromium.org2009-09-091-13/+13
* Adds a FaviconService class tied to the profile.arv@google.com2009-08-281-6/+6
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-283-14/+8
* Fix a ton of compiler warnings.estade@chromium.org2009-08-283-8/+14
* Cleaning up lines longer than 80 chars under src/chrome/browser. mark@chromium.org2009-08-171-1/+2
* Changes Live Search to Bing for en_US only. A full worldwide review is in pr...pkasting@chromium.org2009-08-171-13/+13
* Revert of r22559.aa@chromium.org2009-08-061-1/+1
* Bunch of Coverity fixes, rather minor severity.phajdan.jr@chromium.org2009-08-061-1/+1
* Fix some character literals to use the right escape string.pkasting@chromium.org2009-07-311-2/+2
* Fixes bug in creating search terms where we weren't unescapingsky@chromium.org2009-07-312-1/+6