summaryrefslogtreecommitdiffstats
path: root/chrome/browser/android/url_utilities.cc
Commit message (Collapse)AuthorAgeFilesLines
* [Android] UrlUtilities#fixUrl(...) crash fix on invalid string argument.kkimlabs@chromium.org2013-12-051-2/+4
| | | | | | | | | | | Check if the GURL instance is valid before calling GURL::spec(). This fixes DCHECK crash. BUG=318901 Review URL: https://codereview.chromium.org/104653005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238847 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] URLFixerUpper::FixupURL(...) JNI binding for homepage url fixup.kkimlabs@chromium.org2013-11-271-0/+13
| | | | | | | | BUG=318901 Review URL: https://codereview.chromium.org/75303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@237495 0039d316-1c4b-4281-b951-d872f2087c98
* Record UMA events for actions on the Android NTP.newt@chromium.org2013-11-041-4/+13
| | | | | | | | | | | | | | | This records UMA events for actions on the Android NTP (e.g. clicking on a bookmark), which will be used as part of the time to long dwell analysis on the NTP. Note: UMA histograms don't contain timestamps, so we need events instead. BUG=178932 NOTRY=true R=mpearson@chromium.org, tedchoc@chromium.org Review URL: https://codereview.chromium.org/57573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@232753 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Upstream URLUtilities to Chromium.rmcilroy@chromium.org2013-09-111-0/+66
This is in preparation for upstreaming WebAddress, and then the Download service. BUG=285083 Review URL: https://chromiumcodereview.appspot.com/23461025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@222504 0039d316-1c4b-4281-b951-d872f2087c98