Commit Graph

  • 3b40ca0e00 Moved capture into Opened/Closed events for Popup Jonathan Taylor 2017-02-13 19:50:43 -07:00
  • e6bcbe4111 Finish cookie manager rewrite, resolves #1936 amaitland 2017-02-14 13:15:12 +10:00
  • ff836fdb98 Start spilitting out the Task based callbacks that are implemented in VC++ and implement them in C# with an interface - allow direct access to underlying CEF API amaitland 2017-02-14 12:27:07 +10:00
  • 960c5953ba Continue with CefSharp.csproj restructure - move more classes into subfolders (again no namespace change for backwards compatibility) amaitland 2017-02-14 12:03:11 +10:00
  • f4814c4abb Rename Task callbacks for consistency - will move them into a new folder shortly amaitland 2017-02-14 11:59:41 +10:00
  • 55f5ce44b5 Remove unused using statement from CookieManager Update cookieManager.SetSupportedSchemes usage as no longer accepts param array amaitland 2017-02-14 11:53:41 +10:00
  • 33416b009b Move callback interfaces into Callback folder - leave in the CefSharp namespace to maintain backwards compatibility amaitland 2017-02-14 11:43:06 +10:00
  • 6e443ca091 CookieManager Rewrite - remove all the async wrappers and expose the underlying CEF API Remove CookieAsyncWrapper as it's no longer required to perform the operations directly on the CEF IO thread. Async extension methods will be added to maintain existing functionality amaitland 2017-02-14 11:40:12 +10:00
  • ee5fd34ee6 Comment out Cef example - none of the CefSharp examples have the relevant directory present. Update xml comments on Cef.RegisterWidevineCdm Add braces to if check - even single line if statements have braces for consistency amaitland 2017-02-13 15:54:07 +10:00
  • 2298ea0a93 Implementation of Cef.RegisterWidevineCdm (#1935) Justin Stenning 2017-02-13 16:37:55 +11:00
  • a3c2fd4d1a Fixed typos (#1932) Per Lundberg 2017-02-13 02:18:46 +02:00
  • 64b63b3dce RequestEventHandler - Change to explicit interface implementation and remove code duplication amaitland 2017-02-10 09:41:22 +10:00
  • ee563827ac Request event handler (#1918) Florian Obermayer 2017-02-10 00:23:37 +01:00
  • 3708c186b2 Request event handler (#1918) cefsharp/53 Florian Obermayer 2017-02-10 00:23:37 +01:00
  • 4d697e00c8 ICompletionCallback now implements IDisposable and the CefCompletionCallbackAdapter disposes of the instance when it itself is disposed of. amaitland 2017-02-09 13:15:55 +10:00
  • fe9d6a45a9 Update README.md Alex Maitland 2017-02-06 16:52:23 +10:00
  • 856a8dd602 Upgrade API doc link amaitland 2017-02-06 15:06:26 +10:00
  • 84930b0784 Update sandcastle help file version numbers to 55.0.0 Fix some other xml comments and remove some unused fields - still lots of comments that could be added amaitland 2017-02-06 14:54:42 +10:00
  • e515cc0bfa background_color should be BackgroundColor amaitland 2017-02-02 11:20:38 +10:00
  • 01e7e6f3d7 Add LoadHtml extensions method - use data uri to load the html amaitland 2017-02-01 15:28:24 +10:00
  • c0ec00953a Re-sign x86 assembly in post build (#1914) Chris 2017-02-01 07:28:03 +01:00
  • 2ded106d59 Upgrade to 3.2883.1552 Add isMainFrame to IRequestContextHandler.OnBeforePluginLoad (CEF API changed) v55.0.0 amaitland 2017-02-01 13:53:43 +10:00
  • 325e1c30cb Add missing using statement amaitland 2017-01-31 10:01:57 +10:00
  • 92a2a610e7 IGeolocationHandler.OnRequestGeolocationPermission - improve comment GeolocationHandler Example - upgrade to properly use the callback. amaitland 2017-01-30 10:05:44 +10:00
  • 15b55a41ef WPF Change to BitmapScalingMode.HighQuality - default it to higher and let people reduce it rather than the other way around amaitland 2017-01-19 08:55:11 +10:00
  • 8a9b0deb60 Upgrade to 3.2883.1552 Add isMainFrame to IRequestContextHandler.OnBeforePluginLoad (CEF API changed) amaitland 2017-02-01 13:53:43 +10:00
  • 2b4840fc90 Add CssAnimation example for testing purposes amaitland 2017-02-01 09:33:27 +10:00
  • 526fe28bc9 Add missing using statement amaitland 2017-01-31 10:01:57 +10:00
  • 314b3a00c7 IGeolocationHandler.OnRequestGeolocationPermission - improve comment GeolocationHandler Example - upgrade to properly use the callback. amaitland 2017-01-30 10:05:44 +10:00
  • 64c6f4410a Update GetScreenPoint - still not ready for use as there has been limited testing amaitland 2017-01-30 09:39:11 +10:00
  • 1228f992d0 FindReplaceResponseFilter - Remove debugging code that was outputting the count as part of the response AppendResponseFilter - Improve comment amaitland 2017-01-30 09:33:05 +10:00
  • 08d6fa902b GetScreenPoint changes not ready Alex Maitland 2017-01-28 12:46:31 +10:00
  • c06a6bbc58 Add NativeMethodWrapper::SetWindowPosition helper method - code is duplicated and should be revisited later amaitland 2017-01-23 16:49:14 +10:00
  • 29a19ac6a6 Add reference to the cefsharp/55 branch (will be created shortly) amaitland 2017-01-16 12:09:42 +10:00
  • 34ab14a457 Update README.md (#1917) Ramon F. Mendes 2017-01-19 07:43:42 -03:00
  • 954c87d58b WPF Change to BitmapScalingMode.HighQuality - default it to higher and let people reduce it rather than the other way around amaitland 2017-01-19 08:55:11 +10:00
  • d4ef1519b9 Add IRenderWebBrowser.GetScreenPoint - basic WPF implementation amaitland 2017-01-18 07:05:22 +10:00
  • 8630e75fd2 Add reference to the cefsharp/55 branch (will be created shortly) v55.0.0-pre01 amaitland 2017-01-16 12:09:42 +10:00
  • 03560374cc Crash Reporting - getting errors in logs when attempting to enable crash reporting so leave disabled for now amaitland 2017-01-16 11:57:17 +10:00
  • b72b6f7310 Example projects - Remove workaround for crash reporting spawning man app exe and switch to using crash_reporter.cfg amaitland 2017-01-16 11:38:38 +10:00
  • 454be3cfa8 Add Crashreport functions 6e0baff75c/include/cef_crash_util.h amaitland 2017-01-16 11:30:37 +10:00
  • 8166a34c88 Upgrade to 3.2883.1545 amaitland 2017-01-16 11:19:27 +10:00
  • e9a5434805 Add general usage guide to NuGet/Readme.txt amaitland 2017-01-16 11:18:33 +10:00
  • db238f0838 Upgrade to 3.2883.1542 amaitland 2017-01-12 13:09:35 +10:00
  • 56f693fa69 WPF - Reuse existing tooltipTimer rather than create a new one - resolves #1801 amaitland 2017-01-10 12:08:35 +10:00
  • 820dd581f1 Update ISSUE_TEMPLATE.md Alex Maitland 2017-01-10 10:59:43 +10:00
  • 11fd871547 Add chrome_elf.dll to DependencyChecker (crashpad support) amaitland 2017-01-09 14:12:25 +10:00
  • 4e7f121f45 Untabify build.ps1 amaitland 2017-01-09 12:35:13 +10:00
  • 08bc409047 Added a missing space and made two letters lowercase (#1909) Chris 2017-01-06 22:23:41 +01:00
  • 8c38bfd862 Nuspec pdb errors - some copy and paste errors meant that x64 versions of the xml and pdb files were being incorrectly included amaitland 2017-01-06 16:09:16 +10:00
  • 38f9ad92dc For GitLink to work efficiently it needs a clone of got, so change appveyor.yml, previously shallow_clone was only downloading a zip of the latest commit, see if we can get it to download the last 10 commits amaitland 2017-01-06 15:14:11 +10:00
  • 2caf55529e When running GitLink on AppVeyor it's not picking up the repository path - will hard code for now amaitland 2017-01-06 15:07:03 +10:00
  • 0f4f93fd86 First attempt at implementing GitLink #1680 Remove symbol package generation amaitland 2017-01-06 15:01:39 +10:00
  • 2415529519 Add calls to CefDoMessageLoopWork before CefShutdown is called when settings.MultiThreadedMessageLoop = false amaitland 2017-01-06 14:08:55 +10:00
  • 4c4f2e7da7 WPF - Add Program.cs to deal with Crashpad process amaitland 2017-01-06 13:56:25 +10:00
  • 264b42d35b Cef.Shutdown add double check lock - shouldn't be possible as it should always be run on the UI thread. Since we have the lock, best to double check Add ManagedThreadId checking to Initialize/Shutdown - make sure they're called on the same thread. amaitland 2017-01-06 13:22:40 +10:00
  • 43f2a3faba WinForms LifeSpanHandler - Check browser.IsDisposed (should only happen when disposing) Update ILifeSpanHandler.DoClose comment amaitland 2017-01-06 13:08:39 +10:00
  • 94820149ae Add IBrowserAdapter.Resize amaitland 2017-01-06 10:00:24 +10:00
  • 15f06778b7 Update README.md Alex Maitland 2017-01-05 18:42:23 +10:00
  • b610224794 See Full Desc. Fixes Forks Display. (#1905) jdc20181 2016-12-31 21:50:47 -05:00
  • af47e59019 Upgrade to CEF 3.2785.1486 v53.0.1 amaitland 2016-12-22 18:27:15 +10:00
  • f5a3b5e6ca Humanify the ghostdoc comments (#1897) Mike 2016-12-21 16:31:45 -07:00
  • b3ae966a54 WinForms Example - Add Ctrl+W close shortcut key amaitland 2016-12-21 16:08:35 +10:00
  • 87d0294137 Added financial support message to readme. (#1894) GrabzIt 2016-12-21 05:58:00 +00:00
  • fdd08896d7 Expose the IME methods/callback added with https://bitbucket.org/chromiumembedded/cef/commits/f7014be It should now be possible for someone to implement IME support in the WPF control to resolve #1262 amaitland 2016-12-14 07:32:03 +10:00
  • 51ef5d76c1 Update Readme.txt Alex Maitland 2016-12-13 23:53:21 +10:00
  • b7f7cc4dc6 Minor formatting changes to CefCertificateCallbackWrapper Update WinFormsRequestHandler so the X509Certificate2UI.SelectFromCollection is made on the UI thread and Follow up to #1878 amaitland 2016-12-13 10:20:25 +10:00
  • fa41529853 Add IRequestHandler.OnSelectClientCertificate (#1878) Smaran Harihar 2016-12-12 15:48:15 -08:00
  • 9a00693888 Fix grammar on readme (#1887) Mike 2016-12-12 14:32:23 -07:00
  • 8970196740 Upgrade example to deal with crashpad process being spawned through the main application exe #1876 amaitland 2016-12-12 18:46:11 +10:00
  • d30e01fa1d Add ability to retrieve Ssl status from NavigationEntry Needs to be revised as NavigationEntry and SslStatus are both structs and they should probably be wrappers amaitland 2016-12-12 06:34:33 +10:00
  • 6d568c7d09 Update CefSslInfoWrapper implementation and ClientAdapter::OnCertificateError so that it's now passed in as the param (Possible to see the invalid certificate when there is an error) amaitland 2016-12-12 06:00:07 +10:00
  • 9df1bc132c Add RegisterResourceHandler and UnRegisterResourceHandler to simplify using the DefaultResourceHandlerFactory amaitland 2016-12-08 22:14:09 +10:00
  • b47731de5e Added DownloadItem .OriginalUrl (#1877) Philip Beber 2016-12-04 04:26:49 -08:00
  • 490a5bee15 WCF communication was broken as channel argument which we previously parsed to get the parent process Id was removed in https://bitbucket.org/chromiumembedded/cef/issues/1912/notreached-in-logchannelidandcookiestores Simply append our own command line argument with the process Id. amaitland 2016-12-02 06:44:23 +10:00
  • f2050a0861 Add scriptUrl and startLine to EvaluateScriptAsync amaitland 2016-12-02 06:10:40 +10:00
  • 87bec41ec2 Check for valid script name in StringUtils::CreateExceptionString as passing in CefString() to Eval when there is an exception will crash the render process amaitland 2016-12-01 23:11:14 +10:00
  • 80d6a023df Upgrade to 3.2883.1539 amaitland 2016-12-01 22:48:01 +10:00
  • cecc8b14f7 Update RequestHandler.OnResourceRedirect example - redirect google to github amaitland 2016-10-31 19:04:50 +10:00
  • 77413cf2a7 Update ISSUE_TEMPLATE.md Alex Maitland 2016-11-16 22:27:18 +10:00
  • 1f18ba9c6e Minor Typo (#1854) GrabzIt 2016-11-08 22:07:45 +00:00
  • cbd16de6bc Upgrade version to 53.0.1 amaitland 2016-10-24 12:27:03 +10:00
  • 4ba6a5e2ff WPF - Add browser.IsPopup checks to the example LifespanHandler when using EXPERIMENTAL newBrowser method Was hanging on exit before amaitland 2016-10-24 12:09:55 +10:00
  • 8c9dbb7d55 ILifeSpanHandler.OnBeforeClose the IBrowser wrapper was already disposed, so for now just create a new wrapper and dispose of it immediately after the call amaitland 2016-10-24 12:08:37 +10:00
  • 1986f9e3bf WPF Example - Add Zoom out to menu amaitland 2016-10-20 21:45:11 +10:00
  • cf97324ec1 Offscreen Example - Add comment about TrySetResultAsync amaitland 2016-10-20 08:35:15 +10:00
  • 14b509593c Fix bug in WinForms example - the LifeSpanHandler implementation wasn't allowing popup windows to close amaitland 2016-10-19 07:51:19 +10:00
  • 19985213b8 Update README.md Alex Maitland 2016-10-17 14:30:42 +10:00
  • ed0677e4e4 Improve xml doc around Cef.Shutdown and Cef.Initialize amaitland 2016-10-14 14:47:14 +10:00
  • 3e32e0e306 WPF - Update Custom cursor in a sync fashion resolves #606 amaitland 2016-10-14 11:57:49 +10:00
  • 7b491fbd3d WPF - Add browser.IsPopup checks to the example LifespanHandler when using EXPERIMENTAL newBrowser method Was hanging on exit before amaitland 2016-10-24 12:09:55 +10:00
  • abd1ad32d8 ILifeSpanHandler.OnBeforeClose the IBrowser wrapper was already disposed, so for now just create a new wrapper and dispose of it immediately after the call amaitland 2016-10-24 12:08:37 +10:00
  • 1c0fb61932 Change WCF timeout from 10 seconds to 2 seconds amaitland 2016-10-19 17:01:19 +10:00
  • cba32f11af Add FrameworkVersionCheck to CefSharp.Common.targets - hopefully this will make it quite clear Not yet tested amaitland 2016-10-24 09:35:26 +10:00
  • 23b8e1c14a WPF Example - Add Zoom out to menu amaitland 2016-10-20 21:45:11 +10:00
  • 25754770cc Update Readme.txt Alex Maitland 2016-10-20 19:42:32 +10:00
  • 1ccb55e9e0 Add IBrowserHost::GetVisibleNavigationEntry - step one in implementing #1793 amaitland 2016-10-20 19:15:05 +10:00
  • 1008347f66 Offscreen Example - Add comment about TrySetResultAsync amaitland 2016-10-20 08:35:15 +10:00
  • 21b9eb601e Change popup mouse capture, hopefully resolve #1723 Unhook popup mouse handlers when disposing amaitland 2016-10-19 16:29:08 +10:00
  • c81f57c4ce Wpf Example - improve focus handling and null checking amaitland 2016-10-19 15:57:08 +10:00