pwnall / chromeview

Proof of concept Android WebView implementation based on Chromium code
1.69k stars 434 forks source link

Full web browser #49

Open sharmarahul25 opened 10 years ago

sharmarahul25 commented 10 years ago

Hi, I tried building from chromium project for Android, I got a content shell not the full browser. is it possible to build a full web browser using this project. does this project use something like content shell built from chromium.

Thanks

sharmarahul25 commented 10 years ago

It seems that the chromium source code has the code require to build the full browser, e.g src/chrome/android/java/src/org/chromium/chrome/browser/ has the tab, search engine, autofill code etc. would it be possible to build the full browser by changing the build script.?