summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1. Add more search engine types.mirandac@chromium.org2010-04-203-6/+26
* Add UMA calls to record search engine choice during first run.mirandac@chromium.org2010-04-162-0/+48
* Change prepopulated search engines to reflect new data.mirandac@chromium.org2010-04-151-25/+65
* UMA cleanup. Replacing calls to RecordAction(char*) to use a new structure.evan@chromium.org2010-03-232-4/+8
* Move RTL related functions from app/l10n_util to base/i18n/rtlben@chromium.org2010-03-202-6/+8
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+1
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-181-1/+1
* Change so that the extension favicon is read on the UI thread since extension...arv@chromium.org2010-03-171-1/+1
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-172-2/+2
* 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