Closed
Bug 391438
Opened 18 years ago
Closed 18 years ago
[FIXr]Remove originURI argument from contentpolicy calls
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: sicking, Assigned: bzbarsky)
Details
Attachments
(1 file)
|
20.49 KB,
patch
|
sicking
:
review+
sicking
:
superreview+
sicking
:
approval1.9+
|
Details | Diff | Splinter Review |
This is a spinoff from bug 388597 comment 19. We can remove the originURI argument from NS_CheckContent(Load|Process)Policy if we in nsDocShell::InternalLoad call GetCodebasePrincipal/GetSystemPrincipal for the passed in uri.
| Assignee | ||
Comment 1•18 years ago
|
||
Assignee: nobody → bzbarsky
Status: NEW → ASSIGNED
Attachment #275915 -
Flags: superreview?(jonas)
Attachment #275915 -
Flags: review?(jonas)
| Assignee | ||
Updated•18 years ago
|
OS: Windows XP → All
Hardware: PC → All
Summary: Remove originURI argument from contentpolicy calls → [FIX]Remove originURI argument from contentpolicy calls
| Reporter | ||
Updated•18 years ago
|
Attachment #275915 -
Flags: superreview?(jonas)
Attachment #275915 -
Flags: superreview+
Attachment #275915 -
Flags: review?(jonas)
Attachment #275915 -
Flags: review+
| Assignee | ||
Comment 2•18 years ago
|
||
Comment on attachment 275915 [details] [diff] [review]
Like so?
Requesting 1.9 approval. Safe fix, no behavior change. Just slightly cleaner setup for future work.
Attachment #275915 -
Flags: approval1.9?
| Assignee | ||
Updated•18 years ago
|
Summary: [FIX]Remove originURI argument from contentpolicy calls → [FIXr]Remove originURI argument from contentpolicy calls
| Reporter | ||
Updated•18 years ago
|
Attachment #275915 -
Flags: approval1.9? → approval1.9+
| Assignee | ||
Comment 3•18 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•