mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 16:25:57 +01:00
c455886d29
- Modified Cefv8Accessor and Cefv8Interceptor helper function declarations. - Fixed and renamed ICefV8Interceptor parameters. - Fixed and renamed ICefV8Accessor parameters. - Modified ICefValue.SetBool parameter. - Fixed ICefMenuModelDelegate.FormatLabel "label" parameter. - Modified CefStringClearAndGet parameter. - Added CefStringInitialize function. - Fixed string handling in TCefRequestContextRef.SetPreference. - Fixed string handling in TCefCustomResourceBundleHandler.GetLocalizedString. - Fixed string handling in TCefResourceHandlerOwn.GetResponseHeaders. - Fixed string handling in TCefResourceRequestHandlerOwn.OnResourceRedirect. - Fixed string handling in TCefStringMapOwn. - Fixed string handling in TCefStringMultimapOwn. - Fixed and renamed ICefv8Handler.Execute parameters. - Adapted JSWindowBindingWithObject demo to new Cefv8Accessor declaration.
78 lines
2.5 KiB
XML
78 lines
2.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<ProjectSession>
|
|
<PathDelim Value="\"/>
|
|
<Version Value="11"/>
|
|
<BuildModes Active="Default"/>
|
|
<Units Count="3">
|
|
<Unit0>
|
|
<Filename Value="JSWindowBindingWithObject.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<TopLine Value="41"/>
|
|
<CursorPos X="17" Y="59"/>
|
|
<UsageCount Value="20"/>
|
|
<Loaded Value="True"/>
|
|
<DefaultSyntaxHighlighter Value="Delphi"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="uJSWindowBindingWithObject.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="JSWindowBindingWithObjectFrm"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<EditorIndex Value="1"/>
|
|
<TopLine Value="120"/>
|
|
<CursorPos X="82" Y="126"/>
|
|
<UsageCount Value="20"/>
|
|
<Loaded Value="True"/>
|
|
<LoadedDesigner Value="True"/>
|
|
<DefaultSyntaxHighlighter Value="Delphi"/>
|
|
</Unit1>
|
|
<Unit2>
|
|
<Filename Value="uMyV8Accessor.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<IsVisibleTab Value="True"/>
|
|
<EditorIndex Value="2"/>
|
|
<TopLine Value="34"/>
|
|
<CursorPos X="5" Y="90"/>
|
|
<UsageCount Value="20"/>
|
|
<Loaded Value="True"/>
|
|
<DefaultSyntaxHighlighter Value="Delphi"/>
|
|
</Unit2>
|
|
</Units>
|
|
<JumpHistory Count="7" HistoryIndex="6">
|
|
<Position1>
|
|
<Filename Value="uJSWindowBindingWithObject.pas"/>
|
|
</Position1>
|
|
<Position2>
|
|
<Filename Value="JSWindowBindingWithObject.lpr"/>
|
|
<Caret Line="59" Column="17" TopLine="41"/>
|
|
</Position2>
|
|
<Position3>
|
|
<Filename Value="uJSWindowBindingWithObject.pas"/>
|
|
<Caret Line="100" Column="11" TopLine="84"/>
|
|
</Position3>
|
|
<Position4>
|
|
<Filename Value="uJSWindowBindingWithObject.pas"/>
|
|
<Caret Line="159" Column="3" TopLine="136"/>
|
|
</Position4>
|
|
<Position5>
|
|
<Filename Value="uJSWindowBindingWithObject.pas"/>
|
|
<Caret Line="75" Column="43" TopLine="69"/>
|
|
</Position5>
|
|
<Position6>
|
|
<Filename Value="uJSWindowBindingWithObject.pas"/>
|
|
<Caret Line="141" TopLine="126"/>
|
|
</Position6>
|
|
<Position7>
|
|
<Filename Value="uJSWindowBindingWithObject.pas"/>
|
|
<Caret Line="146" TopLine="131"/>
|
|
</Position7>
|
|
</JumpHistory>
|
|
<RunParams>
|
|
<FormatVersion Value="2"/>
|
|
<Modes Count="0" ActiveMode=""/>
|
|
</RunParams>
|
|
</ProjectSession>
|
|
</CONFIG>
|