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

Passing IsMainFrame as parameter to the OnBeforeBrowse #889

Merged
merged 2 commits into from
Mar 18, 2015

Conversation

mohdimas
Copy link
Contributor

Closing #829. Adding IsMainFrame to the OnBeforeBrowse method.

@amaitland amaitland added this to the 39.0.0 milestone Mar 18, 2015
@@ -16,7 +16,7 @@ public interface IRequestHandler
/// <param name="request">the request object - cannot be modified in this callback</param>
/// <param name="isRedirect">has the request been redirected</param>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add additional please?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added.

@amaitland
Copy link
Member

Thanks 👍

amaitland added a commit that referenced this pull request Mar 18, 2015
Passing IsMainFrame as parameter to the OnBeforeBrowse
@amaitland amaitland merged commit 35e8d8e into cefsharp:master Mar 18, 2015
@mohdimas mohdimas deleted the IframeIssue branch March 19, 2015 02:54
@lamerbug
Copy link
Contributor

Since this commit my Cefsharp WinXP/VS2010 builds stopped working on Windows 7-8 (yes I got all building and working fine in XP), when I attach IRequestHandler to ChromiumWebBrowser it tells me that "Method not found Boolean CefSharp.IRequestHandler.OnBeforeBrowse (CefSharp.IWebBrowser, CefSharp.IRequest, Boolean, Boolean). But this method IS PRESENT both in CefSharp.IRequestHandler.cs and in my project's class implementing this interface. I'm wondering what can be wrong here?

update:
just forget, it was my fault. all working fine.

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.

3 participants