Closed
Bug 643836
Opened 14 years ago
Closed 14 years ago
Invalidation does not always trigger a displayport update
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fennec | 4.0.1+ | --- |
People
(Reporter: stechz, Assigned: stechz)
Details
(Keywords: mobile)
Attachments
(1 file)
1.14 KB,
patch
|
tnikkel
:
review+
|
Details | Diff | Splinter Review |
The problem is that we were invalidating for the visual overflow rect when we should be accounting for the displayport. This is overshadowed by Fennec redrawing everytime a scroll is finished, but it causes us to unnecessarily checkerboard in some cases until the pan is finished.
Assignee | ||
Comment 1•14 years ago
|
||
Ironically, I forgot to adjust the invalidation for any displayport.
Attachment #521005 -
Flags: review?(tnikkel)
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → ben
tracking-fennec: --- → ?
Comment 2•14 years ago
|
||
Comment on attachment 521005 [details] [diff] [review]
Invalidation does not always trigger a displayport update
A few lines are way past 80 chars long.
Attachment #521005 -
Flags: review?(tnikkel) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Will fix that and extra space on landing.
Updated•14 years ago
|
Whiteboard: [fennec-4.1?]
Assignee | ||
Updated•14 years ago
|
Whiteboard: [fennec-4.1?] → [fennec-4.1?] [fennc-rc2?]
Assignee | ||
Comment 4•14 years ago
|
||
Pushed http://hg.mozilla.org/mozilla-central/rev/070a9c6209b3
Should I leave open since this may be a ridealong for any potential RC2?
Updated•14 years ago
|
Whiteboard: [fennec-4.1?] [fennc-rc2?] → [4.0.1?]
Updated•14 years ago
|
tracking-fennec: ? → 4.0.1+
Comment 5•14 years ago
|
||
We can move this to branch for 4.0.1
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Whiteboard: [4.0.1?]
Comment 6•14 years ago
|
||
landed on mozilla-2.1 -- 0a6405a47498
Comment 7•14 years ago
|
||
Any exemplary methods for verifying the invalidation improvement?
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•