Closed
Bug 1232910
Opened 9 years ago
Closed 9 years ago
Use channel.asyncOpen2 within dom/push/PushServiceHttp2.jsm
Categories
(Core :: DOM: Security, defect)
Core
DOM: Security
Tracking
()
RESOLVED
FIXED
mozilla46
Tracking | Status | |
---|---|---|
firefox46 | --- | fixed |
People
(Reporter: ckerschb, Assigned: ckerschb)
References
Details
Attachments
(1 file, 1 obsolete file)
4.80 KB,
patch
|
ckerschb
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•9 years ago
|
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8698801 -
Flags: review?(jonas)
Assignee | ||
Comment 2•9 years ago
|
||
Please see also:
https://bugzilla.mozilla.org/show_bug.cgi?id=1232430#c3
Comment on attachment 8698801 [details] [diff] [review]
bug_1232910_asyncopen2_dom_push.patch
Review of attachment 8698801 [details] [diff] [review]:
-----------------------------------------------------------------
r=me assuming that you checked the below and that it wasn't used.
::: dom/push/PushServiceHttp2.jsm
@@ +534,5 @@
>
> chan.notificationCallbacks = listener;
>
> try {
> + chan.asyncOpen2(listener);
Did you check that the listener doesn't use the passed in context?
Attachment #8698801 -
Flags: review?(jonas) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Just rebased the patch and added dragana as a reviewer. Carrying over r+.
(In reply to Jonas Sicking (:sicking) from comment #3)
> > try {
> > + chan.asyncOpen2(listener);
>
> Did you check that the listener doesn't use the passed in context?
Yes, as verified with Dragana in Comment 2, that should be fine.
Attachment #8698801 -
Attachment is obsolete: true
Attachment #8709820 -
Flags: review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 6•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
You need to log in
before you can comment on or make changes to this bug.
Description
•