--Thanks~
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/8fa0814c-1900-4354-a814-4c3d46ab01ba%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/CAH3q7_kuJ%3Dve9e%2BaZTuTeit_%2BsNkPHr3UNd5ONKgMvk_WQQkNA%40mail.gmail.com.
As Egor says, Monochrome just combines the Chromium browser with the Chromium-based Android WebView implementation into a single binary. Both Chrome and WebView are supposed to behave exactly the same in Monochrome, so there won't be any observable difference compared to using them separately.If you're building an Android/AOSP device ROM (either for a new device or a custom ROM for an existing device) then Monochrome might be useful to you, if you intend to ship a Chromium-based browser in the system image, to save space. I recently wrote some documentation intended for people who are building AOSP system images and want to know what to do about WebView, which you can find here: https://chromium.googlesource.com/chromium/src/+/master/android_webview/docs/aosp-system-integration.md - if this is what you're doing, then you should definitely read this and give us feedback on whether it helps you, as it's new :)If that's not what you're trying to do, and you're just building Chromium as a browser, or trying to build a WebView into a specific app, or something similar, Monochrome is not relevant, and you can safely ignore it and just use the regular build targets. It has no benefits (and is much larger) in any other case.
On Wed, 24 Jul 2019 at 10:59, Egor Pasko <pa...@chromium.org> wrote:
On Wed, Jul 24, 2019 at 8:02 AM steven zhu <zlin...@gmail.com> wrote:Dear:I found that chromium v74 could build as monochrome.apk, and it looks like chrome as a browser, event if I change the webviewprovider package name to "org.chromium.chrome", it will be a webview shell instead of the android webview;Is there any more information or docs about monochrome?I'm looking for information to describe the architecture.Monochrome is 'just' a way to share native code between Chrome and WebView implementation to save space on Android devices. A few docs mention it, like:[1] Shared Libraries on Android[2] Chrome and the 2MiB RELRO blob
--Thanks~
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromi...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/8fa0814c-1900-4354-a814-4c3d46ab01ba%40chromium.org.
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromi...@chromium.org.
Thans for Egor and Torne`s reply.In AOSP project, only webview.apk is provided, so I can not change any code. What we did before was get the source code from chromium-project and build systemwebview apk, then replace the original webview.
Now I just want to build a module on AOSP to implement the browser and WebView base on Chromium-project to to replace the native WebView and my web browser.
Monochrome is the right project for me.
About Trichrome, I do not quite understand "TrichromeLib apk", is it like monochrome apk contains a chromium browser and a webview?
If I want to implement my plan on androidQ+, should I turn to Trichrome?
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/c6f9f3a5-9ce6-4316-8e44-1563801d64b0%40chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/c6f9f3a5-9ce6-4316-8e44-1563801d64b0%40chromium.org.
Thanks Torne. I decided to give up monochrome after discussing it with my team.For AndroidQ, keep it as it is.For trichrome, I need to devote more time to understanding.What advice do you have on this?What can I do first based on chromium source code?
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-dev/c285ecd4-50e0-4590-8c76-be2445600ad3%40chromium.org.