• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

res/25-Apr-2025-209165

src/org/chromium/webview_shell/25-Apr-2025-1,096846

Android.bpD25-Apr-2025438 2118

AndroidManifest.xmlD25-Apr-20255.9 KiB134115

CleanSpec.mkD25-Apr-20252.2 KiB521

LICENSED25-Apr-20251.5 KiB2727

METADATAD25-Apr-202573 75

OWNERSD25-Apr-202561 53

READMED25-Apr-2025746 1612

run_startup_time_test.shD25-Apr-20251 KiB3825

README

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