Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Follow-up doc update for cefpython123 #678

Open
wants to merge 37 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
523362f
py3 update for automate-git.py and automate.py
Jan 28, 2024
5a5df95
--disable-syntax-validation option at gclient has been removed from u…
Jan 28, 2024
41e0b97
Add support for Python 3.8 and Upgrade Cython (#594)
gmjosack Feb 14, 2021
92a6c69
update spotify prebuilt cef url
Jan 28, 2024
e8a5dc7
fix
Jan 29, 2024
f49ab60
add support for cef 123 version
May 11, 2024
24abdc3
Fix CefListValue "int index" params (#461).
cztomczak Jan 14, 2020
5309afe
getting partical fix from https://github.com/cztomczak/cefpython/comm…
May 12, 2024
0a6a22d
getting partical fix (part 2) from https://github.com/cztomczak/cefpy…
May 12, 2024
daacb75
undo previous unittest change (partly)
May 12, 2024
748f104
Fix V8ContextHandler.OnContextCreated and OnContextReleased (#484).
cztomczak Jan 17, 2020
cd70070
add python311 support
May 12, 2024
e67aa83
undo previous accidental change to common.py
May 12, 2024
2c8819c
update misc place for py311 support
May 12, 2024
af864f0
better handle MainMessageLoopExternalPump, remove some previouis test…
May 19, 2024
cffcf93
add mainframe validation at javascript_bindings.pyx
May 25, 2024
b7aa32c
undo unexpected change to src/compile_time_constatns.pxi
linesight Feb 10, 2025
ffbfdad
not use obsolete base/cef_ptr_util.h
linesight Feb 10, 2025
b3d38bc
add back cef_mac.h and cef_linux.h
linesight Feb 11, 2025
615af96
address pull request feedback
linesight Feb 11, 2025
52edcd8
restore previous language_level line at cython_setup.py
linesight Feb 11, 2025
720782b
remove obsolete stuff
linesight Feb 11, 2025
44fda11
Merge branch 'master' into cefpython123
linesight Feb 13, 2025
3550c40
delete previously commented code
linesight Feb 15, 2025
c68cb2e
address pull request feedback
linesight Feb 15, 2025
cf1778b
delete previously commented code
linesight Feb 15, 2025
541f136
update osr_test.py to respect current event data type
linesight Feb 15, 2025
c4c0806
delete OnPluginCrashed; add initial implementation of CanSendCookie a…
linesight Feb 16, 2025
8286fb1
add back upstream cef 6312 branch's cef_types_linux.h and cef_types_m…
linesight Feb 17, 2025
099f5a1
remove commented SendProcessMessage from cef_browser.pxd
linesight Feb 17, 2025
eddbce1
one more place to use str type for uniqueFrameId
linesight Feb 17, 2025
db1d3ac
bring back SendFocusEvent in browser.pyx for backward compatibility
linesight Feb 17, 2025
1585ccf
replace ondomread.py example using example.com, as google.com website…
linesight Feb 17, 2025
12ef37c
Merge pull request #669 from linesight/cefpython123
cztomczak Feb 17, 2025
9da9f3c
improve cefpython123 doc
linesight Feb 18, 2025
ec81ee2
more doc cleanup; remove obsolete 'ignore_certificate_errors' from ce…
linesight Feb 18, 2025
cda1015
address pull request feedback
linesight Feb 19, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.idea/
build/
dist/
venv/
*.log
__pycache__/
*.pyc
Expand All @@ -16,3 +17,5 @@ unittests/GPUCache/
unittests/blob_storage/
unittests/webrtc_event_logs/
.DS_Store
MediaDeviceSalts
MediaDeviceSalts-journal
1 change: 1 addition & 0 deletions Authors
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ Contributors:
nobodyguy <https://github.com/nobodyguy>
Elliot Woods <https://github.com/elliotwoods>
Bryan Koroleski <https://github.com/bryan-koroleski-fivestars>
Ted Lin <https://github.com/linesight>
33 changes: 3 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Below is a table with supported platforms, python versions and architectures.

OS | Py2 | Py3 | 32bit | 64bit | Requirements
--- | --- | --- | --- | --- | ---
Windows | 2.7 | 3.4 / 3.5 / 3.6 / 3.7 / 3.8 / 3.9 | Yes | Yes | Windows 7+ (Note that Python 3.9 supports Windows 8.1+)
Windows | 2.7 | 3.4 / 3.5 / 3.6 / 3.7 / 3.8 / 3.9 / 3.10 / 3.11 | Yes | Yes | Windows 7+ (Note that Python 3.9 supports Windows 8.1+)
Copy link
Owner

@cztomczak cztomczak Feb 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That OS table is in Install section and has instructions to use pip install cefpython3==66.1 which doesn't yet support 3.10 and 3.11.

Linux | 2.7 | 3.4 / 3.5 / 3.6 / 3.7 | Yes | Yes | Debian 8+, Ubuntu 14.04+,<br> Fedora 24+, openSUSE 13.3+
Mac | 2.7 | 3.4 / 3.5 / 3.6 / 3.7 | No | Yes | MacOS 10.9+

Expand Down Expand Up @@ -87,7 +87,7 @@ Mac | 2.7 | 3.4 / 3.5 / 3.6 / 3.7 | No | Yes | MacOS 10.9+
[Issues labelled Knowledge Base](../../issues?q=is%3Aissue+is%3Aopen+label%3A%22Knowledge+Base%22)
- To search documentation use GitHub "This repository" search
at the top. To narrow results to documentation only select
"Markdown" in the side pane.
"Markdown" in the right pane.

## Support development

Expand Down Expand Up @@ -195,7 +195,6 @@ at this moment.
* [PaintBuffer](api/PaintBuffer.md#paintbuffer-object) object
* [Request](api/Request.md#request-class) class
* [Response](api/Response.md#response-object) object
* [WebPluginInfo](api/WebPluginInfo.md#webplugininfo-object) object
* [WebRequest](api/WebRequest.md#webrequest-class) class
* [WindowInfo](api/WindowInfo.md#windowinfo-class) class
* [WindowUtils](api/WindowUtils.md#windowutils-class) class
Expand All @@ -204,6 +203,7 @@ at this moment.
#### Client handlers (interfaces)

* [AccessibilityHandler](api/AccessibilityHandler.md#accessibilityhandler-interface)
* [CookieAccessFilter](api/CookieAccessFilter.md#cookieaccessfilter-interface)
* [DisplayHandler](api/DisplayHandler.md#displayhandler-interface)
* [DownloadHandler](api/DownloadHandler.md#downloadhandler)
* [FocusHandler](api/FocusHandler.md#focushandler-interface)
Expand All @@ -230,7 +230,6 @@ at this moment.
* [_OnAccessibilityTreeChange](api/AccessibilityHandler.md#_onaccessibilitytreechange)
* [_OnAccessibilityLocationChange](api/AccessibilityHandler.md#_onaccessibilitylocationchange)
* [Application settings](api/ApplicationSettings.md#application-settings)
* [accept_language_list](api/ApplicationSettings.md#accept_language_list)
* [app_user_model_id](api/ApplicationSettings.md#app_user_model_id)
* [auto_zooming](api/ApplicationSettings.md#auto_zooming)
* [background_color](api/ApplicationSettings.md#background_color)
Expand All @@ -241,27 +240,22 @@ at this moment.
* [downloads_enabled](api/ApplicationSettings.md#downloads_enabled)
* [external_message_pump](api/ApplicationSettings.md#external_message_pump)
* [framework_dir_path](api/ApplicationSettings.md#framework_dir_path)
* [ignore_certificate_errors](api/ApplicationSettings.md#ignore_certificate_errors)
* [javascript_flags](api/ApplicationSettings.md#javascript_flags)
* [locale](api/ApplicationSettings.md#locale)
* [locales_dir_path](api/ApplicationSettings.md#locales_dir_path)
* [debug](api/ApplicationSettings.md#debug)
* [log_file](api/ApplicationSettings.md#log_file)
* [log_severity](api/ApplicationSettings.md#log_severity)
* [multi_threaded_message_loop](api/ApplicationSettings.md#multi_threaded_message_loop)
* [net_security_expiration_enabled](api/ApplicationSettings.md#net_security_expiration_enabled)
* [pack_loading_disabled](api/ApplicationSettings.md#pack_loading_disabled)
* [persist_session_cookies](api/ApplicationSettings.md#persist_session_cookies)
* [persist_user_preferences](api/ApplicationSettings.md#persist_user_preferences)
* [product_version](api/ApplicationSettings.md#product_version)
* [remote_debugging_port](api/ApplicationSettings.md#remote_debugging_port)
* [resources_dir_path](api/ApplicationSettings.md#resources_dir_path)
* [single_process](api/ApplicationSettings.md#single_process)
* [string_encoding](api/ApplicationSettings.md#string_encoding)
* [uncaught_exception_stack_size](api/ApplicationSettings.md#uncaught_exception_stack_size)
* [unique_request_context_per_browser](api/ApplicationSettings.md#unique_request_context_per_browser)
* [user_agent](api/ApplicationSettings.md#user_agent)
* [user_data_path](api/ApplicationSettings.md#user_data_path)
* [windowless_rendering_enabled](api/ApplicationSettings.md#windowless_rendering_enabled)
* [Browser (object)](api/Browser.md#browser-object)
* [AddWordToDictionary](api/Browser.md#addwordtodictionary)
Expand Down Expand Up @@ -308,7 +302,6 @@ at this moment.
* [Invalidate](api/Browser.md#invalidate)
* [IsFullscreen](api/Browser.md#isfullscreen)
* [IsLoading](api/Browser.md#isloading)
* [IsMouseCursorChangeDisabled](api/Browser.md#ismousecursorchangedisabled)
* [IsPopup](api/Browser.md#ispopup)
* [IsWindowRenderingDisabled](api/Browser.md#iswindowrenderingdisabled)
* [LoadUrl](api/Browser.md#loadurl)
Expand All @@ -326,13 +319,11 @@ at this moment.
* [SendMouseClickEvent](api/Browser.md#sendmouseclickevent)
* [SendMouseMoveEvent](api/Browser.md#sendmousemoveevent)
* [SendMouseWheelEvent](api/Browser.md#sendmousewheelevent)
* [SendFocusEvent](api/Browser.md#sendfocusevent)
* [SendCaptureLostEvent](api/Browser.md#sendcapturelostevent)
* [SetAccessibilityState](api/Browser.md#setaccessibilitystate)
* [SetClientCallback](api/Browser.md#setclientcallback)
* [SetClientHandler](api/Browser.md#setclienthandler)
* [SetFocus](api/Browser.md#setfocus)
* [SetMouseCursorChangeDisabled](api/Browser.md#setmousecursorchangedisabled)
* [SetJavascriptBindings](api/Browser.md#setjavascriptbindings)
* [SetUserData](api/Browser.md#setuserdata)
* [SetZoomLevel](api/Browser.md#setzoomlevel)
Expand All @@ -346,27 +337,21 @@ at this moment.
* [WasHidden](api/Browser.md#washidden)
* [Browser settings](api/BrowserSettings.md#browser-settings)
* [Font settings](api/BrowserSettings.md#font-settings)
* [accept_language_list](api/BrowserSettings.md#accept_language_list)
* [application_cache_disabled](api/BrowserSettings.md#application_cache_disabled)
* [background_color](api/BrowserSettings.md#background_color)
* [databases_disabled](api/BrowserSettings.md#databases_disabled)
* [default_encoding](api/BrowserSettings.md#default_encoding)
* [dom_paste_disabled](api/BrowserSettings.md#dom_paste_disabled)
* [file_access_from_file_urls_allowed](api/BrowserSettings.md#file_access_from_file_urls_allowed)
* [inherit_client_handlers_for_popups](api/BrowserSettings.md#inherit_client_handlers_for_popups)
* [image_load_disabled](api/BrowserSettings.md#image_load_disabled)
* [javascript_disabled](api/BrowserSettings.md#javascript_disabled)
* [javascript_close_windows_disallowed](api/BrowserSettings.md#javascript_close_windows_disallowed)
* [javascript_access_clipboard_disallowed](api/BrowserSettings.md#javascript_access_clipboard_disallowed)
* [local_storage_disabled](api/BrowserSettings.md#local_storage_disabled)
* [plugins_disabled](api/BrowserSettings.md#plugins_disabled)
* [remote_fonts](api/BrowserSettings.md#remote_fonts)
* [shrink_standalone_images_to_fit](api/BrowserSettings.md#shrink_standalone_images_to_fit)
* [tab_to_links_disabled](api/BrowserSettings.md#tab_to_links_disabled)
* [text_area_resize_disabled](api/BrowserSettings.md#text_area_resize_disabled)
* [universal_access_from_file_urls_allowed](api/BrowserSettings.md#universal_access_from_file_urls_allowed)
* [user_style_sheet_location](api/BrowserSettings.md#user_style_sheet_location)
* [web_security_disabled](api/BrowserSettings.md#web_security_disabled)
* [webgl_disabled](api/BrowserSettings.md#webgl_disabled)
* [windowless_frame_rate](api/BrowserSettings.md#windowless_frame_rate)
* [Callback (object)](api/Callback.md#callback-object)
Expand Down Expand Up @@ -427,9 +412,6 @@ at this moment.
* [GetExpires](api/Cookie.md#getexpires)
* [CookieManager (class)](api/CookieManager.md#cookiemanager-class)
* [GetGlobalManager](api/CookieManager.md#getglobalmanager)
* [GetBlockingManager](api/CookieManager.md#getblockingmanager)
* [CreateManager](api/CookieManager.md#createmanager)
* [SetSupportedSchemes](api/CookieManager.md#setsupportedschemes)
* [VisitAllCookies](api/CookieManager.md#visitallcookies)
* [VisitUrlCookies](api/CookieManager.md#visiturlcookies)
* [SetCookie](api/CookieManager.md#setcookie)
Expand All @@ -449,7 +431,6 @@ at this moment.
* [DownloadHandler](api/DownloadHandler.md#downloadhandler)
* [DpiAware (class)](api/DpiAware.md#dpiaware-class)
* [CalculateWindowSize](api/DpiAware.md#calculatewindowsize)
* [EnableHighDpiSupport](api/DpiAware.md#enablehighdpisupport)
* [GetSystemDpi](api/DpiAware.md#getsystemdpi)
* [IsProcessDpiAware](api/DpiAware.md#isprocessdpiaware)
* [SetProcessDpiAware](api/DpiAware.md#setprocessdpiaware)
Expand Down Expand Up @@ -616,10 +597,7 @@ at this moment.
* [GetResourceType](api/Request.md#getresourcetype)
* [GetTransitionType](api/Request.md#gettransitiontype)
* [RequestHandler (interface)](api/RequestHandler.md#requesthandler-interface)
* [CanGetCookies](api/RequestHandler.md#cangetcookies)
* [CanSetCookie](api/RequestHandler.md#cansetcookie)
* [GetAuthCredentials](api/RequestHandler.md#getauthcredentials)
* [GetCookieManager](api/RequestHandler.md#getcookiemanager)
* [GetResourceHandler](api/RequestHandler.md#getresourcehandler)
* [OnBeforeBrowse](api/RequestHandler.md#onbeforebrowse)
* [_OnBeforePluginLoad](api/RequestHandler.md#_onbeforepluginload)
Expand Down Expand Up @@ -657,11 +635,6 @@ at this moment.
* [OnContextCreated](api/V8ContextHandler.md#oncontextcreated)
* [OnContextReleased](api/V8ContextHandler.md#oncontextreleased)
* [Virtual Key codes](api/VirtualKey.md#virtual-key-codes)
* [WebPluginInfo (object)](api/WebPluginInfo.md#webplugininfo-object)
* [GetName](api/WebPluginInfo.md#getname)
* [GetPath](api/WebPluginInfo.md#getpath)
* [GetVersion](api/WebPluginInfo.md#getversion)
* [GetDescription](api/WebPluginInfo.md#getdescription)
* [WebRequest (class)](api/WebRequest.md#webrequest-class)
* [Create](api/WebRequest.md#create)
* [GetRequest](api/WebRequest.md#getrequest)
Expand Down
1 change: 0 additions & 1 deletion api/API-categories.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
* [PaintBuffer](PaintBuffer.md#paintbuffer-object) object
* [Request](Request.md#request-class) class
* [Response](Response.md#response-object) object
* [WebPluginInfo](WebPluginInfo.md#webplugininfo-object) object
* [WebRequest](WebRequest.md#webrequest-class) class
* [WindowInfo](WindowInfo.md#windowinfo-class) class
* [WindowUtils](WindowUtils.md#windowutils-class) class
Expand Down
28 changes: 0 additions & 28 deletions api/API-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* [_OnAccessibilityTreeChange](AccessibilityHandler.md#_onaccessibilitytreechange)
* [_OnAccessibilityLocationChange](AccessibilityHandler.md#_onaccessibilitylocationchange)
* [Application settings](ApplicationSettings.md#application-settings)
* [accept_language_list](ApplicationSettings.md#accept_language_list)
* [app_user_model_id](ApplicationSettings.md#app_user_model_id)
* [auto_zooming](ApplicationSettings.md#auto_zooming)
* [background_color](ApplicationSettings.md#background_color)
Expand All @@ -17,27 +16,22 @@
* [downloads_enabled](ApplicationSettings.md#downloads_enabled)
* [external_message_pump](ApplicationSettings.md#external_message_pump)
* [framework_dir_path](ApplicationSettings.md#framework_dir_path)
* [ignore_certificate_errors](ApplicationSettings.md#ignore_certificate_errors)
* [javascript_flags](ApplicationSettings.md#javascript_flags)
* [locale](ApplicationSettings.md#locale)
* [locales_dir_path](ApplicationSettings.md#locales_dir_path)
* [debug](ApplicationSettings.md#debug)
* [log_file](ApplicationSettings.md#log_file)
* [log_severity](ApplicationSettings.md#log_severity)
* [multi_threaded_message_loop](ApplicationSettings.md#multi_threaded_message_loop)
* [net_security_expiration_enabled](ApplicationSettings.md#net_security_expiration_enabled)
* [pack_loading_disabled](ApplicationSettings.md#pack_loading_disabled)
* [persist_session_cookies](ApplicationSettings.md#persist_session_cookies)
* [persist_user_preferences](ApplicationSettings.md#persist_user_preferences)
* [product_version](ApplicationSettings.md#product_version)
* [remote_debugging_port](ApplicationSettings.md#remote_debugging_port)
* [resources_dir_path](ApplicationSettings.md#resources_dir_path)
* [single_process](ApplicationSettings.md#single_process)
* [string_encoding](ApplicationSettings.md#string_encoding)
* [uncaught_exception_stack_size](ApplicationSettings.md#uncaught_exception_stack_size)
* [unique_request_context_per_browser](ApplicationSettings.md#unique_request_context_per_browser)
* [user_agent](ApplicationSettings.md#user_agent)
* [user_data_path](ApplicationSettings.md#user_data_path)
* [windowless_rendering_enabled](ApplicationSettings.md#windowless_rendering_enabled)
* [Browser (object)](Browser.md#browser-object)
* [AddWordToDictionary](Browser.md#addwordtodictionary)
Expand Down Expand Up @@ -84,7 +78,6 @@
* [Invalidate](Browser.md#invalidate)
* [IsFullscreen](Browser.md#isfullscreen)
* [IsLoading](Browser.md#isloading)
* [IsMouseCursorChangeDisabled](Browser.md#ismousecursorchangedisabled)
* [IsPopup](Browser.md#ispopup)
* [IsWindowRenderingDisabled](Browser.md#iswindowrenderingdisabled)
* [LoadUrl](Browser.md#loadurl)
Expand All @@ -102,13 +95,11 @@
* [SendMouseClickEvent](Browser.md#sendmouseclickevent)
* [SendMouseMoveEvent](Browser.md#sendmousemoveevent)
* [SendMouseWheelEvent](Browser.md#sendmousewheelevent)
* [SendFocusEvent](Browser.md#sendfocusevent)
* [SendCaptureLostEvent](Browser.md#sendcapturelostevent)
* [SetAccessibilityState](Browser.md#setaccessibilitystate)
* [SetClientCallback](Browser.md#setclientcallback)
* [SetClientHandler](Browser.md#setclienthandler)
* [SetFocus](Browser.md#setfocus)
* [SetMouseCursorChangeDisabled](Browser.md#setmousecursorchangedisabled)
* [SetJavascriptBindings](Browser.md#setjavascriptbindings)
* [SetUserData](Browser.md#setuserdata)
* [SetZoomLevel](Browser.md#setzoomlevel)
Expand All @@ -122,27 +113,21 @@
* [WasHidden](Browser.md#washidden)
* [Browser settings](BrowserSettings.md#browser-settings)
* [Font settings](BrowserSettings.md#font-settings)
* [accept_language_list](BrowserSettings.md#accept_language_list)
* [application_cache_disabled](BrowserSettings.md#application_cache_disabled)
* [background_color](BrowserSettings.md#background_color)
* [databases_disabled](BrowserSettings.md#databases_disabled)
* [default_encoding](BrowserSettings.md#default_encoding)
* [dom_paste_disabled](BrowserSettings.md#dom_paste_disabled)
* [file_access_from_file_urls_allowed](BrowserSettings.md#file_access_from_file_urls_allowed)
* [inherit_client_handlers_for_popups](BrowserSettings.md#inherit_client_handlers_for_popups)
* [image_load_disabled](BrowserSettings.md#image_load_disabled)
* [javascript_disabled](BrowserSettings.md#javascript_disabled)
* [javascript_close_windows_disallowed](BrowserSettings.md#javascript_close_windows_disallowed)
* [javascript_access_clipboard_disallowed](BrowserSettings.md#javascript_access_clipboard_disallowed)
* [local_storage_disabled](BrowserSettings.md#local_storage_disabled)
* [plugins_disabled](BrowserSettings.md#plugins_disabled)
* [remote_fonts](BrowserSettings.md#remote_fonts)
* [shrink_standalone_images_to_fit](BrowserSettings.md#shrink_standalone_images_to_fit)
* [tab_to_links_disabled](BrowserSettings.md#tab_to_links_disabled)
* [text_area_resize_disabled](BrowserSettings.md#text_area_resize_disabled)
* [universal_access_from_file_urls_allowed](BrowserSettings.md#universal_access_from_file_urls_allowed)
* [user_style_sheet_location](BrowserSettings.md#user_style_sheet_location)
* [web_security_disabled](BrowserSettings.md#web_security_disabled)
* [webgl_disabled](BrowserSettings.md#webgl_disabled)
* [windowless_frame_rate](BrowserSettings.md#windowless_frame_rate)
* [Callback (object)](Callback.md#callback-object)
Expand Down Expand Up @@ -203,9 +188,6 @@
* [GetExpires](Cookie.md#getexpires)
* [CookieManager (class)](CookieManager.md#cookiemanager-class)
* [GetGlobalManager](CookieManager.md#getglobalmanager)
* [GetBlockingManager](CookieManager.md#getblockingmanager)
* [CreateManager](CookieManager.md#createmanager)
* [SetSupportedSchemes](CookieManager.md#setsupportedschemes)
* [VisitAllCookies](CookieManager.md#visitallcookies)
* [VisitUrlCookies](CookieManager.md#visiturlcookies)
* [SetCookie](CookieManager.md#setcookie)
Expand All @@ -225,7 +207,6 @@
* [DownloadHandler](DownloadHandler.md#downloadhandler)
* [DpiAware (class)](DpiAware.md#dpiaware-class)
* [CalculateWindowSize](DpiAware.md#calculatewindowsize)
* [EnableHighDpiSupport](DpiAware.md#enablehighdpisupport)
* [GetSystemDpi](DpiAware.md#getsystemdpi)
* [IsProcessDpiAware](DpiAware.md#isprocessdpiaware)
* [SetProcessDpiAware](DpiAware.md#setprocessdpiaware)
Expand Down Expand Up @@ -392,13 +373,9 @@
* [GetResourceType](Request.md#getresourcetype)
* [GetTransitionType](Request.md#gettransitiontype)
* [RequestHandler (interface)](RequestHandler.md#requesthandler-interface)
* [CanGetCookies](RequestHandler.md#cangetcookies)
* [CanSetCookie](RequestHandler.md#cansetcookie)
* [GetAuthCredentials](RequestHandler.md#getauthcredentials)
* [GetCookieManager](RequestHandler.md#getcookiemanager)
* [GetResourceHandler](RequestHandler.md#getresourcehandler)
* [OnBeforeBrowse](RequestHandler.md#onbeforebrowse)
* [_OnBeforePluginLoad](RequestHandler.md#_onbeforepluginload)
* [OnBeforeResourceLoad](RequestHandler.md#onbeforeresourceload)
* [_OnCertificateError](RequestHandler.md#_oncertificateerror)
* [OnQuotaRequest](RequestHandler.md#onquotarequest)
Expand Down Expand Up @@ -433,11 +410,6 @@
* [OnContextCreated](V8ContextHandler.md#oncontextcreated)
* [OnContextReleased](V8ContextHandler.md#oncontextreleased)
* [Virtual Key codes](VirtualKey.md#virtual-key-codes)
* [WebPluginInfo (object)](WebPluginInfo.md#webplugininfo-object)
* [GetName](WebPluginInfo.md#getname)
* [GetPath](WebPluginInfo.md#getpath)
* [GetVersion](WebPluginInfo.md#getversion)
* [GetDescription](WebPluginInfo.md#getdescription)
* [WebRequest (class)](WebRequest.md#webrequest-class)
* [Create](WebRequest.md#create)
* [GetRequest](WebRequest.md#getrequest)
Expand Down
Loading