FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for CefSharp.OffScreen.Example/Program.cs - cefsharp/CefSharp · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cefsharp
/
CefSharp
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
2.9k
Star
10.2k
Code
Issues
61
Pull requests
13
Discussions
Actions
Wiki
Security and quality
9
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
CefSharp
CefSharp.OffScreen.Example
Program.cs
on
master
User selector
Datepicker
Commit history
Commits on Jun 15, 2024
WinForms/WPF/OffScreen - Change to using Chrome bootstrap by default
Show description for 43321f7
amaitland
committed
43321f7
View commit details
Copy full SHA for 43321f7
View code at this point
Browse repository at this point
Commits on May 6, 2024
Add IWindowInfo.RuntimeStyle
Show description for 7af16b9
amaitland
committed
7af16b9
View commit details
Copy full SHA for 7af16b9
View code at this point
Browse repository at this point
Commits on Nov 24, 2021
Core - Add CefSettingsBase.IsDisposed
Show description for 0fc3ae2
amaitland
committed
0fc3ae2
View commit details
Copy full SHA for 0fc3ae2
View code at this point
Browse repository at this point
Commits on Nov 16, 2021
OffScreen - Add CaptureScreenshotAsync, GetContentSizeAsync and ResizeAsync
Show description for d8674fd
amaitland
committed
d8674fd
View commit details
Copy full SHA for d8674fd
View code at this point
Browse repository at this point
Commits on Oct 28, 2021
Core - LoadUrlAsync require url and remove SyncContext param
Show description for 4112340
amaitland
committed
4112340
View commit details
Copy full SHA for 4112340
View code at this point
Browse repository at this point
Commits on Oct 22, 2021
Core - Add Cef.InitializeAsync
Show description for 1524482
amaitland
committed
1524482
View commit details
Copy full SHA for 1524482
View code at this point
Browse repository at this point
Commits on Jul 23, 2020
Net Core - Support for compiling with .Net Core 3.1
Show description for e8cf336
amaitland
committed
e8cf336
View commit details
Copy full SHA for e8cf336
View code at this point
Browse repository at this point
Commits on May 4, 2020
OffScreen Example - Demo Cef.WaitForBrowsersToClose();
Show description for 71a190d
amaitland
committed
71a190d
View commit details
Copy full SHA for 71a190d
View code at this point
Browse repository at this point
Commits on May 3, 2020
Core - Ensure CachePath/RootCachePath/LocalesDirPath/BrowserSubprocessPath are absolute
Show description for e1401e7
amaitland
committed
e1401e7
View commit details
Copy full SHA for e1401e7
View code at this point
Browse repository at this point
Commits on Feb 18, 2020
OffScreen Example - Update Javascript to reflect google change (#3059)
campersau
authored
7bed061
View commit details
Copy full SHA for 7bed061
View code at this point
Browse repository at this point
Commits on Sep 11, 2019
OffScreen Example - CachePath values must be children of RootCachePath
amaitland
committed
1b0e89e
View commit details
Copy full SHA for 1b0e89e
View code at this point
Browse repository at this point
Commits on Jan 10, 2019
add spaces in exception messages (#2620)
campersau
authored and
amaitland
committed
b310696
View commit details
Copy full SHA for b310696
View code at this point
Browse repository at this point
Commits on Sep 16, 2018
Added EditorConfig (#2514)
merceyz
authored
30ee538
View commit details
Copy full SHA for 30ee538
View code at this point
Browse repository at this point
Commits on Sep 10, 2018
Maintenance - Fixed formatting, file encoding, and copyright year (#2504)
Show description for bef5dd3
merceyz
authored and
amaitland
committed
bef5dd3
View commit details
Copy full SHA for bef5dd3
View code at this point
Browse repository at this point
Commits on Aug 2, 2018
WinForms/Wpf/OffScreen - Create specific CefSettings class for each version
Show description for d87e795
amaitland
committed
d87e795
View commit details
Copy full SHA for d87e795
View code at this point
Browse repository at this point
Commits on May 13, 2018
Example Projects - Upgrade to .Net 4.6
Show description for 7d7b6d8
amaitland
committed
7d7b6d8
View commit details
Copy full SHA for 7d7b6d8
View code at this point
Browse repository at this point
Commits on Jan 18, 2018
Add sendkeyevent example to CefSharp.OffScreen.Example/Program.cs
amaitland
committed
8e5ae7b
View commit details
Copy full SHA for 8e5ae7b
View code at this point
Browse repository at this point
Commits on Mar 5, 2017
Updated copyright year and made sure it used same format everywhere (#1966)
merceyz
authored and
amaitland
committed
cd93426
View commit details
Copy full SHA for cd93426
View code at this point
Browse repository at this point
Commits on Jan 16, 2017
Example projects - Remove workaround for crash reporting spawning man app exe and switch to using crash_reporter.cfg
amaitland
committed
b72b6f7
View commit details
Copy full SHA for b72b6f7
View code at this point
Browse repository at this point
Commits on Dec 12, 2016
Upgrade example to deal with crashpad process being spawned through the main application exe #1876
amaitland
committed
8970196
View commit details
Copy full SHA for 8970196
View code at this point
Browse repository at this point
Commits on Oct 19, 2016
Offscreen Example - Add comment about TrySetResultAsync
amaitland
committed
1008347
View commit details
Copy full SHA for 1008347
View code at this point
Browse repository at this point
Commits on Sep 1, 2016
Experimental implementation of IBrowserProcessHandler.OnScheduleMessagePumpWork
Show description for 9fbde82
amaitland
committed
9fbde82
View commit details
Copy full SHA for 9fbde82
View code at this point
Browse repository at this point
Commits on Apr 27, 2016
Switch to using TrySetResult instead of SetResult
Show description for 60ae3cc
amaitland
committed
60ae3cc
View commit details
Copy full SHA for 60ae3cc
View code at this point
Browse repository at this point
Commits on Jan 11, 2016
Update copyright to 2016
amaitland
committed
bae3c28
View commit details
Copy full SHA for bae3c28
View code at this point
Browse repository at this point
Commits on Dec 22, 2015
Implement GetAllPreferences
amaitland
committed
abd10ed
View commit details
Copy full SHA for abd10ed
View code at this point
Browse repository at this point
Commits on Oct 21, 2015
Add Cef.DoMessageLoopWork example to WinForms.Example project
amaitland
committed
fe11f2e
View commit details
Copy full SHA for fe11f2e
View code at this point
Browse repository at this point
Commits on Sep 15, 2015
Update OffScreen example to always invalida the view before capturing the second image (getting the latest image in the process, not the last stored one)
amaitland
committed
9d64907
View commit details
Copy full SHA for 9d64907
View code at this point
Browse repository at this point
Commits on Sep 10, 2015
OffScreen Example set WindowlessFrameRate = 1 so that it's easier to take a screen shot as there is only one frame generated
Show description for 78a5fc6
amaitland
committed
78a5fc6
View commit details
Copy full SHA for 78a5fc6
View code at this point
Browse repository at this point
Commits on Sep 3, 2015
Demo PDF viewer working in WPF (Added extra command line switch to disable surfaces)
Show description for 7df00f8
amaitland
committed
7df00f8
View commit details
Copy full SHA for 7df00f8
View code at this point
Browse repository at this point
Commits on Sep 1, 2015
Remove obsolete methods
amaitland
committed
45e5da8
View commit details
Copy full SHA for 45e5da8
View code at this point
Browse repository at this point
Commits on Jul 22, 2015
Add basic comment to OffScreen example
Show description for be501ec
amaitland
committed
be501ec
View commit details
Copy full SHA for be501ec
View code at this point
Browse repository at this point
Add RequestContextSettings wrapper
amaitland
committed
4ce93ba
View commit details
Copy full SHA for 4ce93ba
View code at this point
Browse repository at this point
Split RequestContext out from BrowserSettings
amaitland
committed
0c031a1
View commit details
Copy full SHA for 0c031a1
View code at this point
Browse repository at this point
Commits on Jul 21, 2015
Rename cookies to cache path as new API enables access to more settings
amaitland
committed
dd4896d
View commit details
Copy full SHA for dd4896d
View code at this point
Browse repository at this point
Add basic CefRequestContext wrapper
qlikTERror
authored and
amaitland
committed
a3e869b
View commit details
Copy full SHA for a3e869b
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL