Closed
Bug 897035
Opened 12 years ago
Closed 12 years ago
Style editor actors pass an un-jsonable object
Categories
(DevTools :: Style Editor, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 872897
People
(Reporter: dcamp, Unassigned)
Details
Attachments
(1 file)
989 bytes,
patch
|
harth
:
review+
|
Details | Diff | Splinter Review |
The style editor actors put a CSSStyleSheet in the sheet's form (for the parent sheet). This works for the local transport, but not for remote/socket transports.
I couldn't find anything that uses the parentSheet form item, so this patch just removes it.
Attachment #779762 -
Flags: review?(fayearthur)
Comment 1•12 years ago
|
||
Comment on attachment 779762 [details] [diff] [review]
v1
r+. We might need to know if a stylesheet has a parent eventually, but we can just add it back in then.
Attachment #779762 -
Flags: review?(fayearthur) → review+
Comment 2•12 years ago
|
||
By add it back I mean, just send something JSON-able.
Comment 3•12 years ago
|
||
Maybe we could go with the solution in bug 872897 actually?
Reporter | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•