Find
C
ase-sensitive
R
egexp search
Path
Showing
0bbf19a9
:
Bug
2021407
- Adds shared prefs implementation of summarization settings r=segunfamisa
firefox-main
/
browser
/
components
/
messagepreview
/
actors
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
AboutMessagePreviewChild.sys.mjs
Check if the Message Preview feature is enabled. This reflects the value of the pref `browser.newtabpage.activity-stream.asrouter.devtoolsEnabled`. @returns {boolean}
1829
75 %
AboutMessagePreviewParent.sys.mjs
Chooses the appropriate messaging system function for showing the message, based on the template passed in data @param {string} data - a string containing the message JSON @param {boolean} validationEnabled - whether or not to run schema validation on the message JSON. Should be false in tests so that we don't have to pass real messages or call the validation function.
6627
85 %