Commit Graph

  • 264da3c237 AbstractCefSettings - Remove "1" from command line args amaitland 2019-10-01 20:51:40 +10:00
  • 4e18f9783b CefSettings - Add EnablePrintPreview method amaitland 2019-10-01 20:49:14 +10:00
  • 4a79b75726 IUrlRequest - Minor formatting and xml doc improvements amaitland 2019-10-01 20:44:46 +10:00
  • a843407dab Core - Add IURLRequest #1721 (#2881) David M Iserovich 2019-10-01 06:11:10 -04:00
  • 802bb7f43c Remove IAudioHandler amaitland 2019-10-01 20:06:37 +10:00
  • c270d0a00c Upgrade to CEF 77.1.3+gf0a1c44+chromium-77.0.3865.90 / Chromium 77.0.3865.90 amaitland 2019-10-01 19:53:45 +10:00
  • 195569d17d Example - Update ResponseFilter example to reflect NetworkService changes amaitland 2019-09-29 14:19:08 +10:00
  • cc8ffc8803 ExampleResourceRequestHandler - Add a brief xml doc to the class amaitland 2019-09-29 14:28:32 +10:00
  • 0d236b3b45 Example - Update ResponseFilter example to reflect NetworkService changes amaitland 2019-09-29 14:19:08 +10:00
  • cfb94fa078 WPF Example - ChromiumWebBrowserWithScreenshotSupport.TakeScreenshot replace timeout with cancellationToken amaitland 2019-09-27 08:38:21 +10:00
  • 3199872247 JSB - Pass params to IMethodInterceptor.Intercept amaitland 2019-09-27 08:17:43 +10:00
  • e438e22741 Example - Add JSB Qunit Tests for Binder UInt conversion amaitland 2019-09-27 06:46:48 +10:00
  • 294c0b2f63 IBinder/DefaultBinder - Rename modelType to targetParamType amaitland 2019-09-27 07:51:18 +10:00
  • 8717167b76 JavascriptObjectRepository - Pass all params into IBinder.Bind not just dictionary/list amaitland 2019-09-26 19:11:54 +10:00
  • 6ead2b33f8 Example - Add JSB Qunit Tests for Binder UInt conversion amaitland 2019-09-27 06:46:48 +10:00
  • 518b4d286d WPF - Update Buffer xml doc amaitland 2019-09-24 19:24:42 +10:00
  • 58c9585894 Example - Demo loading Png amaitland 2019-09-20 20:38:06 +10:00
  • 6da0e9ca74 Example - Demo loading Png amaitland 2019-09-20 20:38:06 +10:00
  • 8eb43e8557 Merge branch 'master' of https://github.com/cefsharp/CefSharp amaitland 2019-09-20 14:55:23 +10:00
  • d40a7e8c62 build.ps1 - escape commas for PowerShell (#2902) Chris Araman 2019-09-12 02:47:09 -07:00
  • 1b0e89e75c OffScreen Example - CachePath values must be children of RootCachePath amaitland 2019-09-11 12:18:45 +10:00
  • 1d2fb9531f WinForms Example - Add ChromiumContainerControl to host docked DevTools amaitland 2019-09-10 19:41:21 +10:00
  • 9d6e5de858 Add a ".NETCoreApp3.0" dependency to the .nuspec files. (#2894) v75.1.142 Konstantin Preißer 2019-09-06 21:38:27 +02:00
  • 55c825efdc WPF - Add new DirectWritableBitmapRenderHandler implementation amaitland 2019-09-07 15:22:44 +10:00
  • 6d438d6504 WPF - Add lock to AbstractRenderHandler Dispose amaitland 2019-09-07 15:12:59 +10:00
  • b65719f3e6 WPF - Add Resize Hack Test Code amaitland 2019-09-05 21:00:48 +10:00
  • ea714b327c WPF - Additional RenderHandler Dispose Improvements amaitland 2019-09-07 14:02:10 +10:00
  • ffc6987e26 Revert "WPF - Improve ChromiumWebBrowser Dispose" amaitland 2019-09-07 13:37:39 +10:00
  • 489c0edccd WPF - Improve ChromiumWebBrowser Dispose amaitland 2019-09-07 12:52:14 +10:00
  • 00732e154b WPF - Improve ChromiumWebBrowser Dispose amaitland 2019-09-07 12:52:14 +10:00
  • b1bd7499e5 WPF - Interop/WritableBitmapRenderHandler memory allocation improvement amaitland 2019-09-07 12:08:06 +10:00
  • b1b930605c WPF - Replace RtlCopyMemory p/invoke with NativeMethodWrapper.MemoryCopy amaitland 2019-09-07 09:00:33 +10:00
  • 050d354b82 WPF - **UPDATED** CopyMemory PInvoke signature to work with .Net Core amaitland 2019-09-07 08:36:22 +10:00
  • ce7021226d Add a ".NETCoreApp3.0" dependency to the .nuspec files. (#2894) Konstantin Preißer 2019-09-06 21:38:27 +02:00
  • 2d20309aa6 WPF Example - Disable Stylus and Touch Support amaitland 2019-08-28 19:54:39 +10:00
  • c311a581e6 WPF - Modify CopyMemory EntryPoint to work with .Net Core (#2885) Konstantin Preißer 2019-09-06 05:15:47 +02:00
  • f088a7c169 CefSettings - Add custom dictionary to allow setting of command line args with no value amaitland 2019-09-06 13:04:49 +10:00
  • c1fd48a24d Update support.yml Alex Maitland 2019-09-06 12:42:04 +10:00
  • 99c7984f76 WPF - Fix OnMouseLeave in ChromiumWebBrowserWithMouseCapture amaitland 2019-09-06 12:31:05 +10:00
  • 08b6c05225 WPF - Add Experimental ChromiumWebBrowserWithMouseCapture amaitland 2019-09-06 11:57:47 +10:00
  • bb5b60b512 WPF Example - Disable Stylus and Touch Support amaitland 2019-08-28 19:54:39 +10:00
  • 5fa61c58ce WPF - Reize Hack Update #2879 cleanup amaitland 2019-09-06 11:17:28 +10:00
  • 3c708dfc52 WPF - Add Resize Hack Test Code amaitland 2019-09-05 21:00:48 +10:00
  • 79008ae517 WPF - Updated #2779 hack to run asynchronous without crashing. (#2879) Michael Olsen 2019-09-06 03:08:13 +02:00
  • 25ab209380 MethodRunnerQueue/ConcurrentMethodRunnerQueue - Remove custom task execution queue amaitland 2019-08-24 07:59:54 +10:00
  • f88708f063 WebBrowserExtensions - Make GetScript public and rename to GetScriptForJavascriptMethodWithArgs amaitland 2019-09-06 09:58:53 +10:00
  • 59cdea0657 WebBrowserExtensions - Make GetScript public and rename to GetScriptForJavascriptMethodWithArgs amaitland 2019-09-06 09:58:53 +10:00
  • b35d5151fe IRequest/IResponse - Improve IsReadOnly handling amaitland 2019-09-05 19:55:32 +10:00
  • df3315923e WPF - Add IWpfWebBrowser.Paint/VirtualKeyboardRequested events to interface amaitland 2019-09-05 11:36:29 +10:00
  • 2010da7292 WPF - Add IWpfWebBrowser.Paint/VirtualKeyboardRequested events to interface amaitland 2019-09-05 11:36:29 +10:00
  • c11157fa8e WPF - Change CopyMemory PInvoke signature to work with .Net Core amaitland 2019-09-05 11:29:54 +10:00
  • f487f2b675 IBrowserHost - Add GetZoomLevel amaitland 2019-09-02 11:38:01 +10:00
  • 794c77e79d IBrowserHost - Add GetZoomLevel amaitland 2019-09-02 11:38:01 +10:00
  • aab505a1fc ClientAdapter::GetResourceRequestHandler - LoadHtml and (Un)RegisterResource would only work if RequestHandler not null amaitland 2019-08-23 11:59:28 +10:00
  • 07ac50064b WPF - Add NotifyDpiChange method amaitland 2019-08-23 12:28:44 +10:00
  • 61e82bc50c ClientAdapter::GetResourceRequestHandler - LoadHtml and (Un)RegisterResource would only work if RequestHandler not null amaitland 2019-08-23 11:59:28 +10:00
  • 8e1e31c7a2 WPF - Change CefUiThreadRunAsync access modifier internal to protected amaitland 2019-08-23 12:02:46 +10:00
  • 6636525656 WPF - Execute WasResized/WasHidden functions on CEF UI Thread amaitland 2019-08-19 12:05:44 +10:00
  • 65612e5734 Update README.md Alex Maitland 2019-08-16 15:02:28 +10:00
  • 130df919a7 WPF - Remove call to host.Invalidate amaitland 2019-08-15 20:58:09 +10:00
  • 7980c30478 WinForms Example - Minor changes to DevTools docked example amaitland 2019-08-14 11:11:10 +10:00
  • 1992e4970c WinForms - Add example of how to dock devtools into the same window. (#2804) Luke 2019-08-14 01:16:21 +01:00
  • 88ab0a1a69 Update version numbers to 76.1.90 amaitland 2019-08-14 10:14:18 +10:00
  • e5ff2fe8e0 Upgrade to CEF 76.1.9+g2cf916e+chromium-76.0.3809.87 / Chromium 76.0.3809.87 amaitland 2019-08-14 10:09:53 +10:00
  • 351cae3a2f ICookieManager - Update xml doc v75.1.141 amaitland 2019-08-14 07:44:03 +10:00
  • c640d6b34c WPF Example - MenuHandler commands now fire reliably amaitland 2019-08-13 20:30:43 +10:00
  • f0d2995ef1 WPF Example - Improve demo of hosting popup in ChromiumWebBrowser instance amaitland 2019-08-12 12:03:52 +10:00
  • b5993fb31e ICookieManager - Update xml doc amaitland 2019-08-14 07:44:03 +10:00
  • dc3d83eca1 WPF Example - MenuHandler commands now fire reliably amaitland 2019-08-13 20:30:43 +10:00
  • 07880f0074 WPF Example - Improve demo of hosting popup in ChromiumWebBrowser instance amaitland 2019-08-12 12:03:52 +10:00
  • e388f5f151 ClientAdapter - Call IWebBrowserInternal Set/On methods when ChromiumWebBrowser is used for hosting popup amaitland 2019-08-12 12:01:24 +10:00
  • aa0970268f LegacyJavascriptBinding - Enabled field was overwritten when a popup was opened amaitland 2019-08-11 18:28:42 +10:00
  • c7655e95c6 Fixed typo in readme.md (#2857) Andrey Belykh 2019-08-07 16:25:15 -04:00
  • e5749ad1c5 WPF - Handle InvalidOperationException for Resize Hack amaitland 2019-08-12 09:20:47 +10:00
  • c724e3da65 LegacyJavascriptBinding - Enabled field was overwritten when a popup was opened amaitland 2019-08-11 18:28:42 +10:00
  • d7e7a49125 Fixed typo in readme.md (#2857) Andrey Belykh 2019-08-07 16:25:15 -04:00
  • bbef0f3fa6 ClientAdapter::MethodInvocationComplete - Add checking for valid frame amaitland 2019-08-06 14:27:01 +10:00
  • 9766360de7 ClientAdapter::MethodInvocationComplete - Add checking for valid frame amaitland 2019-08-06 14:27:01 +10:00
  • 798e4635f8 Wpf - Fix Typo built instead of build amaitland 2019-08-02 20:14:02 +10:00
  • c9203c9310 WPF - Remove disable-gpu-compositing amaitland 2019-08-02 12:34:56 +10:00
  • 659a624b87 build.ps1 - Force TLS 1.2 for GitLink download amaitland 2019-08-02 10:26:29 +10:00
  • f3e400d8d7 Update version number to 76.1.50 amaitland 2019-08-02 10:14:31 +10:00
  • 94b9e9043f Update to CEF 76.1.5+gd8a577c+chromium-76.0.3809.87 amaitland 2019-08-02 10:03:53 +10:00
  • fdc189d8b1 ISelectClientCertificateCallback - Update xml doc, return null means no certificate selected. amaitland 2019-07-31 19:41:08 +10:00
  • 247b1d0ed6 Scheme Registration - Only register custom scheme name one amaitland 2019-07-30 20:58:57 +10:00
  • 47b488061e ISelectClientCertificateCallback - Update xml doc, return null means no certificate selected. amaitland 2019-07-31 19:41:08 +10:00
  • 010c5aea74 Scheme Registration - Only register custom scheme name one amaitland 2019-07-30 20:58:57 +10:00
  • 5a3ce3c536 WcfEnabledSubProcess - OnBrowserDestroyed add null checks and log msg if WCF was null v75.1.140-pre01 amaitland 2019-07-27 21:49:49 +10:00
  • 6c7d15d9d3 WcfEnabledSubProcess - OnBrowserDestroyed add null checks and log msg if WCF was null amaitland 2019-07-27 21:49:49 +10:00
  • 6cc1026156 Upgrade version to 75.1.140 amaitland 2019-07-27 21:32:33 +10:00
  • d4fb870e0d Upgrade to CEF 75.1.14+gc81164e+chromium-75.0.3770.100 amaitland 2019-07-27 21:29:08 +10:00
  • e270d24214 WPF - OnWindowStateChanged only call WasHidden(false) when previous state was Minimized amaitland 2019-07-27 21:13:27 +10:00
  • f35765fe3f Upgrade version to 75.1.140 amaitland 2019-07-27 21:32:33 +10:00
  • 6497f1ac58 Upgrade to CEF 75.1.14+gc81164e+chromium-75.0.3770.100 amaitland 2019-07-27 21:29:08 +10:00
  • 22a9149e0a WPF - OnWindowStateChanged only call WasHidden(false) when previous state was Minimized amaitland 2019-07-27 21:13:27 +10:00
  • c912277fcf WPF - Add ability to Enable/Disable Hack for 2779 amaitland 2019-07-27 19:43:41 +10:00
  • 75fc1737cd Rect - Change to use Math.Ceiling as that appears to match what CEF uses amaitland 2019-07-26 21:20:58 +10:00
  • ee30c90228 WPF - GetScreenInfo scale Rect/AvailableRect amaitland 2019-07-26 20:41:20 +10:00
  • 119e29e5e3 Rect - Add DebuggerDisplay amaitland 2019-07-26 20:02:47 +10:00
  • 023dec2309 WPF - store width/height in local variable upon size change amaitland 2019-07-26 17:51:13 +10:00