Skip to content
This repository has been archived by the owner on Apr 3, 2020. It is now read-only.

crosswalk-project/tizen-extensions-crosswalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Crosswalk Release Engineering
Jul 13, 2015
41f2db7 · Jul 13, 2015
Jun 17, 2014
Mar 19, 2015
Jul 13, 2015
Jul 8, 2015
Dec 12, 2014
Aug 19, 2013
Jul 8, 2013
Feb 12, 2014
May 7, 2014
Sep 19, 2013
Jul 13, 2015
Aug 7, 2013
Aug 7, 2013
Aug 19, 2013
Dec 12, 2014

Introduction

The Tizen Extensions Crosswalk (t-e-c) implements the Tizen Web APIs (https://developer.tizen.org/documentation/web-api-reference) on top of the Crosswalk app runtime (https://crosswalk-project.org/) and its Extensions framework.

This is an open source project started by the Intel Open Source Technology Center (http://www.01.org).

Documents

Check out our Wiki.

Coding Style

JavaScript: We use Google's Closure Linter for checking our JavaScript coding sytle. It is used in --strict mode but with max_line_length set to 100 columns. Please ALWAYS run tools/js_lint.sh before submitting patches.

C++: We use cpplint. Please ALWAYS run tools/check-coding-style before submitting patches.

License

This project's code uses the BSD license, see our LICENSE file.