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-02-15 17:45:33 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
6e6b097968c3dbfa30312bc6ee808f0a6b62b3c0
electron
/
atom
/
browser
/
api
History
Cheng Zhao
565ece6986
Merge pull request
#10308
from electron/native-view
...
Add WebContents.getNativeView() API
2017-08-22 09:19:27 +09:00
..
atom_api_app.cc
…
atom_api_app.h
…
atom_api_auto_updater.cc
…
atom_api_auto_updater.h
…
atom_api_browser_view.cc
…
atom_api_browser_view.h
…
atom_api_content_tracing.cc
…
atom_api_cookies.cc
…
atom_api_cookies.h
…
atom_api_debugger.cc
…
atom_api_debugger.h
…
atom_api_desktop_capturer.cc
…
atom_api_desktop_capturer.h
…
atom_api_dialog.cc
…
atom_api_download_item.cc
…
atom_api_download_item.h
…
atom_api_global_shortcut.cc
…
atom_api_global_shortcut.h
…
atom_api_menu_mac.h
…
atom_api_menu_mac.mm
…
atom_api_menu_views.cc
…
atom_api_menu_views.h
…
atom_api_menu.cc
…
atom_api_menu.h
…
atom_api_net.cc
…
atom_api_net.h
…
atom_api_notification.cc
Review CommentZ.
2017-08-21 13:53:50 -07:00
atom_api_notification.h
Review CommentZ.
2017-08-21 13:53:50 -07:00
atom_api_power_monitor.cc
…
atom_api_power_monitor.h
…
atom_api_power_save_blocker.cc
…
atom_api_power_save_blocker.h
…
atom_api_protocol.cc
…
atom_api_protocol.h
…
atom_api_render_process_preferences.cc
…
atom_api_render_process_preferences.h
…
atom_api_screen_mac.mm
…
atom_api_screen.cc
…
atom_api_screen.h
…
atom_api_session.cc
Downloads: Added transient flag to download item and download database
2017-08-15 16:19:20 +03:00
atom_api_session.h
…
atom_api_system_preferences_mac.mm
…
atom_api_system_preferences_win.cc
…
atom_api_system_preferences.cc
…
atom_api_system_preferences.h
…
atom_api_tray.cc
…
atom_api_tray.h
…
atom_api_url_request.cc
…
atom_api_url_request.h
…
atom_api_web_contents_mac.mm
…
atom_api_web_contents.cc
Add WebContents.getNativeView API
2017-08-21 19:50:12 +09:00
atom_api_web_contents.h
Add WebContents.getNativeView API
2017-08-21 19:50:12 +09:00
atom_api_web_request.cc
…
atom_api_web_request.h
…
atom_api_web_view_manager.cc
…
atom_api_window.cc
Make mouse forward option of setIgnoreMouseMessages and update documentation.
2017-08-14 20:21:00 +02:00
atom_api_window.h
Make mouse forward option of setIgnoreMouseMessages and update documentation.
2017-08-14 20:21:00 +02:00
event_emitter.cc
…
event_emitter.h
…
event.cc
…
event.h
…
frame_subscriber.cc
Lock pixels before calling
SkBitmap::getPixels
and copy bitmap row-wise in case (stride != width)
2017-08-15 16:19:23 +03:00
frame_subscriber.h
…
save_page_handler.cc
…
save_page_handler.h
…
trackable_object.cc
…
trackable_object.h
…