electron/atom/browser/api
Shelley Vohr 41c2685204
feat: promisify win.capturePage() (#15743)
* feat: promisify win.capturePage

* mark optional arg correctly

* Add to breaking changes doc

* properly deprecate win.capturePage

* remove change from api-contract

* document both callback and promise versions

* address docs feedback

* update promisification progress doc
2018-11-27 23:50:53 -05:00
..
views view: add ResizeArea class (#15752) 2018-11-21 22:39:59 +09:00
atom_api_app.cc feat: Add app.getLocaleCountryCode() method for region detection (#15035) 2018-11-20 15:33:23 -05:00
atom_api_app.h feat: Add app.getLocaleCountryCode() method for region detection (#15035) 2018-11-20 15:33:23 -05:00
atom_api_app_mas.mm clang-format objc files (#12673) 2018-04-20 11:47:04 -07:00
atom_api_auto_updater.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_auto_updater.h [chromium-style] override / virtual warnings 2018-04-19 11:12:10 -07:00
atom_api_browser_view.cc fix: destroy WebContents synchronously on shutdown (#15541) 2018-11-08 07:57:28 -08:00
atom_api_browser_view.h fix: destroy WebContents synchronously on shutdown (#15541) 2018-11-08 07:57:28 -08:00
atom_api_browser_window.cc fix: destroy WebContents synchronously on shutdown (#15541) 2018-11-08 07:57:28 -08:00
atom_api_browser_window.h refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
atom_api_browser_window_mac.mm refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
atom_api_browser_window_views.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_content_tracing.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_cookies.cc refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
atom_api_cookies.h refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
atom_api_debugger.cc fix: send null in debugger callback when no error (#14814) 2018-09-27 17:43:45 +10:00
atom_api_debugger.h chore: enable debugger api specs (#14475) 2018-09-07 00:44:22 +10:00
atom_api_desktop_capturer.cc refactor: desktop capturer module (#14835) 2018-10-03 21:26:42 +09:00
atom_api_desktop_capturer.h refactor: desktop capturer module (#14835) 2018-10-03 21:26:42 +09:00
atom_api_dialog.cc feat: add methods to allow customization of save dialog during will-download event (#15497) 2018-11-08 10:51:06 -04:00
atom_api_download_item.cc feat: add methods to allow customization of save dialog during will-download event (#15497) 2018-11-08 10:51:06 -04:00
atom_api_download_item.h feat: add methods to allow customization of save dialog during will-download event (#15497) 2018-11-08 10:51:06 -04:00
atom_api_event.cc feat: add remote.require() / remote.getGlobal() filtering (#15014) 2018-10-18 14:36:45 +11:00
atom_api_global_shortcut.cc feat: allow registering multiple shortcuts (#15542) 2018-11-07 09:40:38 -08:00
atom_api_global_shortcut.h feat: allow registering multiple shortcuts (#15542) 2018-11-07 09:40:38 -08:00
atom_api_in_app_purchase.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_in_app_purchase.h Improve in-app purchase for MacOS (#12464) 2018-04-05 15:33:13 +09:00
atom_api_menu.cc feat: add registerAccelerator flag to allow menu items to optionally skip accelerator registration (#15723) 2018-11-26 10:43:55 -08:00
atom_api_menu.h feat: add registerAccelerator flag to allow menu items to optionally skip accelerator registration (#15723) 2018-11-26 10:43:55 -08:00
atom_api_menu_mac.h [chromium-style] out-of-line default constructors and destructors 2018-04-19 11:12:58 -07:00
atom_api_menu_mac.mm ScopedNestableTaskAllower doesn't take an argument 2018-10-04 00:12:54 +02:00
atom_api_menu_views.cc fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
atom_api_menu_views.h fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
atom_api_net.cc Upgrade to node v9.3.0 (#11507) 2018-02-23 10:22:00 +09:00
atom_api_net.h Fixing code review issues. 2016-10-25 12:41:01 +02:00
atom_api_net_log.cc refactor: move IOThread and NetLog ownership to g_browser_process 2018-11-14 12:42:24 +05:30
atom_api_net_log.h refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
atom_api_notification.cc refactor: move notifications from brightray to atom (#15209) 2018-10-17 20:01:11 +02:00
atom_api_notification.h refactor: move notifications from brightray to atom (#15209) 2018-10-17 20:01:11 +02:00
atom_api_power_monitor.cc Screen Lock / Unlock events (#12714) 2018-05-01 02:04:27 +10:00
atom_api_power_monitor.h Screen Lock / Unlock events (#12714) 2018-05-01 02:04:27 +10:00
atom_api_power_monitor_mac.mm chore: run clang-format 2018-09-19 17:18:10 +02:00
atom_api_power_monitor_win.cc chore: run clang-format 2018-09-19 17:18:10 +02:00
atom_api_power_save_blocker.cc refactor: use public WakeLock interface (#15351) 2018-10-23 22:12:58 -07:00
atom_api_power_save_blocker.h refactor: use public WakeLock interface (#15351) 2018-10-23 22:12:58 -07:00
atom_api_protocol.cc refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
atom_api_protocol.h refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
atom_api_render_process_preferences.cc refactor: remove WebContents::CreateFrom (#15241) 2018-10-19 17:52:07 +09:00
atom_api_render_process_preferences.h clang-format atom files 2018-04-18 20:48:45 -04:00
atom_api_screen.cc remove screen.getMenuBarHeight() deprecation 2018-05-23 09:11:48 -07:00
atom_api_screen.h remove screen.getMenuBarHeight() deprecation 2018-05-23 09:11:48 -07:00
atom_api_session.cc refactor: move media/net from brightray to atom (#15288) 2018-10-19 14:51:43 -04:00
atom_api_session.h stop using x-devtools-emulate-network-conditions-client-id header 2018-10-09 14:38:00 -07:00
atom_api_system_preferences.cc feat: detect high contrast color mode (#15493) 2018-10-31 10:22:18 -04:00
atom_api_system_preferences.h feat: detect high contrast color mode (#15493) 2018-10-31 10:22:18 -04:00
atom_api_system_preferences_mac.mm chore: wrap new NSAppearance in correct check (#14873) 2018-10-02 00:52:04 +10:00
atom_api_system_preferences_win.cc feat: detect high contrast color mode (#15493) 2018-10-31 10:22:18 -04:00
atom_api_top_level_window.cc fix: send NSView* as the response to getNativeWindowHandle() instead of a null handle (#15521) 2018-11-08 09:03:19 -08:00
atom_api_top_level_window.h feat: add evt listeners for SetAlwaysOnTop (#14951) 2018-10-04 13:02:16 -05:00
atom_api_tray.cc fix: don't crash on tray.setContextMenu(null) (#14322) 2018-08-27 11:58:47 -05:00
atom_api_tray.h add getter for ignoreDoubleClickEvents field 2018-05-03 13:49:33 -07:00
atom_api_url_request.cc feat: add getUploadProgress API to the net API (#13783) 2018-07-27 07:15:48 -07:00
atom_api_url_request.h feat: add getUploadProgress API to the net API (#13783) 2018-07-27 07:15:48 -07:00
atom_api_view.cc build: define compile time features with buildflag header (#14840) 2018-10-01 16:00:53 -04:00
atom_api_view.h build: define compile time features with buildflag header (#14840) 2018-10-01 16:00:53 -04:00
atom_api_web_contents.cc feat: promisify win.capturePage() (#15743) 2018-11-27 23:50:53 -05:00
atom_api_web_contents.h feat: promisify win.capturePage() (#15743) 2018-11-27 23:50:53 -05:00
atom_api_web_contents_mac.mm Include missing header 2018-06-19 11:49:41 +10:00
atom_api_web_contents_osr.cc fix: update and enable osr (#15046) 2018-10-11 09:14:01 -04:00
atom_api_web_contents_view.cc fix: destroy WebContents synchronously on shutdown (#15541) 2018-11-08 07:57:28 -08:00
atom_api_web_contents_view.h refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
atom_api_web_request.cc fix: crash in webRequest due to unsafe static_cast 2018-10-09 14:38:00 -07:00
atom_api_web_request.h clang-format atom files 2018-04-18 20:48:45 -04:00
atom_api_web_view_manager.cc fix: use OOPIF for webview tag (#13869) 2018-08-16 15:57:40 -07:00
event.cc perf: don't use JSON to send the result of ipcRenderer.sendSync. (#8953) 2018-06-13 17:38:31 +10:00
event.h perf: don't use JSON to send the result of ipcRenderer.sendSync. (#8953) 2018-06-13 17:38:31 +10:00
event_emitter.cc update native-mate ref 2018-06-19 11:49:41 +10:00
event_emitter.h clang-format atom files 2018-04-18 20:48:45 -04:00
frame_subscriber.cc fix: don't invoke callback after FrameSubscriber is destroyed (#13657) 2018-07-13 19:54:49 +10:00
frame_subscriber.h fix: don't invoke callback after FrameSubscriber is destroyed (#13657) 2018-07-13 19:54:49 +10:00
gpu_info_enumerator.cc Collect NV12, YUY2, and BGRA overlay support information in GPUInfo 2018-10-09 14:38:00 -07:00
gpu_info_enumerator.h Collect NV12, YUY2, and BGRA overlay support information in GPUInfo 2018-10-09 14:38:00 -07:00
gpuinfo_manager.cc fix: add microtask runner and fix promise test (#15071) 2018-10-16 02:26:47 +11:00
gpuinfo_manager.h fix: add microtask runner and fix promise test (#15071) 2018-10-16 02:26:47 +11:00
save_page_handler.cc Move download_item.h from content/public to components/download 2018-06-19 11:49:40 +10:00
save_page_handler.h Move download_item.h from content/public to components/download 2018-06-19 11:49:40 +10:00
stream_subscriber.cc refactor: enable weak ptr unwrap sequence dcheck (#14816) 2018-10-05 15:29:57 -05:00
stream_subscriber.h chore: run clang-format to clear linter for #14977 (#14990) 2018-10-05 10:38:27 -05:00
trackable_object.cc fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
trackable_object.h Refactoring: use C++11 class member variable initialization 2018-05-22 00:18:38 +02:00