Closed
Bug 1331921
Opened 7 years ago
Closed 6 years ago
Temporary permissions remain after reloading the page using the tab context menu
Categories
(Firefox :: Site Identity, defect, P1)
Tracking
()
VERIFIED
FIXED
Firefox 53
People
(Reporter: hyacoub, Assigned: johannh)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxprivacy])
Attachments
(1 file)
[Affected versions]: Nightly 53.0a1 [Affected platforms]: All platforms: Ubuntu 16.04 x64, Windows 10 x 64, Mac OS X 10.11 [Steps to reproduce]: 1. Go to permission.site and click on "Notification". 2. Uncheck "Remember this decicsion" and click on "Don't Allow". 3. Reload the page. [Expected result]: In the address bar near the "i" you the notification icon in a grey color and with a stripe over it shouldn't be displayed. In control center under the Permissions "You have not granted this site any special permissions" message is displayed. [Actual result]: In the address bar near the "i" you see a notification icon that in a grey color and with a stripe over it. In control center unde permissions the status is Block Temporarily.
Assignee | ||
Comment 1•7 years ago
|
||
I can't reproduce :/ Can you try with a different permission?
Reporter | ||
Comment 2•7 years ago
|
||
It's reproducible with all the permissions, but you have to reload the tab not refreshing the page. 1. Right click on the tab. 2. Click on "Reload Tab".
Assignee | ||
Comment 3•6 years ago
|
||
This happens because http://searchfox.org/mozilla-central/source/browser/base/content/tabbrowser.xml#3078 is not calling BrowserReload, which is the only place we're listing for a reload currently. Need to fix that.
Assignee | ||
Updated•6 years ago
|
Whiteboard: [fxprivacy] [triage]
Assignee | ||
Updated•6 years ago
|
Summary: Temporarily permissions remain after reloading the page → Temporary permissions remain after reloading the page using the tab context menu
Updated•6 years ago
|
Priority: -- → P1
Whiteboard: [fxprivacy] [triage] → [fxprivacy]
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → jhofmann
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Assignee | ||
Comment 5•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=dbaa327bb39b
Comment 6•6 years ago
|
||
mozreview-review |
Comment on attachment 8828720 [details] Bug 1331921 - Hide temporary permissions on tab reload through the context menu. https://reviewboard.mozilla.org/r/106028/#review107080 Looks good, thanks for including a test.
Attachment #8828720 -
Flags: review?(florian) → review+
Pushed by jhofmann@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ea5dac2d3a45 Hide temporary permissions on tab reload through the context menu. r=florian
Comment 8•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ea5dac2d3a45
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 53
Assignee | ||
Updated•6 years ago
|
Flags: qe-verify+
Reporter | ||
Comment 9•6 years ago
|
||
Build ID: 20170124030205 User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:54.0) Gecko/20100101 Firefox/54.0 Tested this issue on Windows 10 x 64, Mac OS X 10.11 and Ubuntu 16.04 x64 on Firefox Nightly 53.0a1, Firefox Nightly 54.0a1 and Aurora 53.0a2 and I confirm that it's not reproducible any more.
Status: RESOLVED → VERIFIED
Reporter | ||
Updated•6 years ago
|
status-firefox54:
--- → verified
You need to log in
before you can comment on or make changes to this bug.
Description
•