Closed
Bug 824634
Opened 12 years ago
Closed 12 years ago
fix some ways to crash in OnPaint
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
mozilla20
Tracking | Status | |
---|---|---|
firefox19 | --- | fixed |
People
(Reporter: tnikkel, Assigned: tnikkel)
References
Details
Attachments
(1 file, 1 obsolete file)
1.87 KB,
patch
|
jimm
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
When the nsAutoScriptBlocker exits in nsViewManager::Refresh we can run script because we add a script runner for the after paint event when we paint (otherwise we shouldn't have anything because we flush before painting in WillPaint). There are some things we can do in OnPaint to make it safe for this. This is just some, there is more yet to do.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #695651 -
Flags: review?(jmathies)
Assignee | ||
Comment 2•12 years ago
|
||
Attachment #695651 -
Attachment is obsolete: true
Attachment #695651 -
Flags: review?(jmathies)
Attachment #695662 -
Flags: review?(jmathies)
![]() |
||
Updated•12 years ago
|
Attachment #695662 -
Flags: review?(jmathies) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Assignee | ||
Comment 5•12 years ago
|
||
Comment on attachment 695662 [details] [diff] [review]
patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): unsure
User impact if declined: some crashes during painting
Testing completed (on m-c, etc.): on nightly for several days
Risk to taking this patch (and alternatives if risky): low risk
String or UUID changes made by this patch: none
Attachment #695662 -
Flags: approval-mozilla-aurora?
Updated•12 years ago
|
Attachment #695662 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 6•12 years ago
|
||
status-firefox19:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•