Closed
Bug 1484698
Opened 6 years ago
Closed 6 years ago
Rename hasFxAccount to usesFirefoxSync in AS Targeting
Categories
(Firefox :: Messaging System, enhancement, P2)
Firefox
Messaging System
Tracking
()
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: k88hudson, Assigned: andreio)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
See https://github.com/mozmeao/snippets-service/issues/650#issuecomment-414266333.
May need some further discussion
Reporter | ||
Updated•6 years ago
|
Priority: P3 → P2
Reporter | ||
Updated•6 years ago
|
Severity: normal → enhancement
Comment 1•6 years ago
|
||
Is this something we can get for Fx63?
If not is it OK to include both hasFxAccount and usesFirefoxSync in the JEXL. E.g.
'isDefaultBrowser == true && hasFxAccount == false && usesFirefoxSync == false'
Flags: needinfo?(andrei.br92)
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → andrei.br92
Flags: needinfo?(andrei.br92)
Assignee | ||
Comment 2•6 years ago
|
||
In order to capture any of the two attributes and check for `true` you should use something like this: `isDefaultBrowser == true && (hasFxAccount == true || usesFirefoxSync == true)`
Assignee: andrei.br92 → nobody
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → andrei.br92
Comment 3•6 years ago
|
||
Comment 4•6 years ago
|
||
Commit pushed to master at https://github.com/mozilla/activity-stream
https://github.com/mozilla/activity-stream/commit/3735e08facc3584a4b2a7f906449684c9f75bf74
Fix Bug 1484698 - Rename hasFxAccount to usesFirefoxSync (#4421)
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Iteration: --- → 64.1 (Sep 14)
Comment 5•6 years ago
|
||
status-firefox64:
--- → fixed
Target Milestone: --- → Firefox 64
Comment 6•6 years ago
|
||
Backout by btara@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/d2e41f2f964d
Backed out changeset 8dde92f89a24 for browser_asrouter_cfr.js failures. a=backout
Relanded:
https://hg.mozilla.org/mozilla-central/rev/581019e9ea70
Updated•5 years ago
|
Component: Activity Streams: Newtab → Messaging System
You need to log in
before you can comment on or make changes to this bug.
Description
•