| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
BUG=167187
TBR=bryner
Review URL: https://chromiumcodereview.appspot.com/11570068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174709 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This enables name hashing for shaders behind a commandline switch --enable-shader-name-hashing.
Also, this CL does not implement the post processing of compile/link error logs.
BUG=160369
TEST=webgl conformance tests, webgl demos
Review URL: https://codereview.chromium.org/11363182
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167422 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This solves a compile error for CityHash on ARM: Platform.h:81
BUG=160369
TEST=tree
Review URL: https://codereview.chromium.org/11410045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167262 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
incompatible with Android.
For most directories, we use a regex of whitelisted licenses to parse the 'License' field from the metadata. In some case, for example, where a custom license is used, we rely on a new 'Android Compatibility' field.
This functionality will be used by the snapshot tool, which will exclude these incompatible directories from the snapshot in the Android tree.
BUG=138921
Review URL: https://chromiumcodereview.appspot.com/10829272
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151462 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
times they are duplicated as a way to simulate the cache.
R=gavinp@chromium.org, darin@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10701151
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149324 0039d316-1c4b-4281-b951-d872f2087c98
|
|
SafeBrowsing phishing detection.
We'll be modifying the page_words field in ClientSideModel with murmurhash3's of the words, rather than SHA-256 hashes, since SHA-256 is fairly expensive to compute. Note that on a murmurhash3 hit, we'll still do a SHA-256 check against page_terms, so this will not introduce term collisions.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7848010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@100347 0039d316-1c4b-4281-b951-d872f2087c98
|