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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 Name: url.js
2 URLs:
3 https://github.com/joyent/node/blob/master/lib/url.js
4 https://github.com/joyent/node/blob/master/lib/util.js
5 https://github.com/joyent/node/blob/master/lib/querystring.js
6 https://github.com/bestiejs/punycode.js
7 Version: Current versions on 1/13/2015
8 License: url.js, util.js, querystring.js - see source code, punycode.js - MIT
9 Security Critical: yes
10
11 Description:
12 A JavaScript URL class, see
13 https://github.com/joyent/node/blob/master/doc/api/url.markdown
14
15 Local Modifications:
16 AMD style module definitions for all files. Revised the Url constructor.
17
18
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698