summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/alarms/alarms_api_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Valgrind: Clean up leaks in callers to extension_function_test_utils::RunFunc...thestig@chromium.org2012-08-011-0/+1
* IWYU and other random cleanup in chrome/browser/ui.thestig@chromium.org2012-07-311-2/+0
* Added support for multiple parameters to Extension API callbacks.mtytel@chromium.org2012-07-121-1/+1
* Refactor chrome.alarms interface to support absolute alarm deadlines.jyasskin@chromium.org2012-06-141-85/+173
* Set minimum polling interval to be the minimum delay of any alarm.yoz@chromium.org2012-06-051-2/+23
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-2/+3
* Batch alarms near in time together so they fire at the same time.yoz@chromium.org2012-05-091-2/+72
* Alarm resolution changed to minutes and minimum delay added.mtytel@chromium.org2012-05-051-20/+25
* Finish implementation of chrome.experimental.alarms API, with niftympcomplete@chromium.org2012-04-101-0/+318