gecko-dev/toolkit/actors
Bianca Danforth 95f41e25c5 Bug 1616356 - Record a telemetry event the first time password generation autocomplete is shown for a site r=MattN
* To ensure it is only recorded the first time for a site per session, the event is recorded in the parent process.
* To ensure it is recorded any time the option could be displayed in the popup, there is a check everywhere AutoCompleteResultView.setResults gets called, since the 'results' object represents the options presented in the autocomplete popup, including the password generation option.
  * AutoCompleteParent.showPopupWithResults
    * This covers the case when 'results' changes, and the popup is not currently open.
  * AutoCompleteParent.invalidate
    * This covers the case when 'results' changes, and the popup is already open.
* Also removed some dead code (an extraneous if/else block) in showPopupWithResults.

Differential Revision: https://phabricator.services.mozilla.com/D65407

--HG--
extra : moz-landing-system : lando
2020-03-13 21:09:07 +00:00
..
AudioPlaybackChild.jsm Bug 1577890 - part6 : remove browser's methods which were used for android media control. r=baku 2020-03-05 06:15:33 +00:00
AudioPlaybackParent.jsm Bug 1562990 - [Fission] Make AudioPlayback work with JSWindowActor. r=NeilDeakin,farre 2019-08-19 21:17:21 +00:00
AutoCompleteChild.jsm Bug 1595154, replace the frame script FormAutofillFrameScript.js with an actor and fix up setTimeout calls in places that were relying on Timer.jsm being loaded in that frame script, r=MattN 2019-12-11 13:37:51 +00:00
AutoCompleteParent.jsm Bug 1616356 - Record a telemetry event the first time password generation autocomplete is shown for a site r=MattN 2020-03-13 21:09:07 +00:00
AutoScrollChild.jsm Bug 1617254: Rename BrowsingContext.getChildren() to .children. r=nika 2020-02-25 22:33:53 +00:00
AutoScrollParent.jsm Bug 1597765 - support auto scroll in out of process frames r=Gijs 2019-12-19 02:35:57 +00:00
AutoplayChild.jsm
AutoplayParent.jsm
BrowserElementChild.jsm
BrowserElementParent.jsm Bug 1617254: Rename BrowsingContext.getChildren() to .children. r=nika 2020-02-25 22:33:53 +00:00
ControllersChild.jsm Bug 1558520, rework remote controller to use JSWindowActor instead of having the browser have a controller, r=smaug 2020-03-12 16:47:57 +00:00
ControllersParent.jsm Bug 1558520, rework remote controller to use JSWindowActor instead of having the browser have a controller, r=smaug 2020-03-12 16:47:57 +00:00
DateTimePickerChild.jsm Bug 1619630 - remove useless 'dispatcher' argument to various JSWindowActorChild constructors, r=NeilDeakin 2020-03-03 18:40:25 +00:00
DateTimePickerParent.jsm Bug 1597844 - Fix positioning of form validation and date/time input popups. r=mconley 2019-11-22 00:13:15 +00:00
ExtFindChild.jsm Bug 1553384, update find extension api to support out-of-process iframes. r=mixedpuppy 2019-09-17 23:31:34 +00:00
FindBarChild.jsm Bug 1582833, update findbar state correctly when findbar is closed to allow keyboard to work properly, r=mikedeboer 2019-09-30 15:12:28 +00:00
FindBarParent.jsm Bug 1553384, update findbar actors to inherit from JSWindowActor so that type ahead find works in out of process iframes, r=mikedeboer 2019-09-17 23:29:46 +00:00
FinderChild.jsm Bug 202251 - Add an option to ignore diacritics when searching. r=fluent-reviewers,mikedeboer,jfkthame,flod 2019-12-09 19:26:40 +00:00
InlineSpellCheckerChild.jsm
InlineSpellCheckerParent.jsm
KeyPressEventModelCheckerChild.jsm Bug 1591494 - Make KeyPressEventModelCheckerChild a JSWindowActorChild instead of ActorChild r=barret,Gijs 2019-11-07 14:07:04 +00:00
PictureInPictureChild.jsm Bug 1619630 - remove useless 'dispatcher' argument to various JSWindowActorChild constructors, r=NeilDeakin 2020-03-03 18:40:25 +00:00
PopupBlockingChild.jsm Bug 1576917 - Port PopupBlocker to JSWindowActors to make it Fission-compatible. r=NeilDeakin 2020-01-22 21:24:19 +00:00
PopupBlockingParent.jsm Bug 1617254: Rename BrowsingContext.getChildren() to .children. r=nika 2020-02-25 22:33:53 +00:00
PrintingChild.jsm Bug 1606512. Have save-as-PDF default to using the document title as the file name. r=bobowen 2020-03-02 10:45:38 +00:00
PurgeSessionHistoryChild.jsm Bug 1576908 - uses fission model for sending purge history messages r=mconley,Gijs 2019-10-03 14:03:34 +00:00
SelectChild.jsm Bug 1608281 - Automated rewrite away from reading properties on the global `this` in JSM files - round 1 r=mossop 2020-01-29 21:50:04 +00:00
SelectParent.jsm Bug 1577381: Correct accessibility exposure for optgroups in content select dropdowns. r=eeejay,NeilDeakin 2019-10-16 06:10:32 +00:00
SidebarSearchParent.jsm Bug 1558323, move addSearchProvider implementation to use JSWindowActor, also helps reduce the extra code in MainProcessSingleton.jsm, r=adw 2020-02-27 16:30:58 +00:00
TestChild.jsm Bug 1588839 - Part 2: Return the actual rejection value when a sendQuery handler rejects. r=bzbarsky 2019-12-07 18:59:21 +00:00
TestParent.jsm
ThumbnailsChild.jsm Bug 1576911 - Make ThumbnailsChild a JSWindowActorChild instead of ActorChild r=Gijs 2019-11-06 23:32:35 +00:00
UAWidgetsChild.jsm Bug 1619630 - remove useless 'dispatcher' argument to various JSWindowActorChild constructors, r=NeilDeakin 2020-03-03 18:40:25 +00:00
UnselectedTabHoverChild.jsm Bug 1607624 - Migrating UnselectedTabHover to use JSWindowActor r=NeilDeakin 2020-03-06 17:29:03 +00:00
UnselectedTabHoverParent.jsm Bug 1607624 - Migrating UnselectedTabHover to use JSWindowActor r=NeilDeakin 2020-03-06 17:29:03 +00:00
ViewSourceChild.jsm Bug 1505915, move view source components to use JSWindowActor. This allows view frame source to work in out of process child frames, r=mconley 2020-01-24 19:53:55 +00:00
ViewSourcePageChild.jsm Bug 1505915, move view source components to use JSWindowActor. This allows view frame source to work in out of process child frames, r=mconley 2020-01-24 19:53:55 +00:00
ViewSourcePageParent.jsm Bug 1505915, move view source components to use JSWindowActor. This allows view frame source to work in out of process child frames, r=mconley 2020-01-24 19:53:55 +00:00
WebChannelChild.jsm Bug 1591212 - make webchannel work with fission, r=vladikoff,mconley 2019-11-02 00:39:35 +00:00
WebChannelParent.jsm Bug 1591212 - make webchannel work with fission, r=vladikoff,mconley 2019-11-02 00:39:35 +00:00
WebNavigationChild.jsm Bug 1533943, modify WebNavigation to inherit from JSWindowActor, r=mconley 2019-11-14 00:53:29 +00:00
ZoomChild.jsm Bug 1516413 Part 2: Make browser FullZoom act on the new zoom change events. r=mstange 2020-01-30 17:17:26 +00:00
ZoomParent.jsm Bug 1516413 Part 2: Make browser FullZoom act on the new zoom change events. r=mstange 2020-01-30 17:17:26 +00:00
moz.build Bug 1558520, rework remote controller to use JSWindowActor instead of having the browser have a controller, r=smaug 2020-03-12 16:47:57 +00:00