Chromium Code Reviews| 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..0062659e32e9a9f292fe0d9c0622ecc927b91bb9 |
| --- /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: no |
|
Martin Barbella
2016/05/05 21:15:42
If this ships, it's security critical.
Eugene But (OOO till 7-30)
2016/05/05 21:27:01
Done.
|
| + |
| +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; |