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

Unified Diff: ios/third_party/requirejs/README.chromium

Issue 1931833004: [ios Mojo] Committed forked version of require.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Marked security critical. Created 4 years, 7 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 | « ios/third_party/requirejs/OWNERS ('k') | ios/third_party/requirejs/require.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/third_party/requirejs/README.chromium
diff --git a/ios/third_party/requirejs/README.chromium b/ios/third_party/requirejs/README.chromium
new file mode 100644
index 0000000000000000000000000000000000000000..ddf37dd0795bbc5ad7aad54e4e8a25c585f24296
--- /dev/null
+++ b/ios/third_party/requirejs/README.chromium
@@ -0,0 +1,17 @@
+Name: requirejs
+URL: https://github.com/requirejs/requirejs
+Version: 2.2.0
+License: MIT licensed
+License File: LICENSE
+Security Critical: yes
+
+Description:
+RequireJS is a JavaScript file and module loader. It is optimized for
+in-browser use, but it can be used in other JavaScript environments, like Rhino
+and Node. Using a modular script loader like RequireJS will improve the speed
+and quality of your code.
+
+Local Modifications:
+Changed code for loading the modules;
+Removed workarounds non needed for WebKit;
+Removed code which is not used for WebUI;
« 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