Closed
Bug 210955
Opened 21 years ago
Closed 21 years ago
remove CanvasFrame::AttributeChanged
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
People
(Reporter: dbaron, Assigned: dbaron)
Details
(Whiteboard: [patch])
Attachments
(1 file)
3.01 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
I think CanvasFrame::AttributeChanged can be removed. I don't even think the
canvas frame is the primary frame for the root element (although it might be).
However, even if it is, we have other mechanisms that handle this style change
(and the same type of style change done through things other than attribute
changes).
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Comment 2•21 years ago
|
||
(And in any case, the canvas *certainly* isn't the frame for the BODY element,
and the HTML element doesn't have these attributes, except STYLE.)
Assignee | ||
Updated•21 years ago
|
Attachment #126663 -
Flags: superreview?(roc+moz)
Attachment #126663 -
Flags: review?(roc+moz)
Assignee | ||
Updated•21 years ago
|
Whiteboard: [patch]
Attachment #126663 -
Flags: superreview?(roc+moz)
Attachment #126663 -
Flags: superreview+
Attachment #126663 -
Flags: review?(roc+moz)
Attachment #126663 -
Flags: review+
Assignee | ||
Comment 3•21 years ago
|
||
Fix checked in to trunk, 2003-06-30 14:50 -0700.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•