Skip to content

Commit

Permalink
Fix issue #487
Browse files Browse the repository at this point in the history
Added TCEFComponentIdList.
Added IChromiumEvents..GetComponentID
Added ICEFUrlRequestClientEvents..GetComponentID
Added ICefViewDelegateEvents..GetComponentID
Added TCefManagedTask.
Added TCefChromiumTask.
Added TCefViewDelegateTask.
Added TCefURLRequestClientTask.
  • Loading branch information
salvadordf committed Nov 29, 2023
1 parent 9e5b903 commit 44668e8
Show file tree
Hide file tree
Showing 14 changed files with 617 additions and 445 deletions.
Binary file modified docs/cef4delphi.chm
Binary file not shown.
3 changes: 2 additions & 1 deletion packages/CEF4Delphi.dpk
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ contains
uCEFPreferenceRegistrar in '..\source\uCEFPreferenceRegistrar.pas',
uCEFPreferenceManager in '..\source\uCEFPreferenceManager.pas',
uCEFApplicationEvents in '..\source\uCEFApplicationEvents.pas',
uCEFBrowserBitmap in '..\source\uCEFBrowserBitmap.pas';
uCEFBrowserBitmap in '..\source\uCEFBrowserBitmap.pas',
uCEFComponentIdList in '..\source\uCEFComponentIdList.pas';

end.

3 changes: 2 additions & 1 deletion packages/CEF4DelphiVCLRTL.dpk
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,8 @@ contains
uCEFPreferenceRegistrar in '..\source\uCEFPreferenceRegistrar.pas',
uCEFPreferenceManager in '..\source\uCEFPreferenceManager.pas',
uCEFApplicationEvents in '..\source\uCEFApplicationEvents.pas',
uCEFBrowserBitmap in '..\source\uCEFBrowserBitmap.pas';
uCEFBrowserBitmap in '..\source\uCEFBrowserBitmap.pas',
uCEFComponentIdList in '..\source\uCEFComponentIdList.pas';

end.

Loading

0 comments on commit 44668e8

Please sign in to comment.