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

Unified Diff: public/README

Issue 19082002: WebCrypto: Add SHA-1 support to crypto.subtle.digest(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove CryptoOperation.promise(), instead make finish() and abort() return Promise Created 7 years, 5 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 side-by-side diff with in-line comments
Download patch
Index: public/README
diff --git a/public/README b/public/README
index b15eb2167c377ae572eb56b38f3b47b6feff0d54..8c1c326b0da33b63e55027fbcb9085197636c207 100644
--- a/public/README
+++ b/public/README
@@ -39,6 +39,8 @@ web platform, including the Document Object Model (DOM). The central interface
in this part of the API is WebView, which is a good starting point for
exploring the API.
+Note that public/platform should not depend on public/web.
abarth-chromium 2013/07/16 00:29:10 Thanks for adding this!
+
The public/testing directory defines an interface for testing Blink. You can
use this part of the API to load the TestRunner module used in Blink's test
suite.

Powered by Google App Engine
This is Rietveld 408576698