Closed
Bug 575641
Opened 14 years ago
Closed 14 years ago
[e10s] nsFrameLoader cleanup
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
FIXED
mozilla2.0b7
Tracking | Status | |
---|---|---|
fennec | - | --- |
People
(Reporter: dougt, Assigned: MikeK)
References
Details
Attachments
(1 file)
2.39 KB,
patch
|
smaug
:
review+
dougt
:
approval2.0+
|
Details | Diff | Splinter Review |
>+++ b/content/base/src/nsFrameLoader.cpp
>@@ -542,73 +648,87 @@ nsFrameLoader::Show(PRInt32 marginWidth,
>+ if (presShell)
>+ return true;
PR_TRUE, no?
There are several places in this file that look like this:
if (!mChildProcess) {
TryNewProcess();
}
if (!mChildProcess) {
// return error
}
Seems like the second if should be inside the first, no?
Updated•14 years ago
|
tracking-fennec: --- → ?
Reporter | ||
Comment 1•14 years ago
|
||
would not block fennec from shipping on this.
tracking-fennec: ? → 2.0-
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → mkristoffersen
Assignee | ||
Comment 2•14 years ago
|
||
Attachment #484656 -
Flags: review?(doug.turner)
Reporter | ||
Comment 3•14 years ago
|
||
Comment on attachment 484656 [details] [diff] [review]
This should fix it
olli, this looks right, but you touched this code more than I have. Could you review it?
Attachment #484656 -
Flags: review?(doug.turner) → review?(Olli.Pettay)
Updated•14 years ago
|
Attachment #484656 -
Flags: review?(Olli.Pettay) → review+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Reporter | ||
Comment 4•14 years ago
|
||
Comment on attachment 484656 [details] [diff] [review]
This should fix it
minor change, addresses bz review comments.
Attachment #484656 -
Flags: approval2.0+
Comment 5•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b8
Updated•14 years ago
|
Keywords: checkin-needed
Updated•14 years ago
|
Target Milestone: mozilla2.0b8 → mozilla2.0b7
You need to log in
before you can comment on or make changes to this bug.
Description
•