Closed
Bug 1193158
Opened 9 years ago
Closed 9 years ago
Create a basic Site Permissions subview
Categories
(Firefox :: Address Bar, enhancement, P1)
Firefox
Address Bar
Tracking
()
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: MattN, Assigned: bgrins)
References
Details
(Whiteboard: [fxprivacy])
Attachments
(1 file)
To get the foundation for the Site Permissions subview we can create it with the headings specified in bug 1188356 for the existing permissions but exclude plug-ins (maybe providing a link to the Page Info tab for now) since they need extra work. This subview should use SitePermissions.jsm for population of data.
This bug is just for the foundation so follow-ups will handle other key elements:
* Adding plug-ins is bug 1193152
* Indicating non-default values is bug 1193154
* Handling of global permission overrides is bug 1193157
Flags: qe-verify+
Flags: firefox-backlog+
Updated•9 years ago
|
Priority: -- → P1
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → bgrinstead
Iteration: --- → 43.2 - Sep 7
Updated•9 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•9 years ago
|
||
Bug 1193158 - Create a basic site permissions subview;r=ttaubert
Comment 2•9 years ago
|
||
> #identity-popup-permission-list menulist,
> #identity-popup-permission-subview-list menulist {
> max-width: 100px;
> }
Please use a class for these menulists. Also, em is preferable over px here.
Assignee | ||
Updated•9 years ago
|
Attachment #8654403 -
Flags: review?(ttaubert)
Updated•9 years ago
|
Attachment #8654403 -
Flags: review?(ttaubert) → review+
Comment 3•9 years ago
|
||
Comment on attachment 8654403 [details]
MozReview Request: Bug 1193158 - Create a basic site permissions subview;r=ttaubert
https://reviewboard.mozilla.org/r/17681/#review15971
LGTM.
Comment 5•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → Firefox 43
Updated•9 years ago
|
QA Contact: paul.silaghi
Comment 6•9 years ago
|
||
43.0a1 (2015-09-01) Win 7
The only permission I see in the panel is for pop-ups. Is it ok for now, or should I see other permissions like geolocation, remember passwords etc, as in bug 885366 ?
Flags: needinfo?(bgrinstead)
Assignee | ||
Comment 7•9 years ago
|
||
(In reply to Paul Silaghi, QA [:pauly] from comment #6)
> 43.0a1 (2015-09-01) Win 7
> The only permission I see in the panel is for pop-ups. Is it ok for now, or
> should I see other permissions like geolocation, remember passwords etc, as
> in bug 885366 ?
The only permission you will see in the 'main' panel is anything that's been set as non-default for that site. When you click the arrow and go into the subview you should see a listing of all permissions.
Flags: needinfo?(bgrinstead)
Comment 8•9 years ago
|
||
qe- since the permissions subpanel is going to be removed (bug 1203280)
Flags: qe-verify+ → qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•