Closed
Bug 466518
Opened 17 years ago
Closed 17 years ago
[FIX]Teach nsContentPolicyUtils about external resource documents
Categories
(Core :: DOM: Core & HTML, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla1.9.1b2
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
(Keywords: fixed1.9.1)
Attachments
(1 file, 1 obsolete file)
|
851 bytes,
patch
|
Details | Diff | Splinter Review |
I thought that nsContentPolicyUtils would be OK as-is, but I was wrong. Mailnews wants to get docshells from things and then do stuff with them, and will do the wrong thing for external resource documents as things stand...
I guess we'll patch nsContentPolicyUtils for now, pending a better setup for content policy in general that doesn't have to know about docshells.
| Assignee | ||
Comment 1•17 years ago
|
||
Attachment #349790 -
Flags: superreview?(jst)
Attachment #349790 -
Flags: review?(jst)
Updated•17 years ago
|
Attachment #349790 -
Flags: superreview?(jst)
Attachment #349790 -
Flags: superreview+
Attachment #349790 -
Flags: review?(jst)
Attachment #349790 -
Flags: review+
| Assignee | ||
Updated•17 years ago
|
Priority: -- → P1
Updated•17 years ago
|
Attachment #349790 -
Flags: approval1.9.1+
Comment 3•17 years ago
|
||
Comment on attachment 349790 [details] [diff] [review]
Like so
a191=beltzner - can't say if it's a blocker, that's up to jst
| Assignee | ||
Comment 4•17 years ago
|
||
Attachment #349790 -
Attachment is obsolete: true
| Assignee | ||
Comment 5•17 years ago
|
||
| Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•17 years ago
|
Keywords: fixed1.9.1
Target Milestone: --- → mozilla1.9.1b2
Updated•16 years ago
|
Flags: blocking1.9.1? → blocking1.9.1+
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•