gecko-dev/mobile/android/chrome
Jim Chen bee5ada2ca Bug 1398409 - 2. Use event callback to communicate FormAssistPopup actions; r=sebastian
Use event callbacks instead of separate events to deliver
FormAssistPopup replies back to FormAssistant. This lets us better
handle having multiple FormAssistPopup instances across Fennec, custom
tabs, and PWAs.

FormAssistant._currentInputElement is removed because it does not allow
us to have multiple concurrent popups. Instead, we track the current
element through the event callback closure.
FormAssistant._currentInputValue is also removed for similar reasons,
and I don't think it was really necessary.

MozReview-Commit-ID: DdeMBGCxDou
2017-09-14 17:50:57 -04:00
..
content Bug 1398409 - 2. Use event callback to communicate FormAssistPopup actions; r=sebastian 2017-09-14 17:50:57 -04:00
geckoview Bug 1329154 - [1.0] Add GeckoView BrowserApp stub to support WebExtensions. r=snorp 2017-09-13 15:32:11 +02:00
jar.mn Bug 1398409 - 1. Move FormAssistant out of browser.js; r=sebastian 2017-09-14 17:50:57 -04:00
moz.build Bug 1350473 - add BUG_COMPONENT to mobile/* files. r=snorp 2017-04-11 09:47:28 -04:00