mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-12 14:37:50 +00:00
Bumping gaia.json for 1 gaia-central revision(s)
======== https://hg.mozilla.org/integration/gaia-central/rev/0265b24e1593 Author: Eric O'Connor <eric@bocoup.com> Desc: Bug 898666 - [clock] Clock refactor alarm object and add test (Rebased with UI regression fix for alarm ordering.) 1. An Alarm constructor is used to create new Alarms, instead of creating new object literals. 2. The AlarmsDB API is changed to pass error messages in the function(err, value) {...} style. 3. Asyncronous API calls are checked using callbacks. The async functions in Utils make this easy (although including async.js would be easier. 4. Testing is added for the Alarm object. 5. Added mock_alarmsDB and mock_mozAlarms for testing Alarms 6. Fixed alarm_edit tests. Moved to a new alarm_edit_test.js file. 7. Add tests for new utils methods (async and safeCpuLock) 8. Rename some variables. Remove "_name" naming scheme. 9. Removed in app alarm set indicator 10. Protect id, repeat, and enabled properties on the Alarm object. r=jugglinmike
This commit is contained in:
parent
0ad450876e
commit
f4d87c0abc
@ -1,4 +1,4 @@
|
||||
{
|
||||
"revision": "aad37d822c6d2087c891177981cd882a5439423c",
|
||||
"revision": "0265b24e1593a1fb4655a846381724c9f27703fb",
|
||||
"repo_path": "/integration/gaia-central"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user