summaryrefslogtreecommitdiffstats
path: root/chrome/browser/search_engines
Commit message (Expand)AuthorAgeFilesLines
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-0/+1
* Include rlz headers only on official buildsjochen@chromium.org2010-09-201-1/+1
* Adding automation hook GetSearchEngineInfo, accessible through json automatio...ace@chromium.org2010-09-171-1/+1
* Implement IsSearchProviderInstalled handling on I/O thread.levin@chromium.org2010-09-172-13/+56
* Add support for Google base URL to SearchProviderInstallData.levin@chromium.org2010-09-174-21/+193
* Fix race in SearchProviderInstallDataTest (must delete SearchProviderInstallD...levin@chromium.org2010-09-172-7/+33
* Implement SearchProviderInstallData.levin@chromium.org2010-09-174-13/+456
* Make the test code that changes the GoogleBaseURL do a notification (instead oflevin@chromium.org2010-09-162-1/+5
* Remove the code that shall not be used in tests: PathService::Get(base::DIR_TEMPlevin@chromium.org2010-09-161-13/+5
* Make a utility test class that is useful to any code which is trying to createlevin@chromium.org2010-09-165-288/+453
* Reland r59492. Do not include RLZ parameters in search requests for organic i...jochen@chromium.org2010-09-161-1/+7
* Revert 59492 - Do not include RLZ parameters in search requests for organic i...thestig@chromium.org2010-09-161-6/+1
* Various style fixes (indenting, captitalization, adding some comments).levin@chromium.org2010-09-163-6/+6
* Do not include RLZ parameters in search requests for organic installs.jochen@chromium.org2010-09-151-1/+6
* Bunch of match preview tweaks:sky@chromium.org2010-09-141-1/+5
* Cleanup: Convert net::StripWWW to string16 and fix up the callsites.jhawkins@chromium.org2010-09-101-2/+2
* Lands http://codereview.chromium.org/3364005/show for jeanluc:sky@chromium.org2010-09-047-5/+94
* Lands http://codereview.chromium.org/3309007/show for jeanluc:sky@chromium.org2010-09-032-0/+9
* Fix TemplateURLModel::GenerateSearchURL for use on non-UI threads.levin@chromium.org2010-09-038-60/+245
* Don't treat input with a scheme that's not "http" or "https" as a potential k...pkasting@chromium.org2010-09-011-0/+9
* Prepare to load search provider information directly on the I/O thread.levin@chromium.org2010-08-315-254/+56
* Reduce the number of files that recompile when changing template_url.h or tem...levin@chromium.org2010-08-319-21/+47
* Fix build due to breakage introduced in r57918.levin@chromium.org2010-08-311-1/+1
* Fix compile bustage for levin.phajdan.jr@chromium.org2010-08-301-1/+1
* Move Google-specific code under browser/ into browser/google/.evan@chromium.org2010-08-301-1/+1
* Allow one to call TemplateURLModel::GenerateSearchURL when not on the UI thread.levin@chromium.org2010-08-309-97/+277
* FBTF: Move some heavy, repeatedly emitted symbols to implementation files.erg@google.com2010-08-302-20/+35
* Add code to get the search provider install state.levin@chromium.org2010-08-294-8/+130
* Address feedback regarding r57641.levin@chromium.org2010-08-273-7/+13
* Remove wstring from the search engine management APIsstuartmorgan@chromium.org2010-08-277-37/+51
* Disable test on Linux after it timed out once.dmazzoni@chromium.org2010-08-271-1/+8
* Separate the "search host to TemplateURL" functionality out of the TemplateUR...levin@chromium.org2010-08-279-114/+597
* Need to ensure that the autogenerated keyword is generated on the UI thread.levin@chromium.org2010-08-272-10/+65
* Extract the processing of the web data service results processing in a standa...levin@chromium.org2010-08-266-179/+455
* 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