Closed
Bug 1495452
Opened 7 years ago
Closed 7 years ago
Selecting Text Crashes Focus + GV
Categories
(GeckoView :: General, defect, P1)
Tracking
(geckoview62 fixed, firefox-esr60 unaffected, firefox62 wontfix, firefox63 fixed, firefox64 fixed)
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| geckoview62 | --- | fixed |
| firefox-esr60 | --- | unaffected |
| firefox62 | --- | wontfix |
| firefox63 | --- | fixed |
| firefox64 | --- | fixed |
People
(Reporter: ekager, Assigned: jchen)
References
Details
Attachments
(1 file)
|
2.46 KB,
patch
|
jchen
:
review+
pascalc
:
approval-mozilla-beta+
RyanVM
:
approval-mozilla-geckoview62+
|
Details | Diff | Splinter Review |
On the latest 62 Rel Branch 62.0.3.20180928184514 selecting any text will crash Focus.
See:
https://github.com/mozilla-mobile/focus-android/issues/3520
Updated•7 years ago
|
status-firefox62:
--- → wontfix
status-firefox63:
--- → ?
status-firefox64:
--- → ?
status-firefox-esr60:
--- → unaffected
status-geckoview62:
--- → affected
Keywords: crash
Priority: -- → P1
Pushed by nchen@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f52dcc4f7290
Don't crash when there is no vibrate permission; r=me
| Assignee | ||
Comment 2•7 years ago
|
||
Catch exceptions when we don't have the vibrate permission.
Attachment #9013385 -
Flags: review+
| Assignee | ||
Comment 3•7 years ago
|
||
| uplift | ||
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 4•7 years ago
|
||
Comment on attachment 9013385 [details] [diff] [review]
Don't crash without vibrate permission
Approval Request Comment
[Feature/Bug causing the regression]: bug 1494739
[User impact if declined]: Crash when selecting text in GV apps like Focus
[Is this code covered by automated tests?]: No
[Has the fix been verified in Nightly?]: No
[Needs manual test from QE? If yes, steps to reproduce]: No
[List of other uplifts needed for the feature/fix]: None
[Is the change risky?]: No
[Why is the change risky/not risky?]: Small patch that only addresses the crash
[String changes made/needed]: None
Attachment #9013385 -
Flags: approval-mozilla-geckoview62?
Attachment #9013385 -
Flags: approval-mozilla-beta?
Comment 5•7 years ago
|
||
Comment on attachment 9013385 [details] [diff] [review]
Don't crash without vibrate permission
Already landed on GV62, approving for posterity.
Attachment #9013385 -
Flags: approval-mozilla-geckoview62? → approval-mozilla-geckoview62+
Comment 6•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
Comment 7•7 years ago
|
||
Comment on attachment 9013385 [details] [diff] [review]
Don't crash without vibrate permission
Approved for beta 12
Attachment #9013385 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 8•7 years ago
|
||
| bugherder uplift | ||
Updated•7 years ago
|
Keywords: regression
Updated•7 years ago
|
Product: Firefox for Android → GeckoView
Updated•7 years ago
|
Version: Firefox 62 → 62 Branch
Updated•7 years ago
|
Keywords: crash,
regression
Target Milestone: Firefox 64 → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•