Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/product_registry_impl/sha1/README.chromium

Issue 2839273003: [Devtools] New structure and colorize rows for network products (Closed)
Patch Set: Merge remote-tracking branch 'origin/master' into NEW_DEPENDENCY_PRODUCTS Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Name: A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as define d in FIPS 180-1. 1 Name: A JavaScript implementation of the Secure Hash Algorithm, SHA-1, as define d in FIPS 180-1.
2 Short Name: sha1.js 2 Short Name: sha1.js
3 URL: http://pajhome.org.uk/crypt/md5/ 3 URL: http://pajhome.org.uk/crypt/md5/
4 License: BSD 4 License: BSD
5 Security Critical: no 5 Security Critical: no
6 6
7 This directory contains Chromium's version of sha1.js which is for hashing strin gs in javascript synchronously. Added 7 This directory contains Chromium's version of sha1.js which is for hashing strin gs in javascript synchronously. Added
8 jsdoc types to functions, wrapped functions in an outer function and removed por tions of code that are not needed by 8 jsdoc types to functions, wrapped functions in an outer function and removed por tions of code that are not needed by
9 Chromium. 9 Chromium.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698