From 37b23ee66932ec9dc2607ee98ddde3742cea24a6 Mon Sep 17 00:00:00 2001 From: Anton Bershanskyi Date: Thu, 16 Apr 2026 07:35:03 +0000 Subject: [PATCH] [WebExtensions] Deprecate Native Client info in runtime API 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 --- webextensions/api/runtime.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/webextensions/api/runtime.json b/webextensions/api/runtime.json index 87952997ec03b1..ce82e1d56be725 100644 --- a/webextensions/api/runtime.json +++ b/webextensions/api/runtime.json @@ -360,7 +360,8 @@ "__compat": { "support": { "chrome": { - "version_added": "≤58" + "version_added": "28", + "notes": "This attribute is deprecated and is being removed from Google Chrome, following removal of Google Native Client." }, "edge": "mirror", "firefox": { @@ -381,7 +382,8 @@ "mdn_url": "https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/API/runtime/PlatformNaclArch", "support": { "chrome": { - "version_added": "≤58" + "version_added": "28", + "notes": "This enum is deprecated and is being removed from Google Chrome, following removal of Google Native Client." }, "edge": "mirror", "firefox": {