gecko-dev/services/fxaccounts
Sam Foster 268ab300f2 Bug 1776087 - Add a fxa web channel command/handler to open firefoxview. r=markh
* Export new COMMAND_FIREFOX_VIEW from FxAccountsCommon for the command string
* Call a new openFirefoxView method when the feature pref is enabled
* Pass along an entryPoint param - this is speculative: we don't handle this currently but its what the COMMAND_PAIR_PREFERENCES does and seems reasonable
* New test to confirm that this openFirefoxView method will indeed get called when the right web channel message is received. Note, this doesnt confirm that FirefoxViewHandler.openTab actually results in fx-view being opened, but it will at least fail if that moves or gets renamed in the future

Differential Revision: https://phabricator.services.mozilla.com/D150527
2022-06-29 05:29:06 +00:00
..
tests Bug 1595635 - FxA's device list now uses the server time for last accessed. r=markh 2022-06-17 03:28:00 +00:00
components.conf
Credentials.jsm
FxAccounts.jsm Bug 1595635 - FxA's device list now uses the server time for last accessed. r=markh 2022-06-17 03:28:00 +00:00
FxAccountsClient.jsm Bug 1595635 - FxA's device list now uses the server time for last accessed. r=markh 2022-06-17 03:28:00 +00:00
FxAccountsCommands.js Bug 1771173 - Remove unused imports. r=geckoview-reviewers,arai,owlish 2022-06-21 20:42:16 +00:00
FxAccountsCommon.js Bug 1776087 - Add a fxa web channel command/handler to open firefoxview. r=markh 2022-06-29 05:29:06 +00:00
FxAccountsConfig.jsm Bug 1772097 - Part 4: Use plain object for lazy getter in services/fxaccounts/. r=markh 2022-06-02 12:27:43 +00:00
FxAccountsDevice.jsm Bug 1772097 - Part 4: Use plain object for lazy getter in services/fxaccounts/. r=markh 2022-06-02 12:27:43 +00:00
FxAccountsKeys.jsm
FxAccountsPairing.jsm Bug 1772097 - Part 4: Use plain object for lazy getter in services/fxaccounts/. r=markh 2022-06-02 12:27:43 +00:00
FxAccountsPairingChannel.js
FxAccountsProfile.jsm Bug 1772097 - Part 4: Use plain object for lazy getter in services/fxaccounts/. r=markh 2022-06-02 12:27:43 +00:00
FxAccountsProfileClient.jsm Bug 1608282 - Part 4: Remove Cu.defineLazyGlobalGetters from JSM. r=webdriver-reviewers,extension-reviewers,jdescottes,kmag 2022-06-16 00:19:54 +00:00
FxAccountsPush.jsm Bug 1771463 - Do not export lazy getter "fxAccounts" from services/fxaccounts/FxAccounts.jsm. r=markh,preferences-reviewers,Mardak 2022-05-31 14:09:10 +00:00
FxAccountsStorage.jsm Bug 1745977 - Stop using the second argument to ChromeUtils.import in various files in services/. r=markh 2021-12-15 10:05:35 +00:00
FxAccountsTelemetry.jsm Bug 1772313 - Part 9: Stop calling XPCOMUtils.defineLazyModuleGetters for Services in services/. r=kmag 2022-06-06 04:42:07 +00:00
FxAccountsWebChannel.jsm Bug 1776087 - Add a fxa web channel command/handler to open firefoxview. r=markh 2022-06-29 05:29:06 +00:00
moz.build