Splitting off the core of the XHR functionality into its own module.
* Makes for easier debugging and testing.
Showing
- resources/static/communication_iframe/start.js 11 additions, 4 deletionsresources/static/communication_iframe/start.js
- resources/static/dialog/start.js 4 additions, 2 deletionsresources/static/dialog/start.js
- resources/static/pages/start.js 5 additions, 2 deletionsresources/static/pages/start.js
- resources/static/shared/network.js 39 additions, 148 deletionsresources/static/shared/network.js
- resources/static/shared/xhr.js 197 additions, 0 deletionsresources/static/shared/xhr.js
- resources/static/test/qunit/shared/modules/xhr_delay_unit_test.js 1 addition, 1 deletion...s/static/test/qunit/shared/modules/xhr_delay_unit_test.js
- resources/static/test/qunit/shared/modules/xhr_disable_form_unit_test.js 1 addition, 1 deletion...c/test/qunit/shared/modules/xhr_disable_form_unit_test.js
- resources/static/test/qunit/shared/network_unit_test.js 1 addition, 0 deletionsresources/static/test/qunit/shared/network_unit_test.js
- resources/static/test/qunit/shared/xhr_unit_test.js 184 additions, 0 deletionsresources/static/test/qunit/shared/xhr_unit_test.js
- resources/static/test/qunit/testHelpers/helpers.js 17 additions, 12 deletionsresources/static/test/qunit/testHelpers/helpers.js
- resources/views/dialog_layout.ejs 1 addition, 0 deletionsresources/views/dialog_layout.ejs
- resources/views/layout.ejs 1 addition, 0 deletionsresources/views/layout.ejs
- resources/views/test.ejs 2 additions, 0 deletionsresources/views/test.ejs
- scripts/compress.sh 3 additions, 3 deletionsscripts/compress.sh
Loading
Please register or sign in to comment