Confirmed users
353
edits
| Line 22: | Line 22: | ||
**[jgriffin] added tagging of async script calls, which will fix this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=725754 | **[jgriffin] added tagging of async script calls, which will fix this bug: https://bugzilla.mozilla.org/show_bug.cgi?id=725754 | ||
**[jgriffin] refactored a lot of the code for the execute functions, in order to isolate them better so that they can't contaminate each other (e.g., a stray setTimeout from one execute function sending a result during a subsequent execute). | **[jgriffin] refactored a lot of the code for the execute functions, in order to isolate them better so that they can't contaminate each other (e.g., a stray setTimeout from one execute function sending a result during a subsequent execute). | ||
**[ | **[jgriffin] finished the Jenkins build and test system for b2g. One remaining item is to update the Marionette test runner to optionally output test results in JUnit XML, so that Jenkins can do interesting things with them. Currently it recognizes pass/fail status, but with the XML it will be able to display graphs over time, etc. | ||
**[ | **[jgriffin] added a Jenkins auto-merge system for b2g, that auto-merges changes from m-c into the b2g gecko fork. This is running right now on a test fork and will be migrated to the real b2g fork soon. | ||
* Signal From Noise | * Signal From Noise | ||