electron/atom/browser/api
Justin Guze 137aaf2429 fix: pass down the bool value of enableAutoSize to setSize (#13282)
* fix: pass the boolean value of enableAutoSize to setSize

The webContents setSize API takes in an optional enableAutoSize boolean.
Looking in the code, if that property is set, regardless if you pass in
true or false, it will always set it to true. This change passes the
appropriate boolean value down properly.

* creating new bool for autosize
2018-06-19 10:38:55 -05:00
..
atom_api_app.cc Create network_converter for services/network/* types 2018-06-19 11:49:42 +10:00
atom_api_app.h Move ResourceRequestBody to services/network in preparation of moving content/network. 2018-06-19 11:49:41 +10:00
atom_api_app_mas.mm
atom_api_auto_updater.cc
atom_api_auto_updater.h
atom_api_box_layout.cc
atom_api_box_layout.h
atom_api_browser_view.cc
atom_api_browser_view.h
atom_api_browser_window.cc OOPIF-ize hung renderers 2018-06-19 11:49:41 +10:00
atom_api_browser_window.h OOPIF-ize hung renderers 2018-06-19 11:49:41 +10:00
atom_api_browser_window_mac.mm
atom_api_browser_window_views.cc
atom_api_button.cc feat: add LabelButton API 2018-06-18 16:51:36 +09:00
atom_api_button.h feat: add LabelButton API 2018-06-18 16:51:36 +09:00
atom_api_content_tracing.cc
atom_api_cookies.cc Re-enable cookie specs and add custom cookie name/url validation 2018-06-19 11:49:46 +10:00
atom_api_cookies.h
atom_api_debugger.cc DevTools: remove the 'forced' attribute from the AgentHostClosed in DevToolsAgentHost. 2018-06-19 11:49:41 +10:00
atom_api_debugger.h DevTools: remove the 'forced' attribute from the AgentHostClosed in DevToolsAgentHost. 2018-06-19 11:49:41 +10:00
atom_api_desktop_capturer.cc Fix windows desktop_capturer build 2018-06-19 15:29:16 +10:00
atom_api_desktop_capturer.h post all desktop capturer apis to worker threads 2018-06-19 11:49:46 +10:00
atom_api_dialog.cc
atom_api_download_item.cc Move download_item.h from content/public to components/download 2018-06-19 11:49:40 +10:00
atom_api_download_item.h Move download_item.h from content/public to components/download 2018-06-19 11:49:40 +10:00
atom_api_global_shortcut.cc
atom_api_global_shortcut.h
atom_api_in_app_purchase.cc
atom_api_in_app_purchase.h
atom_api_label_button.cc feat: add LabelButton API 2018-06-18 16:51:36 +09:00
atom_api_label_button.h feat: add LabelButton API 2018-06-18 16:51:36 +09:00
atom_api_layout_manager.cc
atom_api_layout_manager.h
atom_api_menu.cc
atom_api_menu.h
atom_api_menu_mac.h
atom_api_menu_mac.mm
atom_api_menu_views.cc
atom_api_menu_views.h
atom_api_net.cc
atom_api_net.h
atom_api_net_log.cc feat: netLog API for dynamic logging control (#13068) 2018-06-19 11:45:58 +10:00
atom_api_net_log.h feat: netLog API for dynamic logging control (#13068) 2018-06-19 11:45:58 +10:00
atom_api_notification.cc REVIEW: Remove the notification close-closure in favour of an explicit method 2018-06-19 11:49:40 +10:00
atom_api_notification.h
atom_api_power_monitor.cc
atom_api_power_monitor.h
atom_api_power_monitor_mac.mm
atom_api_power_monitor_win.cc
atom_api_power_save_blocker.cc Remove redundant device::PowerSaveBlocker enums. 2018-06-19 11:49:41 +10:00
atom_api_power_save_blocker.h Remove redundant device::PowerSaveBlocker enums. 2018-06-19 11:49:41 +10:00
atom_api_protocol.cc
atom_api_protocol.h
atom_api_render_process_preferences.cc
atom_api_render_process_preferences.h
atom_api_screen.cc
atom_api_screen.h
atom_api_session.cc move DownloadInterruptReasons from content/ to components/download 2018-06-19 11:49:40 +10:00
atom_api_session.h Move download_item.h from content/public to components/download 2018-06-19 11:49:40 +10:00
atom_api_system_preferences.cc
atom_api_system_preferences.h
atom_api_system_preferences_mac.mm
atom_api_system_preferences_win.cc
atom_api_text_field.cc feat: add SetText for TextField 2018-06-18 16:51:36 +09:00
atom_api_text_field.h feat: add SetText for TextField 2018-06-18 16:51:36 +09:00
atom_api_top_level_window.cc
atom_api_top_level_window.h
atom_api_tray.cc
atom_api_tray.h
atom_api_url_request.cc
atom_api_url_request.h
atom_api_view.cc
atom_api_view.h
atom_api_web_contents.cc fix: pass down the bool value of enableAutoSize to setSize (#13282) 2018-06-19 10:38:55 -05:00
atom_api_web_contents.h Update OSR code 2018-06-19 11:49:44 +10:00
atom_api_web_contents_mac.mm Include missing header 2018-06-19 11:49:41 +10:00
atom_api_web_contents_osr.cc Update OSR code 2018-06-19 11:49:44 +10:00
atom_api_web_contents_view.cc
atom_api_web_contents_view.h
atom_api_web_request.cc
atom_api_web_request.h
atom_api_web_view_manager.cc
event.cc
event.h
event_emitter.cc update native-mate ref 2018-06-19 11:49:41 +10:00
event_emitter.h
event_subscriber.cc
event_subscriber.h
frame_subscriber.cc Re-add dirtyOnly to FrameSubscriber and document API change 2018-06-19 11:49:44 +10:00
frame_subscriber.h Re-add dirtyOnly to FrameSubscriber and document API change 2018-06-19 11:49:44 +10: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
trackable_object.cc
trackable_object.h