Closed
Bug 1104422
Opened 10 years ago
Closed 10 years ago
Should use PBrowserOrId in WyciwygChannelChild::AsyncOpen
Categories
(Core :: DOM: Content Processes, defect)
Core
DOM: Content Processes
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: kershaw, Assigned: JamesCheng)
References
Details
Attachments
(1 file, 3 obsolete files)
1.53 KB,
patch
|
JamesCheng
:
review+
|
Details | Diff | Splinter Review |
In WyciwygChannelChild::AsyncOpen[1], we should use PBrowserOrId to replace tabChild in SendAsyncOpen, otherwise it would not work in nested oop case.
[1] http://dxr.mozilla.org/mozilla-central/source/netwerk/protocol/wyciwyg/WyciwygChannelChild.cpp#663
Reporter | ||
Updated•10 years ago
|
Blocks: nested-oop
Reporter | ||
Updated•10 years ago
|
Blocks: nested-oop-tests
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jacheng
Assignee | ||
Comment 1•10 years ago
|
||
Hi Kershaw,
please kindly help to check this patch.
Thanks.
Attachment #8542036 -
Flags: feedback?(kechang)
Reporter | ||
Comment 2•10 years ago
|
||
Comment on attachment 8542036 [details] [diff] [review]
Use PBrowserOrId to replace tabChild in SendAsyncOpen
Review of attachment 8542036 [details] [diff] [review]:
-----------------------------------------------------------------
Overall it looks good.
::: netwerk/protocol/wyciwyg/WyciwygChannelChild.cpp
@@ +661,5 @@
> return NS_ERROR_ILLEGAL_VALUE;
> }
>
> + PBrowserOrId browser = static_cast<ContentChild*>(Manager()->Manager())
> + ->GetBrowserOrId(tabChild);
nit: additional spaces
@@ +662,5 @@
> }
>
> + PBrowserOrId browser = static_cast<ContentChild*>(Manager()->Manager())
> + ->GetBrowserOrId(tabChild);
> +
nit: trailing spaces
Attachment #8542036 -
Flags: feedback?(kechang) → feedback+
Assignee | ||
Updated•10 years ago
|
Attachment #8542036 -
Attachment is obsolete: true
Assignee | ||
Comment 3•10 years ago
|
||
Hi Kershaw,
Thanks for the feedback and I've modified and upload the new patch as attachment.
Please confirm it.
Thanks.
Attachment #8542369 -
Flags: feedback?(kechang)
Reporter | ||
Updated•10 years ago
|
Attachment #8542369 -
Flags: feedback?(kechang) → feedback+
Reporter | ||
Updated•10 years ago
|
Attachment #8542369 -
Flags: review?(honzab.moz)
Reporter | ||
Comment 4•10 years ago
|
||
I think we can start the review process now.
Hi Honza,
Could you help to look at this patch?
Thanks.
Assignee | ||
Comment 5•10 years ago
|
||
Hi Honza,
The try server test result are as follows,
https://treeherder.mozilla.org/#/jobs?repo=try&revision=74554e1a91c7
Thanks.
Updated•10 years ago
|
Attachment #8542369 -
Flags: review?(honzab.moz) → review+
Assignee | ||
Comment 6•10 years ago
|
||
Update reviewer name on patch
Assignee | ||
Comment 7•10 years ago
|
||
Update patch message and delete redundant patches.
Attachment #8542369 -
Attachment is obsolete: true
Attachment #8547269 -
Attachment is obsolete: true
Attachment #8547273 -
Flags: review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 8•10 years ago
|
||
Keywords: checkin-needed
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•