Chromium Code Reviews
Description🔍 General widget fixes
* Clean up initialization slightly. Now that there's no animation to show,
we can reduce the deviation from the main pathway.
* Add a "temporary" title to the search widget so it doesn't just say
"Chromium" when adding the widget.
* Swallow exceptions when the BroadcastReceiver is triggered via an Intent
and tries to do anything. This prevents us from getting into situations
where Android believes the "process is bad" and refuses to let the widget
work, but it does mask when real crashes happen. After three crashes we
just let it crash as intended so that the dump uploads.
BUG=708844, 712061
Review-Url: https://codereview.chromium.org/2822633002
Cr-Commit-Position: refs/heads/master@{#466127}
Committed: https://chromium.googlesource.com/chromium/src/+/f32cf78bd306f2750fbc5deb14e33169c894be70
Patch Set 1 #Patch Set 2 : Rebasing #Patch Set 3 : Add exception catching #Patch Set 4 : 🔍 Further widget cleanup #Patch Set 5 : Flipped dependencies #
Total comments: 4
Patch Set 6 : 🔍 Further widget cleanup #
Total comments: 6
Patch Set 7 : 🔍 Further widget cleanup #
Total comments: 2
Patch Set 8 : 🔍 Further widget cleanup #Dependent Patchsets: Messages
Total messages: 39 (26 generated)
|