electron/atom/browser/api
Birunthan Mohanathas cd407d1c3f Stop overwriting prevent_default if default wasn't prevented
This didn't actually cause any issues because there is only one listener
for the affected methods right now. Should we have added more, the last
called observer would have overwritten `prevent_default`. Lets only set
it when necessary to avoid this footgun in the future.
2018-04-19 12:45:21 +02:00
..
atom_api_app.cc Stop overwriting prevent_default if default wasn't prevented 2018-04-19 12:45:21 +02:00
atom_api_app.h clang-format atom files 2018-04-18 20:48:45 -04:00
atom_api_app_mas.mm Implement App-Scoped Security scoped bookmarks (#11711) 2018-02-12 13:25:06 -05:00
atom_api_auto_updater.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_auto_updater.h clang-format atom files 2018-04-18 20:48:45 -04:00
atom_api_browser_view.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_browser_view.h Fix compiler warning when building with gcc 2017-11-21 21:47:51 +09:00
atom_api_browser_window.cc Do not return TopLevelWindow in BrowserWindow.getAllWindows 2018-04-19 13:08:37 +09:00
atom_api_browser_window.h Make Menu API accept TopLevelWindow 2018-04-19 13:08:37 +09:00
atom_api_browser_window_mac.mm Rename system_drag_exclude_areas => drag_exclude_rects 2018-03-19 20:44:05 +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 also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_cookies.h clang-format atom files 2018-04-18 20:48:45 -04:00
atom_api_debugger.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_debugger.h clang-format atom files 2018-04-18 20:48:45 -04:00
atom_api_desktop_capturer.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_desktop_capturer.h clang-format atom files 2018-04-18 20:48:45 -04:00
atom_api_dialog.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_download_item.cc also format missing .cc files 2018-04-18 20:48:45 -04: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 also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_global_shortcut.h
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 also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_menu.h Make Menu API accept TopLevelWindow 2018-04-19 13:08:37 +09:00
atom_api_menu_mac.h Make Menu API accept TopLevelWindow 2018-04-19 13:08:37 +09:00
atom_api_menu_mac.mm Make Menu API accept TopLevelWindow 2018-04-19 13:08:37 +09:00
atom_api_menu_views.cc Make Menu API accept TopLevelWindow 2018-04-19 13:08:37 +09:00
atom_api_menu_views.h Make Menu API accept TopLevelWindow 2018-04-19 13:08:37 +09: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_notification.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_notification.h Organize code 2018-02-10 03:19:47 -08:00
atom_api_power_monitor.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_power_monitor.h feat(powerMonitor): expose interface to query system idle state (#11807) 2018-03-14 14:42:08 +09:00
atom_api_power_save_blocker.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_power_save_blocker.h Consolidate PowerSaveBlocker and WakeLock inside Device Service. 2017-11-24 10:58:16 +09:00
atom_api_protocol.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_protocol.h clang-format atom files 2018-04-18 20:48:45 -04:00
atom_api_render_process_preferences.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_render_process_preferences.h clang-format atom files 2018-04-18 20:48:45 -04:00
atom_api_screen.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_screen.h clang-format atom files 2018-04-18 20:48:45 -04:00
atom_api_screen_mac.mm deprecate screen.getMenuBarHeight 2018-03-05 19:45:51 -05:00
atom_api_session.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_session.h clang-format atom files 2018-04-18 20:48:45 -04:00
atom_api_system_preferences.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_system_preferences.h clang-format atom files 2018-04-18 20:48:45 -04:00
atom_api_system_preferences_mac.mm Workspace notifications support on macOS (#12093) 2018-03-22 18:41:03 +09:00
atom_api_system_preferences_win.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_top_level_window.cc Stop overwriting prevent_default if default wasn't prevented 2018-04-19 12:45:21 +02:00
atom_api_top_level_window.h Make Menu API accept TopLevelWindow 2018-04-19 13:08:37 +09:00
atom_api_tray.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_tray.h clang-format atom files 2018-04-18 20:48:45 -04:00
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 also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_web_contents.h clang-format atom files 2018-04-18 20:48:45 -04:00
atom_api_web_contents_mac.mm
atom_api_web_contents_osr.cc Isolate the code using content::WebContentsImpl 2018-03-20 10:13:17 +03:00
atom_api_web_request.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
atom_api_web_request.h clang-format atom files 2018-04-18 20:48:45 -04:00
atom_api_web_view_manager.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
event.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
event.h clang-format atom files 2018-04-18 20:48:45 -04:00
event_emitter.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
event_emitter.h clang-format atom files 2018-04-18 20:48:45 -04:00
event_subscriber.cc fix dcheck comparison between unsigned long vs int 2017-12-01 17:55:21 +01:00
event_subscriber.h Fix race condition in event_subscriber.h 2017-11-29 12:57:47 -03:00
frame_subscriber.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
frame_subscriber.h Fix API changes of FrameSubscriber 2017-04-27 16:34:52 +09:00
save_page_handler.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
save_page_handler.h
trackable_object.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
trackable_object.h clang-format atom files 2018-04-18 20:48:45 -04:00