Skip to content

brianjjones/tizen-extensions-crosswalk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 48.4%
  • JavaScript 45.9%
  • C 2.4%
  • Python 1.9%
  • CSS 1.4%