Closed
Bug 208560
Opened 22 years ago
Closed 22 years ago
P3P summary only works once
Categories
(Core :: XML, defect)
Tracking
()
VERIFIED
FIXED
mozilla1.4final
People
(Reporter: hjtoi-bugzilla, Assigned: harishd)
References
()
Details
(Keywords: regression, Whiteboard: [fixed on the trunk])
Attachments
(1 file)
2.21 KB,
patch
|
hjtoi-bugzilla
:
review+
hjtoi-bugzilla
:
superreview+
asa
:
approval1.4+
|
Details | Diff | Splinter Review |
Using an old profile, do:
1. Go to URL
2. View > Page Info > Privacy > Summary
Expected results: a summary view
Actual results: a dialog with message "Unable to display privacy summary for
http://www.att.com. Either the site does not have a privacy policy or it could
not be found"
Using a new profile works fine.
Reporter | ||
Updated•22 years ago
|
Target Milestone: --- → mozilla1.4final
Comment 1•22 years ago
|
||
Since bug 191920 was blocking1.4 and this is a regression caused by that (or if
you prefer, the patch doesn't actually fix p3p for old profiles), I'm going to
mark this one as blocking too.
Flags: blocking1.4+
Reporter | ||
Comment 3•22 years ago
|
||
Bug 191920 was only proposed to block 1.4final, it was not approved.
Flags: blocking1.4+ → blocking1.4?
Comment 4•22 years ago
|
||
bug 191920 was not only approved, it landed on the 1.4 branch already.
Flags: blocking1.4? → blocking1.4+
In an attempt to find the problem I discovered one more BAD problem. The summary
window is populated only once. That's if you click on the summary button the
second time you will get an error message followed by a blank window. This is
very bad and IMO must be fixed for 1.4
Comment 6•22 years ago
|
||
Probably needs a xsltp.reset() right before line 62 (xsltp.setParameter("",
"policyUri", policyuri.spec);)
Comment 7•22 years ago
|
||
Comment 8•22 years ago
|
||
Comment on attachment 125423 [details] [diff] [review]
v1
This fixes the problem with viewing the summary more than once. The change in
Transformiix is needed because otherwise the xsltp.reset() call crashes.
Attachment #125423 -
Flags: superreview?(heikki)
Attachment #125423 -
Flags: review?(harishd)
Comment on attachment 125423 [details] [diff] [review]
v1
r=harishd
Attachment #125423 -
Flags: review?(harishd) → review+
Reporter | ||
Comment 10•22 years ago
|
||
Comment on attachment 125423 [details] [diff] [review]
v1
I notice this fixes the comment issue as well, thanks.
Attachment #125423 -
Flags: superreview?(heikki)
Attachment #125423 -
Flags: superreview+
Attachment #125423 -
Flags: review?(harishd)
Attachment #125423 -
Flags: review+
Reporter | ||
Comment 11•22 years ago
|
||
Samir, we noticed that this was actually more serious than first thought, so
nominating this again.
Reporter | ||
Comment 12•22 years ago
|
||
Comment on attachment 125423 [details] [diff] [review]
v1
Doh, I wiped out harishd's review, adding it back.
Drivers, this is a low risk fix for 1.4final blocker, requesting approval to
land on 1.4 branch.
Attachment #125423 -
Flags: review?(harishd)
Attachment #125423 -
Flags: review+
Attachment #125423 -
Flags: approval1.4?
Assignee | ||
Comment 13•22 years ago
|
||
Fix checked in on the trunk.
Comment 14•22 years ago
|
||
Comment on attachment 125423 [details] [diff] [review]
v1
a=asa (on behalf of drivers)for checkin to the 1.4 branch.
Attachment #125423 -
Flags: approval1.4? → approval1.4+
Reporter | ||
Comment 15•22 years ago
|
||
Sent request for ADT approval.
Reporter | ||
Comment 16•22 years ago
|
||
Reserved ADT approval from Rafael and Marina. Ok to land on 1.4 branch.
Comment 17•22 years ago
|
||
a=adt Please add fixed1.4 keyword after landing on branch
Comment 19•22 years ago
|
||
Checked in on branch.
You need to log in
before you can comment on or make changes to this bug.
Description
•