Commit Graph

  • 0d67b05513 WPF - Black browser in TabControl/When Hidden amaitland 2019-07-26 22:40:31 +10:00
  • 4f2e72105a Rect - Change to use Math.Ceiling as that appears to match what CEF uses amaitland 2019-07-26 21:20:58 +10:00
  • 30ba69ddc5 WPF - GetScreenInfo scale Rect/AvailableRect amaitland 2019-07-26 20:41:20 +10:00
  • 9ca6fa92ab Rect - Add DebuggerDisplay amaitland 2019-07-26 20:02:47 +10:00
  • 1423a9741a WPF - store width/height in local variable upon size change amaitland 2019-07-26 17:51:13 +10:00
  • 6f32aa1a0a WinForms - Only use DefaultFocusHandler when !MultiThreadedMessageLoop amaitland 2019-07-26 14:13:58 +10:00
  • cc1f1e40e5 Upgrade to CEF 75.1.7+gb34af23+chromium-75.0.3770.100 amaitland 2019-07-25 14:20:54 +10:00
  • 1709103ea2 update CefGlue source code link; (#2850) ye4241 2019-07-26 10:59:25 +08:00
  • 405cc5bb55 Use Canvas.Top="0" for PART_image absolute position. (#2844) Chen Huang 2019-07-25 09:53:31 +08:00
  • 47e232e89e Upgrade to CEF 75.1.7+gb34af23+chromium-75.0.3770.100 amaitland 2019-07-25 14:20:54 +10:00
  • aafb09f17f update CefGlue source code link; (#2850) ye4241 2019-07-26 10:59:25 +08:00
  • 87bfa94862 Use Canvas.Top="0" for PART_image absolute position. (#2844) Chen Huang 2019-07-25 09:53:31 +08:00
  • 7b1a4e2016 README.md - Update in preparation for 75 -pre release amaitland 2019-07-23 20:50:07 +10:00
  • 196920add8 README.md - Update in preparation for 75 -pre release amaitland 2019-07-23 20:50:07 +10:00
  • 7928578cf1 ICookieManager - Update xml doc (methods are executed on UI thread now) amaitland 2019-07-23 20:45:24 +10:00
  • 00d9b59b55 CefAppUnmanagedWrapper - Minor refactor in kJavascriptRootObjectResponse and kJavascriptAsyncMethodCallResponse amaitland 2019-07-20 18:28:36 +10:00
  • 9c908b797d JsonString - Revert to older throw style syntax amaitland 2019-07-20 16:34:33 +10:00
  • bcd339a8e7 Code cleanup - Rename IWebBrowser browserControl to chromiumWebBrowser amaitland 2019-07-20 16:26:25 +10:00
  • 581fa04ef7 ICookieManager - Update xml doc (methods are executed on UI thread now) amaitland 2019-07-23 20:45:24 +10:00
  • 85a01973af CefAppUnmanagedWrapper - Minor refactor in kJavascriptRootObjectResponse and kJavascriptAsyncMethodCallResponse amaitland 2019-07-20 18:28:36 +10:00
  • e36620ed54 JsonString - Revert to older throw style syntax amaitland 2019-07-20 16:34:33 +10:00
  • 52ec00c486 Code cleanup - Rename IWebBrowser browserControl to chromiumWebBrowser amaitland 2019-07-20 16:26:25 +10:00
  • 2bf8767c4b WPF - Update ZoomLevel xml doc re same origin amaitland 2019-07-20 13:42:37 +10:00
  • 209bde2c04 BindingTest.html - Reformat using editorconfig amaitland 2019-07-20 12:28:51 +10:00
  • 3989864ab0 V8Serialization - Fix compile error amaitland 2019-07-20 12:19:08 +10:00
  • 48eaff87dc Javascript Integration - Passing empty array in JS now maps to empty list/array instead of null (#2829) Angshuman Agarwal 2019-07-20 03:17:44 +01:00
  • b072d97c1b V8Serialization - Don't throw exceptions amaitland 2019-07-20 12:16:56 +10:00
  • 750fc9f22e Javascript Binding - Add support for JsonString amaitland 2019-07-20 12:11:43 +10:00
  • 6233925efd Upgrade version number to 75.1.40 amaitland 2019-07-18 21:23:41 +10:00
  • 256e7275d5 IRequestHandler.GetAuthCredentials - Replace frame param with sourceUrl amaitland 2019-07-18 20:25:39 +10:00
  • 51b21f7fca Upgrade to CEF 75.1.4+g4210896+chromium-75.0.3770.100 / Chromium 75.0.3770.100 amaitland 2019-07-18 20:14:09 +10:00
  • cdca99c548 CefExample - Remove disable-direct-write amaitland 2019-07-18 19:59:47 +10:00
  • a02d510abc InternalWebBrowserExtensions.SetHandlersToNullExceptLifeSpan - Add missing handlers amaitland 2019-07-17 22:01:35 +10:00
  • c8d9e40a65 Add editorconfig and import LICENSE amaitland 2019-07-17 20:23:26 +10:00
  • 8411e9a677 Initial commit Alex Maitland 2019-07-17 20:21:40 +10:00
  • 2a8d8ec42e .editorconfig - Add javascript formatting section amaitland 2019-07-17 15:45:45 +10:00
  • 6c002f8cfe HtmlString - Add FromFile static helper method amaitland 2019-07-17 13:47:12 +10:00
  • e3fcc90c2d Update README.md Alex Maitland 2019-07-12 10:03:54 +10:00
  • f8972c6c45 WinForms - Add new constructor overload (HtmlString html, RequestContext context = null) amaitland 2019-07-11 12:44:57 +10:00
  • 4183b464d1 WPF/WinForms Example - Allow mailto to trigger OnProtocolExecution amaitland 2019-07-10 20:27:39 +10:00
  • c50b495458 IResourceHandler - Update Obsolete attribute as methods will be removed next version amaitland 2019-07-09 07:33:50 +10:00
  • 31fdcd459b BindObjectAsyncHandler - Switch to using Promise.resolve when immediate response available amaitland 2019-07-08 21:06:32 +10:00
  • 6fcd3e67ff BindObjectAsyncHandler - Add destructor amaitland 2019-07-08 20:11:42 +10:00
  • ae2acc0905 BindObjectAsyncHandler - Move some variables closer to their usage amaitland 2019-07-08 15:17:40 +10:00
  • b983457158 BindObjectAsyncHandler - Further reduce nesting, simplifying frame checks in the progress amaitland 2019-07-08 15:14:42 +10:00
  • eda2e2f33c BindObjectAsyncHandler - Reduce nesting amaitland 2019-07-08 13:49:45 +10:00
  • f6edbd5ad8 CefSharp.BindObjectAsync - Split out into it's own Handler amaitland 2019-07-08 13:47:22 +10:00
  • ec21d01182 WebBrowserExtensions - Reenable CanExecuteJavascriptInMainFrame checks amaitland 2019-07-08 09:14:48 +10:00
  • e6f854f8ca PdfPrintSettings - Update xml doc as margins are measured in points, not mm (#2822) Matthew Thomas 2019-07-07 18:51:39 -04:00
  • d70d3155f1 WPF - Fix and improve touch and stylus (#2817) Shaojun Li 2019-07-07 17:47:27 -05:00
  • 1dc9023df2 RegisterBoundObjectHandler - Slightly reduce notifyIfAlreadyBound and ignoreCache code duplication amaitland 2019-07-05 09:04:06 +10:00
  • 3bb2175919 CefExample - Disable LegacyBindingEnabled amaitland 2019-07-05 08:55:53 +10:00
  • df680aec3c Add Shift+Tab as inputs to browser when MultiThreadedMessage loop is disabled. (#2814) Eklavya 2019-07-07 15:32:06 -07:00
  • 9eec7229a7 WPF - Disable GPU Compositing by default amaitland 2019-07-04 21:21:25 +10:00
  • e0268a3e2a Network Service - Register custom scheme in all process types amaitland 2019-07-04 20:47:21 +10:00
  • 7e084f7439 WPF Example - Register cefsharp.example scheme handler factory amaitland 2019-07-04 10:43:38 +10:00
  • 581c4e8aee WinForms Example - Add Javascript binding stress test amaitland 2019-07-03 20:40:25 +10:00
  • cabf363061 CefSharpSettings.LegacyJavascriptBindingEnabled - Change xml doc amaitland 2019-07-03 20:31:21 +10:00
  • d9ff48e754 appveyor.yml - update expired myget api key amaitland 2019-07-03 13:31:41 +10:00
  • 517779b91c Upgrade to CEF 75.0.13+g2c92fcd+chromium-75.0.3770.100 / Chromium 75.0.3770.100 amaitland 2019-07-03 13:18:39 +10:00
  • 088c3d02f4 ISchemeRegistrar - Change AddCustomScheme to use SchemeOptions enum amaitland 2019-07-02 20:49:13 +10:00
  • aca7cad9a0 Update README.md Alex Maitland 2019-06-30 20:11:14 +10:00
  • f77c6d2cb4 IRequest - Add code example to Headers property amaitland 2019-06-26 16:30:02 +10:00
  • aa238b2f9d RequestEventHandler - Inherit from RequestHandler amaitland 2019-06-25 18:56:12 +10:00
  • e64b3afa5d DefaultRequestHandler - Revert changes and just mark Obsolete amaitland 2019-06-25 15:11:47 +10:00
  • b68d8d7a8f RequestHandler - Change interface implementation to be explicit amaitland 2019-06-24 21:22:20 +10:00
  • 8942b68336 ResourceRequestHandler - Move commented out methods in ExampleResourceRequestHandler amaitland 2019-06-24 20:54:51 +10:00
  • 68326c938f Add DefaultRequestHandler (marked as Obsolete) for backwards compatibility amaitland 2019-06-24 20:41:32 +10:00
  • 7e731b0fa9 Code Cleanup - Rename DefaultRequestHandler to RequestHandler amaitland 2019-06-24 20:39:24 +10:00
  • 8e8ba467df Wpf Example - Add Google Service Worker demo to tests menu amaitland 2019-06-24 20:27:52 +10:00
  • 7e31a9523e DefaultResourceRequestHandler - Add default implementation for users to override only the methods they require amaitland 2019-06-24 20:27:29 +10:00
  • 998c5a280f ClientAdapter - Add ResourceRequestHandlerFactory->HasHandlers check to GetResourceRequestHandler amaitland 2019-06-24 20:07:51 +10:00
  • 07d8862c96 IResourceHandler - Improve xml doc amaitland 2019-06-21 15:04:43 +10:00
  • 5ec1dbfe78 ResourceHandler - Rename CharSet to CharSet amaitland 2019-06-21 15:02:38 +10:00
  • 74d6ae1c0e Update version number to 75.0.110 amaitland 2019-06-21 14:57:27 +10:00
  • 7eff7d17c0 ResourceHandler - Add new methods and callbacks amaitland 2019-06-21 12:07:52 +10:00
  • 4bf29cf358 IJavascriptCallback - Add ExecuteWithTimeoutAsync amaitland 2019-06-21 10:22:07 +10:00
  • 17d8767045 Revert "JavascriptCallback - Hack to work around upstream issue" amaitland 2019-06-21 08:53:03 +10:00
  • 4e5aac413f Upgrade to CEF 75.0.11+gf50b3c2+chromium-75.0.3770.100 / Chromium 75.0.3770.100 amaitland 2019-06-21 08:52:09 +10:00
  • e2c7a3781c CefCookieAccessFilterAdapter - Add adapter and wire up CefResourceRequestHandlerAdapter amaitland 2019-06-18 20:30:08 +10:00
  • 5af8d77c46 CefResourceRequestHandlerAdapter - Deal with CefBrowser and CefFrame being null for ServiceWorker amaitland 2019-06-18 20:15:30 +10:00
  • da98060300 IResponse - Add Charset property amaitland 2019-06-18 17:46:07 +10:00
  • 3f820e4513 IRequest - Add GetHeaderByName and SetHeaderByName amaitland 2019-06-18 17:45:19 +10:00
  • 8fc2a37a30 JavascriptCallback - Hack to work around upstream issue amaitland 2019-06-17 17:44:45 +10:00
  • 8ac2dc36d6 JavascriptCallbackProxy - Remove comment that's no longer relevant amaitland 2019-06-14 15:26:13 +10:00
  • 1c73a64099 JavascriptObjectRepository - Only return Root objects (toplevel/parent objects) amaitland 2019-06-14 15:09:14 +10:00
  • ff87529a49 Javascript Legacy Binding - Pass objects on CefBrowserHost::CreateBrowser amaitland 2019-06-14 14:29:53 +10:00
  • 5459cc5709 CefExample - Switch to using https://cefsharp.example url instead as custom scheme is broken currently. amaitland 2019-06-14 11:44:49 +10:00
  • 5a8509dd38 CefSettings/RequestContextSettings - Improve xml doc amaitland 2019-06-14 10:07:42 +10:00
  • 105cf8f3af CefExample - Register https://cefsharp.example scheme handler factory for testing amaitland 2019-06-14 08:20:06 +10:00
  • 0542c5138b SendProcessMessage - Remove frame/browserid from messages amaitland 2019-06-13 22:18:01 +10:00
  • 3f53f55243 DefaultApp - Make OnRegisterCustomSchemes virtual amaitland 2019-06-13 22:02:21 +10:00
  • 88b1d8678d CefCustomScheme - Update xml doc amaitland 2019-06-13 21:24:04 +10:00
  • c8a85d3fb5 Update version number to 75.0.30 amaitland 2019-06-13 21:16:06 +10:00
  • 62ee664c81 SslVersion - Add TLS 1.3 amaitland 2019-06-13 19:42:02 +10:00
  • fc37e82590 Upgrade to CEF 75.0.3+g699a922+chromium-75.0.3770.80 / Chromium 75.0.3770.80 amaitland 2019-06-13 19:39:46 +10:00
  • 73a156fdc5 Initial version 75 upgrade and NetworkService changes amaitland 2019-06-11 12:29:57 +10:00
  • 04cff2bf39 Upgrade to CEF 75.0.1+gb5e74dd+chromium-75.0.3770.80 amaitland 2019-06-10 13:14:37 +10:00
  • fc00213859 VS2019 build support with VS2017 toolset (#2816) Shaojun Li 2019-06-24 07:05:47 -05:00
  • f19a8710e4 Update support.yml Alex Maitland 2019-06-20 17:17:02 +10:00