Closed
Bug 880340
Opened 10 years ago
Closed 10 years ago
Remove the security checks on nsImageLoadingContent methods
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: bzbarsky, Assigned: Ms2ger)
Details
Attachments
(1 file)
10.65 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
We no longer need these, since nsIImageLoadingContent stuff and other XPCOM interfaces it implements are no longer exposed to non-chrome script in the new WebIDL world. Basically, we want to back out the patches from bug 604262 and its followups. The 1.9.1 rollup patch in that bug is a good guide for what can go. Ms2ger, are you interested in taking this?
![]() |
Reporter | |
Updated•10 years ago
|
Flags: needinfo?(Ms2ger)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → Ms2ger
Flags: needinfo?(Ms2ger)
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #760226 -
Flags: review?(jst)
![]() |
Reporter | |
Comment 2•10 years ago
|
||
Comment on attachment 760226 [details] [diff] [review] Patch v1 r=me. Thanks!
Attachment #760226 -
Flags: review?(jst) → review+
Assignee | ||
Comment 3•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/e00f2ef984c6
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•