Closed
Bug 1466817
Opened 7 years ago
Closed 6 years ago
The "Edit Pop-up Blocker Options/Preferences" command should open the in-content preferences
Categories
(Firefox :: Site Identity, defect, P1)
Firefox
Site Identity
Tracking
()
VERIFIED
FIXED
Firefox 66
People
(Reporter: Paolo, Assigned: Paolo)
References
Details
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
The "Edit Pop-up Blocker Preferences" command in the notification bar shown when a popup is blocked is the last user of "permissions.xul" in a separate window that remains in non-test code.
Changing this to open the preferences in-content will allow us to remove support for opening the dialog in a separate window.
While the "Edit Pop-up Blocker Preferences" is not covered by regression tests, some other tests may currently open the dialog in a separate window, and they may have to be adjusted.
Assignee | ||
Updated•6 years ago
|
Summary: The "Edit Pop-up Blocker Options/Preferences" command should open the permissions dialog in-content → The "Edit Pop-up Blocker Options/Preferences" command should open the in-content preferences
Assignee | ||
Comment 1•6 years ago
|
||
Instead of opening the pop-up permissions dialog with the origin already populated, this command now highlights the pop-up permission row in the preferences. This doesn't remove any functionality because the only action that would be available for the origin in the permissions dialog is "Allow", which is equivalent to the "Allow pop-ups for" command in the notification bar menu.
Assignee | ||
Comment 2•6 years ago
|
||
I'd like to uplift this to Beta to fix bug 1514223. This also removes the last use of the permissions dialog outside of the in-content preferences.
Updated•6 years ago
|
Assignee: nobody → paolo.mozmail
Status: NEW → ASSIGNED
Assignee | ||
Updated•6 years ago
|
Priority: P3 → P1
Assignee | ||
Comment 3•6 years ago
|
||
Pushed by paolo.mozmail@amadzone.org:
https://hg.mozilla.org/integration/mozilla-inbound/rev/6960ca4db506
The "Edit Pop-up Blocker Options/Preferences" command should open the in-content preferences. r=jaws
Assignee | ||
Updated•6 years ago
|
Flags: qe-verify+
Assignee | ||
Comment 6•6 years ago
|
||
[Tracking Requested - why for this release]:
Tracking requested per bug 1514223.
status-firefox65:
--- → affected
status-firefox66:
--- → affected
tracking-firefox65:
--- → ?
tracking-firefox66:
--- → ?
Comment 7•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 66
Comment 8•6 years ago
|
||
Please nominate this for Beta approval when you get a chance.
Comment 9•6 years ago
|
||
Verified - Fixed on latest Nightly 66.0a1 (2018-12-28) on Windows 10, Mac OS 10.13 and Ubuntu 16.04
Clicking on Option -> Edit Pop-up Blocker options... will lead the user to the about:preferences#privacy page with the "Block pop-up windows" option highlighted.
Assignee | ||
Comment 10•6 years ago
|
||
Comment on attachment 9032629 [details]
Bug 1466817 - The "Edit Pop-up Blocker Options/Preferences" command should open the in-content preferences. r=jaws
[Beta/Release Uplift Approval Request]
Feature/Bug causing the regression: Bug 1493844
User impact if declined: Bug 1514223
Is this code covered by automated tests?: Yes
Has the fix been verified in Nightly?: Yes
Needs manual test from QE?: Yes
If yes, steps to reproduce: See comment 9
List of other uplifts needed: None
Risk to taking this patch: Low
Why is the change risky/not risky? (and alternatives if risky): Risk is limited to the feature
String changes made/needed: None
Flags: needinfo?(paolo.mozmail)
Attachment #9032629 -
Flags: approval-mozilla-beta?
Comment 11•6 years ago
|
||
Comment on attachment 9032629 [details]
Bug 1466817 - The "Edit Pop-up Blocker Options/Preferences" command should open the in-content preferences. r=jaws
[Triage Comment]
Fixes a styling issue and provides a more consistent preferences experience. Approved for 65.0b8.
Attachment #9032629 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 12•6 years ago
|
||
bugherder uplift |
Comment 13•6 years ago
|
||
Verified as fixed on 65.0b8 20190103150357 on Winddows 10 x32 , Ubuntu 16.04 x64 and OSX 10.14.2.
You need to log in
before you can comment on or make changes to this bug.
Description
•