Giter Site home page Giter Site logo

readium-chromium's Introduction

Readium-Chromium

Readium-Chromium is a customized Chromium using Readium-WebKit.

This repository is based on Chromium 24 branch.

http://src.chromium.org/svn/branches/1312 @ r169235

Warning

Don't use this chromium to read untrusted web site or epub because this chromium is old and some security fix may not be applied.

Release Note

Please refer to the following URL.

https://github.com/readium/Readium-Chromium/blob/master/ReleaseNote.md

How to use a binary release

If you just want to use Readium Chromium, you can download Mac binary from the following URL.

http://github.readium.org/releases/custom_chromium/ReadiumChromium-Release3-2012-12-13.zip

Old releases are here.

We currently develop chromium on Mac. For Windows or Linux users, you may be able to build from source, but we don't test it.

Double click donwloaded "ReadiumChromium-Release3-2012-12-13.zip" in Finder to extract the file.

Double click "Readium Chromium" in Finder to execute the binary.

Go to http://readium.org/ and Click "+ ADD TO CHROME".

How to get source

gclient config ssh://[email protected]/readium/Readium-Chromium.git --name src

gclient sync

How to build

Please follow chromium instruction.

http://www.chromium.org/Home

How to contribute

If you want to fix our custom chromium, please do following.

  • Fork Readium-Chromium on github.
  • Fork Readium-WebKit on github.
  • Edit DEPS file of your "master" branch like following. You should change "webkit_git", "skia_src_git" and "skia_include_git"

Edit this

"webkit_git": "ssh://[email protected]/readium/Readium-WebKit.git",

like

"webkit_git": "ssh://[email protected]/[your github name]/Readium-WebKit.git",

  • Get source

gclient config ssh://[email protected]/[your github name]/Readium-Chromium.git --name src

gclient sync

About rebase

We rebased Chromium version from 22 to 24 on Dec 7, 2012. This changes master's history and you cannot pull or gclient sync from original source, if you had got Readium Chromium code before Dec 7, 2012. If you want to update your forked repository, please follow the following guide.

  • Fork Readium-skia-src and Readium-skia-include on github.
  • Update your forked chromium and readium repository like following.

cd my-readium-chromium/src

git checkout -b master-save master # backup your old master

git push origin master-save # I supporse your github is origin

git fetch readium # I supporse readium github is readium

git branch -d master # delete old master

git checkout -b master readium/master

git push -f origin master # WARNING!! This make your repository be not able to be pulled from other repository!

emacs DEPS # Edit repository position like first checkout

git commit -a

git push origin master # Your forked chromium repository must have DEPS which point to your forked repositories.

cd third_party/WebKit

git checkout -b master-save master # backup your old master

git push origin master-save # I supporse your github is origin

git fetch readium # I supporse readium github is readium

git branch -d master # delete old master

git checkout -b master readium/master

git push -f origin master # WARNING!! This make your repository be not able to be pulled from other repository!

cd ../../../

gclient sync

If you want to restore your changes, please cherry-pick from master-save or your branch.

readium-chromium's People

Contributors

ayukisekiguchi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.