Closed
Bug 1394735
Opened 8 years ago
Closed 4 years ago
Enabling privacy.resistFingerprinting causes jank in jquery scrolling
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1692609
| Performance Impact | ? |
| Tracking | Status | |
|---|---|---|
| firefox57 | --- | wontfix |
People
(Reporter: genghizkhan91, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [fingerprinting][fp-triaged])
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:50.0) Gecko/20100101 Firefox/50.0
Build ID: 20100101
Steps to reproduce:
I enabled privacy.resistFingerprinting in Firefox 56.0b6 on a fresh profile and went to the website https://alvarotrigo.com/multiScroll/
Actual results:
The scrolling was extremely janky.
Expected results:
The scrolling should have been smooth, as can be experienced by disabling privacy.resistFingerprinting. A discussion about the same can be found here: https://github.com/pyllyukko/user.js/issues/334#issuecomment-324219878
Updated•8 years ago
|
Component: Untriaged → Layout
Product: Firefox → Core
Updated•8 years ago
|
Priority: -- → P3
Updated•8 years ago
|
status-firefox57:
--- → wontfix
Updated•8 years ago
|
Flags: needinfo?(tihuang)
Comment 1•8 years ago
|
||
It looks like Bug 1217238 introduces this jank. It will reduce the javascript time precision to 100 ms when 'privacy.resistFingerprinting' is true. So, this scrolling API must based on certine timing information of javascript, it get janky when the timing is no longer precise.
Flags: needinfo?(tihuang)
Updated•8 years ago
|
Whiteboard: [fingerprinting-breakage]
Updated•8 years ago
|
Priority: P3 → P5
Whiteboard: [fingerprinting-breakage] → [fingerprinting-breakage][fp-triaged]
Updated•7 years ago
|
Whiteboard: [fingerprinting-breakage][fp-triaged] → [fingerprinting-breakage]
Updated•7 years ago
|
Blocks: fingerprinting-breakage
Whiteboard: [fingerprinting-breakage]
Updated•7 years ago
|
Whiteboard: [fingerprinting]
Updated•7 years ago
|
Blocks: uplift_tor_fingerprinting
Whiteboard: [fingerprinting] → [fingerprinting][fp-triaged]
Throwing back to eng and qf triage since Jet’s gone.
Priority: P5 → --
Whiteboard: [fingerprinting][fp-triaged] → [fingerprinting][fp-triaged][qf:*]
Updated•4 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 4 years ago
Resolution: --- → DUPLICATE
Updated•4 years ago
|
Performance Impact: --- → ?
Whiteboard: [fingerprinting][fp-triaged][qf:*] → [fingerprinting][fp-triaged]
You need to log in
before you can comment on or make changes to this bug.
Description
•