Closed
Bug 845758
Opened 13 years ago
Closed 7 years ago
cookie permission dialog and page info dialog should handle cookie permissions set ALLOW_FIRST_PARTY_ONLY
Categories
(Firefox :: Page Info Window, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: teramako, Assigned: teramako)
References
Details
(Keywords: privacy, sec-want)
Attachments
(1 file, 1 obsolete file)
|
2.45 KB,
patch
|
Dolske
:
review+
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/20100101 Firefox/19.0
Build ID: 20130215130331
Steps to reproduce:
1. open about:permissions
2. any one, set cookies "Allow First Party Cookie"
A.) Cookie permissions dialog:
3. open preference (Tools->Options)
4. open cookie permissions dialog (Privacy->Exceptions...)
B.) Page Info dialog:
3. open the page set cookies "Allow First Party Cookie"
4. open Page Info dialog from the context menu.
an error is thrown
Actual results:
Cookie permissions dialog:
Thrown an error and nothing is shown in tree list.
Timestamp: 2013/02/27 19:44:36
Error: NS_ERROR_INVALID_POINTER: Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIStringBundle.GetStringFromName]
Source File: XStringBundle
Line: 21
page info dialog:
Timestamp: 2013/02/27 19:26:51
Error: TypeError: radio is null
Source File: chrome://browser/content/pageinfo/permissions.js
Line: 191
and wrong radio button has been selected
Expected results:
the tree list should be shown.
Attachment #718914 -
Flags: review?(dolske)
Attachment #718915 -
Flags: review?(dolske)
fixed half by Bug 841212 . But Page Info dialog is not yet.
Attachment #718914 -
Attachment is obsolete: true
Attachment #718914 -
Flags: review?(dolske)
Comment 4•13 years ago
|
||
Comment on attachment 718915 [details] [diff] [review]
Patch of Page Info dialog
Sorry this took so long. :/
Attachment #718915 -
Flags: review?(dolske) → review+
Hmm, so - we have a patch here which got approval, but apparently it never actually checked in...
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•11 years ago
|
Component: Networking: Cookies → Page Info Window
Product: Core → Firefox
Updated•8 years ago
|
Comment 6•7 years ago
|
||
ALLOW_FIRST_PARTY_ONLY is gone.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•