You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-11-23 21:34:53 +02:00
Block all popup windows and new tabs in all demos except the MiniBrowser
- Added TChromium.IsSameBrowser function
This commit is contained in:
@@ -194,7 +194,7 @@ procedure TCefUpdatePrefsTask.Execute;
|
||||
begin
|
||||
try
|
||||
try
|
||||
if (FEvents <> nil) then IChromiumEvents(FEvents).doUpdatePreferences;
|
||||
if (FEvents <> nil) then IChromiumEvents(FEvents).doUpdateOwnPreferences;
|
||||
except
|
||||
on e : exception do
|
||||
if CustomExceptionHandler('TCefUpdatePrefsTask.Execute', e) then raise;
|
||||
|
||||
Reference in New Issue
Block a user