Closed
Bug 1478158
Opened 7 years ago
Closed 7 years ago
Guard prefers-reduced-motion by Resist Fingerprinting pref
Categories
(Core :: CSS Parsing and Computation, enhancement, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: hiro, Assigned: hiro)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fingerprinting])
Attachments
(1 file, 1 obsolete file)
Assignee | ||
Comment 1•7 years ago
|
||
This should be done along with the feature land though.
Priority: -- → P3
Updated•7 years ago
|
Summary: Guard prefers-reduced-motion by Resit Fingerprinting pref → Guard prefers-reduced-motion by Resist Fingerprinting pref
Assignee | ||
Comment 2•7 years ago
|
||
Assignee: nobody → hikezoe
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8994684 -
Attachment is obsolete: true
Comment 5•7 years ago
|
||
mozreview-review |
Comment on attachment 8994695 [details]
Bug 1478158 - Don't expose prefers-reduced-motion setting in content if Resist Fingerprinting enabled.
https://reviewboard.mozilla.org/r/259226/#review266234
Attachment #8994695 -
Flags: review?(cam) → review+
Pushed by hikezoe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ea227bb780df
Don't expose prefers-reduced-motion setting in content if Resist Fingerprinting enabled. r=heycam
Comment 7•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Updated•7 years ago
|
Whiteboard: [fingerprinting]
Comment 8•7 years ago
|
||
Why was the eUserAgentAndChromeOnly test added? It is dead code, since there's only a single media feature that uses GetSystemMetric, and doesn't have the flag...
Flags: needinfo?(hikezoe)
Comment 9•7 years ago
|
||
(Dead code as in "useless", because isAccessibleFromContentPages will always be true).
Assignee | ||
Comment 10•7 years ago
|
||
(In reply to Emilio Cobos Álvarez (:emilio) from comment #8)
> Why was the eUserAgentAndChromeOnly test added? It is dead code, since
> there's only a single media feature that uses GetSystemMetric, and doesn't
> have the flag...
It was just copied-and-paste. :/
Flags: needinfo?(hikezoe)
Updated•5 years ago
|
Blocks: uplift_tor_fingerprinting
You need to log in
before you can comment on or make changes to this bug.
Description
•