Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple AppDomain support & Several fixes #58

Open
wants to merge 255 commits into
base: master
Choose a base branch
from

Conversation

joaompneves
Copy link

Added support for multiple AppDomain (useful for running NUnit)
Fixed a null pointer exception that occurs when WebView is loaded.
Fixed crash on windows deactivate
Changed debugging configuration (it wasn't working)

perlun added 30 commits May 1, 2013 18:02
…ttp://www.magpcss.net/cef_downloads/index.php?file=cef_binary_1.1364.1123_windows.zip file. (i.e. CEF branch 1364, Chromium 25). This one is required because we're otherwise getting conflicts trying to mix stuff relying on different versions of the C++ runtime, with incompatible symbols.
…ually target 3.5 even though we're using VS2012, but that makes the build process require VS2008 SP1 (according to http://stackoverflow.com/questions/2921702/change-c-cli-project-to-another-framework-than-4-0-with-vs2010) so it might not make so much sense anyway.
… 4.0 mode (the C++ compiler creates references to internal structs which are unusable from CLR code, making the type loader throw a TypeLoadException when trying to use the WebView).
…void* in a slightly funky way… Hard to test/verify since I couldn't manage to trigger the SetPopupSizeAndPosition to be called. :)
…r warning 4275 to be able to successfully compile).
shen6041 and others added 30 commits November 11, 2013 21:32
…e layout and offset transforms to popup when display setting has non-standard DPI
Proposed fix for issue cefsharp#213 (for CefSharp1 only).
fix IME input problem (CefSharp1)
…need to implement GetViewRect() and GetScreenRect() to force the popups to always be layouted inside the view; otherwise, we run into problems when the window is e.g. located close to the bottom screen border or similar.
Added link to the license.
… of the errors was introduced in the PR though, some was pre-existent)
…logical focus (since we might have logical focus even though we don't have keyboard one).
Let's add a few more remarks here.
…anged the logic for cefsharp#242 we must also change this (since without it, the caret is seen in multiple WebViews simultaneously. :)
Merge back changes already in pull requests to cefsharp/CefSharp
Conflicts:
	CefSharp.Wpf/CefSharp.Wpf.vcproj
	CefSharp.Wpf/WebView.cpp
	CefSharp.Wpf/WebView.h
	CefSharp/BindingHandler.cpp
	CefSharp/BindingHandler.h
	CefSharp/CefSharp.vcproj
	CefSharp/ClientAdapter.h
	CefSharp/RenderClientAdapter.cpp
	CefSharp/SchemeHandlerWrapper.h
	CefSharp/Stdafx.h
	CefSharp/TypeUtil.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.