Commit Graph

  • a8ff890433 Always pass through Process Id to subprocess amaitland 2018-04-30 12:45:15 +10:00
  • 43c1ff3ed0 Task Callbacks - only call TrySetResultAsync if the callback was never called amaitland 2018-04-30 13:58:47 +10:00
  • f2fcbf0add Always pass through Process Id to subprocess amaitland 2018-04-30 12:45:15 +10:00
  • 8f7692ae6e JSB - Add JavascriptBindingCompleteEventArgs and config options to CefSharp.BindObjectAsync amaitland 2018-04-26 10:20:39 +10:00
  • 801d53b3cf Add JavascriptBindingCompleteEventArgs - Use for IJavascriptObjectRepository.ObjectsBound event amaitland 2018-04-27 16:33:42 +10:00
  • aaf67695cb Use HashSet over Stack (#2372) Drew Noakes 2018-04-27 03:37:22 +01:00
  • 9eb19756ac OffScreen - Default GetScreenPoint to the view x/y coordinates provided amaitland 2018-04-23 14:18:22 +10:00
  • d49f975f1c OffScreen - IRenderHandler now implements all methods amaitland 2018-04-23 14:15:25 +10:00
  • 93fdd63525 WPF - Fix incorrect param ordering of IRenderHandler.OnPaint amaitland 2018-04-23 13:04:38 +10:00
  • c51a615d7d OffScreen - Add IRenderHandler and DefaultRenderHandler basic implementation amaitland 2018-04-23 13:02:12 +10:00
  • 61033e66c8 WPF/OffScreen cleanup amaitland 2018-04-23 12:42:00 +10:00
  • c1b89c62e9 WPF/OffScreen - Code cleanup and minor refactor amaitland 2018-04-20 13:33:08 +10:00
  • b492905cea Code cleanup - Move some structs and enums into separate namespace amaitland 2018-04-20 12:48:31 +10:00
  • 9fedc1255d CefWriteHandlerWrapper - Revert accidental change to Write method amaitland 2018-04-20 12:32:27 +10:00
  • f6e58283a6 LegacyBinding - Remove objects from cache if key already exists amaitland 2018-04-20 10:45:03 +10:00
  • 7490b53490 IDragData.GetFileContents - update to properly closer represent the CEF API amaitland 2018-04-19 14:56:36 +10:00
  • 4c555d7223 Handle URL escaped paths correctly (#2364) James Coyle 2018-04-19 05:20:54 +01:00
  • 066f5a92b2 Upgrade to CEF 3.3325.1758.g9aea513 / Chromium 65.0.3325.181 amaitland 2018-04-17 15:14:42 +10:00
  • 11564becca WPF - Improve DragDrop implementation amaitland 2018-04-16 17:11:25 +10:00
  • ccc549ba1f IRenderWebBrowser - Add StartDragging xml doc amaitland 2018-04-16 16:34:34 +10:00
  • a17150c40d IDragData - Add Clone method amaitland 2018-04-16 16:34:11 +10:00
  • ce51bfb7ca CefDragDataWrapper - Implement GetFileContents amaitland 2018-04-16 13:20:52 +10:00
  • 82630ec396 CefDrawData - Add Image amaitland 2018-04-16 12:45:37 +10:00
  • 791c42cff3 Example LifespanHandler.OnAfterCreated fix eperimental code rare crash (#2354) Ondrej Medek 2018-04-13 12:00:25 +02:00
  • d99d6d87fe Set event handlers to null in Dispose amaitland 2018-04-13 16:18:57 +10:00
  • b97c0c54b5 WPF - Add ByteArrayWritableBitmapRenderHandler amaitland 2018-04-05 13:17:31 +10:00
  • 1a3dc5b7a9 Example Projects - Add Microsoft.Net.Compilers Nuget package amaitland 2018-04-04 14:40:49 +10:00
  • 11fe9203e9 Fixed a typo (#2345) Martin Chrástek 2018-04-04 22:52:53 +02:00
  • dd9ba1472e WinForms Example - Update LifeSpanHandler implementation to support closing Tabs vis window.close() javascript amaitland 2018-04-04 13:18:21 +10:00
  • 2fbc0bb5a1 WebBrowserExtensions - Rename ExecuteScriptAsyncEncodeString to EncodeScriptParam amaitland 2018-04-03 14:22:32 +10:00
  • 431fe76a39 WebBrowserExtensions - Add ExecuteScriptAsyncEncodeString to allow for custom encoding of string params used with ExecuteScriptAsync overload amaitland 2018-04-03 14:12:10 +10:00
  • 7e30861bc2 Encode string parameters to pass unchanged. Garr Godfrey 2018-03-28 22:28:01 -07:00
  • cfb0db1c3f RequestEventHandler - Add CanGetCookies and CanSetCookie amaitland 2018-03-28 14:40:26 +10:00
  • a87d834409 Add Cef.GetBlockingCookieManager, IRequestHandler.CanGetCookies and IRequestHandler.CanSetCookie amaitland 2018-03-28 14:28:38 +10:00
  • efff50bf7e Upgrade to CEF 3.3325.1751.ge5b78a5 / Chromium 65.0.3325.181 amaitland 2018-03-28 13:50:42 +10:00
  • 447cce66bb WPF - Update ZoomLevelProperty when browser becomes visible. amaitland 2018-03-27 12:06:39 +10:00
  • 8ac3f95419 Update CONTRIBUTING.md Alex Maitland 2018-03-23 16:48:25 +10:00
  • c3729bce9d build.ps1 - Set assemblyversion to same as version when appveyor tagged build (release build) amaitland 2018-03-23 15:35:32 +10:00
  • 15c9f5753b build.ps1 - Set assemblyversion to same as version when appveyor tagged build (release build) v63.0.3 cefsharp/63 amaitland 2018-03-23 15:35:32 +10:00
  • 1542fa3cfc Serialize Dictionary type to V8 object (#2303) WarWithinMe 2018-03-22 09:00:52 +08:00
  • 58e705244b check if the visual is connected (#2321) Marinko 2018-03-21 06:45:15 +01:00
  • c3746d3115 WPF - Expose GetBrowserScreenLocation as protected virtual amaitland 2018-03-23 15:01:04 +10:00
  • c843317e33 WPF - Capture mouse when left button down so scrollbar works correctly outside of browser amaitland 2018-03-23 12:24:41 +10:00
  • 44b9f14599 WinForms - Add UseParentFormMessageInterceptor property, defaults to true amaitland 2018-03-21 16:51:25 +10:00
  • 546bb8dca3 Create config.yml Alex Maitland 2018-03-22 15:56:49 +10:00
  • dace5d8f47 Serialize Dictionary type to V8 object (#2303) WarWithinMe 2018-03-22 09:00:52 +08:00
  • edb0bc9983 check if the visual is connected (#2321) Marinko 2018-03-21 06:45:15 +01:00
  • 895ad8d94f WPF OSR - Rename IBitmapFactory to IRenderHandler amaitland 2018-03-21 14:23:44 +10:00
  • 59c6da399c WPF OSR - WritableBitmapFactory Add checks for a valid sourceBuffer amaitland 2018-03-21 14:11:21 +10:00
  • 73894a592d WPF OSR Rendering - InteropBitmapFactory split the experimental resize on increase option into IncreaseBufferInteropBitmapFactory amaitland 2018-03-18 00:07:37 +10:00
  • c37dbcd06a Remove Geolocation API and Upgrade version numbers to 65 amaitland 2018-03-17 21:31:25 +10:00
  • 8eb9860cac Upgrade to CEF 3.3325.1749.ga42963a / Chromium 65.0.3325.146 amaitland 2018-03-17 21:29:21 +10:00
  • 190c3af686 Update MyGet API Key v63.0.2 amaitland 2018-03-06 17:03:55 +10:00
  • 43e61fe150 Nuget - Include <None/> entries for x86 before the x64 (using the property with both means the x64 are imported first) amaitland 2018-03-08 12:30:49 +10:00
  • 8d642df363 CefSharp3.sln - Remove .nuget folder from solution amaitland 2018-03-07 16:44:43 +10:00
  • 837506dd91 Nuget - Copy the x86 libs before the x64 libs for AnyCPU target amaitland 2018-03-07 16:43:52 +10:00
  • 298e4c224a Nuget - CefSharp.Common use the props file to copy the files amaitland 2018-03-07 13:31:37 +10:00
  • baf8058aeb Nuget - First attempt at removing targets files for OffScreen, WinForms and WPF packages amaitland 2018-03-07 13:15:43 +10:00
  • 8dd27ab03d Nuget Props - Another attempt at #2276 amaitland 2018-03-07 11:34:18 +10:00
  • 5a713fdf7d Support uncaught exception handling (#2244) João Neves 2018-03-07 00:21:31 +00:00
  • ad9944aa6f Update MyGet API Key amaitland 2018-03-06 17:03:55 +10:00
  • 894787f877 Nuget props - invert when and otherwise so x86 comes first amaitland 2018-03-06 15:32:35 +10:00
  • 3a6af996aa CefTime.GetDoubleT returns invalid .Net date amaitland 2018-03-05 16:55:11 +10:00
  • 6bb467c86e Nuget CefSharp.Common.targets error message to clarity that you must set the solution and platform target amaitland 2018-03-05 16:09:44 +10:00
  • 7941f4dc26 Update AssemblyInfo in preparation for 63.0.2 release amaitland 2018-03-06 12:22:26 +10:00
  • 9c62fa4d46 InteropBitmapFactory and WritableBitmapFactory - Add ability to customise the dispatcherPriority amaitland 2018-03-06 10:59:06 +10:00
  • 5e6addc0c9 CefTime.GetDoubleT returns invalid .Net date amaitland 2018-03-05 16:55:11 +10:00
  • 7d720c6f80 ResourceHandler.FromFilePath - Remove Obsolete attribute amaitland 2018-03-05 16:36:22 +10:00
  • f67ff89e44 Geolocation - Mark as obsolete/deprecated amaitland 2018-03-05 16:34:35 +10:00
  • fb374c0f94 CefExample - Add CefSharpSettings.Proxy example amaitland 2018-03-05 16:18:25 +10:00
  • 5a5ba89ebf ResourceHandler.FromFilePath - Mark as Obsolete amaitland 2018-03-05 16:14:19 +10:00
  • cdb8d02baa Nuget CefSharp.Common.targets error message to clarity that you must set the solution and platform target amaitland 2018-03-05 16:09:44 +10:00
  • 3175968339 Fix Async JSB unable to return class amaitland 2018-03-05 12:20:02 +10:00
  • 4b4e568f7d Add BindingTestSingle.html amaitland 2018-03-05 12:18:44 +10:00
  • e47dd3e8a6 Fix Async JSB unable to return class amaitland 2018-03-05 12:20:02 +10:00
  • 33c06203e8 Add BindingTestSingle.html amaitland 2018-03-05 12:18:44 +10:00
  • c1255e8881 Nuget - Fix casing of AnyCPU (was previously AnyCpu) amaitland 2018-02-14 19:24:31 +10:00
  • 613ddced0a Split CefFileDialogMode into CefFileDialogMode and CefFileDialogFlags Daniel B 2018-02-18 22:12:59 +01:00
  • 4ff892bc48 Nuget - Fix casing of AnyCPU (was previously AnyCpu) amaitland 2018-02-14 19:24:31 +10:00
  • 38663e3c99 JSB - JavascriptObjectRepository.ResolveObject was only being called when object previously registered v63.0.1 amaitland 2018-02-13 09:43:40 +10:00
  • be50b75648 JSB - Wpf.Example update to use ResolveObject method for testing fix for #2273 amaitland 2018-02-13 12:55:01 +10:00
  • 43b427bd00 JSB - JavascriptObjectRepository.ResolveObject was only being called when object previously registered amaitland 2018-02-13 09:43:40 +10:00
  • 4d8985c5a4 Sandcastle - Upgrade version number to 63.0.0 amaitland 2018-02-09 13:50:49 +10:00
  • 9fc2f33ea8 Xml Doc improvements amaitland 2018-02-09 13:37:49 +10:00
  • bea70ccd82 Xml Doc improvements amaitland 2018-02-09 13:37:49 +10:00
  • e27ba3da5c Release 63.0.0 and remove financial support section amaitland 2018-02-08 15:03:36 +10:00
  • cc8c7f0bbf Release 63.0.0 and remove financial support section amaitland 2018-02-08 15:03:36 +10:00
  • 5f02b6775f CookieManager - Make unmanaged constructor internal v63.0.0 amaitland 2018-02-08 10:52:22 +10:00
  • 3806d5f431 ICookieManager - Improve xmldoc wording around how methods are executed. amaitland 2018-02-08 10:46:52 +10:00
  • 2ea878e0d0 CookieManager - Make unmanaged constructor internal amaitland 2018-02-08 10:52:22 +10:00
  • 4d4607f24a ICookieManager - Improve xmldoc wording around how methods are executed. amaitland 2018-02-08 10:46:52 +10:00
  • 72ce8cd87f Nuget\Readme.txt - Update VC++ Requirement amaitland 2018-02-07 13:24:49 +10:00
  • 6ba6b7a799 JSB - Improve xmldoc for IJavascriptObjectRepository amaitland 2018-02-07 12:55:40 +10:00
  • fa30670829 ScriptedMethodsTest.html - Update to use JSB v2 CefSharp.BindObjectAsync amaitland 2018-02-07 10:16:19 +10:00
  • 13c927a49c Readme.md Update Release Branches table. amaitland 2018-02-05 17:37:37 +10:00
  • 91da9ea8a4 JSB - Improve xmldoc for IJavascriptObjectRepository amaitland 2018-02-07 12:55:40 +10:00
  • df1ab21c01 ScriptedMethodsTest.html - Update to use JSB v2 CefSharp.BindObjectAsync amaitland 2018-02-07 10:16:19 +10:00
  • e7002a7874 WPF - Fix exception in WritableBitmapFactory amaitland 2018-02-06 11:03:38 +10:00
  • 20bd345865 WinForms: Prevent designer from setting any default values (#2265) Chris 2018-02-06 00:20:57 +01:00
  • c8d725fbae add missing space in exception message (#2263) campersau 2018-02-05 10:16:54 +01:00