gecko - Android build: Fennec with chromium rendering Engine -
i built chromium android following these instructions https://code.google.com/p/chromium/wiki/androidbuildinstructions . got content shell not full browser. then, built firefox android. got full web browser. performance of chrome content shell much better of firefox android build. now, want try building firefox android using chromium rendering engine, blink replacing gecko rendering engine. how difficulty level , how can start.
thanks,
chromium uses blink (earlier webkit) rendering, , v8 javascript interpretation along various 3rd party dependencies. though content shell small browser (sans complex ui of chromium) functional , wrapper on blink. having said fitting blink firefox (instead of gecko) new project itself, can try building webview, can build simple browser in android. http://developer.android.com/reference/android/webkit/webview.html
chromium - open source project chrome- google's proprietary software + chromium
in android google chrome can installed apk, wherease chromium can built content shell or used through webview
https://groups.google.com/a/chromium.org/forum/#!topic/chromium-dev/zmdkc2x9o5w
Comments
Post a Comment