Xcode project generation, feedback requested

2015-05-08 Thread gkeeley
https://bugzilla.mozilla.org/show_bug.cgi?id=1063329 If anyone is using Xcode for Gecko development could you try the patches in the bug above and add feedback? Run with: mach build-backend -b xcode It should compile (but not link) and provide the usual IDE editing features: - full navigation:

Unit testing internal JS

2014-07-07 Thread gkeeley
We have no unit test framework for internal JS, does anyone have any interesting ideas on how to accomplish this with our existing testing frameworks? Should I just leave unit testing functions in the JS file, so they can be run manually during future development? __