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
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
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
.
https-github-com-bit
/
electron
Public
forked from
adamlaska/electron
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
electron
shell
on
verify-docker-containers
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 16, 2021
chore: bump chromium to 93.0.4539.0 (main) (#29608)
Show description for 8571834
5 people
authored
8571834
View commit details
Copy full SHA for 8571834
View code at this point
Browse repository at this point
fix: ensure detached devtools are not always draggable (#29717)
MarshallOfSound
authored
f71c6c0
View commit details
Copy full SHA for f71c6c0
View code at this point
Browse repository at this point
chore: remove c-style conversion for vibrantView (#29724)
zcbenz
authored
330c3bc
View commit details
Copy full SHA for 330c3bc
View code at this point
Browse repository at this point
fix: draggable regions with devtools open (#29696)
codebytere
authored
d59e2d7
View commit details
Copy full SHA for d59e2d7
View code at this point
Browse repository at this point
Bump v15.0.0-nightly.20210616
electron-bot
committed
7474c59
View commit details
Copy full SHA for 7474c59
View code at this point
Browse repository at this point
fix: potential crash when setting vibrancy (#29677)
codebytere
authored
2ae7e04
View commit details
Copy full SHA for 2ae7e04
View code at this point
Browse repository at this point
Commits on Jun 15, 2021
chore: disable default async spellchecker on Windows (#29690)
Show description for af276c9
VerteDinde
authored
af276c9
View commit details
Copy full SHA for af276c9
View code at this point
Browse repository at this point
Bump v15.0.0-nightly.20210615
electron-bot
committed
31a4cc2
View commit details
Copy full SHA for 31a4cc2
View code at this point
Browse repository at this point
refactor: use std::make_unique/base::MakeRefCounted when possible (#29637)
miniak
authored
56ac67e
View commit details
Copy full SHA for 56ac67e
View code at this point
Browse repository at this point
refactor: use PathProvider for user-data-dir and others (#29649)
Show description for ebf54d7
nornagon
authored
ebf54d7
View commit details
Copy full SHA for ebf54d7
View code at this point
Browse repository at this point
Commits on Jun 14, 2021
Bump v15.0.0-nightly.20210614
electron-bot
committed
0b10c86
View commit details
Copy full SHA for 0b10c86
View code at this point
Browse repository at this point
chore: use consistent integer type for request ID (#29540)
dsanders11
authored
8d76b4d
View commit details
Copy full SHA for 8d76b4d
View code at this point
Browse repository at this point
refactor: use locale functions in command_line_args.cc (#29550)
Show description for 4b9e804
RaisinTen
authored
4b9e804
View commit details
Copy full SHA for 4b9e804
View code at this point
Browse repository at this point
fix: check DCHECK_IS_ON() instead of #ifdef DCHECK_IS_ON (#29620)
nornagon
authored
34a4e26
View commit details
Copy full SHA for 34a4e26
View code at this point
Browse repository at this point
fix: use correct spelling of attachment with Content-Disposition header (#29621)
dsanders11
authored
fed5ad5
View commit details
Copy full SHA for fed5ad5
View code at this point
Browse repository at this point
chore: use HTTP method constants (#29650)
dsanders11
authored
f6d673c
View commit details
Copy full SHA for f6d673c
View code at this point
Browse repository at this point
fix: copy received data in URLPipeLoader to prevent corruption (#29567)
dsanders11
authored
e8c9a81
View commit details
Copy full SHA for e8c9a81
View code at this point
Browse repository at this point
Commits on Jun 11, 2021
Bump v15.0.0-nightly.20210611
electron-bot
committed
af7181b
View commit details
Copy full SHA for af7181b
View code at this point
Browse repository at this point
Commits on Jun 10, 2021
Bump v15.0.0-nightly.20210610
electron-bot
committed
057b15f
View commit details
Copy full SHA for 057b15f
View code at this point
Browse repository at this point
fix: ensure custom traffic lights float to top (#29595)
Show description for 63cc82d
codebytere
authored
63cc82d
View commit details
Copy full SHA for 63cc82d
View code at this point
Browse repository at this point
Commits on Jun 9, 2021
Bump v15.0.0-nightly.20210609
electron-bot
committed
5f2e25b
View commit details
Copy full SHA for 5f2e25b
View code at this point
Browse repository at this point
fix: Revert "fix: don't propagate GDK_BACKEND to subprocs (#28898)" (#29610)
Show description for fa0323a
MarshallOfSound
authored
fa0323a
View commit details
Copy full SHA for fa0323a
View code at this point
Browse repository at this point
Revert "Bump v15.0.0-nightly.20210609"
Show description for c252deb
MarshallOfSound
committed
c252deb
View commit details
Copy full SHA for c252deb
View code at this point
Browse repository at this point
fix: select-bluetooth-device on Windows (#29591)
jkleinsc
authored
396ea4b
View commit details
Copy full SHA for 396ea4b
View code at this point
Browse repository at this point
Bump v15.0.0-nightly.20210609
electron-bot
committed
c9ccd13
View commit details
Copy full SHA for c9ccd13
View code at this point
Browse repository at this point
Commits on Jun 8, 2021
chore: bump chromium to 93.0.4536.0 (main) (#29586)
Show description for 0467912
3 people
authored
0467912
View commit details
Copy full SHA for 0467912
View code at this point
Browse repository at this point
fix: don't propagate GDK_BACKEND to subprocs (#28898)
codebytere
authored
7b169c2
View commit details
Copy full SHA for 7b169c2
View code at this point
Browse repository at this point
Bump v15.0.0-nightly.20210608
electron-bot
committed
b27c5b9
View commit details
Copy full SHA for b27c5b9
View code at this point
Browse repository at this point
feat: add new imageAnimationPolicy webpref and webContents setter (#29095)
MarshallOfSound
authored
8446ce1
View commit details
Copy full SHA for 8446ce1
View code at this point
Browse repository at this point
chore: use std::make_unique/base::MakeRefCounted when possible (#29510)
dsanders11
authored
79cb514
View commit details
Copy full SHA for 79cb514
View code at this point
Browse repository at this point
Commits on Jun 7, 2021
chore: bump chromium to 93.0.4535.0 (main) (#29549)
Show description for 5665738
3 people
authored
5665738
View commit details
Copy full SHA for 5665738
View code at this point
Browse repository at this point
fix: make intermediates work with 'select-client-certificate' (#29552)
dsanders11
authored
070f25d
View commit details
Copy full SHA for 070f25d
View code at this point
Browse repository at this point
Bump v15.0.0-nightly.20210607
electron-bot
committed
c5b0ba0
View commit details
Copy full SHA for c5b0ba0
View code at this point
Browse repository at this point
chore: update base class name in comment (#29512)
dsanders11
authored
1a30f9f
View commit details
Copy full SHA for 1a30f9f
View code at this point
Browse repository at this point
Commits on Jun 5, 2021
chore: bump chromium to 93.0.4532.2 (main) (#29527)
Show description for fa2db00
electron-roller[bot]
and
deepak1556
authored
fa2db00
View commit details
Copy full SHA for fa2db00
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.