Closed
Bug 947082
Opened 12 years ago
Closed 12 years ago
list parent style context in frame tree dumps
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: heycam, Assigned: heycam)
Details
Attachments
(1 file)
919 bytes,
patch
|
MatsPalmgren_bugz
:
review+
|
Details | Diff | Splinter Review |
I'm finding that it is sometimes useful to know when a frame has a style context whose parent is not the parent frame's style context (such as with tables or in the presence of anonymous boxes). How about we show the parent style context in frame tree dumps if it is not the parent frame's style context.
Attachment #8343549 -
Flags: review?(matspal)
Comment 1•12 years ago
|
||
Comment on attachment 8343549 [details] [diff] [review]
patch
Yeah, I needed this too for the box:contents stuff so I have a similar
patch in there (so don't be surprised if I change the syntax slightly
to say sc=x^y^z for shorter lines). But, this is good for now.
Attachment #8343549 -
Flags: review?(matspal) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Comment 3•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in
before you can comment on or make changes to this bug.
Description
•