Closed
Bug 1489250
Opened 7 years ago
Closed 7 years ago
Crash when turning off a11y during auto-fill
Categories
(GeckoView :: General, defect, P1)
Tracking
(geckoview62+ fixed, firefox-esr60 unaffected, firefox62- unaffected, firefox63+ verified, firefox64 fixed)
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| geckoview62 | + | fixed |
| firefox-esr60 | --- | unaffected |
| firefox62 | - | unaffected |
| firefox63 | + | verified |
| firefox64 | --- | fixed |
People
(Reporter: jchen, Assigned: jchen)
References
Details
Attachments
(1 file)
|
46 bytes,
text/x-phabricator-request
|
eeejay
:
review+
RyanVM
:
approval-mozilla-beta+
RyanVM
:
approval-mozilla-geckoview62+
|
Details | Review |
If GV loads a page with a11y initially on, auto-fill will initialize. However, we will then crash if a11y is subsequently turned off.
| Assignee | ||
Comment 1•7 years ago
|
||
Don't send window changed event if a11y has been turned off in the mean
time.
Comment 2•7 years ago
|
||
Comment on attachment 9007026 [details]
Bug 1489250 - Don't send window changed event if a11y is off; r?eeejay
Eitan Isaacson [:eeejay] has approved the revision.
Attachment #9007026 -
Flags: review+
Pushed by nchen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/8a0494308f1f
Don't send window changed event if a11y is off; r=eeejay
Comment 4•7 years ago
|
||
[Tracking Requested - why for this release]:
Jim, do we need to uplift this crash fix to Fennec 62? Or does this autofill code only affect GV?
status-firefox62:
--- → ?
status-firefox-esr60:
--- → unaffected
tracking-firefox63:
--- → ?
Keywords: crash
| Assignee | ||
Comment 5•7 years ago
|
||
Yeah we should uplift it to Fennec 63.
Comment 6•7 years ago
|
||
[Tracking Requested - why for this release]:
This is a regression in Fennec (and GeckoView) 62.
Does this crash necessitate a 62.0.1 dot release? Or being a ride-along fix if there is a dot release for another bug?
tracking-firefox62:
--- → ?
Comment 7•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
Updated•7 years ago
|
Keywords: regression
Comment 8•7 years ago
|
||
(In reply to Jim Chen [:jchen] [:darchons] from comment #5)
> Yeah we should uplift it to Fennec 63.
Can you prepare the patch and request the uplift please? Thanks
Updated•7 years ago
|
Flags: needinfo?(nchen)
Comment 9•7 years ago
|
||
Bug 1330257 never got uplifted to Fennec 62, so I'm having a hard time understanding why it's marked as affected.
Flags: needinfo?(cpeterson)
| Assignee | ||
Comment 10•7 years ago
|
||
Yeah it should GV 62 and Fennec 63 (but not Fennec 62)
Flags: needinfo?(nchen)
| Assignee | ||
Comment 11•7 years ago
|
||
Comment on attachment 9007026 [details]
Bug 1489250 - Don't send window changed event if a11y is off; r?eeejay
Approval Request Comment
[Feature/Bug causing the regression]: Bug 1330257
[User impact if declined]: Rare crash when using auto-fill and turning a11y on/off
[Is this code covered by automated tests?]: No
[Has the fix been verified in Nightly?]: Yes
[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?]: Simple crash fix
[String changes made/needed]: None
Attachment #9007026 -
Flags: approval-mozilla-beta?
Comment 12•7 years ago
|
||
FYI, this grafts cleanly to Beta and the GV62 relbranch as-landed. Just needs approval requests.
| Assignee | ||
Comment 13•7 years ago
|
||
Comment on attachment 9007026 [details]
Bug 1489250 - Don't send window changed event if a11y is off; r?eeejay
[Approval Request Comment]
If this is not a sec:{high,crit} bug, please state case for consideration: Crash fix
User impact if declined: Rare crash when using auto-fill and turning a11y on/off
Fix Landed on Version: 64
Risk to taking this patch (and alternatives if risky): No risk; simple crash fix
String or UUID changes made by this patch: None
See https://wiki.mozilla.org/Release_Management/Uplift_rules for more info.
Attachment #9007026 -
Flags: approval-mozilla-geckoview62?
Comment 14•7 years ago
|
||
Comment on attachment 9007026 [details]
Bug 1489250 - Don't send window changed event if a11y is off; r?eeejay
Approved for Fennec 63.0b5 and GV62.
Attachment #9007026 -
Flags: approval-mozilla-geckoview62?
Attachment #9007026 -
Flags: approval-mozilla-geckoview62+
Attachment #9007026 -
Flags: approval-mozilla-beta?
Attachment #9007026 -
Flags: approval-mozilla-beta+
Comment 15•7 years ago
|
||
| uplift | ||
GECKOVIEW_62_RELBRANCH:
https://hg.mozilla.org/releases/mozilla-release/rev/ece2f6547002
Comment 16•7 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #9)
> Bug 1330257 never got uplifted to Fennec 62, so I'm having a hard time
> understanding why it's marked as affected.
OK. I wasn't sure if Fennec 62 was affected. (comment 4)
Comment 17•7 years ago
|
||
| bugherder uplift | ||
Comment 18•7 years ago
|
||
Tested with OnePlus 5T(Android 8.1.0) on 63.0b5 and we couldn't reproduce the crash following the information/steps provided. So verified as fixed.
Updated•7 years ago
|
Product: Firefox for Android → GeckoView
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
•