gecko-dev/toolkit/actors
Kris Maglione f3354d4788 Bug 1617254: Rename BrowsingContext.getChildren() to .children. r=nika
Differential Revision: https://phabricator.services.mozilla.com/D63699

--HG--
extra : moz-landing-system : lando
2020-02-25 22:33:53 +00:00
..
AudioPlaybackChild.jsm Bug 1562990 - Remove 'audioMuted' and 'audioVolume' properties from nsIDOMWindowUtils. r=NeilDeakin,alwu,farre 2019-08-19 21:17:21 +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 1595154, change FormAutofillParent to inherit from JSWindowActor, r=MattN 2019-12-11 13:37:59 +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
DateTimePickerChild.jsm Bug 1578683 Turn on ESLint rule prefer-boolean-length-check for toolkit and browser r=Standard8 2019-09-14 09:39:26 +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 1611634 - Picture-in-Picture keyboard shortcut should open currently playing video. r=jaws 2020-02-25 14:27:39 +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 855889. Remove the print.use_global_printsettings pref. r=dholbert 2020-02-14 02:59:45 +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
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 1568320 - Make Picture-in-Picture toggle preference live-updating. r=NeilDeakin,JSON_voorhees 2019-08-13 13:19:06 +00:00
UnselectedTabHoverChild.jsm
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 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