mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-24 08:02:15 +02:00
Update to CEF 3.3497.1836.gb472a8d
This commit is contained in:
parent
24041982ca
commit
0a4ae46c0d
@ -50,7 +50,7 @@ uses
|
||||
Controls, Forms, Dialogs, StdCtrls, ExtCtrls, SyncObjs,
|
||||
{$ENDIF}
|
||||
uCEFChromium, uCEFWindowParent, uCEFInterfaces, uCEFConstants, uCEFTypes, uChildForm,
|
||||
Vcl.AppEvnts;
|
||||
Vcl.AppEvnts, uCEFWinControl;
|
||||
|
||||
const
|
||||
CEF_CREATENEXTCHILD = WM_APP + $A50;
|
||||
@ -112,7 +112,7 @@ uses
|
||||
|
||||
// This is demo shows how to create popup windows in CEF.
|
||||
|
||||
// You need to understand The SimpleBrowser2 and SimpleOSRBrowser demos completely before trying to understand this demo.
|
||||
// You need to understand the SimpleBrowser2 demo completely before trying to understand this demo.
|
||||
|
||||
// When TChromium needs to show a new popup window it executes TChromium.OnBeforePopup.
|
||||
|
||||
|
@ -155,15 +155,24 @@
|
||||
<Unit18>
|
||||
<Filename Value="..\..\source\uCEFApplication.pas"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<EditorIndex Value="-1"/>
|
||||
<TopLine Value="839"/>
|
||||
<CursorPos X="58" Y="846"/>
|
||||
<TopLine Value="1096"/>
|
||||
<CursorPos X="59" Y="1103"/>
|
||||
<UsageCount Value="10"/>
|
||||
<Bookmarks Count="1">
|
||||
<Item0 X="74" Y="1103" ID="1"/>
|
||||
</Bookmarks>
|
||||
<Loaded Value="True"/>
|
||||
</Unit18>
|
||||
</Units>
|
||||
<General>
|
||||
<ActiveWindowIndexAtStart Value="-1"/>
|
||||
</General>
|
||||
<JumpHistory HistoryIndex="-1"/>
|
||||
<JumpHistory Count="2" HistoryIndex="1">
|
||||
<Position1>
|
||||
<Filename Value="..\..\source\uCEFApplication.pas"/>
|
||||
<Caret Line="40" TopLine="37"/>
|
||||
</Position1>
|
||||
<Position2>
|
||||
<Filename Value="..\..\source\uCEFApplication.pas"/>
|
||||
<Caret Line="47" TopLine="40"/>
|
||||
</Position2>
|
||||
</JumpHistory>
|
||||
</ProjectSession>
|
||||
</CONFIG>
|
||||
|
@ -61,7 +61,7 @@ uses
|
||||
const
|
||||
CEF_SUPPORTED_VERSION_MAJOR = 3;
|
||||
CEF_SUPPORTED_VERSION_MINOR = 3497;
|
||||
CEF_SUPPORTED_VERSION_RELEASE = 1834;
|
||||
CEF_SUPPORTED_VERSION_RELEASE = 1836;
|
||||
CEF_SUPPORTED_VERSION_BUILD = 0;
|
||||
|
||||
CEF_CHROMEELF_VERSION_MAJOR = 69;
|
||||
|
Loading…
Reference in New Issue
Block a user