Skip to content

setUninstallURL to 1023#27309

Merged
rebloor merged 2 commits intomdn:mainfrom
rebloor:setUninstallURL-to-1023
Jun 15, 2023
Merged

setUninstallURL to 1023#27309
rebloor merged 2 commits intomdn:mainfrom
rebloor:setUninstallURL-to-1023

Conversation

@rebloor
Copy link
Copy Markdown
Contributor

@rebloor rebloor commented Jun 14, 2023

Description

Provide the documentation for Bug 1835723 setUninstallURL should be updated to 1023

@rebloor rebloor added the Content:WebExt WebExtensions docs label Jun 14, 2023
@rebloor rebloor requested a review from Rob--W June 14, 2023 00:17
@rebloor rebloor self-assigned this Jun 14, 2023
@rebloor rebloor requested review from a team as code owners June 14, 2023 00:17
@rebloor rebloor requested review from hamishwillee and removed request for a team June 14, 2023 00:17
@github-actions github-actions bot added the Content:Other Any docs not covered by another "Content:" label label Jun 14, 2023
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Jun 14, 2023

Preview URLs

External URLs (1)

URL: /en-US/docs/Mozilla/Firefox/Releases/116
Title: Firefox 116 for developers

(comment last updated: 2023-06-15 23:32:27)

Copy link
Copy Markdown
Member

@Rob--W Rob--W left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, I'm confident that you can address the feedback without another review.

Co-authored-by: Rob Wu <rob@robwu.nl>
@rebloor rebloor merged commit 839d682 into mdn:main Jun 15, 2023
@rebloor rebloor deleted the setUninstallURL-to-1023 branch June 15, 2023 23:38
{{AddonSidebar()}}

Sets the URL to be visited when the extension is uninstalled. This may be used to clean up server-side data, do analytics, or implement surveys. The URL can be a maximum 255 characters.
Sets the URL to be visited when the extension is uninstalled. This can be used to clean up server-side data, do analytics, or implement surveys. Up to Firefox 115, a maximum of 255 characters can be used; from Firefox 116, the maximum is 1023 characters.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This documentation is too Firefox-specific.

Please rephrase to state that the limit is 1023, and add a note that it used to be smaller with a reference to the BCD.

Firefox 115- and Chrome 114- had 255 as a limit.

Reference for Chrome: https://groups.google.com/a/chromium.org/g/chromium-extensions/c/XQICoHfau9g/m/3Dx-5b8HCQAJ

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Rob--W sorry about that, see #27359, BCD to follow shortly

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:Other Any docs not covered by another "Content:" label Content:WebExt WebExtensions docs

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants