Bug 1863867 - Add expriment targeting based on archiecture bits r=barret
Differential Revision: https://phabricator.services.mozilla.com/D193159
This commit is contained in:
@@ -11,6 +11,7 @@ Please note that some targeting attributes require stricter controls on the tele
|
||||
* [activeNotifications](#activenotifications)
|
||||
* [addonsInfo](#addonsinfo)
|
||||
* [addressesSaved](#addressessaved)
|
||||
* [archBits](#archbits)
|
||||
* [attachedFxAOAuthClients](#attachedfxaoauthclients)
|
||||
* [attributionData](#attributiondata)
|
||||
* [backgroundTaskName](#backgroundtaskname)
|
||||
@@ -588,6 +589,16 @@ addressesSaved > 1
|
||||
declare const addressesSaved: Promise<number>
|
||||
```
|
||||
|
||||
### `archBits`
|
||||
|
||||
The number of bits used to represent a pointer in this build.
|
||||
|
||||
#### Definition
|
||||
|
||||
```ts
|
||||
declare const archBits: number;
|
||||
```
|
||||
|
||||
### `xpinstallEnabled`
|
||||
|
||||
Pref used by system administrators to disallow add-ons from installed altogether.
|
||||
|
||||
Reference in New Issue
Block a user