-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash while using omnibox in Tor window with an enabled extension #15140
Comments
cc @darkdh |
cc @simonhong |
Got earlier DCHECK failure with above repro step.
|
Search settings from extension is not set for private window(tor) |
fix brave/brave-browser#15140 When OnTemplateURLServiceChanged() is called, it tries to access default search engine provider but it's null when search engine extension is installed and that extension enabled to private window. Those code is not valid now so just deleted because we can't change tor window's search engine during the run time. It was possible ago but not now.
fix brave/brave-browser#15140 When OnTemplateURLServiceChanged() is called, it tries to access default search engine provider but it's null when search engine extension is installed and that extension enabled to private window. Those code is not valid now so just deleted because we can't change tor window's search engine during the run time. It was possible ago but not now.
@brave/legacy_qa we'll probably want to wait till we get #15224 fixed as you'll still run into crashes when searching in |
@kjozwiak should this be |
Lets check this on all the platforms. Crashes are never good so we should make sure it's been fixed on |
Adding |
Sorry, jumped the gun a bit and did actually crash, as per #15140 (comment) - restoring all the correct labels, and removing my erroneous "verification" (boo). |
@StephenBass we never ended up getting #15224 into So we can QA what we have so far re: not crashing when focusing/typing into the omnibox. You can re-add your verification 👍 Apologies, should have update the issue earlier. |
Verification PASSED on
I believe this only affects
Verified
Ensured that focusing & typing via Private, Tor & Guest windows didn't crash the browser.
Verification passed on
|
STR:
Mac OS:
Windows:
https://brave.sp.backtrace.io/p/brave/explore?time=month&filters=((callstack.functions%2Ccontains%2COnTemplateURLServiceChanged)%2C_deleted%3D0%2C(ver%2Cregex%2C%2289%7C90.*%22)%2Cptype%3Dbrowser)&aggregations=((uname.sysname%2Cdistribution%2C3)%2C(ver%2Cmax)%2C(callstack%2Chead))&
The text was updated successfully, but these errors were encountered: