This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
electron
Watch
1
Star
1
Fork
0
You've already forked electron
mirror of
https://github.com/electron/electron.git
synced
2026-01-27 00:09:09 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b6becdeae71b2cf870a3fdfbc8fdd30e529ea335
electron
/
atom
/
browser
/
osr
History
Cheng Zhao
b6becdeae7
Merge pull request
#6741
from MaxWhere/native-window-widget-mac
...
Offscreen rendering fixes for macOS
2016-08-08 16:10:30 +09:00
..
osr_output_device.cc
added checks for painting_ when setting the outputdevice to active state and removed show/hide from start/stoppainting since during testing they caused transparent frames to appear when a window was set to paint again after stopping
2016-08-05 12:30:47 +02:00
osr_output_device.h
added checks for painting_ when setting the outputdevice to active state and removed show/hide from start/stoppainting since during testing they caused transparent frames to appear when a window was set to paint again after stopping
2016-08-05 12:30:47 +02:00
osr_render_widget_host_view_mac.mm
removes recycling of compositors on mac
2016-08-06 00:00:32 +02:00
osr_render_widget_host_view.cc
added checks for painting_ when setting the outputdevice to active state and removed show/hide from start/stoppainting since during testing they caused transparent frames to appear when a window was set to paint again after stopping
2016-08-05 12:30:47 +02:00
osr_render_widget_host_view.h
reverts AcceleratedWidgetMacNSView into offscreen class
2016-08-05 15:23:36 +02:00
osr_web_contents_view_mac.mm
Show dummy view under offscreen mode
2016-08-04 15:35:08 +09:00
osr_web_contents_view.cc
Show dummy view under offscreen mode
2016-08-04 15:35:08 +09:00
osr_web_contents_view.h
Show dummy view under offscreen mode
2016-08-04 15:35:08 +09:00