Closed
Bug 240240
Opened 21 years ago
Closed 21 years ago
[FIXr]Possible double-delete of style set
Categories
(Core :: Layout, defect, P1)
Tracking
()
RESOLVED
FIXED
mozilla1.7final
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
(Keywords: crash, fixed1.7)
Attachments
(1 file)
3.12 KB,
patch
|
bryner
:
review+
bryner
:
superreview+
dbaron
:
approval1.7+
|
Details | Diff | Splinter Review |
If the presshell's Init() fails after it sets mStyleSet, it will delete the style set, and so will the document viewer. We really need to clean up this code. :(
Assignee | ||
Comment 1•21 years ago
|
||
We need mStyleSet to be set for some of the initialization to work right, so we can't just set it up at the end. :(
Assignee | ||
Updated•21 years ago
|
Attachment #145867 -
Flags: superreview?(bryner)
Attachment #145867 -
Flags: review?(bryner)
Assignee | ||
Updated•21 years ago
|
Priority: -- → P1
Summary: Possible double-delete of style set → [FIX]Possible double-delete of style set
Target Milestone: --- → mozilla1.7final
Updated•21 years ago
|
Attachment #145867 -
Flags: superreview?(bryner)
Attachment #145867 -
Flags: superreview+
Attachment #145867 -
Flags: review?(bryner)
Attachment #145867 -
Flags: review+
Assignee | ||
Comment 2•21 years ago
|
||
Comment on attachment 145867 [details] [diff] [review] Patch Could this be approved for 1.7? Fixes a possible double-delete crash that I ran into...
Attachment #145867 -
Flags: approval1.7?
Attachment #145867 -
Flags: approval1.7? → approval1.7+
Assignee | ||
Updated•21 years ago
|
Summary: [FIX]Possible double-delete of style set → [FIXr]Possible double-delete of style set
Assignee | ||
Comment 3•21 years ago
|
||
Checked in for 1.8a. Leaving open pending 1.7 checkin.
Assignee | ||
Comment 4•21 years ago
|
||
Checked in to 1.7 branch.
Updated•6 years ago
|
Product: Core → Core Graveyard
Updated•6 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•