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

Side by Side Diff: ios/third_party/requirejs/README.chromium

Issue 2946383002: Support new-style Mojo JS core API on IOS. (Closed)
Patch Set: . Created 3 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 unified diff | Download patch
« no previous file with comments | « ios/third_party/requirejs/OWNERS ('k') | ios/third_party/requirejs/require.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: requirejs
2 URL: https://github.com/requirejs/requirejs
3 Version: 2.2.0
4 License: MIT licensed
5 License File: LICENSE
6 Security Critical: yes
7
8 Description:
9 RequireJS is a JavaScript file and module loader. It is optimized for
10 in-browser use, but it can be used in other JavaScript environments, like Rhino
11 and Node. Using a modular script loader like RequireJS will improve the speed
12 and quality of your code.
13
14 Local Modifications:
15 Changed code for loading the modules;
16 Removed workarounds non needed for WebKit;
17 Removed code which is not used for WebUI;
OLDNEW
« no previous file with comments | « ios/third_party/requirejs/OWNERS ('k') | ios/third_party/requirejs/require.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698