electron/atom/browser/api
Cheng Zhao 8a33464d41 Merge pull request #6654 from electron/content-bounds
Add BrowserWindow.get/setContentBounds()
2016-08-05 17:23:24 +09:00
..
atom_api_app.cc Set prototype of constructor directly 2016-08-02 20:38:35 +09:00
atom_api_app.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_auto_updater.cc Set prototype of constructor directly 2016-08-02 20:38:35 +09:00
atom_api_auto_updater.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_content_tracing.cc Fix compilation errors on OS X 2016-03-10 17:06:21 +09:00
atom_api_cookies.cc Every native class now gets a name 2016-08-02 19:28:12 +09:00
atom_api_cookies.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_debugger.cc Set prototype of constructor directly 2016-08-02 20:38:35 +09:00
atom_api_debugger.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_desktop_capturer.cc Every native class now gets a name 2016-08-02 19:28:12 +09:00
atom_api_desktop_capturer.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_dialog.cc Add buttonLabel param to showOpen/showSave dialogs 2016-05-15 01:03:32 -05:00
atom_api_download_item.cc Set prototype of constructor directly 2016-08-02 20:38:35 +09:00
atom_api_download_item.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_global_shortcut.cc Every native class now gets a name 2016-08-02 19:28:12 +09:00
atom_api_global_shortcut.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_menu.cc Every native class now gets a name 2016-08-02 19:28:12 +09:00
atom_api_menu.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_menu_mac.h Do not rely on Constructor to call Init 2016-08-02 15:15:40 +09:00
atom_api_menu_mac.mm Do not rely on Constructor to call Init 2016-08-02 15:15:40 +09:00
atom_api_menu_views.cc Do not rely on Constructor to call Init 2016-08-02 15:15:40 +09:00
atom_api_menu_views.h Do not rely on Constructor to call Init 2016-08-02 15:15:40 +09:00
atom_api_power_monitor.cc Set prototype of constructor directly 2016-08-02 20:38:35 +09:00
atom_api_power_monitor.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_power_save_blocker.cc Every native class now gets a name 2016-08-02 19:28:12 +09:00
atom_api_power_save_blocker.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_protocol.cc Remove AtomBrowserContext::SetCookieableSchemes 2016-08-05 16:35:37 +09:00
atom_api_protocol.h Remove AtomBrowserContext::SetCookieableSchemes 2016-08-05 16:35:37 +09:00
atom_api_render_process_preferences.cc Every native class now gets a name 2016-08-02 19:28:12 +09:00
atom_api_render_process_preferences.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_screen.cc Set prototype of constructor directly 2016-08-02 20:38:35 +09:00
atom_api_screen.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_session.cc Set prototype of constructor directly 2016-08-02 20:38:35 +09:00
atom_api_session.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_system_preferences.cc Merge pull request #6686 from darkdh/swipe_prefs 2016-08-03 16:10:29 +09:00
atom_api_system_preferences.h Remove unnecessary comment + respondsToSelector for isSwipeTrackingFromScrollEventsEnabled implementation 2016-08-03 15:46:39 +02:00
atom_api_system_preferences_mac.mm Remove unnecessary comment + respondsToSelector for isSwipeTrackingFromScrollEventsEnabled implementation 2016-08-03 15:46:39 +02:00
atom_api_tray.cc Every native class now gets a name 2016-08-02 19:28:12 +09:00
atom_api_tray.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_web_contents.cc Pass SkBitmap directly 2016-08-04 13:22:19 +09:00
atom_api_web_contents.h Pass SkBitmap directly 2016-08-04 13:22:19 +09:00
atom_api_web_contents_mac.mm cleaning up osr pt1 2016-07-29 14:50:27 +02:00
atom_api_web_request.cc Every native class now gets a name 2016-08-02 19:28:12 +09:00
atom_api_web_request.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
atom_api_web_view_manager.cc Get hidden state by using parent window directly 2016-05-25 10:13:12 -07:00
atom_api_window.cc Add initial setContentBounds method 2016-08-04 12:02:24 -07:00
atom_api_window.h Add initial setContentBounds method 2016-08-04 12:02:24 -07:00
event.cc Every native class now gets a name 2016-08-02 19:28:12 +09:00
event.h Pass FunctionTemplate in BuildPrototype 2016-08-02 18:08:12 +09:00
event_emitter.cc Set prototype of constructor directly 2016-08-02 20:38:35 +09:00
event_emitter.h Set prototype of constructor directly 2016-08-02 20:38:35 +09:00
frame_subscriber.cc Revert unnecessary changes 2016-08-03 10:48:07 +09:00
frame_subscriber.h Revert unnecessary changes 2016-08-03 10:48:07 +09:00
save_page_handler.cc use DownloadItem to determine download initiator 2016-04-27 20:29:39 +05:30
save_page_handler.h use DownloadItem to determine download initiator 2016-04-27 20:29:39 +05:30
trackable_object.cc AttachAsUserData now can assume the existence of wrapper 2016-08-02 15:28:32 +09:00
trackable_object.h AttachAsUserData now can assume the existence of wrapper 2016-08-02 15:28:32 +09:00