Skip to content

Commit

Permalink
Update Chromium data for privacy Web Extensions api properties (#24527)
Browse files Browse the repository at this point in the history
* Update Chromium data for privacy Web Extensions api properties

The privacy API, at the time already containing both services.alternateErrorPagesEnabled and services.autofillEnabled, was moved out of the experimental status in https://source.chromium.org/chromium/chromium/src/+/607e6522f841933e0d3130c09d33207876850948, which according to https://source.chromium.org/chromium/chromium/src/+/607e6522f841933e0d3130c09d33207876850948:chrome/VERSION was Chrome 18.

* Update Chromium data for privacy Web Extensions api property httpsOnlyMode

This PR updates and corrects version values for Chromium (Chrome, Opera, Samsung Internet, WebView Android) for the `privacy` Web Extensions api properties. This sets the feature(s) to a version range based upon the date that the feature was added to BCD with the intent of replacing `true` values with ranged values to eliminate `true` values from BCD.

Commit/PR Adding the Feature: #8830

* Mirror Edge data in the Web Extensions privacy API

* Properly mirror Edge data in Web Extensions privacy API

* httpsOnlyMode not in Chromium Web Extensions privacy API

Despite it being added to the compatibility data in #8830, in reality it does not exist on Chromium browsers.

Co-authored-by: Rob Wu <[email protected]>

---------

Co-authored-by: Rob Wu <[email protected]>
  • Loading branch information
danielhjacobs and Rob--W authored Oct 1, 2024
1 parent 6aac05f commit 1bce102
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions webextensions/api/privacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
"version_added": false
},
"edge": "mirror",
"firefox": {
Expand Down Expand Up @@ -161,11 +161,9 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
},
"edge": {
"version_added": "79"
"version_added": "18"
},
"edge": "mirror",
"firefox": {
"version_added": false
},
Expand Down Expand Up @@ -220,11 +218,9 @@
"__compat": {
"support": {
"chrome": {
"version_added": true
},
"edge": {
"version_added": "79"
"version_added": "18"
},
"edge": "mirror",
"firefox": {
"version_added": false
},
Expand Down

0 comments on commit 1bce102

Please sign in to comment.