TypeError: data is null in PrivacyFilter.jsm
Categories
(Firefox :: Session Restore, defect, P1)
Tracking
()
People
(Reporter: glandium, Assigned: mikedeboer)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
pascalc
:
approval-mozilla-release+
|
Details | Review |
This message happens repeatedly in the browser console on Firefox 67:
TypeError: data is nullPrivacyFilter.jsm:49:9
I don't know if that prevents further code to run.
Assignee | ||
Comment 1•6 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #0)
I don't know if that prevents further code to run.
I think it most certainly does! Thanks for filing.
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
[Tracking Requested - why for this release]: This JS error may cause an unexpected degraded session restore experience. The return type of the form data collector changed slightly in bug 1497146, which the PrivacyFilter needs to take into account.
Updated•6 years ago
|
Updated•6 years ago
|
Comment 5•6 years ago
|
||
bugherder |
Comment 6•6 years ago
|
||
Mike, do you want to request uplift to beta/release?
Updated•6 years ago
|
Assignee | ||
Comment 7•6 years ago
|
||
Comment on attachment 9066650 [details]
Bug 1553413 - Update and harden form data filtering for privacy to account for no data being passed in. r?dao
Beta/Release Uplift Approval Request
- User impact if declined: Prevents a JavaScript error to be thrown, which may significantly degrade sessionstore reliability and performance.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Not risky, since it's fixing an actual error with a very small not-null-check.
- String changes made/needed:
Comment 8•6 years ago
|
||
Comment on attachment 9066650 [details]
Bug 1553413 - Update and harden form data filtering for privacy to account for no data being passed in. r?dao
regression fix, approved for 68.0b6
Comment 9•6 years ago
|
||
bugherder uplift |
Comment 10•6 years ago
|
||
Do you think this would be important for the 67.0.1 trailhead release? Or can it wait till a 67.0.2?
Comment 11•6 years ago
|
||
After discussion in team triage today, let's defer till 67.0.2.
Comment 12•6 years ago
|
||
Comment on attachment 9066650 [details]
Bug 1553413 - Update and harden form data filtering for privacy to account for no data being passed in. r?dao
P1, verified on beta, fix approved for 67.0.2, thanks.
Comment 13•6 years ago
|
||
bugherder uplift |
Assignee | ||
Updated•6 years ago
|
Updated•3 years ago
|
Description
•