Closed
Bug 1307132
Opened 7 years ago
Closed 7 years ago
cookies.js relies on AppConstants but is used from cookies.xul which does not import it at any point
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
FIXED
Firefox 52
Tracking | Status | |
---|---|---|
firefox49 | --- | unaffected |
firefox50 | --- | unaffected |
firefox51 | + | fixed |
firefox52 | --- | fixed |
People
(Reporter: Gijs, Assigned: Gijs)
References
Details
(Keywords: regression)
Attachments
(1 file)
58 bytes,
text/x-review-board-request
|
jaws
:
review+
gchang
:
approval-mozilla-aurora+
|
Details |
Noticed on my nightly build that if you open the cookies dialog and hit a key, you get: JavaScript error: chrome://browser/content/preferences/cookies.js, line 762: ReferenceError: AppConstants is not defined This looks like a regression from bug 1294989
Comment 1•7 years ago
|
||
[Tracking Requested - why for this release]: regression introduced in v51
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
status-firefox49:
--- → unaffected
status-firefox50:
--- → unaffected
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8797193 [details] Bug 1307132 - import AppConstants.jsm, https://reviewboard.mozilla.org/r/82792/#review82520
Attachment #8797193 -
Flags: review?(jaws) → review+
Pushed by gijskruitbosch@gmail.com: https://hg.mozilla.org/integration/autoland/rev/3ee1fa4da71b import AppConstants.jsm, r=jaws
Comment 5•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3ee1fa4da71b
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 52
Comment 7•7 years ago
|
||
Hi :Gijs, Since this bug is a regression and also affects 51, do you consider to uplift this for 51?
Flags: needinfo?(gijskruitbosch+bugs)
Assignee | ||
Comment 8•7 years ago
|
||
Comment on attachment 8797193 [details] Bug 1307132 - import AppConstants.jsm, Approval Request Comment [Feature/regressing bug #]: bug 1294989 [User impact if declined]: parts of the preferences' cookies dialog don't work correctly. [Describe test coverage new/current, TreeHerder]: noooope, or we would have noticed earlier. I think the cookies dialog itself does have tests, just not once that noticed this breakage. [Risks and why]: very low, effectively a 1-liner. [String/UUID change made/needed]: nope
Flags: needinfo?(gijskruitbosch+bugs)
Attachment #8797193 -
Flags: approval-mozilla-aurora?
Comment 9•7 years ago
|
||
Comment on attachment 8797193 [details] Bug 1307132 - import AppConstants.jsm, Fix a regression. Take it in 51 aurora.
Attachment #8797193 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 10•7 years ago
|
||
bugherder uplift |
https://hg.mozilla.org/releases/mozilla-aurora/rev/ca710272133c
You need to log in
before you can comment on or make changes to this bug.
Description
•