Closed
Bug 266321
Opened 21 years ago
Closed 21 years ago
[FIX]SetFrameIsSpecial has unnecessary args and is called when it should not be
Categories
(Core :: Layout, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla1.8alpha5
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
Attachments
(1 file)
5.32 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
The frame manager arg is unused, and there's a case where it's being called on a
null frame.
![]() |
Assignee | |
Comment 1•21 years ago
|
||
![]() |
Assignee | |
Updated•21 years ago
|
Attachment #163620 -
Flags: superreview?(roc)
Attachment #163620 -
Flags: review?(roc)
![]() |
Assignee | |
Updated•21 years ago
|
Priority: -- → P2
Summary: SetFrameIsSpecial has unnecessary args and is called when it should not be → [FIX]SetFrameIsSpecial has unnecessary args and is called when it should not be
Target Milestone: --- → mozilla1.8alpha5
Attachment #163620 -
Flags: superreview?(roc)
Attachment #163620 -
Flags: superreview+
Attachment #163620 -
Flags: review?(roc)
Attachment #163620 -
Flags: review+
![]() |
Assignee | |
Comment 2•21 years ago
|
||
Checked in to trunk.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 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
•