packaging: use oma-ds-agent only for mobile profile
[platform/framework/web/tizen-extensions-crosswalk.git] / time /
2014-06-11 Halton HuoMerge pull request #327 from eurogiciel-oss/XWALK-1416
2014-06-11 Halton HuoMerge pull request #326 from halton/clean
2014-06-11 Halton HuoRemove deperacated wrapper ExtensionAdapter
2014-03-07 Raphael Kubo da... Merge pull request #258 from zolkis/master
2014-03-07 Zoltan KisBuild desktop, Tizen mobile and IVI profiles properly.
2013-10-24 Leandro A. F. PereiraMerge pull request #218 from YuZhiqiangX/master
2013-10-24 cmarceloMerge pull request #219 from cmarcelo/entry-points
2013-10-23 Caio Marcelo de... Add entry point information for extensions using new...
2013-10-23 Leandro A. F. PereiraMerge pull request #207 from Ryan--Yang/master
2013-10-21 cmarceloMerge pull request #214 from cmarcelo/time-new-c++...
2013-10-21 cmarceloMerge pull request #209 from tmpsantos/add_route
2013-10-21 Caio Marcelo de... [Time] Use new C++ wrapper in common/
2013-10-16 Leandro A. F. PereiraMerge pull request #213 from ricardotk/wip2
2013-10-16 Ricardo de Almeida... [Time] Truncate TimeDuration length attribute to integer
2013-10-16 Ricardo de Almeida... [Time] Fix TimeDuration attributes
2013-10-10 cmarceloMerge pull request #208 from Ryan--Yang/bug-fix
2013-10-09 cmarceloMerge pull request #204 from fyraimar/fix_cpu_compilewa...
2013-10-09 cmarceloMerge pull request #205 from tmpsantos/refactoring
2013-10-09 cmarceloMerge pull request #192 from ricardotk/wip
2013-10-09 Ricardo de Almeida... [Time] Properly handle getTimeFormat
2013-10-09 Ricardo de Almeida... [Time] Change getDSTTransition return from undefined...
2013-10-09 Ricardo de Almeida... [Time] Add getTimezoneOffset, getTimeWithOffset and...
2013-09-30 Alexis MenardMerge pull request #185 from cmarcelo/time-small-fixes
2013-09-30 Caio Marcelo de... [Time] Use std::unique_ptr instead of std::auto_ptr
2013-09-30 Caio Marcelo de... [Time] Throw if constructor not called as constructor
2013-09-30 Caio Marcelo de... [Time] Fix JS style
2013-09-30 Leandro A. F. PereiraMerge pull request #184 from cmarcelo/fix-build-time
2013-09-30 Caio Marcelo de... [Time] Only use vconf in mobile
2013-09-30 Kenneth Rohde Chri... Merge pull request #174 from fyraimar/master
2013-09-27 Leandro A. F. PereiraMerge pull request #182 from ricardotk/wip
2013-09-27 Ricardo de Almeida... [Time] Properly format toDateString, toTimeString and...
2013-09-27 Ricardo de Almeida... [Time] Fix unecessary check
2013-09-27 Ricardo de Almeida... [Time] Fix timezone -> timezone_ mistype
2013-09-27 Ricardo de Almeida... [Time] Solve instanceof problem
2013-09-27 Ricardo de Almeida... [Time] Add the checks for timezone property
2013-09-27 Ricardo de Almeida... [Time] addDuration is now throwing exceptions
2013-09-27 Ricardo de Almeida... [Time] Change the way of construction of TZDate
2013-09-27 Ricardo de Almeida... [Time] Fix TZDate constructor
2013-09-27 Ricardo de Almeida... [Time] Add getAvailableTimezones
2013-09-26 Kenneth Rohde Chri... Merge pull request #144 from deqing/fix-tizen-exception
2013-09-26 Kenneth Rohde Chri... Merge pull request #181 from fyraimar/fixdo
2013-09-26 Kenneth Rohde Chri... Merge pull request #177 from cmarcelo/notification...
2013-09-26 Leandro A. F. PereiraMerge pull request #179 from ricardotk/wip
2013-09-25 Ricardo de Almeida... [Time] Add GetTimezoneAbbreviation()
2013-09-25 Ricardo de Almeida... [Time] Add isDST, getPreviousDSTTransition and getNextD...
2013-09-25 Ricardo de Almeida... [Time] Change the way SyncMessage and SyncReply are...
2013-09-24 cmarceloMerge pull request #178 from cmarcelo/tizen-using-cpp...
2013-09-24 Leandro A. F. PereiraMerge pull request #176 from ricardotk/wip
2013-09-24 Ricardo de Almeida... [Time] Add unicode timezone support
2013-09-24 Ricardo de Almeida... [Time] Fix toString getDay misunderstanding
2013-09-24 Ricardo de Almeida... [Time] Fix TimeDuration unit set property comparison
2013-09-20 cmarceloMerge pull request #171 from darktears/power-isscreenon-fix
2013-09-20 Jesus Sanchez-PalenciaMerge pull request #170 from ricardotk/wip
2013-09-20 Ricardo de Almeida... [Time] Fix the style of Time API JS File using the...
2013-09-19 Jesus Sanchez-PalenciaMerge pull request #167 from jeez/fix
2013-09-19 Kenneth Rohde Chri... Merge pull request #158 from ricardotk/wip
2013-09-19 Ricardo de Almeida... [Time] Support timezone optional argument
2013-09-19 Ricardo de Almeida... [Time] Add TimeDuration getters and setters
2013-09-19 Ricardo de Almeida... [Time] equalsTo, lessThan and greaterThan are now throw...
2013-09-18 Kenneth Rohde Chri... Merge pull request #149 from ricardotk/wip
2013-09-18 Ricardo de Almeida... [Time] Correctly calculate the difference and return...
2013-09-18 Ricardo de Almeida... [Time] Fix toString()
2013-09-18 Ricardo de Almeida... [Time] Constructor now accepting JSDate as argument
2013-09-18 Jesus Sanchez-PalenciaMerge pull request #147 from ricardotk/wip
2013-09-18 Ricardo de Almeida... [Time] difference is now throwing exceptions
2013-09-18 Ricardo de Almeida... [Time] Add _throwProperTizenException()
2013-09-18 Kenneth Rohde Chri... Merge pull request #141 from ricardotk/wip
2013-09-18 Ricardo de Almeida... [Time] equalsTo, earlierThan and laterThan now are...
2013-09-18 Ricardo de Almeida... [Time] Fix TZDate constructor
2013-09-18 Ricardo de Almeida... [Time] Refactor TimeDuration
2013-09-18 Ricardo de Almeida... [Time] Fix getDay misunderstanding
2013-09-18 Ricardo de Almeida... [Time] Fix secondsFromUTC() and add getTime()
2013-09-18 Ricardo de Almeida... [Time] Add missing setFullYear, getSeconds, setSeconds
2013-09-14 Kenneth Rohde Chri... Merge pull request #127 from ricardotk/wip
2013-09-13 Ricardo de Almeida... Fix time examples
2013-09-12 Kenneth Rohde Chri... Merge pull request #109 from legendlee1314/newdemos
2013-09-11 cmarceloMerge pull request #110 from cmarcelo/check-coding...
2013-08-30 Caio Marcelo de... Fix time/ coding style
2013-08-05 Kenneth Rohde Chri... Merge pull request #53 from jeez/timeout
2013-08-05 Kenneth Rohde Chri... Merge pull request #54 from jeez/review-fixes
2013-08-05 Raphael Kubo da... Merge pull request #51 from halton/master
2013-08-05 Halton HuoRestructure GYP to easier read and use.
2013-07-30 Alexis MenardMerge pull request #16 from jeez/bluetooth
2013-07-29 Jesus Sanchez-PalenciaAdd SetSyncReply to extension_adapter.h and add new...
2013-07-26 Alexis MenardMerge pull request #15 from kenchris/power-api
2013-07-25 cmarceloMerge pull request #18 from jeez/all-local
2013-07-25 cmarceloMerge pull request #19 from darktears/fix-time
2013-07-25 Alexis MenardUnbreak the Tizen Time API.
2013-07-22 cmarceloMerge pull request #8 from cmarcelo/updated-js-api
2013-07-22 Caio Marcelo de... Update Time API to new JS API for Crosswalk
2013-07-19 Kenneth Rohde Chri... Merge pull request #7 from lpereira/add-time-api
2013-07-19 Leandro PereiraAdd Time API.