You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upstream CEF supports Chrome Extensions APIs partially. Load chrome://extensions-support url in the browser to see which APIs are supported.
For this to be implemented we first need to expose Request Contexts APIs and that is to be done via Issue #244 ("Expose Request Contexts and Chromium Preferences").
Upstream CEF supports Chrome Extensions APIs partially. Load
chrome://extensions-support
url in the browser to see which APIs are supported.For this to be implemented we first need to expose Request Contexts APIs and that is to be done via Issue #244 ("Expose Request Contexts and Chromium Preferences").
Upstream Issue:
https://bitbucket.org/chromiumembedded/cef/issues/1947/add-support-for-chrome-extensions
Related files and code:
cef_browser.h
cef_extension.h
LoadExtension, DidLoadExtension, etc.
cef_request_context.h
cef_request_context_handler.h
cef_extension_handler.h
The text was updated successfully, but these errors were encountered: