Commit Graph

  • 5854abea03 VC++ - Fix up includes and add some more header guards amaitland 2019-01-09 21:58:52 +10:00
  • 6ea142b114 RequestContext.h - Invoke LoadExtension on CEF UI Thread using CefPostTask amaitland 2019-01-09 21:08:42 +10:00
  • 05b640532f Xml doc improvements/fixes amaitland 2019-01-09 20:27:06 +10:00
  • fa0a05793d WPF - BrowserSettings dispose after browser created amaitland 2019-01-09 19:53:35 +10:00
  • a340ebd922 OffScreen - BrowserSettings throw exception if attempting to use Disposed instance amaitland 2019-01-09 17:26:39 +10:00
  • 4a41fdfd07 WinForms - Dispose of BrowserSettings after browser created amaitland 2019-01-09 17:12:28 +10:00
  • 2b905c1d01 BrowserSettings - Add command line arg xml doc comment to Javascript property amaitland 2019-01-09 14:39:24 +10:00
  • f9cc0affb6 LoadExtension - Add additional comments about loading crx files amaitland 2019-01-09 07:23:28 +10:00
  • 1527547f44 appveyor.yml - Skip building if commit only contains md/js/html files amaitland 2019-01-09 07:08:51 +10:00
  • 07a6c897ac Readme.md - Add cefsharp/71 release branch amaitland 2019-01-09 07:04:16 +10:00
  • ce38ed81f0 Add IApp interface and DefaultApp implementation (#2616) Alex Maitland 2019-01-09 05:57:57 +10:00
  • f8349db9af Cef.h - Remove ThrowIfCefNotInitialized v71.0.0-pre01 amaitland 2019-01-01 21:47:51 +10:00
  • 49e543f48d Add AbstractCefSettings.EnableNetSecurityExpiration amaitland 2019-01-01 21:19:33 +10:00
  • 821a44fecc WinForms - ChromiumWebBrowser remove workaround for address not always loading correctly when passed into CreateBrowser amaitland 2018-12-31 13:27:50 +10:00
  • 02e3084af3 Add Chromium Extension Support (#2613) Alex Maitland 2018-12-31 13:12:10 +10:00
  • 90054f9497 Cef.h - Temporarily comment out ThrowIfCefNotInitialized amaitland 2018-12-30 21:56:28 +10:00
  • 809a7859b6 Update version numbers to 71.0.0 amaitland 2018-12-28 13:52:03 +10:00
  • 38934a1d64 AbstractCefSettings - Default to using the process-per-site-instance process model amaitland 2018-12-28 13:51:46 +10:00
  • 2612c68002 Add IBrowserHost.RunFileDialog amaitland 2018-12-28 13:30:58 +10:00
  • 2942f71d32 Fix OffScreen spelling (#2614) campersau 2018-12-27 21:01:52 +01:00
  • 416c4d7f9f DependencyChecker.AssertAllDependenciesPresent - Update how base path calculated amaitland 2018-12-27 21:56:18 +10:00
  • a1ccca77b8 WPF - Keyboard handlers make Dispose/Setup methods virtual amaitland 2018-12-27 21:45:03 +10:00
  • 6540813849 Cef.h - Improve error message when calling method before Cef Initialized amaitland 2018-12-27 21:30:49 +10:00
  • 5d658c7eb0 Cef - Added initialized checks to Cef.Get* (#2605) Chris 2018-12-27 12:16:18 +01:00
  • 9c742e0aac IBrowserHost.ImeSetComposition/ImeCommitText - Add ReplacementRange amaitland 2018-12-27 21:14:36 +10:00
  • 11a8371e19 Rename CefExtension to V8Extension amaitland 2018-12-27 15:47:29 +10:00
  • ee7a7c2b34 OffScreen - Fill in missing xml doc amaitland 2018-12-17 13:50:29 +10:00
  • 3cb5c119fa OffScreen - Remove obsolete methods amaitland 2018-12-17 13:41:05 +10:00
  • c7501cd5a3 IResponse - Remove ResponseHeaders amaitland 2018-12-16 21:53:11 +10:00
  • bbf7795d80 WPF/OffScreen - Add OnAcceleratedPaint amaitland 2018-12-16 14:23:19 +10:00
  • 1c657c4e1b README.md - Update BountySource link amaitland 2018-12-16 11:24:29 +10:00
  • 9a88fb9a78 appveyor.yml - Update MyGet api key amaitland 2018-12-16 11:13:39 +10:00
  • c618dc155b RenderClientAdapter.h - GetViewRect must return a CefRect amaitland 2018-12-16 10:48:52 +10:00
  • 8d3eb356a1 Upgrade to CEF 3.3578.1860.g36610bd / Chromium 71.0.3578.80 amaitland 2018-12-16 05:13:32 +10:00
  • 98d7262987 Refactoring - Move CefCookie conversion to TypeConversion (#2597) Chris 2018-12-13 10:59:05 +01:00
  • 4846471d0f Added SourcePath to CefSharp.Core and CefSharp.BrowserSubprocess.Core (#2595) Chris 2018-12-11 23:39:14 +01:00
  • 6a4fab2c87 PassThruResponseFilter/MemoryStreamResponseFilter - Rewrite to deal with DataIn being greater than DataOut amaitland 2018-12-11 13:29:22 +10:00
  • ccd721c98f OffScreen - Add xml doc to ChromiumWebBrowser.JavascriptObjectRepository property amaitland 2018-12-10 14:14:07 +10:00
  • 66919cf170 AbstractCefSettings - Remove stray forward slash from xml doc amaitland 2018-12-10 12:15:44 +10:00
  • f938b24964 CefRequestContextHandlerAdapter - Remove stray double quote amaitland 2018-12-10 09:45:30 +10:00
  • 5493b1381f WPF - CefSettings Add disable-threaded-scrolling (commented out) amaitland 2018-11-28 19:50:09 +10:00
  • d5aeb20fda Enabled MultiProcessorCompilation for CefSharp.Core and CefSharp.BrowserSubprocess.Core (#2596) Chris 2018-12-09 13:10:55 +01:00
  • cf2681b68b Update CONTRIBUTING.md (#2592) Chris 2018-12-08 13:13:10 +01:00
  • 5622809d68 WPF - Change PixelFormat from Bgra32 to Pbgra32 to fix control transparency (#2589) maloshuk 2018-12-07 12:42:54 +03:00
  • ac6e6356b8 WinForms - Added missing Browsable Attribute on JavascriptObjectRepository (#2590) Chris 2018-12-07 04:40:36 +01:00
  • 0df677a509 WPF - Use nameof for DependencyProperty.Register instead of hardcoded strings (#2585) Chris 2018-12-03 13:07:55 +01:00
  • 73f2d5c638 CONTRIBUTING.md/ISSUE_TEMPLATE.md - Add --enable-gpu to list of command line args for cefclient amaitland 2018-11-28 15:56:42 +10:00
  • 0d3f941b11 README.md - Release 69.0.0 amaitland 2018-11-19 14:01:25 +10:00
  • 485297bb7f Fix some xml doc encoding issues amaitland 2018-11-19 05:37:19 +10:00
  • 4f88ad1141 Fix some xml doc encoding issues v69.0.0 cefsharp/69 amaitland 2018-11-19 05:37:19 +10:00
  • bdf66771c1 WPF Example - Readd EvaluateJavaScriptResult which was accidentally removed cefsharp/67 amaitland 2018-08-23 13:56:25 +10:00
  • cbd87dc7ce OnContextCreated/OnContextDestroyed - only continue if valid frame ptr amaitland 2018-11-09 07:13:34 +10:00
  • 921929484a Make sure frame is not null before accessing it (#2563) Mitch Capper 2018-11-08 13:09:39 -08:00
  • 958df1dc1d CefSettings.BrowserSubProcessPath - Change default absolute path to be relative to CefSharp.Core assembly location. amaitland 2018-11-07 12:00:17 +10:00
  • 269fa4d537 Updated readme donation information (#2559) Mitch Capper 2018-11-06 12:52:54 -08:00
  • a10a5ef897 WPF - ChromiumWebBrowser.GetScreenInfo provide Rect and AvailableRect amaitland 2018-10-29 20:13:02 +10:00
  • 4f71295941 CefSharp.Example - Move example classes into handlers/javascriptbinding folders/namespaces amaitland 2018-10-29 16:21:42 +10:00
  • 19a56bd7f9 CefAppUnmanagedWrapper::OnContextCreated - Fixed up merge mistake amaitland 2018-10-28 16:52:21 +10:00
  • 304a300b0c Call OnContextCreated and OnContextReleased for each frame (#2373) Alex Sukhovy 2018-10-28 08:48:50 +02:00
  • 436bd9c72d CefTerminationStatus - Add OutOfMemory value amaitland 2018-10-28 10:58:30 +10:00
  • ce93352345 Upgrade version numbers to 70.0.0 amaitland 2018-10-28 10:53:26 +10:00
  • 4e50ad8a95 Upgrade to CEF 3.3538.1849.g458cc98 / Chromium 70.0.3538.77 amaitland 2018-10-28 10:46:02 +10:00
  • 2d845a0db4 README.md - Add cefsharp/69 branch details amaitland 2018-10-26 13:28:25 +10:00
  • bc2693e76d CefSharpSettings.SubprocessExitIfParentProcessClosed - default to true amaitland 2018-10-26 13:23:45 +10:00
  • f146a00b1f Cef.Initialize - Only validate browsersubprocesspath file exists specifically if dependency check is false amaitland 2018-10-26 13:22:08 +10:00
  • 30ba596db7 CefSettings/Cef.Initialize - Improve BrowserSubprocessPath checks amaitland 2018-10-26 13:18:33 +10:00
  • 23b905dbda Upgrade to CEF 3.3497.1841.g7f37a0a / Chromium 69.0.3497.100 v69.0.0-pre01 amaitland 2018-10-23 12:49:29 +10:00
  • 8e016789c9 Example - Update Home.html amaitland 2018-10-23 12:48:11 +10:00
  • 572a05bbbf Fix IDE1006 in FindReplaceResponseFilter.cs (#2545) Atvaark 2018-10-22 01:46:28 +02:00
  • 5396f70232 WebBrowserExtensions.LoadUrlWithPostData - Update xml doc comment amaitland 2018-10-17 07:07:52 +10:00
  • 8282482758 Upgrade to CEF 3.3497.1840.gcd24143 / Chromium 69.0.3497.100 amaitland 2018-10-16 06:52:55 +10:00
  • e81eb2e217 FolderSchemeHandlerFactory - change resource file share mode. (#2535) Igor 2018-10-13 07:10:38 +05:00
  • 50f4bce687 Update README.md Alex Maitland 2018-10-10 08:43:04 +10:00
  • 35414cac7a Scheme Handling - Don't attempt to register http or https schemes amaitland 2018-10-08 20:36:07 +10:00
  • 335f27d2c6 .editorconfig - add manifest to xml config file section amaitland 2018-09-30 21:11:59 +10:00
  • 8025139382 ManagedCefBrowserAdapter disposes methodRunnerQueue before destroying browser to prevent crash (#2529) João Neves 2018-10-05 03:40:58 +01:00
  • 9c73df0dce WPF - Mouse Scrollbar usability amaitland 2018-09-30 15:21:57 +10:00
  • 529a463613 Upgrade to CEF 3.3497.1834.g0a87d5f / Chromium 69.0.3497.100 amaitland 2018-09-30 14:46:14 +10:00
  • cde90a34b9 WebBrowserExtensions::GetScript - Added support for all numerical types (#2526) Chris 2018-09-29 08:11:38 +02:00
  • 63a569c807 WebBrowserExtensions - Add ExecuteScriptAsyncWhenPageLoaded amaitland 2018-09-28 14:15:43 +10:00
  • 84e7a7d1de OffScreen - Improve IRenderHandler doco amaitland 2018-09-28 12:37:42 +10:00
  • 92ddcbca5d NuGet/Readme.txt - Add app.manifest info amaitland 2018-09-28 12:03:48 +10:00
  • 1b39c2a70a WinForms/WPF/OffScreen - Cleanup some xml doc around BrowserInitialized event amaitland 2018-09-27 22:02:00 +10:00
  • 246dad90a1 WebBrowserExtensions - Fix naming private static variable naming amaitland 2018-09-27 17:24:21 +10:00
  • dcff3d0094 IJsDialogHandler - Rename OnJSBeforeUnload to OnBeforeUnloadDialog amaitland 2018-09-25 20:56:31 +10:00
  • 62d2bb3071 CefSharp.Example/Resources/Home.html - Remove unused js file reference amaitland 2018-09-25 14:12:22 +10:00
  • 557b279093 Upgrade to CEF 3.3497.1833.g13f506f / Chromium 69.0.3497.100 amaitland 2018-09-23 21:05:06 +10:00
  • d136830443 CefApp::OnBeforeCommandLineProcessing - When value empty call AppendSwitch amaitland 2018-09-23 20:30:22 +10:00
  • a1fbb578df .editorconfig - change const naming convention amaitland 2018-09-23 20:29:21 +10:00
  • d8611436b3 V8Serialization - Combine if/else branches for enum serialization amaitland 2018-09-23 20:02:25 +10:00
  • b4acdfed2b .editorconfig - More minor tweaks amaitland 2018-09-20 11:22:28 +10:00
  • 52fd98da4a editorconfig - Add c++/xml settings and tweak some of the C# ones amaitland 2018-09-17 12:06:05 +10:00
  • 0121b1c457 Enum serialization added to V8Serialization.cpp (#2502) Wolfgang Kurz 2018-09-23 18:58:27 +09:00
  • 2efd6983be Update newIssueWelcomeComment (#2517) Chris 2018-09-19 11:37:27 +02:00
  • 30ee538ce0 Added EditorConfig (#2514) Chris 2018-09-17 00:46:21 +02:00
  • 4ab07c8a32 OffScreen - CefSettings remove command line args amaitland 2018-09-16 13:12:42 +10:00
  • 732f5851de Upgrade to CEF 3.3497.1829.g004ef91 / Chromium 69.0.3497.81 amaitland 2018-09-16 13:01:45 +10:00
  • 05b37ab615 ClientAdapter::OnBeforePopup - throw exception if return true and newBrowser != null amaitland 2018-09-15 19:46:54 +10:00
  • 1a37c63182 Cef.Initialize - Improve xml doc amaitland 2018-09-15 19:33:49 +10:00
  • 29ce1f895b README.md - Update release branches amaitland 2018-09-12 12:10:23 +10:00