Closed
Bug 729266
Opened 14 years ago
Closed 13 years ago
remove more double painting
Categories
(Core :: Graphics, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| blocking-fennec1.0 | --- | beta+ |
People
(Reporter: jrmuizel, Assigned: cwiiis)
References
Details
(Whiteboard: MAPLE mwc-demo [gfx])
Attachments
(1 file)
|
1.86 KB,
patch
|
BenWa
:
review-
|
Details | Diff | Splinter Review |
No description provided.
| Reporter | ||
Comment 1•14 years ago
|
||
Attachment #599315 -
Flags: review?(bgirard)
Comment 2•14 years ago
|
||
Comment on attachment 599315 [details] [diff] [review]
Remove more unneeded request renders
Simply removing the requestRender is incorrect. In the Layer.update method, layers can return false and expect another render to happen shortly in which they can update again.
We need to remove this mechanism because it doesn't make sense in Maple.
Attachment #599315 -
Flags: review?(bgirard) → review-
Updated•14 years ago
|
Whiteboard: MAPLE
| Reporter | ||
Comment 3•14 years ago
|
||
it looks like the right solution to this is to remove the calls from gecko into java GeckoLayerClient.beginDrawing(). This should remove most of the contention.
| Reporter | ||
Updated•14 years ago
|
Assignee: nobody → jmuizelaar
Updated•14 years ago
|
Whiteboard: MAPLE → MAPLE mwc-demo
Updated•14 years ago
|
Status: NEW → ASSIGNED
Updated•14 years ago
|
Keywords: fennecnative-betablocker
Updated•14 years ago
|
Priority: P1 → P3
Updated•14 years ago
|
blocking-fennec1.0: --- → beta+
Updated•13 years ago
|
Whiteboard: MAPLE mwc-demo → MAPLE mwc-demo [gfx]
Updated•13 years ago
|
Assignee: jmuizelaar → chrislord.net
Comment 5•13 years ago
|
||
Jeff believes we don't double paint any more and much has changed since this was filed.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•