Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
Akscom
/
CefSharp
Public
forked from
akuan333/CefSharp
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
CefSharp
CefSharp.OffScreen.Example
Program.cs
on
master
User selector
All users
All time
Commit history
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
Commits on May 20, 2015
Remove unnecessary + from event handler assignment
amaitland
committed
294b429
View commit details
Copy full SHA for 294b429
View code at this point
Browse repository at this point
Commits on Apr 25, 2015
It's time for copyright updates again. Yay!
Show description for 7128e40
rassilon
committed
7128e40
View commit details
Copy full SHA for 7128e40
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.