Commit Graph

  • 02ebf1fe89 Update README.md Alex Maitland 2020-07-23 20:24:54 +10:00
  • 659e6b1a4e Appveyor generate nuget package amaitland 2020-07-23 17:01:45 +10:00
  • 1dfd4f5ae0 Upgrade build version to 84.3.30 amaitland 2020-07-23 15:33:04 +10:00
  • e8cf336bf3 Net Core - Support for compiling with .Net Core 3.1 amaitland 2020-07-18 13:30:54 +10:00
  • a0d90788aa WPF - IME change background colour to transparent amaitland 2020-07-23 15:04:12 +10:00
  • 5e89f71a44 Add new projects targeting .NET Core 3.1 (#3181) Konstantin Preißer 2020-07-23 07:21:14 +02:00
  • bcbc329fcd WPF - IME change background colour to transparent amaitland 2020-07-23 15:04:12 +10:00
  • 9ce8fe45ee WPF - IME Transparent Text Background (#3143) Roh yeon jin 2020-07-23 14:01:25 +09:00
  • f9acbdfde5 WPF - IME Transparent Text Background (#3143) Roh yeon jin 2020-07-23 14:01:25 +09:00
  • ac8d922a98 Core - PdfPrintSettings change Margins from double to int amaitland 2020-07-23 14:54:24 +10:00
  • 0d23112757 Core - Xml Doc Fixes amaitland 2020-07-23 14:45:53 +10:00
  • 9beeefcf6b Upgrade to CEF 84.3.3+gffc2f0e+chromium-84.0.4147.89 / Chromium 84.0.4147.89 amaitland 2020-07-23 14:32:53 +10:00
  • 7d8d15c6fb Core - JavascriptObjectRepository.ResolveObject incorrectly called with args.ObjectName of string.Empty amaitland 2020-07-22 14:55:14 +10:00
  • 6dfad9048d Core - Add IBrowser reference to TitleChangedEventArgs/ConsoleMessageEventArgs amaitland 2020-07-17 12:41:14 +10:00
  • 8d6de992a5 WinForms Example - Remove dependency on CefSharp.WinForms.Internals.ControlExtensions.InvokeOnUiThreadIfRequired amaitland 2020-07-11 11:41:34 +10:00
  • e46e8f81f9 Use EventArgs.Empty in DelegateCommand (#3179) campersau 2020-07-10 21:35:07 +02:00
  • c867dd6ef1 WebBrowserExtensions fix spelling mistakes (#3176) chacham2 2020-07-09 14:54:14 -04:00
  • 5ca2f46737 Core - Re-Add IAudioHandler (#3153) Alex Maitland 2020-07-08 08:06:16 +10:00
  • 0de34a6914 Core - Add ExecuteDevToolsMethodAsync extension method amaitland 2020-06-30 14:48:35 +10:00
  • 55c3ae2555 Core - PdfPrintSettings change Margins from double to int amaitland 2020-07-23 14:54:24 +10:00
  • 86e9b712e3 Core - Xml Doc Fixes amaitland 2020-07-23 14:45:53 +10:00
  • 3e5133dbb3 Upgrade to CEF 84.3.3+gffc2f0e+chromium-84.0.4147.89 / Chromium 84.0.4147.89 amaitland 2020-07-23 14:32:53 +10:00
  • 760cc13d96 Remove unused JavascriptBindingFacts tests (#3194) campersau 2020-07-23 06:17:41 +02:00
  • 1e3b1c6305 add test for binding object multiple times (#3195) campersau 2020-07-22 21:31:05 +02:00
  • 4b2fe1e0d7 Core - JavascriptObjectRepository.ResolveObject incorrectly called with args.ObjectName of string.Empty amaitland 2020-07-22 14:55:14 +10:00
  • 282e25c8fd Core - Add IBrowser reference to TitleChangedEventArgs/ConsoleMessageEventArgs amaitland 2020-07-17 12:41:14 +10:00
  • 5b89eede06 WinForms Example - Remove dependency on CefSharp.WinForms.Internals.ControlExtensions.InvokeOnUiThreadIfRequired amaitland 2020-07-11 11:41:34 +10:00
  • 1a381fbe20 Use EventArgs.Empty in DelegateCommand (#3) campersau 2020-07-10 21:35:49 +02:00
  • 819837f7a1 Use EventArgs.Empty in DelegateCommand (#3179) campersau 2020-07-10 21:35:07 +02:00
  • 82c1d27815 WebBrowserExtensions fix spelling mistakes (#3176) chacham2 2020-07-09 14:54:14 -04:00
  • 148d0aca4b Update bug_report.md Alex Maitland 2020-07-09 15:04:42 +10:00
  • 901c6a7095 Embed pdb and sources into dll amaitland 2020-07-08 14:19:15 +10:00
  • d1a5165209 Generate Xml Doc file amaitland 2020-07-08 14:10:40 +10:00
  • 270640f9a3 Migrate to SDK Style Project format amaitland 2020-07-08 12:47:17 +10:00
  • 8d25b71490 Core - Re-Add IAudioHandler (#3153) Alex Maitland 2020-07-08 08:06:16 +10:00
  • 9d4bc5d829 README.md - Release 83.4.20 amaitland 2020-07-02 10:54:39 +10:00
  • 923ab7bef5 README.md - Release 83.4.20 cefsharp/83 amaitland 2020-07-02 10:54:39 +10:00
  • eee5a35b78 Core - Fix Broken Build v83.4.20 amaitland 2020-07-02 10:31:06 +10:00
  • fd239df361 appveyor - Update myget api key amaitland 2020-07-02 09:51:01 +10:00
  • c9fedb28d1 Upgrade to CEF 83.4.2+gc8d4f85+chromium-83.0.4103.106 amaitland 2020-07-02 09:45:55 +10:00
  • 780d96ce71 Fix Chinese IME character Composition issue (#3163) yeyezizhi 2020-07-02 07:34:21 +08:00
  • dc733f0f52 WinForms Example - Use Uri.EscapeDataString instead of WebUtility.HtmlEncode for escaping query string value (#3162) campersau 2020-06-30 12:57:24 +02:00
  • cc31e2b149 Core - Add ExecuteDevToolsMethodAsync extension method amaitland 2020-06-30 14:48:35 +10:00
  • a889c47abf WinForms Example - Use google.com as search engine when invalid url entered in address amaitland 2020-06-30 14:28:13 +10:00
  • 1eb896728d Example - Add DevToolsExtensions.CaptureScreenShotAsPng amaitland 2020-06-29 13:58:06 +10:00
  • e9a7c67b5e Core - IBrowserHost.AddDevToolsMessageObserver can be run on any thread. amaitland 2020-06-29 13:09:31 +10:00
  • e12bd023f1 Core - Add support for direct DevTools protocol messaging amaitland 2020-06-26 16:28:18 +10:00
  • 9de4b8242a WinForms - Possible null reference when Dispose amaitland 2020-06-29 10:47:17 +10:00
  • 05712c38e7 Core - Add IRequestHandler.OnDocumentAvailableInMainFrame amaitland 2020-06-26 14:06:17 +10:00
  • a2fc01c4e3 Upgrade to CEF 83.4.0+gfd6631b+chromium-83.0.4103.106 / Chromium 83.0.4103.106 amaitland 2020-06-26 13:53:32 +10:00
  • 43b97f6b14 Update README.md Alex Maitland 2020-06-23 20:02:13 +10:00
  • 5bed00b3cc Fix whitespace in .targets files (#3156) Jozef Izso 2020-06-20 23:00:06 +02:00
  • e736bf201d WPF Example - ExperimentalLifespanHandler remove targetUrl from constructor amaitland 2020-06-20 06:36:35 +10:00
  • e83b611e5a appveyor - Update myget api key amaitland 2020-07-02 09:51:01 +10:00
  • 36b35e478b Upgrade to CEF 83.4.2+gc8d4f85+chromium-83.0.4103.106 amaitland 2020-07-02 09:45:55 +10:00
  • ccd4af84b0 Fix Chinese IME character Composition issue (#3163) yeyezizhi 2020-07-02 07:34:21 +08:00
  • 3b89e27884 WinForms Example - Use Uri.EscapeDataString instead of WebUtility.HtmlEncode for escaping query string value (#3162) campersau 2020-06-30 12:57:24 +02:00
  • bd4cadd2ed Core - Add ExecuteDevToolsMethodAsync extension method amaitland 2020-06-30 14:48:35 +10:00
  • 253849549b WinForms Example - Use google.com as search engine when invalid url entered in address amaitland 2020-06-30 14:28:13 +10:00
  • eee134c70f Example - Add DevToolsExtensions.CaptureScreenShotAsPng amaitland 2020-06-29 13:58:06 +10:00
  • db75e9b6a3 Core - IBrowserHost.AddDevToolsMessageObserver can be run on any thread. amaitland 2020-06-29 13:09:31 +10:00
  • 49ee24912d Core - Add support for direct DevTools protocol messaging amaitland 2020-06-26 16:28:18 +10:00
  • 046db62ad9 WinForms - Possible null reference when Dispose amaitland 2020-06-29 10:47:17 +10:00
  • 88aae91ea5 Core - Add IRequestHandler.OnDocumentAvailableInMainFrame amaitland 2020-06-26 14:06:17 +10:00
  • 0bf05e6de7 Upgrade to CEF 83.4.0+gfd6631b+chromium-83.0.4103.106 / Chromium 83.0.4103.106 amaitland 2020-06-26 13:53:32 +10:00
  • 48b27f5114 Update README.md Alex Maitland 2020-06-23 20:02:13 +10:00
  • e0e23be25e Fix whitespace in .targets files (#3156) Jozef Izso 2020-06-20 23:00:06 +02:00
  • e1ed525ba3 WPF Example - ExperimentalLifespanHandler remove targetUrl from constructor amaitland 2020-06-20 06:36:35 +10:00
  • 9019c3247f README.md - Update amount amaitland 2020-06-19 21:09:20 +10:00
  • edf36f90bd WPF Example - Improve ExperimentalLifespanHandler amaitland 2020-06-19 20:54:37 +10:00
  • bdcb7633e4 Core - Allow overriding of enable-features command line arg amaitland 2020-06-19 20:48:25 +10:00
  • ec4d4a4eab WPF Example - Improve ExperimentalLifespanHandler amaitland 2020-06-19 20:54:37 +10:00
  • 971b7671a6 Core - Allow overriding of enable-features command line arg amaitland 2020-06-19 20:48:25 +10:00
  • 56a301acfb Upgrade version number to 83.3.120 v83.3.120-pre amaitland 2020-06-14 14:05:09 +10:00
  • c1dbcf2f0e README.md - Add 83 branch details (-pre release) amaitland 2020-06-14 13:36:17 +10:00
  • c8ebd23a88 WPF - Disable GPU Compositing amaitland 2020-06-14 13:30:58 +10:00
  • 50143cee51 README.md - Add 83 branch details (-pre release) amaitland 2020-06-14 13:36:17 +10:00
  • 79cd7c4c93 WPF - Disable GPU Compositing amaitland 2020-06-14 13:30:58 +10:00
  • 19ec934de3 Update Readme.txt Alex Maitland 2020-06-09 20:59:03 +10:00
  • 72840a841d Update Readme.txt Alex Maitland 2020-06-09 20:58:38 +10:00
  • c2745c2c7e Upgrade to CEF 83.3.12+g0889ff0+chromium-83.0.4103.97 / Chromium 83.0.4103.97 amaitland 2020-06-09 15:57:25 +10:00
  • f202760967 Core - IDownloadItemCallback incorrectly disposed on Pause/Resume amaitland 2020-06-09 14:13:08 +10:00
  • e290d5ab23 Core - ByteArrayResourceHandler throw exception if byte[] length 0 amaitland 2020-06-08 16:24:30 +10:00
  • 37a5193441 Core - ResourceHandler default Access-Control-Allow-Origin to * amaitland 2020-06-05 16:02:43 +10:00
  • 631814f9e5 Core - Improve CefSharpSettings.ConcurrentTaskExecution xml doc amaitland 2020-06-05 16:02:07 +10:00
  • c1a4db20fd Upgrade to CEF 83.3.12+g0889ff0+chromium-83.0.4103.97 / Chromium 83.0.4103.97 amaitland 2020-06-09 15:57:25 +10:00
  • ae99a30364 Core - IDownloadItemCallback incorrectly disposed on Pause/Resume amaitland 2020-06-09 14:13:08 +10:00
  • 1d8c90258e Core - ByteArrayResourceHandler throw exception if byte[] length 0 amaitland 2020-06-08 16:24:30 +10:00
  • 213a6e326d Core - ResourceHandler default Access-Control-Allow-Origin to * amaitland 2020-06-05 16:02:43 +10:00
  • 319f57ecdd Core - Improve CefSharpSettings.ConcurrentTaskExecution xml doc amaitland 2020-06-05 16:02:07 +10:00
  • 2e1d960440 Update bug_report.md Alex Maitland 2020-06-02 12:25:59 +10:00
  • 224641e45f Update CONTRIBUTING.md Alex Maitland 2020-06-02 12:25:31 +10:00
  • 809b5db7f3 Update bug_report.md Alex Maitland 2020-06-02 12:22:48 +10:00
  • 2ec5a21da9 Nuget - Set PublishState Include for <None/> entries amaitland 2020-05-21 20:11:38 +10:00
  • 16aa59d6aa WPF - Add AddressChanged event amaitland 2020-05-23 20:30:22 +10:00
  • 159ccfc38a Upgrade to CEF 83.3.9+ged43e55+chromium-83.0.4103.61 / Chromium 83.0.4103.61 amaitland 2020-05-25 20:03:19 +10:00
  • 898ca38e7a Core - Add BindingOptions.NameConverter amaitland 2020-05-29 20:59:42 +10:00
  • 3ba91f5798 Test - OffScreenBrowserBasicFacts remove assert amaitland 2020-05-30 13:44:21 +10:00
  • ae41e10d71 Core - Javascript Binding Configure Property Name amaitland 2020-05-19 21:55:16 +10:00
  • 66691105b4 Core - Added ability to configure/customize javascript binding property name. Geevo 2020-05-14 23:18:32 +10:00