Name Description Size
ContentDelegateChild.sys.mjs Show action menu if contextmenu is by mouse and we have selected text 8909
ContentDelegateParent.sys.mjs 3223
GeckoViewAutoFillChild.sys.mjs Process an auto-fillable form and send the relevant details of the form to Java. Multiple calls within a short time period for the same form are coalesced, so that, e.g., if multiple inputs are added to a form in succession, we will only perform one processing pass. Note that for inputs without forms, FormLikeFactory treats the document as the "form", but there is no difference in how we process them. @param aFormLike A FormLike object produced by FormLikeFactory. 11813
GeckoViewAutoFillParent.sys.mjs 2221
GeckoViewContentChild.sys.mjs 11312
GeckoViewContentParent.sys.mjs 3867
GeckoViewExperimentDelegateParent.sys.mjs Gets experiment information on a given feature. @param feature the experiment item to retrieve information on @returns a promise of success with a JSON message or failure 2110
GeckoViewFormValidationChild.sys.mjs 708
GeckoViewPermissionChild.sys.mjs 6255
GeckoViewPermissionParent.sys.mjs granted 2464
GeckoViewPermissionProcessChild.sys.mjs ---------- nsIObserver ---------- 5615
GeckoViewPermissionProcessParent.sys.mjs 2138
GeckoViewPrintDelegateChild.sys.mjs 369
GeckoViewPrintDelegateParent.sys.mjs 1034
GeckoViewPromptChild.sys.mjs 833
GeckoViewPrompterChild.sys.mjs Handles the message coming from GeckoViewPrompterParent. @param {string} message.name The subject of the message. @param {object} message.data The data of the message. 2437
GeckoViewPrompterParent.sys.mjs Handles the message coming from GeckoViewPrompterChild. @param {string} message.name The subject of the message. @param {object} message.data The data of the message. 4787
GeckoViewSettingsChild.sys.mjs 883
LoadURIDelegateChild.sys.mjs 1499
LoadURIDelegateParent.sys.mjs 693
MediaControlDelegateChild.sys.mjs 1827
MediaControlDelegateParent.sys.mjs 722
moz.build 1480
ProgressDelegateChild.sys.mjs 906
ProgressDelegateParent.sys.mjs 367
ScrollDelegateChild.sys.mjs 965
ScrollDelegateParent.sys.mjs 687
SelectionActionDelegateChild.sys.mjs The following image types are considered by editor 13352
SelectionActionDelegateParent.sys.mjs 2372
tests