summaryrefslogtreecommitdiffstats
path: root/base/sys_info_android.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add Android fingerprint to metrics logsdfalcantara@chromium.org2012-10-031-0/+4
| | | | | | | | | | | | | (Upstreaming) Adds information about the Android build fingerprint to information that we send back in our metrics. BUG=153694 Review URL: https://chromiumcodereview.appspot.com/11014006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@159957 0039d316-1c4b-4281-b951-d872f2087c98
* Move Android user agent generation to native codedfalcantara@chromium.org2012-08-211-0/+62
| | | | | | | | | | | | | | | Gets rid of a pathway that forced us to set the user agent from the Java side, replacing it with one that's entirely native. Functions have been added to base to allow accessing information about the device and Android build, while the user agent generation code was moved to the webkit_glue namespace. BUG=131312 Review URL: https://chromiumcodereview.appspot.com/10832235 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152675 0039d316-1c4b-4281-b951-d872f2087c98
* Set Android/V8 memory limits from dalvik.vm.heapsize.ulan@chromium.org2012-05-251-0/+59
Fix memory usage computation for Android. BUG=b/6182964 Review URL: https://chromiumcodereview.appspot.com/10113009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139038 0039d316-1c4b-4281-b951-d872f2087c98