fune/toolkit/components/extensions/webidl-api
Luca Greco 3ac7fd07de Bug 1816989 - Remove from InspectJSONSchema.py manual addition of the file module_dir to sys.path.append. r=willdurand
It seems that the changes introduced in python 3.3 (see https://peps.python.org/pep-0420/) made the previous
workaround not needed anymore.

Differential Revision: https://phabricator.services.mozilla.com/D170391
2023-02-21 11:32:51 +00:00
..
test Bug 1816989 - Remove unnecessary python import dirs tweaks from webextensions python tests. r=willdurand 2023-02-21 11:32:50 +00:00
ExtensionAlarms.cpp Bug 1814249 - Introduce a new NS_IMPL_WEBEXT_EVENTMGR C++ macro to reduce boilerplate needed for the event manager getter methods. r=willdurand 2023-02-07 14:57:47 +00:00
ExtensionAlarms.h
ExtensionAPI.cpp.in Bug 1814249 - Introduce a new NS_IMPL_WEBEXT_EVENTMGR C++ macro to reduce boilerplate needed for the event manager getter methods. r=willdurand 2023-02-07 14:57:47 +00:00
ExtensionAPI.h.in Bug 1723838 - WebIDL bindings for the 'dns' WebExtensions API namespace. r=willdurand,webidl,smaug 2023-01-27 20:33:25 +00:00
ExtensionAPI.webidl.in Bug 1813164 - Add to WebExtensions API in-tree docs a section related to webidl bindings DOM peer review and sign-offs. r=willdurand,smaug 2023-02-03 07:01:37 +00:00
ExtensionAPIAddRemoveListener.h
ExtensionAPIBase.cpp Bug 1814249 - Introduce a new NS_IMPL_WEBEXT_SETTING C++ macro to reduce boilerplate on definiting settings getters. r=willdurand 2023-02-07 14:57:48 +00:00
ExtensionAPIBase.h Bug 1814249 - Introduce a new NS_IMPL_WEBEXT_SETTING C++ macro to reduce boilerplate on definiting settings getters. r=willdurand 2023-02-07 14:57:48 +00:00
ExtensionAPICallAsyncFunction.h
ExtensionAPICallFunctionNoReturn.h
ExtensionAPICallSyncFunction.h
ExtensionAPIGetProperty.h
ExtensionAPIRequest.cpp Backed out changeset 7d4b830c1cf6 (bug 1811934) for causing wpt failures on pointerevent_pointerrawupdate_in_pointerlock.html CLOSED TREE 2023-01-31 21:44:59 +02:00
ExtensionAPIRequest.h
ExtensionAPIRequestForwarder.cpp
ExtensionAPIRequestForwarder.h
ExtensionBrowser.cpp Bug 1748293 - WebIDL bindings for the 'browserSettings' and 'browserSettings.colorManagement' WebExtensions API namespaces. r=willdurand,webidl,smaug 2023-02-02 16:52:27 +00:00
ExtensionBrowser.h Bug 1748293 - WebIDL bindings for the 'browserSettings' and 'browserSettings.colorManagement' WebExtensions API namespaces. r=willdurand,webidl,smaug 2023-02-02 16:52:27 +00:00
ExtensionBrowserSettings.cpp Bug 1814249 - Introduce a new NS_IMPL_WEBEXT_SETTING C++ macro to reduce boilerplate on definiting settings getters. r=willdurand 2023-02-07 14:57:48 +00:00
ExtensionBrowserSettings.h Bug 1748293 - WebIDL bindings for the 'browserSettings' and 'browserSettings.colorManagement' WebExtensions API namespaces. r=willdurand,webidl,smaug 2023-02-02 16:52:27 +00:00
ExtensionBrowserSettingsColorManagement.cpp Bug 1814249 - Introduce a new NS_IMPL_WEBEXT_SETTING C++ macro to reduce boilerplate on definiting settings getters. r=willdurand 2023-02-07 14:57:48 +00:00
ExtensionBrowserSettingsColorManagement.h Bug 1748293 - WebIDL bindings for the 'browserSettings' and 'browserSettings.colorManagement' WebExtensions API namespaces. r=willdurand,webidl,smaug 2023-02-02 16:52:27 +00:00
ExtensionDns.cpp Bug 1723838 - WebIDL bindings for the 'dns' WebExtensions API namespace. r=willdurand,webidl,smaug 2023-01-27 20:33:25 +00:00
ExtensionDns.h Bug 1723838 - WebIDL bindings for the 'dns' WebExtensions API namespace. r=willdurand,webidl,smaug 2023-01-27 20:33:25 +00:00
ExtensionEventListener.cpp
ExtensionEventListener.h
ExtensionEventManager.cpp
ExtensionEventManager.h
ExtensionMockAPI.cpp Bug 1814249 - Introduce a new NS_IMPL_WEBEXT_EVENTMGR C++ macro to reduce boilerplate needed for the event manager getter methods. r=willdurand 2023-02-07 14:57:47 +00:00
ExtensionMockAPI.h
ExtensionPort.cpp Bug 1814249 - Introduce a new NS_IMPL_WEBEXT_EVENTMGR C++ macro to reduce boilerplate needed for the event manager getter methods. r=willdurand 2023-02-07 14:57:47 +00:00
ExtensionPort.h
ExtensionProxy.cpp Bug 1814249 - Introduce a new NS_IMPL_WEBEXT_SETTING C++ macro to reduce boilerplate on definiting settings getters. r=willdurand 2023-02-07 14:57:48 +00:00
ExtensionProxy.h Bug 1748313 - Add support for proxy.setting in the WebExtensions WebIDL bindings for the proxy API. r=willdurand,webidl,smaug 2023-02-01 19:36:11 +00:00
ExtensionRuntime.cpp Bug 1814249 - Introduce a new NS_IMPL_WEBEXT_EVENTMGR C++ macro to reduce boilerplate needed for the event manager getter methods. r=willdurand 2023-02-07 14:57:47 +00:00
ExtensionRuntime.h
ExtensionScripting.cpp
ExtensionScripting.h
ExtensionSetting.cpp Bug 1814249 - Use NS_IMPL_WEBEXT_EVENTMGR C++ macro in ExtensionSetting.cpp r=willdurand 2023-02-07 14:57:47 +00:00
ExtensionSetting.h Bug 1748313 - ExtensionSetting webidl api bindings r=willdurand,webidl,smaug 2023-02-01 19:36:10 +00:00
ExtensionTest.cpp Bug 1814249 - Introduce a new NS_IMPL_WEBEXT_EVENTMGR C++ macro to reduce boilerplate needed for the event manager getter methods. r=willdurand 2023-02-07 14:57:47 +00:00
ExtensionTest.h
ExtensionWebIDL.conf Bug 1748313 - Add support for proxy.setting in the WebExtensions WebIDL bindings for the proxy API. r=willdurand,webidl,smaug 2023-02-01 19:36:11 +00:00
GenerateWebIDLBindings.py Bug 1816989 - Fix InspectJSONSchema.py --dump-platform-diffs. r=willdurand 2023-02-21 11:32:50 +00:00
InspectJSONSchema.py Bug 1816989 - Remove from InspectJSONSchema.py manual addition of the file module_dir to sys.path.append. r=willdurand 2023-02-21 11:32:51 +00:00
moz.build Bug 1748293 - WebIDL bindings for the 'browserSettings' and 'browserSettings.colorManagement' WebExtensions API namespaces. r=willdurand,webidl,smaug 2023-02-02 16:52:27 +00:00