1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-12-03 21:44:45 +02:00

Update to CEF 3.3163.1670.g934eaba

- Added 2 overloaded versions of TChromium.RetrieveHTML
- Modified TCefBrowserRef.GetFrameIdentifiers and TCefBrowserRef.GetFrameNames functions
This commit is contained in:
Salvador Díaz Fau
2017-09-24 12:48:04 +02:00
parent 9656a1323f
commit 9c33c49353
19 changed files with 450 additions and 261 deletions

View File

@@ -2510,7 +2510,7 @@ type
get_focused_frame: function(self: PCefBrowser): PCefFrame; stdcall;
get_frame_byident: function(self: PCefBrowser; identifier: Int64): PCefFrame; stdcall;
get_frame: function(self: PCefBrowser; const name: PCefString): PCefFrame; stdcall;
get_frame_count: function(self: PCefBrowser): NativeUInt; stdcall;
get_frame_count: function(self: PCefBrowser): NativeUInt; stdcall;
get_frame_identifiers: procedure(self: PCefBrowser; var identifiersCount: NativeUInt; var identifiers: Int64); stdcall;
get_frame_names: procedure(self: PCefBrowser; names: TCefStringList); stdcall;
send_process_message: function(self: PCefBrowser; target_process: TCefProcessId; message: PCefProcessMessage): Integer; stdcall;