Bug 1581859: Part 4b - Add skeleton WebNavigationContent class. r=zombie,nika
commit047869e9befbb8b9fb383a953daf9d7f0ca85bdf
authorKris Maglione <maglione.k@gmail.com>
Thu, 25 Mar 2021 19:47:03 +0000 (25 19:47 +0000)
committerKris Maglione <maglione.k@gmail.com>
Thu, 25 Mar 2021 19:47:03 +0000 (25 19:47 +0000)
treeabd6faf1648c0cff121184ea904a62d00277de93
parentfd79887e5f0a30fc16075e2a812f9ff94203ce0f
Bug 1581859: Part 4b - Add skeleton WebNavigationContent class. r=zombie,nika

This is a skeleton class which will be instantiated at startup in each
process, and eventually track the same events that the deprecated
WebNavigationContent.js frame script currently tracks.

Actual implementation is added in follow-up patches.

Differential Revision: https://phabricator.services.mozilla.com/D103213
toolkit/components/extensions/webrequest/WebNavigationContent.cpp [new file with mode: 0644]
toolkit/components/extensions/webrequest/WebNavigationContent.h [new file with mode: 0644]
toolkit/components/extensions/webrequest/components.conf [new file with mode: 0644]
toolkit/components/extensions/webrequest/moz.build