• Home
Name Date Size #Lines LOC

..--

res/03-May-2024-209165

src/org/chromium/webview_shell/03-May-2024-1,100850

Android.bpD03-May-2024560 2320

AndroidManifest.xmlD03-May-20245.9 KiB134115

CleanSpec.mkD03-May-20242.2 KiB521

OWNERSD03-May-202461 53

READMED03-May-2024583 129

run_startup_time_test.shD03-May-20241 KiB3825

README

1Browser2 is a copy of the WebViewShell, a minimal test browser using WebView.
2The old Browser is no longer supported.
3
4This is *not* a production quality browser and does not implement suitable
5security UI to be used for anything other than testing WebView. This should not
6be shipped in production devices, or used as the basis for implementing a real
7browser.
8
9To build a full-fledged browser for AOSP, one option is to build a standalone
10(non-WebView-based) Chromium browser by following the instructions at:
11https://www.chromium.org/developers/how-tos/android-build-instructions
12