Closed
Bug 1134545
Opened 10 years ago
Closed 10 years ago
Crash [@ nsHTMLEditor::RelativeFontChange] with selection not in document
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
People
(Reporter: jruderman, Assigned: ayg)
References
Details
(Keywords: crash, testcase)
Attachments
(3 files)
396 bytes,
text/html
|
Details | |
21.96 KB,
text/plain
|
Details | |
2.47 KB,
patch
|
ehsan.akhgari
:
review+
Sylvestre
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Caused by bug 1086349 part 8, which made calling CanContainTag with a null argument fatal. Previously it would just return false, which is correct here.
https://treeherder.mozilla.org/#/jobs?repo=try&revision=2fd78e67637a
Updated•10 years ago
|
Attachment #8582393 -
Flags: review?(ehsan) → review+
Comment 3•10 years ago
|
||
[Tracking Requested - why for this release]:
This is a regression from bug 1086349 which landed in the 36 cycle.
Blocks: 1086349
status-firefox36:
--- → affected
status-firefox37:
--- → affected
status-firefox38:
--- → affected
status-firefox39:
--- → affected
tracking-firefox36:
--- → ?
tracking-firefox37:
--- → ?
tracking-firefox38:
--- → ?
tracking-firefox39:
--- → ?
Comment 4•10 years ago
|
||
Without any data on the prevalence of this crash, I find it hard to make an argument for taking a fix in the 37 RC. As such, I've marked 36 and 37 as wontfix. I have tracked 38+ as we should definitely take the crash fix in the next release.
Comment 5•10 years ago
|
||
(In reply to Lawrence Mandel [:lmandel] (use needinfo) from comment #4)
> Without any data on the prevalence of this crash, I find it hard to make an
> argument for taking a fix in the 37 RC. As such, I've marked 36 and 37 as
> wontfix. I have tracked 38+ as we should definitely take the crash fix in
> the next release.
Looks like crash-stats doesn't have this signature, so that's fine.
Assignee | ||
Comment 6•10 years ago
|
||
Flags: in-testsuite+
OS: Mac OS X → All
Hardware: x86_64 → All
Comment 7•10 years ago
|
||
Backed out for browser_vimemacs.js crashes.
https://hg.mozilla.org/integration/mozilla-inbound/rev/bf5843b1b295
https://treeherder.mozilla.org/logviewer.html#?job_id=8043037&repo=mozilla-inbound
Comment 8•10 years ago
|
||
Wasn't yours. Re-landed, sorry for the churn.
https://hg.mozilla.org/integration/mozilla-inbound/rev/5abf1cce5ebe
Comment 9•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
Comment 10•10 years ago
|
||
Aryeh, can we have an uplift request to beta (38)? Thanks
Flags: needinfo?(ayg)
Assignee | ||
Comment 11•10 years ago
|
||
Comment on attachment 8582393 [details] [diff] [review]
Patch
Sorry for the delay, I was away from computers for a week.
Approval Request Comment
[Feature/regressing bug #]: Bug 1086349
[User impact if declined]: Crash under circumstances that seem unlikely to occur in the wild, bug was caught by fuzz-testing
[Describe test coverage new/current, TreeHerder]: Crashtest for the bug is checked in, general editor test coverage is fairly decent for a large subset of real-world cases
[Risks and why]: Very low risk, just adds a null check
[String/UUID change made/needed]: None
Flags: needinfo?(ayg)
Attachment #8582393 -
Flags: approval-mozilla-beta?
Comment 12•10 years ago
|
||
Comment on attachment 8582393 [details] [diff] [review]
Patch
Thanks. Should be in 38 beta 4.
Attachment #8582393 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 13•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•