Closed Bug 2056956 Opened 1 month ago Closed 28 days ago

Region Gate the monitor feature region US

Categories

(Core :: Machine Learning: Frontend, enhancement)

enhancement
Points:
2

Tracking

()

RESOLVED FIXED
155 Branch
Tracking Status
firefox155 --- fixed

People

(Reporter: ngrato, Assigned: ngrato)

References

(Blocks 1 open bug)

Details

(Whiteboard: [aiact])

Attachments

(1 file)

From Ed - "region or locale check can be added separately as those won’t work from the default pref firefox.js file anyway. here’s an example of auto tab grouping adding a region check https://phabricator.services.mozilla.com/D312297 as a hardcoded disallow FR but review comments suggest it might want a pref controlled allow if that’s the actual desired product behavior

where each feature needs to decide what’s the right access points to control access/behaviors"

Additional notes -looks like the referenced patch above has changed from https://phabricator.services.mozilla.com/D312297?vs=on&id=1324655#toc... looks like we should possibly follow what STB is doing in https://searchfox.org/firefox-main/source/browser/components/tabbrowser/SmartTabGrouping.sys.mjs#333

 static get isAllowed() {
    return Services.locale.appLocaleAsBCP47.startsWith("en");
  }
Summary: Region Gate the monitor featuer to EN → Region Gate the monitor featuer region US

update from ed "if it’s inclusive list, then it’s the opposite of link preview’s disallow list. but both patterns are in use in firefox just flip the condition. you can search for “region” in about:config to see various examples" So we do not want to look at language

Summary: Region Gate the monitor featuer region US → Region Gate the monitor feature region US
Assignee: nobody → ngrato
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 28 days ago
Resolution: --- → FIXED
Target Milestone: --- → 155 Branch
Blocks: 2054541
QA Whiteboard: [qa-triage-done-c156/b155]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: