Closed
Bug 1171342
Opened 8 years ago
Closed 8 years ago
store contenteditable.css and designmode.css in the style sheet cache
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: heycam, Assigned: heycam)
References
Details
Attachments
(1 file, 1 obsolete file)
9.30 KB,
patch
|
jwatt
:
review+
|
Details | Diff | Splinter Review |
This will help with bug 77999.
Assignee | ||
Comment 1•8 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=3d65d29e341d
Assignee | ||
Comment 2•8 years ago
|
||
Test failures revealed an underlying problem where we could insert these style sheets more than once. The current code doesn't assert because we create a new sheet each time, but with the patch we use the same sheet.
Assignee | ||
Comment 3•8 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=f80cb466ac08
Attachment #8615123 -
Attachment is obsolete: true
Attachment #8615123 -
Flags: review?(jwatt)
Attachment #8615187 -
Flags: review?(jwatt)
![]() |
||
Updated•8 years ago
|
Attachment #8615187 -
Flags: review?(jwatt) → review+
Comment 5•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/7ae3e54ebb63
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
You need to log in
before you can comment on or make changes to this bug.
Description
•