Closed
Bug 1232432
Opened 10 years ago
Closed 9 years ago
Convert JS callsites to use asyncOpen2 within browser/components/feeds/FeedConverter.js
Categories
(Core :: DOM: Security, defect, P1)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: ckerschb, Assigned: ckerschb)
References
Details
(Whiteboard: [domsecurity-active])
Attachments
(1 file, 3 obsolete files)
1.12 KB,
patch
|
Gijs
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Updated•10 years ago
|
Summary: Convert JS callsites to use asyncOpen2 within browser/ → Convert JS callsites to use asyncOpen2 within browser/components/feeds/FeedConverter.js
Assignee | ||
Updated•10 years ago
|
Summary: Convert JS callsites to use asyncOpen2 within browser/components/feeds/FeedConverter.js → Convert JS callsites to use asyncOpen2 within browser/components/feeds
Assignee | ||
Comment 1•10 years ago
|
||
Most likely the right patch but we are loading TYPE_INTERNAL_IFRAME, so let's wait till docshell stuff landed before we move forward with this patch, see:
doContentSecurityCheck {
channelURI: http://mochi.test:8888/tests/browser/components/feeds/test/bug408328-data.xml
loadingPrincipal: SystemPrincipal
triggeringPrincipal: SystemPrincipal
contentPolicyType: 29
securityMode: 0
initalSecurityChecksDone: no
enforceSecurity: no
}
Assignee | ||
Updated•9 years ago
|
Whiteboard: [domsecurity-active]
Assignee | ||
Comment 2•9 years ago
|
||
Still blocked on TYPE_DOCUMENT being available within nsContentSecurityManager
Assignee | ||
Comment 3•9 years ago
|
||
Actually we can land the FeedWriter changes, hence I filed Bug 1274219 leaving just the FeedConverter changes within this bug.
Summary: Convert JS callsites to use asyncOpen2 within browser/components/feeds → Convert JS callsites to use asyncOpen2 within browser/components/feeds/FeedConverter.js
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8711861 -
Attachment is obsolete: true
Attachment #8747600 -
Attachment is obsolete: true
Assignee | ||
Comment 5•9 years ago
|
||
This bug will land together with the changes of Bug 1182569, but I suppose it's ready for review. Thanks!
Attachment #8754298 -
Attachment is obsolete: true
Attachment #8782406 -
Flags: review?(gijskruitbosch+bugs)
Comment 6•9 years ago
|
||
Comment on attachment 8782406 [details] [diff] [review]
bug_1232432_feedconverter_asyncopen2.patch
Review of attachment 8782406 [details] [diff] [review]:
-----------------------------------------------------------------
rs=me
Attachment #8782406 -
Flags: review?(gijskruitbosch+bugs) → review+
Assignee | ||
Updated•9 years ago
|
Priority: -- → P1
Pushed by mozilla@christophkerschbaumer.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/7066ba5a48e4
Convert feeds/feedConverter to use asyncOpen2(). r=gijs
Comment 8•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
You need to log in
before you can comment on or make changes to this bug.
Description
•