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

[mv3] Pass received logs to systemLog #1180

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Conversation

emaxx-google
Copy link
Collaborator

Make the Service Worker / Background Page responsible for calling chrome.systemLog API with every log message.

Before this commit, every page made its own chrome.systemLog API calls for every of its own logs. However, this doesn't work with mv3 Offscreen Documents, as chrome.systemLog API isn't exposed to them.

Base automatically changed from manifest-v3-logs-sending to main August 30, 2024 14:53
Make the Service Worker / Background Page responsible for calling
chrome.systemLog API with every log message.

Before this commit, every page made its own chrome.systemLog API calls
for every of its own logs. However, this doesn't work with mv3 Offscreen
Documents, as chrome.systemLog API isn't exposed to them.
@emaxx-google emaxx-google merged commit 3cb0878 into main Sep 9, 2024
13 checks passed
@emaxx-google emaxx-google deleted the manifest-v3-system-logs branch September 9, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants