Name Description Size
ContentDelegateChild.sys.mjs 5596
ContentDelegateParent.sys.mjs 964
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. 11919
GeckoViewAutoFillParent.sys.mjs 2221
GeckoViewClipboardPermissionChild.sys.mjs 2833
GeckoViewClipboardPermissionParent.sys.mjs 1268
GeckoViewContentChild.sys.mjs 10934
GeckoViewContentParent.sys.mjs 2987
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 3572
GeckoViewPermissionParent.sys.mjs granted 1863
GeckoViewPermissionProcessChild.sys.mjs ---------- nsIObserver ---------- 5614
GeckoViewPermissionProcessParent.sys.mjs 2138
GeckoViewPrintDelegateChild.sys.mjs 369
GeckoViewPrintDelegateParent.sys.mjs 2152
GeckoViewPromptChild.sys.mjs 800
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. 2522
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. 4092
GeckoViewSettingsChild.sys.mjs 874
LoadURIDelegateChild.sys.mjs 1358
LoadURIDelegateParent.sys.mjs 407
MediaControlDelegateChild.sys.mjs 1842
MediaControlDelegateParent.sys.mjs 412
metrics.yaml 1705
moz.build 1578
ProgressDelegateChild.sys.mjs 906
ProgressDelegateParent.sys.mjs 367
ScrollDelegateChild.sys.mjs 982
ScrollDelegateParent.sys.mjs 406
SelectionActionDelegateChild.sys.mjs The following image types are considered by editor 13456
SelectionActionDelegateParent.sys.mjs 2022
tests