mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 00:05:55 +01:00
1299a6f596
- Split the Lazarus demos directory into "Lazarus_Windows" and "Lazarus_Linux". - Added OSRExternalPumpBrowser and TinyBrowser2 demos to "Lazarus_Linux". - Set TBufferPanel.GetScreenScale as virtual. - Added DevTools to the SchemeRegistrationBrowser demo. - Modified the SchemeRegistrationBrowser demo to receive XMLHttpRequest requests from JavaScript.
116 lines
3.6 KiB
XML
116 lines
3.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<ProjectSession>
|
|
<PathDelim Value="\"/>
|
|
<Version Value="11"/>
|
|
<BuildModes Active="Default"/>
|
|
<Units Count="8">
|
|
<Unit0>
|
|
<Filename Value="PostInspectorBrowser.lpr"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<TopLine Value="36"/>
|
|
<CursorPos Y="73"/>
|
|
<UsageCount Value="21"/>
|
|
<Loaded Value="True"/>
|
|
<DefaultSyntaxHighlighter Value="Delphi"/>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Filename Value="uPostInspectorBrowser.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<ComponentName Value="Form1"/>
|
|
<HasResources Value="True"/>
|
|
<ResourceBaseClass Value="Form"/>
|
|
<IsVisibleTab Value="True"/>
|
|
<EditorIndex Value="1"/>
|
|
<TopLine Value="417"/>
|
|
<CursorPos Y="440"/>
|
|
<UsageCount Value="21"/>
|
|
<Loaded Value="True"/>
|
|
<LoadedDesigner Value="True"/>
|
|
<DefaultSyntaxHighlighter Value="Delphi"/>
|
|
</Unit1>
|
|
<Unit2>
|
|
<Filename Value="C:\lazarus\fpc\3.0.4\source\rtl\objpas\classes\classesh.inc"/>
|
|
<EditorIndex Value="-1"/>
|
|
<TopLine Value="860"/>
|
|
<CursorPos X="15" Y="873"/>
|
|
<UsageCount Value="10"/>
|
|
</Unit2>
|
|
<Unit3>
|
|
<Filename Value="C:\lazarus\fpc\3.0.4\source\packages\fcl-base\src\syncobjs.pp"/>
|
|
<EditorIndex Value="-1"/>
|
|
<TopLine Value="24"/>
|
|
<CursorPos X="4" Y="42"/>
|
|
<UsageCount Value="10"/>
|
|
</Unit3>
|
|
<Unit4>
|
|
<Filename Value="..\..\..\source\uCEFSentinel.pas"/>
|
|
<EditorIndex Value="-1"/>
|
|
<TopLine Value="27"/>
|
|
<CursorPos X="77" Y="119"/>
|
|
<UsageCount Value="10"/>
|
|
</Unit4>
|
|
<Unit5>
|
|
<Filename Value="C:\lazarus\lcl\lcltype.pp"/>
|
|
<UnitName Value="LCLType"/>
|
|
<EditorIndex Value="-1"/>
|
|
<TopLine Value="50"/>
|
|
<CursorPos X="3" Y="68"/>
|
|
<UsageCount Value="10"/>
|
|
</Unit5>
|
|
<Unit6>
|
|
<Filename Value="..\..\..\packages\cef4delphi_lazarus.pas"/>
|
|
<UnitName Value="CEF4Delphi_Lazarus"/>
|
|
<EditorIndex Value="-1"/>
|
|
<TopLine Value="36"/>
|
|
<CursorPos X="64" Y="66"/>
|
|
<UsageCount Value="10"/>
|
|
</Unit6>
|
|
<Unit7>
|
|
<Filename Value="..\..\..\source\uCEFUrlRequestClientComponent.pas"/>
|
|
<EditorIndex Value="-1"/>
|
|
<TopLine Value="79"/>
|
|
<CursorPos Y="110"/>
|
|
<UsageCount Value="10"/>
|
|
</Unit7>
|
|
</Units>
|
|
<JumpHistory Count="6" HistoryIndex="5">
|
|
<Position1>
|
|
<Filename Value="PostInspectorBrowser.lpr"/>
|
|
</Position1>
|
|
<Position2>
|
|
<Filename Value="uPostInspectorBrowser.pas"/>
|
|
<Caret Line="157" Column="80" TopLine="34"/>
|
|
</Position2>
|
|
<Position3>
|
|
<Filename Value="uPostInspectorBrowser.pas"/>
|
|
<Caret Line="162" Column="80" TopLine="125"/>
|
|
</Position3>
|
|
<Position4>
|
|
<Filename Value="uPostInspectorBrowser.pas"/>
|
|
<Caret Line="148" Column="31" TopLine="124"/>
|
|
</Position4>
|
|
<Position5>
|
|
<Filename Value="uPostInspectorBrowser.pas"/>
|
|
<Caret Line="147" Column="31" TopLine="123"/>
|
|
</Position5>
|
|
<Position6>
|
|
<Filename Value="uPostInspectorBrowser.pas"/>
|
|
<Caret Line="397" Column="41" TopLine="388"/>
|
|
</Position6>
|
|
</JumpHistory>
|
|
<RunParams>
|
|
<FormatVersion Value="2"/>
|
|
<Modes Count="0" ActiveMode=""/>
|
|
</RunParams>
|
|
</ProjectSession>
|
|
<Debugging>
|
|
<Watches Count="1">
|
|
<Item1>
|
|
<Expression Value="pointer(TempBuffer)^"/>
|
|
<DisplayStyle Value="wdfChar"/>
|
|
</Item1>
|
|
</Watches>
|
|
</Debugging>
|
|
</CONFIG>
|