mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-18 05:00:48 +01:00
- Add CefBrowser::Get*Frame() methods for retrieving the appropriate CefFrame instance. - Add a CefFrame attribute to CefHandler callback methods where appropriate. - Add support for V8 JavaScript extensions and values via CefV8Value and CefV8Handler. Native C++ and user-defined JavaScript object hierarchies may now be created and accessed using the CEF API. - Remove the CefHandler and CefVariant classes and related CefBrowser methods that have been obsoleted by the addition of CEF V8 support. - Add the CefRegisterExtension() function for registering system-wide V8 extensions. - Add the CefHandler::HandleJSBinding() callback method for attaching V8 values to the global frame JavaScript object. This method replaces the previous technique of calling CefBrowser::AddJSHandler(). - Add new wrapper template methods for simplifying DLL wrapper implementations. - Move cef_string* files from libcef_dll to libcef so that projects can link libcef statically without errors. - Fix crashes when CEF exits due to object constructors being executed on non-UI threads if the application is closed while a page is still loading. - Update the cefclient project to reflect changes and demonstrate the new APIs. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@26 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
452 lines
8.2 KiB
XML
452 lines
8.2 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="libcef"
|
|
ProjectGUID="{FA39524D-3067-4141-888D-28A86C66F2B9}"
|
|
RootNamespace="libcef"
|
|
Keyword="Win32Proj"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\libcef.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="precompiled_libcef.h"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)\lib\libcef_static.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\libcef.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="precompiled_libcef.h"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)\lib\libcef_static.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="printing"
|
|
>
|
|
<File
|
|
RelativePath=".\printing\page_number.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\printing\page_number.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\printing\page_range.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\printing\page_range.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\printing\page_setup.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\printing\page_setup.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\printing\print_settings.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\printing\print_settings.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\printing\units.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\printing\units.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\printing\win_printing_context.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\printing\win_printing_context.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="include"
|
|
>
|
|
<File
|
|
RelativePath="..\include\cef.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\include\cef_export.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\include\cef_nplugin.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\include\cef_ptr.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\include\cef_string.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\include\cef_string_list.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\include\cef_string_map.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\include\cef_types.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\include\cef_types_win.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\include\cef_win.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<File
|
|
RelativePath=".\browser_drag_delegate.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\browser_drag_delegate.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\browser_drop_delegate.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\browser_drop_delegate.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\browser_impl.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\browser_impl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\browser_impl_win.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\browser_navigation_controller.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\browser_navigation_controller.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\browser_request_context.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\browser_request_context.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\browser_resource_loader_bridge.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\browser_resource_loader_bridge.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\browser_webkit_glue.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\browser_webkit_glue.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\browser_webkit_glue_win.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\browser_webkit_init.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\browser_webview_delegate.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\browser_webview_delegate.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\browser_webview_delegate_win.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\cef_string.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="BUILDING_CEF_SHARED"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="BUILDING_CEF_SHARED"
|
|
UsePrecompiledHeader="0"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\cef_string_list.cc"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="BUILDING_CEF_SHARED"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="BUILDING_CEF_SHARED"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\cef_string_map.cc"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="BUILDING_CEF_SHARED"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="BUILDING_CEF_SHARED"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\context.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\context.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\precompiled_libcef.cc"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\precompiled_libcef.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\request_impl.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\request_impl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\simple_clipboard_impl.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\stream_impl.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\stream_impl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tracker.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\v8_impl.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\v8_impl.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\webview_host.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\webview_host.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\webwidget_host.cc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\webwidget_host.h"
|
|
>
|
|
</File>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|