Closed
Bug 729537
Opened 13 years ago
Closed 13 years ago
Maple: buffers are larger than we expect
Categories
(Core :: Graphics, defect, P1)
Tracking
()
VERIFIED
FIXED
mozilla14
People
(Reporter: jrmuizel, Assigned: cwiiis)
References
(Depends on 1 open bug)
Details
(Whiteboard: MAPLE mwc-demo)
Attachments
(1 file, 1 obsolete file)
5.74 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Chris Lord:
We have *huuuge* buffers - I'm not sure where the size is coming from (the displayport set on buffers is only 300 pixels around the screen size). This means that we often deal with uploads in the region of 2000+ pixels (even on a 1024x600 screen), for no real reason. No area of the page outside of the 300 pixel buffer set in the displayport is rendered.
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → chrislord.net
Whiteboard: maple
Updated•13 years ago
|
Whiteboard: maple → MAPLE mwc-demo
Updated•13 years ago
|
Keywords: fennecnative-betablocker
Updated•13 years ago
|
Priority: -- → P1
Assignee | ||
Comment 1•13 years ago
|
||
Got a fix incoming for this one.
Assignee | ||
Comment 2•13 years ago
|
||
Fix bad buffer sizes by making sure the displayport is set correctly at all times.
Unfortunately, this patch seems to interact badly with the recent rotation fixes - I'm taking a look at that next, but will submit a separate patch (as I think that may be an issue with those changes, rather than with this patch).
Attachment #599953 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 3•13 years ago
|
||
Ok, the fix was so small there's no point in me uploading a separate patch. Carry on :)
Attachment #599953 -
Attachment is obsolete: true
Attachment #599955 -
Flags: review?(mark.finkle)
Attachment #599953 -
Flags: review?(mark.finkle)
Comment 4•13 years ago
|
||
Comment on attachment 599955 [details] [diff] [review]
Fix displayport setting
Looks OK. Took me a little while to walk the different code paths. Looks like the viewport code could be getting a cleanup refactor soon.
Attachment #599955 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Please test bug 729922 and also going to bugzilla.mozilla.org when verifying this bug.
Updated•13 years ago
|
blocking-fennec1.0: --- → beta+
Reporter | ||
Comment 7•13 years ago
|
||
So this changes the invalidation rectangles we get on runfield, which decreases our performance. I do not understand why.
Reporter | ||
Updated•13 years ago
|
Blocks: checkerboarding
Updated•13 years ago
|
Target Milestone: --- → mozilla14
Comment 8•13 years ago
|
||
Closing bug as verified fixed on:
Firefox 15.0a1 (2012-05-29)
Device: Galaxy Nexus
OS: Android 4.0.2
Status: RESOLVED → VERIFIED
status-firefox15:
--- → verified
You need to log in
before you can comment on or make changes to this bug.
Description
•