Skip to content

Commit

Permalink
WebExt: remove msedge compat data license and improve content (#37449)
Browse files Browse the repository at this point in the history
* remove msedge compat data license and improve content

* typo: fix pronoun
  • Loading branch information
PassionPenguin authored Dec 30, 2024
1 parent dbda850 commit 873e383
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ browser-compat: webextensions.api.omnibox.onDeleteSuggestion
{{AddonSidebar}}

Fired whenever the user deletes a suggestion.
A suggestion can be deleted when {{WebExtAPIRef("omnibox.SuggestResult","SuggestResult")}}`.deletable` is set to true.
A suggestion can be deleted when the property `deletable` of a {{WebExtAPIRef("omnibox.SuggestResult","SuggestResult")}} is set to true.

## Syntax

Expand Down Expand Up @@ -54,5 +54,3 @@ browser.omnibox.onDeleteSuggestion.addListener(logDeletedSuggestion);

> [!NOTE]
> This API is based on Chromium's [`chrome.omnibox`](https://developer.chrome.com/docs/extensions/reference/api/omnibox) API.
>
> Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,3 @@ gettingInfo.then(gotBrowserInfo);
## Browser compatibility

{{Compat}}

> [!NOTE]
> Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,3 @@ visit(window);
## Browser compatibility

{{Compat}}

> [!NOTE]
> Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ page-type: guide

{{WebExtAllCompatTables}}

> [!NOTE]
> Microsoft Edge compatibility data is supplied by Microsoft Corporation and is included here under the Creative Commons Attribution 3.0 United States License.
## See also

- [Browser compatibility for manifest.json](/en-US/docs/Mozilla/Add-ons/WebExtensions/Browser_compatibility_for_manifest.json)

0 comments on commit 873e383

Please sign in to comment.