Chromium Code Reviews| OLD | NEW |
|---|---|
| (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: 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.
| |
| 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; | |
| OLD | NEW |