Closed
Bug 1575477
Opened 5 years ago
Closed 5 years ago
Use of unknown property Ci.nsICookieService.BEHAVIOR_ALLOW in browser_trackingUI_categories.js
Categories
(Firefox :: Site Identity, defect, P1)
Firefox
Site Identity
Tracking
()
Tracking | Status | |
---|---|---|
firefox70 | --- | fixed |
People
(Reporter: standard8, Assigned: standard8)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
I just noticed that bug 1573605 introduced this:
Services.prefs.setIntPref(TPC_PREF, Ci.nsICookieService.BEHAVIOR_ALLOW);
but nsICookieService.BEHAVIOUR_ALLOW
isn't defined. Looks like it should be nsICookieService.BEHAVIOR_ACCEPT
.
Updated•5 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P1
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e37925661bb4
Fix use of unknown property browser_trackingUI_categories.js. r=nhnt11
Comment 3•5 years ago
|
||
Type: task → defect
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 70
Assignee | ||
Updated•5 years ago
|
Iteration: --- → 70.4 - Aug 19 - Sep 1
Updated•3 years ago
|
Has Regression Range: --- → yes
Updated•3 years ago
|
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•