GitHub user zalun opened a pull request: https://github.com/apache/cordova-mobile-spec/pull/64
CB-6570 FFOS privileged apps compatibility All tests are now compatible with FFOS privileged apps (CSP restrictions) - inline scripts moved to JavaScript files - added addListenerToClass function which is used to connect buttons with test functions. - moved test initialization to JS file (for DRY and privileged apps compatibility) Please check it on all platforms and r+ if working. There should be no change in behaviour of the app. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zalun/cordova-mobile-spec ffos_privileged_compatible Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-mobile-spec/pull/64.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #64 ---- commit a7c88d8fc6999996179356db7759db82782fee4e Author: Piotr Zalewa <pi...@zalewa.info> Date: 2014-04-30T13:14:04Z Manual tests fixed Removing inline scripts from mobile-spec to make it compatible with FFOS priveleged type apps (i.e. using contacts) added addListenerToClass function which is used to connect buttons with test functions. Please check it on all platforms and r+ if working. moved test initialization to JS file (for DRY and privileged apps compatibility) commit 53a34221c2c78ccfb742e8e793225bec195be0ff Author: Piotr Zalewa <pi...@zalewa.info> Date: 2014-05-14T13:42:17Z Merge branch 'master' into ffos_privileged_compatible ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---