.. |
atom_api_app.cc
|
Use base::DictionaryValue converter
|
2017-05-30 13:00:55 -07:00 |
atom_api_app.h
|
Use base::DictionaryValue converter
|
2017-05-30 13:00:55 -07:00 |
atom_api_auto_updater.cc
|
Emit autoUpdater error directly as Error object
|
2017-04-24 09:47:30 -07:00 |
atom_api_auto_updater.h
|
|
|
atom_api_browser_view.cc
|
destroy browserView webContents asynchronously
|
2017-05-01 16:53:55 +09:00 |
atom_api_browser_view.h
|
Add support for BrowserView autoresizing
|
2017-04-13 01:27:31 +03:00 |
atom_api_content_tracing.cc
|
contentTracing.setWatchEvent/cancelWatchEvent is removed
|
2017-02-06 10:34:28 -08:00 |
atom_api_cookies.cc
|
There are a few more new values for ChangeCause
|
2017-04-27 16:34:52 +09:00 |
atom_api_cookies.h
|
Adding cookie flush store api
|
2017-04-18 09:05:13 -07:00 |
atom_api_debugger.cc
|
Remove unused include/require statement
|
2017-05-01 10:30:11 -07:00 |
atom_api_debugger.h
|
|
|
atom_api_desktop_capturer.cc
|
Fix API changes of Chrome58
|
2017-04-27 16:34:52 +09:00 |
atom_api_desktop_capturer.h
|
|
|
atom_api_dialog.cc
|
and use the same signature for Windows
|
2017-04-20 14:21:08 +10:00 |
atom_api_download_item.cc
|
remove the call to download_item_->Remove() on cancel
|
2017-02-24 14:08:21 +08:00 |
atom_api_download_item.h
|
remove the call to download_item_->Remove() on cancel
|
2017-02-24 14:08:21 +08:00 |
atom_api_global_shortcut.cc
|
|
|
atom_api_global_shortcut.h
|
|
|
atom_api_menu.cc
|
Add Menu.closePopup API on macOS
|
2017-02-22 10:30:28 -08:00 |
atom_api_menu.h
|
🎨
|
2017-02-22 10:30:28 -08:00 |
atom_api_menu_mac.h
|
Make variables private instead of protected
|
2017-02-22 10:30:28 -08:00 |
atom_api_menu_mac.mm
|
Add Menu.closePopup API on macOS
|
2017-02-22 10:30:28 -08:00 |
atom_api_menu_views.cc
|
Implement ClosePopupAt on Windows/Linux
|
2017-02-22 10:30:28 -08:00 |
atom_api_menu_views.h
|
Make variables private instead of protected
|
2017-02-22 10:30:28 -08:00 |
atom_api_net.cc
|
|
|
atom_api_net.h
|
|
|
atom_api_notification.cc
|
Refactor notification options
|
2017-06-24 21:39:06 +10:00 |
atom_api_notification.h
|
Add support for notification actions on macOS
|
2017-06-23 20:50:20 +10:00 |
atom_api_power_monitor.cc
|
|
|
atom_api_power_monitor.h
|
|
|
atom_api_power_save_blocker.cc
|
Update files for Chrome 54 API changes
|
2017-01-19 09:05:59 +02:00 |
atom_api_power_save_blocker.h
|
|
|
atom_api_protocol.cc
|
Fix crash when using secure schemes
|
2017-04-27 16:34:52 +09:00 |
atom_api_protocol.h
|
|
|
atom_api_render_process_preferences.cc
|
|
|
atom_api_render_process_preferences.h
|
|
|
atom_api_screen.cc
|
🎨 ✅ code comments and test for getMenuBarHeight function
|
2017-05-30 17:26:02 -04:00 |
atom_api_screen.h
|
🎨
|
2017-06-05 10:33:46 -07:00 |
atom_api_screen_mac.mm
|
🎨
|
2017-06-05 10:33:46 -07:00 |
atom_api_session.cc
|
Fix API changes of Chrome58
|
2017-04-27 16:34:52 +09:00 |
atom_api_session.h
|
|
|
atom_api_system_preferences.cc
|
Initialize color listener after app is ready
|
2017-02-03 09:00:18 -08:00 |
atom_api_system_preferences.h
|
Initialize color listener after app is ready
|
2017-02-03 09:00:18 -08:00 |
atom_api_system_preferences_mac.mm
|
|
|
atom_api_system_preferences_win.cc
|
Initialize color listener after app is ready
|
2017-02-03 09:00:18 -08:00 |
atom_api_tray.cc
|
Update files for Chrome 54 API changes
|
2017-01-19 09:05:59 +02:00 |
atom_api_tray.h
|
|
|
atom_api_url_request.cc
|
net: allow controlling redirects
|
2017-03-28 18:46:21 +05:30 |
atom_api_url_request.h
|
net: allow controlling redirects
|
2017-03-28 18:46:21 +05:30 |
atom_api_web_contents.cc
|
Revert "Merge pull request #8724 from electron/defer_load_url"
|
2017-06-05 19:04:21 +05:30 |
atom_api_web_contents.h
|
Revert "Merge pull request #8724 from electron/defer_load_url"
|
2017-06-05 19:04:21 +05:30 |
atom_api_web_contents_mac.mm
|
|
|
atom_api_web_request.cc
|
Allow filter to use any scheme
|
2017-02-06 10:34:30 -08:00 |
atom_api_web_request.h
|
|
|
atom_api_web_view_manager.cc
|
code cleanup
|
2017-02-12 01:48:24 +05:30 |
atom_api_window.cc
|
browser: make destruction of webContents async
|
2017-05-01 16:53:14 +09:00 |
atom_api_window.h
|
Removing #ifdef windows for endsession methods
|
2017-04-24 11:49:21 -07:00 |
event.cc
|
|
|
event.h
|
|
|
event_emitter.cc
|
|
|
event_emitter.h
|
|
|
frame_subscriber.cc
|
Fix API changes of FrameSubscriber
|
2017-04-27 16:34:52 +09:00 |
frame_subscriber.h
|
Fix API changes of FrameSubscriber
|
2017-04-27 16:34:52 +09:00 |
save_page_handler.cc
|
|
|
save_page_handler.h
|
|
|
trackable_object.cc
|
|
|
trackable_object.h
|
Don't load URL if web contents is destroyed
|
2016-12-28 13:40:06 -08:00 |