summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines
Commit message (Expand)AuthorAgeFilesLines
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-264-4/+4
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+1
* Consolidate places where a TemplateURL is removed and then added to the Templ...levin@chromium.org2010-08-242-59/+51
* Skeleton of sync handler on the I/O thread for GetSearchProviderInstallState.levin@chromium.org2010-08-232-0/+146
* Nothing is ever added to hosts_to_delete_, so this code does nothing useful.levin@chromium.org2010-08-232-28/+0
* Re-land r56742 now with correct database filesbrettw@chromium.org2010-08-212-2/+2
* Sort the methods in template_url_model.cc to match the ordering in template_u...levin@chromium.org2010-08-211-174/+174
* FBTF: Header cleanup in chrome/common part 2. The majority of the changed filesjhawkins@chromium.org2010-08-201-0/+1
* Reland r56483 - Monitor network change in GoogleURLTrackerukai@chromium.org2010-08-201-2/+8
* Revert 56742 - A new field to describe the sources of history urls(visits) is...brettw@chromium.org2010-08-192-2/+2
* A new field to describe the sources of history urls(visits) is added. This fi...brettw@chromium.org2010-08-192-2/+2
* Fix a crash where we send an invalid notification to TemplateURLTableModel's ...thestig@chromium.org2010-08-192-9/+35
* FBTF: Remove a few SkBitmap instances (and other headers that were next to th...erg@google.com2010-08-181-0/+1
* Convert GetDisplayStringInLTRDirectionality from wstring to string16.tony@chromium.org2010-08-181-3/+3
* Ensure that logos are always shown in search engine dialog when available.mirandac@chromium.org2010-08-171-1/+1
* Fix problem of identical search engine logos + names in search engine dialog.mirandac@chromium.org2010-08-162-9/+12
* Remove deprecated wstring Get(As)String() methods from Value, etc.viettrungluu@chromium.org2010-08-161-17/+21
* FBTF: Forward declare everything possible in testing_profile.herg@google.com2010-08-132-0/+6
* Fix for issue 51693, which was a regression from integrating the open sourcerogerta@google.com2010-08-133-3/+5
* rid of more OS_LINUX defines, to help the BSD port (work by sprewell & I)pvalchev@google.com2010-08-061-1/+1
* Allow search engine dialog to have only two choices (Vietnam and Iran have on...mirandac@chromium.org2010-08-061-1/+1
* Remove a deprecated wstring ToLower function.tony@chromium.org2010-08-042-2/+2
* Remove usage of GetSwitchValue for most of chrome/browser/.evan@chromium.org2010-08-041-4/+4
* Convert more callers of the integer/string functions to usingbrettw@chromium.org2010-07-312-10/+17
* Add undeclared virtual destructors part 3ziadh@chromium.org2010-07-302-0/+6
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-302-4/+6
* Add new search engine logos to template url data. This CL also reorganizes t...mirandac@google.com2010-07-284-45/+400
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-269-0/+9
* Add undeclared virtual destructors.ziadh@chromium.org2010-07-241-2/+4
* Fix memory leak in unit testcpu@chromium.org2010-07-171-4/+4
* Add a PrefStore for loading prefs from command-line switches.pam@chromium.org2010-07-161-5/+2
* Allow the default search providers to be specified by the preferences files,cpu@chromium.org2010-07-134-32/+157
* Add support for omnibox.onInputStarted and onInputCancelled.mpcomplete@chromium.org2010-07-021-4/+8
* Change a bunch of string types.estade@chromium.org2010-06-2917-325/+323
* Add UMA logging of search engine selection position when the search engine lo...mirandac@google.com2010-06-281-0/+12
* Mac: First run bubble.thakis@chromium.org2010-06-262-0/+43
* Replace wstring with string16 in history. The only time wstring is used now i...brettw@chromium.org2010-06-231-1/+2
* Pref service strings should be std::string.estade@chromium.org2010-06-181-5/+5
* Link with RLZ library from open source repo.rogerta@google.com2010-06-103-6/+5
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-066-10/+10
* [GTTF] Add FRIEND_TEST_ALL_PREFIXES, a FRIEND_TEST replacementphajdan.jr@chromium.org2010-06-012-14/+16
* First pass at experimental omnibox API. There are plenty of rough edges and f...mpcomplete@chromium.org2010-05-285-12/+116
* Allow for non-HTTP schemes in URLs to OSDD entries.jochen@chromium.org2010-05-271-2/+7
* Always ask the user when adding a search engine from JS.jochen@chromium.org2010-05-251-6/+10
* Only attempt once to autogenerate a keyword for search engines.jochen@chromium.org2010-05-142-3/+12
* Linux: fix compilation error with gcc 4.5.craig.schlenter@chromium.org2010-05-113-18/+15
* Moved URLFetcher and related classes to chrome/common/net.sanjeevr@chromium.org2010-05-071-1/+1
* Remove/update a bunch of references to the Google-internal bug tracker.evan@chromium.org2010-05-071-1/+1
* Use GetDisplayStringInLTRDirectionality() in more places to simplify code.pkasting@chromium.org2010-05-051-8/+3
* Fix various uses of release() that did not check its valueestade@chromium.org2010-05-041-7/+7