========
https://hg.mozilla.org/integration/gaia-central/rev/961def304c06
Author: Eric O'Connor <eric@bocoup.com>
Desc: Bug 944271 - [OTA][Data Migration][Clock] The alarm events will...
be lost after update from v1.1 to v1.2
Adds a routine to startup.js to convert old Alarm entries to the
new format.
========
https://hg.mozilla.org/integration/gaia-central/rev/637037f23216
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #14381 from davidflanagan/bug927286
Bug 927286: Change keyboard word suggestions so we never display the use...
========
https://hg.mozilla.org/integration/gaia-central/rev/9c54a1f2a74b
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 927286: Change keyboard word suggestions so we never display the user's actual input and instead have an X icon to dismiss the suggestions and prevent autocorrection
address review comments
update tests to match new word suggestions behavior
fix merge conflict with bug 929361
========
https://hg.mozilla.org/integration/gaia-central/rev/f0c7f6367ac1
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #14414 from arcturus/bug-940294
Bug 940294 - [Download Manager] Implement the flow when the user opens a file and this action fails from notifications
========
https://hg.mozilla.org/integration/gaia-central/rev/08e29ec41fa0
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 940294 - [Download Manager] Implement the flow when the user opens a file and this action fails from notifications
========
https://hg.mozilla.org/integration/gaia-central/rev/349124ab318b
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #13497 from hfiguiere/node-switch-over
Bug 915156 - make test-perf work again. r=jwajsberg,jlal
========
https://hg.mozilla.org/integration/gaia-central/rev/698c0f288946
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 915156 - Part 5: Fix nits.
========
https://hg.mozilla.org/integration/gaia-central/rev/f16f5302fd2c
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 915156 - Part 4 - more cleanups / review / feedback
untabify
Add missing ;
Use a "constant" for the helper atom object
Rename write() to json_proxy_write() to avoid confusion until bug 944494 is fixed.
mozPerfDurations was persisted between run. All we do is collect
and report.
Missing > in the test title.
========
https://hg.mozilla.org/integration/gaia-central/rev/5e8da3b2e041
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 915156 - Part 3 - more cleanups
Move perf.js to tests/performance
Small cleanup variables and such post review.
Remove useless comment
Fix linter errors
fix details in test to be more test-ish
split out the integration to a separate app specific file
Move some non performance marionette stuff to a helper.
Move unlock screen to the helper.
Remove extraneous console.log
Fix linter issue
Get the RUNS env for number of runs
Make sure to reset mozPerfDurations for each test.
Fix perf event observer
========
https://hg.mozilla.org/integration/gaia-central/rev/23154e8f8fbc
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 915156 - Part 2: finish it.
Add a 'requireGaia()'
Fix gjslint error (whitespace)
Revert some change on how we get the defaultCallback.
Remove unused code block.
This follow Bug 915158 - Allow setting a marionette runner host at runtime.
Re-add the performance reporter for Mocha.
Fix the screen unlock
Rename PerfApp to PerfTestApp.
Support entry point for launching apps.
introduce gaia-perf-marionette to perform the loop and only do npm once.
also skip profile building unless we run b2gdesktop
Really exit on excluded apps
gjslint whitespace fixes
Fix PerformanceHelper.delay()
re-implement "element" for the PerfApp helper.
Fix test iteration
Add "setringtones" to the exclusion list.
Check whitelist earlier in the tests
Get the event source - This replaces PR #13752
Pass the test data to the reporter.
Fix the marionette action.
Finally the rendering test work
========
https://hg.mozilla.org/integration/gaia-central/rev/52635133c8c1
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 915156 - Port the test-perf to node with the new marionette-client.