platform/framework/web/tizen-extensions-crosswalk.git
2013-09-26 Caio Marcelo... [Notification] Make notification IDs assigned by native...
2013-09-26 Caio Marcelo... [Notification] Remove mentions to thread-safety from...
2013-09-26 Caio Marcelo... [Notification] Do not keep separated copy of notifications
2013-09-26 Caio Marcelo... [Notification] Create a function to extract properties
2013-09-25 cmarceloMerge pull request #180 from cmarcelo/enable-c++-0x
2013-09-25 Caio Marcelo... Enable -std=c++0x
2013-09-24 cmarceloMerge pull request #148 from lpereira/filesystem-api
2013-09-24 Leandro PereiraAdd Tizen Filesystem API.
2013-09-24 cmarceloMerge pull request #178 from cmarcelo/tizen-using-cpp...
2013-09-24 Leandro A.... Merge pull request #176 from ricardotk/wip
2013-09-24 Caio Marcelo... [tizen] Fix JS coding style
2013-09-24 Caio Marcelo... [tizen] Remove not used function
2013-09-24 Caio Marcelo... [tizen] Use new C++ Wrapper instead of old ExtensionAdapter
2013-09-24 Ricardo de... [Time] Add unicode timezone support
2013-09-24 Ricardo de... [Time] Fix toString getDay misunderstanding
2013-09-24 Ricardo de... [Time] Fix TimeDuration unit set property comparison
2013-09-23 Kenneth Rohde... Merge pull request #173 from Ryan--Yang/master
2013-09-23 cmarceloMerge pull request #175 from cmarcelo/cpp-wrapper
2013-09-23 Caio Marcelo... [Notification] Use new C++ wrapper in common/
2013-09-23 Caio Marcelo... [common] Create C++ wrapper to replace ExtensionAdapater
2013-09-22 yangruiintel[SystemInfo] fix JS code style
2013-09-20 cmarceloMerge pull request #171 from darktears/power-isscreenon-fix
2013-09-20 Alexis Menard[Power] Fix a TCT failure with isScreenOn()
2013-09-20 cmarceloMerge pull request #172 from cmarcelo/notification...
2013-09-20 Caio Marcelo... [Notification] Fix JS style
2013-09-20 Caio Marcelo... [Notification] Clean up example a bit
2013-09-20 Jesus Sanchez... Merge pull request #170 from ricardotk/wip
2013-09-20 Ricardo de... [Time] Fix the style of Time API JS File using the...
2013-09-20 Alexis MenardMerge pull request #169 from darktears/power-style-fix
2013-09-20 Alexis MenardFix the style of the Power API JS file using the new...
2013-09-19 Kenneth Rohde... Merge pull request #168 from vcgomes/bluetooth-fix...
2013-09-19 Vinicius Costa... bluetooth: Fix accessing invalid memory when creating...
2013-09-19 Jesus Sanchez... Merge pull request #167 from jeez/fix
2013-09-19 Jesus Sanchez... [Bluetooth] Fix object property
2013-09-19 Kenneth Rohde... Merge pull request #158 from ricardotk/wip
2013-09-19 Leandro A.... Merge pull request #156 from jeez/js-style-checker
2013-09-19 Ricardo de... [Time] Support timezone optional argument
2013-09-19 Ricardo de... [Time] Add TimeDuration getters and setters
2013-09-19 Ricardo de... [Time] equalsTo, lessThan and greaterThan are now throw...
2013-09-19 cmarceloMerge pull request #157 from cmarcelo/notification...
2013-09-19 Caio Marcelo... [Notification] More default values for properties
2013-09-19 Jesus Sanchez... Add a README file.
2013-09-19 Caio Marcelo... [Notification] Throw when calling constructors without new
2013-09-19 Caio Marcelo... [Notification] Make removal immediate, add NOT_FOUND_ERR
2013-09-19 Jesus Sanchez... [Bluetooth] Fix bluetooth_api.js according to our style
2013-09-19 Caio Marcelo... [Notification] Fixes default values of attributes
2013-09-19 Caio Marcelo... [Notification] Missing passing argument to Notification...
2013-09-19 Jesus Sanchez... Add a JavaScript Lint script that uses Google's Closure...
2013-09-19 Kenneth Rohde... Merge pull request #154 from vcgomes/bluetooth-service...
2013-09-19 Kenneth Rohde... Merge pull request #153 from vcgomes/bluetooth-fixes
2013-09-19 Kenneth Rohde... Merge pull request #152 from vcgomes/bluetooth-set...
2013-09-18 Vinicius Costa... bluetooth: Add a simple workaround for setPowered()
2013-09-18 Vinicius Costa... packaging: Link with libbluetooth
2013-09-18 Vinicius Costa... bluetooth: Add support for notifying that a socket...
2013-09-18 Vinicius Costa... bluetooth: Add support for registerRFCOMMServiceByUUID
2013-09-18 Vinicius Costa... bluetooth: Add handler for RFCOMMListen message
2013-09-18 Vinicius Costa... bluetooth: Cancel all pending calls on the destructor
2013-09-18 Vinicius Costa... bluetooth: Fix replying to getDefaultAdapter() before...
2013-09-18 cmarceloMerge pull request #151 from cmarcelo/notification...
2013-09-18 Caio Marcelo... [Notification] Use forceSetProperty to permit true...
2013-09-18 Kenneth Rohde... Merge pull request #149 from ricardotk/wip
2013-09-18 cmarceloMerge pull request #150 from cmarcelo/notification...
2013-09-18 Caio Marcelo... [Notification] Fix wrong loop in OnDetailedChanged
2013-09-18 Ricardo de... [Time] Correctly calculate the difference and return...
2013-09-18 Ricardo de... [Time] Fix toString()
2013-09-18 Ricardo de... [Time] Constructor now accepting JSDate as argument
2013-09-18 Caio Marcelo... [Notification] Remove locking from NotificationManager...
2013-09-18 Caio Marcelo... [Notification] Fix leaking ContextAPI object
2013-09-18 Caio Marcelo... [Notification] Make constructor explicit
2013-09-18 Jesus Sanchez... Merge pull request #147 from ricardotk/wip
2013-09-18 Ricardo de... [Time] difference is now throwing exceptions
2013-09-18 Ricardo de... [Time] Add _throwProperTizenException()
2013-09-18 Kenneth Rohde... Merge pull request #141 from ricardotk/wip
2013-09-18 Ricardo de... [Time] equalsTo, earlierThan and laterThan now are...
2013-09-18 Ricardo de... [Time] Fix TZDate constructor
2013-09-18 Ricardo de... [Time] Refactor TimeDuration
2013-09-18 Ricardo de... [Time] Fix getDay misunderstanding
2013-09-18 Ricardo de... [Time] Fix secondsFromUTC() and add getTime()
2013-09-18 Ricardo de... [Time] Add missing setFullYear, getSeconds, setSeconds
2013-09-18 Kenneth Rohde... Merge pull request #146 from legendlee1314/upstream_master
2013-09-18 Kenneth Rohde... Merge pull request #139 from legendlee1314/master
2013-09-18 legendlee1314[SystemInfo] Fix throwing exception with null callback
2013-09-18 Kenneth Rohde... Merge pull request #145 from fyraimar/master
2013-09-19 fyraimar[SystemInfo][CPU] Modify cpu usage calculation algorithm
2013-09-18 Kenneth Rohde... Merge pull request #142 from jeez/bt-fix
2013-09-18 legendlee1314[SystemInfo][WIFI-Network] Fix illogical error callback...
2013-09-17 Jesus Sanchez... Merge pull request #143 from darktears/power-fixes
2013-09-17 Alexis Menard[Power] Make test PowerManager_setScreenBrightness_brig...
2013-09-17 Alexis Menard[Power] Fix Power API failures on tct test suites.
2013-09-17 Jesus Sanchez... [Bluetooth] Remove unused variables
2013-09-17 Kenneth Rohde... Merge pull request #140 from legendlee1314/new_master
2013-09-17 legendlee1314[SystemInfo][Network] Add WIFI network-type and uniform...
2013-09-16 Kenneth Rohde... Merge pull request #137 from cmarcelo/example-menu...
2013-09-16 Caio Marcelo... Make examples index.html easier to click now with flex
2013-09-16 Kenneth Rohde... Merge pull request #136 from cmarcelo/example-menu
2013-09-16 Caio Marcelo... Make examples index.html easier to click
2013-09-16 Kenneth Rohde... Merge pull request #135 from halton/master
2013-09-16 Halton Huo[SystemInfo] Fix style checking error caused by PR...
2013-09-16 Kenneth Rohde... Merge pull request #132 from Ryan--Yang/master
2013-09-16 yangruiintel[SystemInfo]fix error when value changed of the battery
next