[Alarm]: Implementation of Tizen alarm API.
authoryejingfu <yejingfu@hotmail.com>
Wed, 11 Jun 2014 06:31:20 +0000 (14:31 +0800)
committeryejingfu <jingfu.ye@intel.com>
Fri, 20 Jun 2014 01:54:18 +0000 (09:54 +0800)
commit140c5883df919be8ae7330e299c68021b706205e
tree593e0d11736a951c7e41cfd7d276dbf41483f7a6
parenteb275a052fb06831ea0856c34ab433d11d9f1612
[Alarm]: Implementation of Tizen alarm API.
This commit implements the Alarm API:
  https://developer.tizen.org/dev-guide/2.2.0/org.tizen.web.device.apireference/tizen/alarm.html

There is a known issue about repeat alarm: if the working system time zone is set to Daylight saving time like PDT or EDT, the repeat alarm finds 3600 seconds gap on the initial trigger time.

BUG=XWALK-428
13 files changed:
alarm/alarm.gyp [new file with mode: 0644]
alarm/alarm_api.js [new file with mode: 0644]
alarm/alarm_extension.cc [new file with mode: 0644]
alarm/alarm_extension.h [new file with mode: 0644]
alarm/alarm_info.cc [new file with mode: 0644]
alarm/alarm_info.h [new file with mode: 0644]
alarm/alarm_instance.cc [new file with mode: 0644]
alarm/alarm_instance.h [new file with mode: 0644]
alarm/alarm_manager.cc [new file with mode: 0644]
alarm/alarm_manager.h [new file with mode: 0644]
examples/alarm.html [new file with mode: 0644]
examples/index.html
tizen-wrt.gyp