commit | 9234e07468388d315f6cf8b33a83cc6371f4cc13 | [log] [tgz] |
---|---|---|
author | Hazem Ashmawy <hazems@chromium.org> | Wed Aug 10 13:42:22 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 10 13:42:22 2022 |
tree | 39e24dd997b9c6b5946111b4eda039764f601c7a | |
parent | 37e3db484b0cd54b118864c8d789df4c35a9dc3b [diff] |
[AW] Handle exceptions when startActivity in devui Use Intent#safeStartActivity which handles exceptions thrown when startActivity is called. Also show an error dialogue when if fails to start the activity. I skipped a couple of locations where we explicitly check if the intent is resolvable immediately before launching the intent. Bug: 1351358 Test: Disable all browser apps on emulator and tap "About DevTools" menu option Change-Id: I7b20632b2084500c4348339fd0cc746426db771d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3819654 Reviewed-by: Nate Fischer <ntfschr@chromium.org> Commit-Queue: Hazem Ashmawy <hazems@chromium.org> Cr-Commit-Position: refs/heads/main@{#1033482}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.