Closed
Bug 575647
Opened 14 years ago
Closed 14 years ago
[e10s] Move FlushLayoutForTree to nsContentUtils
Categories
(Core :: IPC, defect)
Core
IPC
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fennec | - | --- |
People
(Reporter: dougt, Assigned: MikeK)
References
Details
Attachments
(1 file)
(deleted),
patch
|
sicking
:
review+
dougt
:
approval2.0+
|
Details | Diff | Splinter Review |
>+++ b/content/canvas/src/DocumentRendererChild.cpp
>+FlushLayoutForTree(nsIDOMWindow* aWindow)
Can we just move this to nsContentUtils instead of copy/pasting it all over?
We really don't want 4 copies of this method around.
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 | ||
Comment 2•14 years ago
|
||
Assignee: nobody → mkristoffersen
Status: NEW → ASSIGNED
Attachment #484687 -
Flags: review?(doug.turner)
Reporter | ||
Comment 3•14 years ago
|
||
Comment on attachment 484687 [details] [diff] [review]
Think this should do it
jonas, this is code cleanup. Can you take a look?
Attachment #484687 -
Flags: review?(doug.turner) → review?(jonas)
Attachment #484687 -
Flags: review?(jonas) → review+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Reporter | ||
Comment 5•14 years ago
|
||
Comment on attachment 484687 [details] [diff] [review]
Think this should do it
low risk. fallout from the e10s->merge
Attachment #484687 -
Flags: approval2.0+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 6•14 years ago
|
||
Try server seems ok with this
Assignee | ||
Comment 7•14 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•