-
Notifications
You must be signed in to change notification settings - Fork 975
Background process doesn't quit when data is imported #13422
Comments
I'm pretty sure this is the same issue as #13277. This is only reproducible when you quit via the This is also reproducible with |
@srirambv can you narrow down which data you import cause the problem? |
@darkdh I can reproduce the above by simply importing any STR: (also reproducible with 0.21.18 580be78 which is the current release)
|
Moving out of milestone since this is an existing issue |
Fix #13695 Remove usage of textCalc as it was the last usage of tabs.executeScriptInBackground which is not compatible with upcoming muon v6.x since as it incorrectly used executeScriptInTab which should only work on a WebContents which is a Tab, not a Window. Muon does not have a generic WebContents.executeJavascript method. Also added bonus of not requiring creating new Windows in order to calculate text width and having to manage when they are closed, etc which should address the following issues, if that was the cause: Fix #13422 Fix #13277
Fix #13695 Remove usage of textCalc as it was the last usage of tabs.executeScriptInBackground which is not compatible with upcoming muon v6.x since as it incorrectly used executeScriptInTab which should only work on a WebContents which is a Tab, not a Window. Muon does not have a generic WebContents.executeJavascript method. Also added bonus of not requiring creating new Windows in order to calculate text width and having to manage when they are closed, etc which should address the following issues, if that was the cause: Fix #13422 Fix #13277
Fix #13695 Remove usage of textCalc as it was the last usage of tabs.executeScriptInBackground which is not compatible with upcoming muon v6.x since as it incorrectly used executeScriptInTab which should only work on a WebContents which is a Tab, not a Window. Muon does not have a generic WebContents.executeJavascript method. Also added bonus of not requiring creating new Windows in order to calculate text width and having to manage when they are closed, etc which should address the following issues, if that was the cause: Fix #13422 Fix #13277
Fix #13695 Remove usage of textCalc as it was the last usage of tabs.executeScriptInBackground which is not compatible with upcoming muon v6.x since as it incorrectly used executeScriptInTab which should only work on a WebContents which is a Tab, not a Window. Muon does not have a generic WebContents.executeJavascript method. Also added bonus of not requiring creating new Windows in order to calculate text width and having to manage when they are closed, etc which should address the following issues, if that was the cause: Fix #13422 Fix #13277
Verified Win7 x64 v0.22.108 |
Description
Background process doesn't quit when data is imported
Steps to Reproduce
Actual result:
Expected result:
Should quit all background process when browser is closed irrespective of importing browser data
Reproduces how often:
100%
Brave Version
about:brave info:
Reproducible on current live release:
No
Additional Information
Killing the active background process and relaunching the browser, doesn't show the imported data
cc: @darkdh @hferreiro @bsclifton @ltilve @bridiver
The text was updated successfully, but these errors were encountered: