Closed
Bug 842967
Opened 12 years ago
Closed 12 years ago
Refresh driver may re-target the same timestamp
Categories
(Core :: Web Painting, defect)
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: avih, Assigned: avih)
Details
Attachments
(1 file)
(deleted),
patch
|
vlad
:
review+
|
Details | Diff | Splinter Review |
PreciseRefreshDriverTimer::ScheduleNextTick may target a timestamp which was already targeted on previous scheduling.
One possible reason is the timer filter which skews the oneshots delay (bug 590422 suggests to get rid of that filter), which may cause an early return, or even way-too-early return (I've seen numbers > 20ms too early).
But even if the filter is removed, we should still guard against such cases.
Attachment #715967 -
Flags: review?(vladimir)
Attachment #715967 -
Flags: review?(vladimir) → review+
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Updated•6 years ago
|
Component: Layout: View Rendering → Layout: Web Painting
You need to log in
before you can comment on or make changes to this bug.
Description
•