You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixbrave/brave-browser#14146
It seems PermissionRequestManager is destroyed by calling
chrome::AttemptRelaunch() before PermissionRequest accept handler
is not finished. To fix this, post AttempRelaunch() instead of calling
it in current turn.
Verified test plan from #14146.
Verified the modal is not shown, therefor the client does not crash.
Verified clicking Relaunch now, relaunches the browser
Verified able to play neftlix
Verified able to install widevine through Install Widevine modal
Follow up to #2791
On Linux when user enables widevine, we show a modal to relaunch the browser, clicking
Allow
will crash the browserSteps to Reproduce
brave://settings/extensions
Allow
Note: Clicking
Relaunch
will not crashActual result:
Crash
Expected result:
No crash
Reproduces how often:
100% repro rate
Brave version (brave://version info)
cc @brave/legacy_qa @rebron @Brave-Matt @simonhong
The text was updated successfully, but these errors were encountered: