Skip to content

Commit fd41dbd

Browse files
authored
[WebExtensions] Deprecate Native Client info in runtime API (#29491)
Add notes to runtime.PlatformInfo.nacl_arch and runtime.PlatformNaclArch describing their deprecation. Google Chrome plans to run a deprecation experiment removing runtime.PlatformInfo.nacl_arch on all platforms. Shortly after conclussion of runtime.PlatformInfo.nacl_arch removal experiment Chrome plans to remove enum runtime.PlatformNaclArch without any experiment. Details: https://chromium-review.googlesource.com/c/chromium/src/+/7090141
1 parent 7081e4e commit fd41dbd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

webextensions/api/runtime.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,8 @@
360360
"__compat": {
361361
"support": {
362362
"chrome": {
363-
"version_added": "≤58"
363+
"version_added": "28",
364+
"notes": "This attribute is deprecated and is being removed from Google Chrome, following removal of Google Native Client."
364365
},
365366
"edge": "mirror",
366367
"firefox": {
@@ -381,7 +382,8 @@
381382
"mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/runtime/PlatformNaclArch",
382383
"support": {
383384
"chrome": {
384-
"version_added": "≤58"
385+
"version_added": "28",
386+
"notes": "This enum is deprecated and is being removed from Google Chrome, following removal of Google Native Client."
385387
},
386388
"edge": "mirror",
387389
"firefox": {

0 commit comments

Comments
 (0)