Closed
Bug 1384402
Opened 7 years ago
Closed 7 years ago
Fix broken about:preferences link after reorg v2
Categories
(Firefox :: Settings UI, defect, P1)
Firefox
Settings UI
Tracking
()
RESOLVED
FIXED
Firefox 56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: abr, Assigned: rickychien)
References
Details
(Whiteboard: [photon-preference])
Attachments
(1 file)
When EME is in use, there is a "linked chain" icon in the URL bar that indicates "Some audio or video on this site uses DRM...", followed by a "Configure" button. Clicking on the button opens a tab with a location of "about:preferences#privacy", although this preferences pane contains no DRM- or EME-related information.
The "about:preferences#content" does contain a DRM-related checkbox; it would presumably be a better choice.
Comment 1•7 years ago
|
||
Jared, this seems like it's potentially a regression from the preference reorg work?
Component: General → Preferences
Flags: needinfo?(jaws)
Comment 2•7 years ago
|
||
Yes, that sounds like it got broken with the recent preference reorg work. Ricky, can you take this?
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → rchien
Status: NEW → ASSIGNED
Flags: needinfo?(rchien) → qe-verify+
Priority: -- → P1
Comment hidden (mozreview-request) |
Assignee | ||
Comment 4•7 years ago
|
||
Below links are linking to broken about:preference#hash after scanning all source code.
https://searchfox.org/mozilla-central/source/browser/base/content/utilityOverlay.js#809
https://searchfox.org/mozilla-central/source/browser/components/newtab/NewTabSearchProvider.jsm#74
https://searchfox.org/mozilla-central/source/browser/modules/ContentSearch.jsm#422
This patch will also fix all broken links.
Summary: Clicking on "Configure" on the EME doorhanger goes to the wrong place → Fix broken about:preferences link after reorg v2
Comment hidden (mozreview-request) |
Assignee | ||
Comment 6•7 years ago
|
||
> https://searchfox.org/mozilla-central/source/browser/base/content/utilityOverlay.js#809
Note that the change of this is unnecessary since all openAdvancedPreferences() are invoked in preferences old organization.
Updated•7 years ago
|
Target Milestone: --- → Firefox 56
Comment 7•7 years ago
|
||
mozreview-review |
Comment on attachment 8890660 [details]
Bug 1384402 - Fix broken about:preferences link after reorg v2
https://reviewboard.mozilla.org/r/161832/#review167576
Attachment #8890660 -
Flags: review?(jaws) → review+
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 10•7 years ago
|
||
Pushed by rchien@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4e072fd859ee
Fix broken about:preferences link after reorg v2 r=jaws
Comment 12•7 years ago
|
||
bugherder |
Assignee | ||
Updated•7 years ago
|
Whiteboard: [photon-preference][triage] → [photon-preference]
You need to log in
before you can comment on or make changes to this bug.
Description
•