Skip to content

pozdnyakov/chromium-crosswalk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is the Chromium repository used by Crosswalk.

Development of Crosswalk : http://linux.intel.com/mailman/listinfo/cameo-dev

We are also on IRC : #crosswalk on otcirc.jf.intel.com:6697

How to update this repository with upstream Chromium

  • clone it
  • add the upstream repo as a remote : git remote add upstream http://git.chromium.org/chromium/src.git
  • git checkout master
  • git pull --rebase upstream master
  • git push origin master
  • git checkout -b lkgr origin/lkgr (first time only)
  • git checkout lkgr (other times)
  • git pull --rebase upstream lkgr
  • git push origin lkgr

Feel free to hack a script to automate it.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 58.8%
  • C 25.0%
  • JavaScript 7.3%
  • Python 3.3%
  • Objective-C 2.6%
  • Java 1.3%
  • Other 1.7%