summaryrefslogtreecommitdiffstats
path: root/components/google
Commit message (Expand)AuthorAgeFilesLines
* Delete base/prefs and update callers to use components.brettw2016-02-033-4/+5
* Revert of Delete base/prefs and update callers to use components. (patchset #...msw2016-02-033-5/+4
* Delete base/prefs and update callers to use components.brettw2016-02-033-4/+5
* Update GN build files for new prefs location.brettw2016-01-301-3/+2
* Convert some URL accessors to use StringPiecesbrettw2016-01-232-32/+42
* Convert Pass()→std::move() in //components/[a-m]*dcheng2015-12-262-5/+8
* Switch to standard integer types in components/, part 2 of 4.avi2015-12-266-2/+7
* base: get rid of deprecated TrimWhitespace() functiontfarina2015-12-061-1/+1
* Remove TransportSecurityState::IsGooglePinnedProperty.davidben2015-11-061-3/+1
* [Cleanup] Remove the no longer used GoogleSearch.AccessPoint metric.isherman2015-09-153-81/+0
* Report data usage UMA for Chrome servicesamohammadkhan2015-09-143-0/+6
* Revert "Report data usage UMA for Chrome services"Daniel Cheng2015-09-143-6/+0
* Report data usage UMA for Chrome servicesamohammadkhan2015-09-143-0/+6
* Refresh Public Suffic List to the latest versionrsleevi2015-08-101-3/+3
* Move net::FormatUrl and friends outside of //net and into //componentsrsleevi2015-08-073-4/+4
* Revert of Move net::FormatUrl and friends outside of //net and into //compone...jochen2015-08-043-4/+4
* Move net::FormatUrl and friends outside of //net and into //componentsrsleevi2015-08-033-4/+4
* Remove legacy StartsWithASCII function.brettw2015-07-162-4/+6
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-161-2/+1
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Change histogram.h includes to histogram_macros.h in components/asvitkine2015-06-161-1/+1
* Move EndsWith to base namespace.brettw2015-06-121-1/+1
* Move StartsWith[ASCII] to base namespace.brettw2015-06-122-3/+4
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-091-3/+3
* components/google: Add a helper function for registering profile prefs.tfarina2015-06-047-3/+26
* components: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-022-5/+8
* Make HasGoogleSearchQueryParam recognize "as_q=" as a valid search param.treib2015-05-223-88/+108
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-2/+2
* Remove forward-declaration of non-existent classsdefresne2015-02-211-1/+0
* GURL::Replacements methods accept a StringPiece instead of std::string&.mgiuca2015-02-051-4/+2
* Force usage of HTTPS for Google services.pkasting2015-02-052-34/+40
* Remove the GoogleURLTracker infobar functionality entirely.pkasting2015-01-0716-1498/+34
* Standardize usage of virtual/override/final specifiers in components/.dcheng2014-12-301-1/+1
* Remove dependency of infobars component on the embeddersdefresne2014-12-224-2/+12
* Prefix CommandLine usage with base namespace (Part 9: components)kkosztyo.u-szeged2014-12-043-10/+11
* gn format //componentsscottmg2014-12-031-1/+1
* Add more components unit tests to GN build.brettw2014-11-251-0/+21
* Removing instrumentations for task URLFetcherCore::OnCompletedURLRequestvadimt2014-11-041-6/+0
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-291-3/+3
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-3/+3
* Standardize usage of virtual/override/final in components/dcheng2014-10-214-33/+30
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-111-0/+6
* Rewrite line endings from CRLF to LF for a bunch of files.Daniel Cheng2014-10-071-1/+1
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-064-25/+25
* Componentize GoogleURLTracker unittestblundell2014-09-151-0/+1053
* Apply the network changed retryjaekyun2014-09-061-1/+9
* Listen to OnNetworkChanged instead of OnIPAddressChangedjaekyun2014-09-042-7/+13
* Componentize google_util_unittestblundell2014-08-271-0/+407
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-3/+3