Commit Graph

  • 4638f8a628 OffScreen - ChromiumWebBrowser constructor change RequestContext to IRequestContext medoni 2019-06-17 23:06:07 +02:00
  • 020404f49b README.md - Update Contact to change stackoverflow text amaitland 2019-06-10 13:08:44 +10:00
  • fe98124c9b Async JavascriptBinding - Add support for returning Task (#2771) Alex Maitland 2019-06-08 17:21:49 +10:00
  • a1eec28f13 Update FUNDING.yml Alex Maitland 2019-06-07 16:26:09 +10:00
  • f725ab3907 WinForms - DefaultFocusHandler now allows browser to take focus on initial load amaitland 2019-06-04 20:10:47 +10:00
  • 7c3d66817b WinForms - Add ChromiumWebBrowser.ActivateBrowserOnCreation amaitland 2019-06-04 19:50:16 +10:00
  • f85c34e996 Create pull_request_template.md Alex Maitland 2019-06-04 08:13:13 +10:00
  • a6a78d94c3 Update issue templates Alex Maitland 2019-06-04 08:05:39 +10:00
  • c1680acbaf Create FUNDING.yml Alex Maitland 2019-06-04 07:52:31 +10:00
  • 1a2c8ffcb6 Add CefSharp.PostMessage (#2799) Alex Maitland 2019-06-03 21:08:03 +10:00
  • 302f5b2c83 WinForms Example - Improve Cef.DoMessageLoopWork examples amaitland 2019-06-02 20:34:44 +10:00
  • 106277e6ae WinForms Example - Re-enable MultiThreadedMessageLoop as default for the example amaitland 2019-06-02 20:08:12 +10:00
  • bf222334d1 WinForms Example - Revert to using Tabbed example by default amaitland 2019-06-01 09:00:29 +10:00
  • 7da18cae4c JavascriptRootObjectWrapper/RegisterBoundObjectRegistry - Make last callback Id static amaitland 2019-05-31 18:09:58 +10:00
  • 9f5d839496 README.md - Use https (#2787) 谭九鼎 2019-05-30 20:50:22 -05:00
  • 734621592c Kill sub process to avoid hanging forever (#2756) João Neves 2019-05-31 01:55:43 +01:00
  • ae94efa7df WPF Experimental - Fixed IME window not showing or showing at the wrong location (#2782) Michael Olsen 2019-05-30 23:22:31 +02:00
  • b09b5fd959 WinForms - Replace EditorBrowsable(EditorBrowsableState.Never) with DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden) amaitland 2019-05-28 13:56:24 +10:00
  • d308d45ae4 .editconfig - Add csharp_prefer_braces amaitland 2019-05-23 20:31:10 +10:00
  • 0ef6ec3619 Wpf Example - Add StandardTabControlWindow for testing of the built in TabControl amaitland 2019-05-21 16:39:29 +10:00
  • 13aefe1857 WinForms Example - Split BrowserProcessHandler out into two different examples amaitland 2019-05-15 21:27:56 +10:00
  • d434050a33 SimpleBrowserForm - Set browser.FocusHandler = null; when not using multiThreadedMessageLoop amaitland 2019-05-15 09:02:08 +10:00
  • 203d675519 Refactor to avoid loading System.ServiceModel assembly (#2767) slozier 2019-05-13 16:00:34 -04:00
  • 002edfb058 WPF - Add IME Support (#2757) Alex Maitland 2019-05-04 12:32:38 +10:00
  • 049f576de3 UrlRequestFlags.AllowCachedCredentials rename to AllowStoredCredentials amaitland 2019-05-04 06:43:56 +10:00
  • feb1bce34c README.md - Release 73.1.130 amaitland 2019-05-03 22:33:13 +10:00
  • 58a2d8ae75 README.md - Release 73.1.130 cefsharp/73 amaitland 2019-05-03 22:33:13 +10:00
  • e19357c386 UrlRequestFlags - Update with new values amaitland 2019-05-03 21:22:56 +10:00
  • d3d7e2646a UrlRequestFlags - Update with new values v73.1.130 amaitland 2019-05-03 21:22:56 +10:00
  • 91a2786b42 Add IAudioHandler (#2727) Alex Maitland 2019-05-03 12:54:40 +10:00
  • 1d4e2a8a81 WPF - Add Experimental ChromiumWebBrowserWithTouchSupport amaitland 2019-04-26 08:05:19 +10:00
  • 76e5a8d5c0 Add IAudioHandler (#2727) Alex Maitland 2019-05-03 12:54:40 +10:00
  • 060d76e7d2 Javascript CallbackRegistry FindWrapper - Improve error message when no wrapper found amaitland 2019-04-26 12:03:32 +10:00
  • f1f62fac89 IJavascriptCallback.CanExecute - Add checking for valid frame amaitland 2019-04-26 08:31:33 +10:00
  • b9b913e08a Fix typos (#2750) Gilberto Stankiewicz 2019-04-25 19:19:34 -07:00
  • 6d0a9e2b85 WPF - Make PartImageName/PartImagePopup name consts public for external use amaitland 2019-04-30 13:16:54 +10:00
  • d8d392dff3 WPF - Make PartImageName/PartImagePopup name consts public for external use amaitland 2019-04-30 13:16:54 +10:00
  • f05c4eb462 appveyor.yml - Update myget api key cefsharp/57 amaitland 2019-04-26 20:40:49 +10:00
  • f90fee450b JSB - Remove promise creator Extension amaitland 2019-04-26 20:10:15 +10:00
  • c3ec1d6123 Add very limited support for building with VS2017 amaitland 2019-04-26 19:50:53 +10:00
  • 335c884b08 Javascript Callback - Add additional tests amaitland 2019-04-26 14:16:42 +10:00
  • db3839a285 Fix typos (#2750) Gilberto Stankiewicz 2019-04-25 19:19:34 -07:00
  • 78fe342988 Javascript CallbackRegistry FindWrapper - Improve error message when no wrapper found amaitland 2019-04-26 12:03:32 +10:00
  • c27524f456 IJavascriptCallback.CanExecute - Add checking for valid frame amaitland 2019-04-26 08:31:33 +10:00
  • 3d14f19867 WPF - Add Experimental ChromiumWebBrowserWithTouchSupport amaitland 2019-04-26 08:05:19 +10:00
  • 4fd0b0b699 Update README.md Alex Maitland 2019-04-26 07:46:39 +10:00
  • 5e7ebb61f8 Upgrade version numbers to 73.1.130 amaitland 2019-04-26 07:38:34 +10:00
  • 4ffaeb8cab IMPLEMENT_REFCOUNTING template changed - Add missing semi colon amaitland 2019-04-26 07:32:01 +10:00
  • 95ad9cdd06 Remove IRequestContext.ResolveHostCached amaitland 2019-04-26 07:31:03 +10:00
  • 5b191c0fdf Upgrade version numbers to 74.1.130 amaitland 2019-04-26 07:19:41 +10:00
  • 8d70f83686 IMPLEMENT_REFCOUNTING template changed - Add missing semi colon amaitland 2019-04-26 06:44:18 +10:00
  • 40117b0cdb Upgrade to CEF 74.1.13+g98f22d3+chromium-74.0.3729.108 / Chromium 74.0.3729.108 amaitland 2019-04-25 22:18:54 +10:00
  • eed4ba5fa8 Upgrade to CEF 73.1.13+g6e3c989+chromium-73.0.3683.75 / Chromium 73.0.3683.75 amaitland 2019-04-25 20:40:11 +10:00
  • c5cb465b55 Upgrade to CEF 73.1.13+g6e3c989+chromium-73.0.3683.75 / Chromium 73.0.3683.75 amaitland 2019-04-25 20:40:11 +10:00
  • 1a34113f1f WPF - Add TemplatePart Attributes to ChromiumBrowser (#2739) GSonofNun 2019-04-24 18:18:59 -04:00
  • 3a5e544131 Update bug_report.md Alex Maitland 2019-04-22 12:02:48 +10:00
  • ee393cc95c Update issue templates Alex Maitland 2019-04-22 11:57:19 +10:00
  • 5ba0960c64 Update issue templates Alex Maitland 2019-04-22 11:54:00 +10:00
  • b5ee1e0beb WPF - Add TemplatePart Attributes to ChromiumBrowser (#2739) GSonofNun 2019-04-24 18:18:59 -04:00
  • d937f0daa9 [WPF.Example] Simple null check to prevent crash if we close a tab during a test. (#2731) michalkania 2019-04-25 00:17:29 +02:00
  • b71d39f05c Update bug_report.md Alex Maitland 2019-04-22 12:02:48 +10:00
  • c288bf0921 Update issue templates Alex Maitland 2019-04-22 11:57:19 +10:00
  • fb85df2e98 Update issue templates Alex Maitland 2019-04-22 11:54:00 +10:00
  • 5c10aa8db7 DefaultFocusHandler.OnGotFocus - Add browser null check amaitland 2019-04-17 20:34:47 +10:00
  • 3cff24cf1f DefaultFocusHandler.OnGotFocus - Add browser null check amaitland 2019-04-17 20:34:47 +10:00
  • c7b9d07008 BrowserTabUserControl - Mark DllImport as private amaitland 2019-04-16 15:16:58 +10:00
  • ad7cbccbf8 WebBrowserExtensions.LoadUrlWithPostData - Set UrlRequestFlags.AllowCachedCredentials amaitland 2019-04-11 08:02:16 +10:00
  • 525a4f1a0a WebBrowserExtensions.LoadUrlWithPostData - Set UrlRequestFlags.AllowCachedCredentials amaitland 2019-04-11 08:02:16 +10:00
  • 05b2db8617 Revert "build.ps1 - Upgrade to support new version scheme" v73.1.120-pre01 amaitland 2019-04-11 05:45:32 +10:00
  • 9a8736c06a Revert "build.ps1 - Upgrade to support new version scheme" amaitland 2019-04-11 05:45:32 +10:00
  • 0987e3253b appveyor.yml - Upgrade version number to 73.1.120 amaitland 2019-04-10 21:07:25 +10:00
  • d5083520c3 appveyor.yml - Upgrade version number to 73.1.120 amaitland 2019-04-10 21:07:25 +10:00
  • e22d1c2fd2 Removed IsBrowserInitializedChangedEventArgs (#2710) Chris 2019-04-10 11:51:34 +02:00
  • b9e3905986 Readme.md - Add cefsharp/73 release branch amaitland 2019-04-10 19:48:39 +10:00
  • 5893da9f0a Upgrade version number to 73.1.120 amaitland 2019-04-10 19:45:05 +10:00
  • b97f85cb2a Revert "Upgrade version numbers to 73.1.12.0" amaitland 2019-04-10 19:02:17 +10:00
  • 0b57e52615 Wpf.Example - Add Windows 10 Only VirtualKeyboard example amaitland 2019-04-06 11:50:27 +10:00
  • cddece0cdc WPF - Add VirtualKeyboardRequested and corresponding VirtualKeyboardRequestedEventArgs amaitland 2019-04-06 11:48:33 +10:00
  • ea843f31c1 Formatting fixes amaitland 2019-04-05 12:02:02 +10:00
  • 6692749728 WPF - Implement UpdateDragCursor (#2691) João Neves 2019-04-05 02:58:27 +01:00
  • dfb2cd55f1 WPF - Add ChromiumWebBrowser constructor overload with initialAddress param amaitland 2019-04-05 11:56:45 +10:00
  • 8ced344ccd IBrowserHost - Add SendTouchEvent amaitland 2019-04-05 11:52:41 +10:00
  • 4c069dc566 KeyType - Update xml doc amaitland 2019-04-04 12:26:43 +10:00
  • 7b29027eea CefSharpSettings - Change SubprocessExitIfParentProcessClosed xml doc to reflect enabled by default Alex Maitland 2019-03-29 09:23:47 +11:00
  • a0d74dd63e IDisplayHandler - Add OnLoadingProgressChange amaitland 2019-03-27 22:05:17 +10:00
  • 45a79dc520 WPF/OffScreen - Add OnVirtualKeyboardRequested method amaitland 2019-03-27 20:08:46 +10:00
  • bb9873d410 Upgrade version numbers to 73.1.12.0 amaitland 2019-03-27 15:23:24 +10:00
  • 1f39e42595 build.ps1 - Upgrade to support new version scheme amaitland 2019-03-27 14:07:22 +10:00
  • 3520581309 Upgrade to CEF 73.1.12+gee4b49f+chromium-73.0.3683.75 / Chromium 73.0.3683.75 amaitland 2019-03-27 14:00:42 +10:00
  • c3bbd37cce Reorder dispose pattern in ChromiumWebBrowser (#2701) Alex Maitland 2019-03-26 20:14:13 +10:00
  • ba008eed35 WebBrowserExtensions.LoadUrlWithPostData - Mark as Obsolete amaitland 2019-03-26 18:17:52 +10:00
  • 987f988dac Refactoring - Moved RegisterJsObject and RegisterAsyncJsObject to WebBrowserExtensions (#2703) Chris 2019-03-23 04:31:09 +01:00
  • 12b27f91d5 Refactoring - Move CefNavigationEntry conversion to TypeConversion (#2682) Chris 2019-03-23 04:15:50 +01:00
  • 1a2d4a82f1 TypeConversion - Add null check to NavigationEntry^ FromNative Alex Maitland 2019-03-23 13:13:34 +10:00
  • 58e8a29c77 Refactoring - Move CefNavigationEntry conversion to TypeConversion merceyz 2019-03-09 17:49:57 +01:00
  • 1097b7c7c7 Fixed spelling error in IJavascriptObjectRepository (#2702) Chris 2019-03-22 20:12:24 +01:00
  • 86b2d8cecd Improved dispose pattern in ChromiumWebBrowser (#2651) Chris 2019-03-22 12:49:02 +01:00
  • d45c5c5926 Add space in exception message (#2700) campersau 2019-03-22 11:12:42 +01:00
  • 18ef4471ac ManagedCefBrowserAdapter::CreateBrowser - Dispose of WindowInfo after browser Created amaitland 2019-03-22 10:48:40 +10:00
  • d2d1e6f879 WPF/WinForms/OffScreen - Move BrowserSettings Dispose into ManagedCefBrowserAdapter::CreateBrowser amaitland 2019-03-22 05:26:53 +10:00