Issue metadata
Sign in to add a comment
|
Android Connection Info: addResetCertDecisionsButton has bad assert (mNativeConnectionInfoPopup != 0) |
||||||||||||||||||||||||||
Issue descriptionChrome Version: ToT OS: Android What steps will reproduce the problem? (1) Build and run Chrome for Android with `is_debug=true use_goma=true enable_nacl=false dcheck_always_on=true` (2) Visit expired.badssl.com and click through the interstitial. (3) Open Page Info press "Details". What is the expected result? Connection Info shows. What happens instead? The app crashes. I'll track down why this assert exists (and fails).
,
Jun 16 2017
I can't figure out how to get an old Clank checkout (`gclient sync` seems to always update `src` and `src/clank` to today), so I'm just going to send a CL to remove the assert.
,
Jun 16 2017
I'm trying to add a test to exercise that code path: https://codereview.chromium.org/2948453002 However, I'm having trouble calling ConnectionInfoPopup.show() (which calls the private constructor). org.chromium.chrome.browser.page_info.ConnectionInfoPopupTest.showConnectionInfoPopup java.lang.NullPointerException at org.robolectric.shadows.ShadowViewConfiguration.setup(ShadowViewConfiguration.java:77) at org.robolectric.shadows.ShadowViewConfiguration.get(ShadowViewConfiguration.java:94) at android.view.ViewConfiguration.get(ViewConfiguration.java) at android.view.View.__constructor__(View.java:4026) at android.view.View.<init>(View.java) at android.view.ViewGroup.<init>(ViewGroup.java) at android.widget.LinearLayout.<init>(LinearLayout.java) at org.chromium.chrome.browser.page_info.ConnectionInfoPopup.<init>(ConnectionInfoPopup.java:57) at org.chromium.chrome.browser.page_info.ConnectionInfoPopup.show(ConnectionInfoPopup.java:242) at org.chromium.chrome.browser.page_info.ConnectionInfoPopupTest.showConnectionInfoPopup(ConnectionInfoPopupTest.java:36)
,
Nov 10 2017
,
Dec 1 2017
,
Feb 18 2018
,
Jun 13 2018
Carlos, Chris, am I remembering correctly that one of you fixed this at some point?
,
Jun 13 2018
Yep, looks like this is the same as Issue 825911 . Duping into that one since it was where the fix CL pointed. |
|||||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||||
Comment 1 by lgar...@chromium.org
, Jun 15 2017