Skip to content
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

browser: fix inconsistent automation errors #799

Merged
merged 1 commit into from
Mar 7, 2025

Conversation

hillary-mutisya
Copy link
Contributor

  • the extension relied on chrome.windows.getCurrent() to get the current window in view. However, when the devTools view is undocked, it is treated as the active window. This leads to errors where the service worker tries to send events to the devtools view instead of the content window.
  • There was an error where some code paths tried to access chrome.storage apis in the content script, causing the script to crash.

- the extension relied on `chrome.windows.getCurrent()` to get the current window in view. However, when the devTools view is undocked, it is treated as the active window. This leads to errors where the service worker tries to send events to the devtools view instead of the content window.
-  There was an error where some code paths tried to access chrome.storage apis in the content script, causing the script to crash.
@hillary-mutisya hillary-mutisya added this pull request to the merge queue Mar 7, 2025
Merged via the queue into microsoft:main with commit 9c1dbb4 Mar 7, 2025
15 checks passed
@hillary-mutisya hillary-mutisya deleted the actionPrompts8 branch March 7, 2025 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant