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

Unified Diff: third_party/js/README.md

Issue 848513004: Mojo JS Bindings: URL class (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « examples/js/show_image.js ('k') | third_party/js/punycode.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/js/README.md
diff --git a/third_party/js/README.md b/third_party/js/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..8acd6b0eb015e06f9a6e5a3029fc11bff1b29ab4
--- /dev/null
+++ b/third_party/js/README.md
@@ -0,0 +1,18 @@
+Name: url.js
+URLs:
+https://github.com/joyent/node/blob/master/lib/url.js
+https://github.com/joyent/node/blob/master/lib/util.js
+https://github.com/joyent/node/blob/master/lib/querystring.js
+https://github.com/bestiejs/punycode.js
+Version: Current versions on 1/13/2015
+License: url.js, util.js, querystring.js - see source code, punycode.js - MIT
+Security Critical: yes
+
+Description:
+A JavaScript URL class, see
+https://github.com/joyent/node/blob/master/doc/api/url.markdown
+
+Local Modifications:
+AMD style module definitions for all files. Revised the Url constructor.
+
+
« no previous file with comments | « examples/js/show_image.js ('k') | third_party/js/punycode.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698