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

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
« no previous file with comments | « examples/js/show_image.js ('k') | third_party/js/punycode.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« 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