electron/shell/browser
CezaryKulakowski 510a916f82 fix: return proper values for WM_GETMINMAXINFO (#20519)
* fix: set proper constraints for windows with defined maxWidth

When BrowserWindow has set constraints for width (max or min) it
won't behave correctly during first attempt of resizing it. When
maxWidth is defined and maxWidth equals its width it will shrink
rapidly when user tries to expand its width. On the other hand
when minWidth is defined and minWidth equals its width it's
possible to decrease its width with a few pixels.

Notes: Fixed improper behaviour of window with width constraint set during resize.

* fix: prevent crash when WM_GETMINMAXINFO is called on initing window
2019-10-24 15:06:04 +09:00
..
api chore: remove native_mate (Part 10) (#20696) 2019-10-24 14:47:58 +09:00
extensions chore: bump chromium to 63be48daea281d4f8c834c2e707a7 (master) (#19923) 2019-09-18 15:58:00 -04:00
lib refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
mac fix: properly register custom url evt handling (#20518) 2019-10-10 08:54:03 -07:00
media refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
net chore: remove _ns suffixes (#20691) 2019-10-24 09:51:06 +09:00
notifications feat: allow Linux/Windows users to set notification timeout (#20153) 2019-10-09 11:22:21 -04:00
osr chore: bump chromium to 63be48daea281d4f8c834c2e707a7 (master) (#19923) 2019-09-18 15:58:00 -04:00
printing chore: bump chromium to 63be48daea281d4f8c834c2e707a7 (master) (#19923) 2019-09-18 15:58:00 -04:00
renderer_host refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
resources Bump v8.0.0-nightly.20191023 2019-10-23 08:32:02 -07:00
ui fix: use xib file to construct macOS Menu (#20615) 2019-10-21 14:11:09 -07:00
win refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_autofill_driver.cc fix: use coordinate offsets in ShowAutofillPopup (#20232) 2019-09-19 08:05:57 -07:00
atom_autofill_driver.h refactor: mojofy autofill renderer->browser (#18760) 2019-08-19 13:13:24 -07:00
atom_autofill_driver_factory.cc refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
atom_autofill_driver_factory.h refactor: mojofy autofill renderer->browser (#18760) 2019-08-19 13:13:24 -07:00
atom_browser_client.cc chore: remove _ns suffixes (#20691) 2019-10-24 09:51:06 +09:00
atom_browser_client.h chore: bump chromium to e049d599a8332b9b2785b0178be74 (master) (#20314) 2019-10-18 12:57:34 -07:00
atom_browser_context.cc chore: bump chromium to 63be48daea281d4f8c834c2e707a7 (master) (#19923) 2019-09-18 15:58:00 -04:00
atom_browser_context.h fix: implement ses.getBlobData() for NetworkService (#20041) 2019-09-04 07:54:14 +09:00
atom_browser_main_parts.cc fix: use xib file to construct macOS Menu (#20615) 2019-10-21 14:11:09 -07:00
atom_browser_main_parts.h fix: use xib file to construct macOS Menu (#20615) 2019-10-21 14:11:09 -07:00
atom_browser_main_parts_mac.mm fix: use xib file to construct macOS Menu (#20615) 2019-10-21 14:11:09 -07:00
atom_browser_main_parts_posix.cc chore: bump chromium to 63be48daea281d4f8c834c2e707a7 (master) (#19923) 2019-09-18 15:58:00 -04:00
atom_download_manager_delegate.cc chore: bump chromium to 0239d631f03d0111f77b0b98c7765 (master) (#20285) 2019-09-21 10:51:28 -04:00
atom_download_manager_delegate.h chore: remove native_mate (Part 4) (#20146) 2019-09-09 00:10:18 +09:00
atom_gpu_client.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_gpu_client.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_javascript_dialog_manager.cc refactor: apply some 'clang-tidy -fix' changes (#20172) 2019-09-13 10:26:59 -04:00
atom_javascript_dialog_manager.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_navigation_throttle.cc refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
atom_navigation_throttle.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_paths.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_permission_manager.cc refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
atom_permission_manager.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_quota_permission_context.cc refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
atom_quota_permission_context.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_speech_recognition_manager_delegate.cc refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
atom_speech_recognition_manager_delegate.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_web_ui_controller_factory.cc refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
atom_web_ui_controller_factory.h chore: bump chromium to f1d9522c04ca8fa0a906f88ababe9 (master) (#18648) 2019-07-02 18:22:09 -07:00
auto_updater.cc chore: remove native_mate (Part 8) (#20598) 2019-10-18 09:31:29 +09:00
auto_updater.h chore: remove native_mate (Part 8) (#20598) 2019-10-18 09:31:29 +09:00
auto_updater_mac.mm chore: remove native_mate (Part 8) (#20598) 2019-10-18 09:31:29 +09:00
browser.cc chore: remove native_mate (Part 10) (#20696) 2019-10-24 14:47:58 +09:00
browser.h chore: remove native_mate (Part 10) (#20696) 2019-10-24 14:47:58 +09:00
browser_linux.cc chore: remove native_mate (Part 10) (#20696) 2019-10-24 14:47:58 +09:00
browser_mac.mm chore: remove native_mate (Part 10) (#20696) 2019-10-24 14:47:58 +09:00
browser_observer.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
browser_process_impl.cc chore: remove unused l10n_util includes (#20412) 2019-10-04 09:31:38 +09:00
browser_process_impl.h chore: bump chromium to cbeb16cf544f79c1990f1eae4d4fe (master) (#19610) 2019-08-15 13:50:58 -07:00
browser_win.cc chore: remove native_mate (Part 10) (#20696) 2019-10-24 14:47:58 +09:00
child_web_contents_tracker.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
child_web_contents_tracker.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
common_web_contents_delegate.cc chore: bump chromium to 63be48daea281d4f8c834c2e707a7 (master) (#19923) 2019-09-18 15:58:00 -04:00
common_web_contents_delegate.h feat: enable picture-in-picture mode for video tags (#17686) 2019-08-22 19:17:50 +09:00
common_web_contents_delegate_mac.mm refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
common_web_contents_delegate_views.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
cookie_change_notifier.cc chore: bump chromium to 62327c655093c821aa0fcfc6db53f5fd943e08c7 (master) (#19792) 2019-08-23 18:14:23 -07:00
cookie_change_notifier.h chore: bump chromium to 62327c655093c821aa0fcfc6db53f5fd943e08c7 (master) (#19792) 2019-08-23 18:14:23 -07:00
fake_location_provider.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
fake_location_provider.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
feature_list.cc feat: enable picture-in-picture mode for video tags (#17686) 2019-08-22 19:17:50 +09:00
feature_list.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
font_defaults.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
font_defaults.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
javascript_environment.cc refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
javascript_environment.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
login_handler.cc chore: bump chromium to 63be48daea281d4f8c834c2e707a7 (master) (#19923) 2019-09-18 15:58:00 -04:00
login_handler.h chore: bump chromium to 63be48daea281d4f8c834c2e707a7 (master) (#19923) 2019-09-18 15:58:00 -04:00
microtasks_runner.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
microtasks_runner.h chore: bump chromium to 62327c655093c821aa0fcfc6db53f5fd943e08c7 (master) (#19792) 2019-08-23 18:14:23 -07:00
native_browser_view.cc refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
native_browser_view.h feat: add getBounds() method for BrowserView (#19370) 2019-07-29 19:43:05 -07:00
native_browser_view_mac.h feat: add getBounds() method for BrowserView (#19370) 2019-07-29 19:43:05 -07:00
native_browser_view_mac.mm feat: add getBounds() method for BrowserView (#19370) 2019-07-29 19:43:05 -07:00
native_browser_view_views.cc refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
native_browser_view_views.h feat: add getBounds() method for BrowserView (#19370) 2019-07-29 19:43:05 -07:00
native_window.cc chore: add missing includes (#20003) 2019-08-29 15:57:11 +09:00
native_window.h chore: bump chromium to e049d599a8332b9b2785b0178be74 (master) (#20314) 2019-10-18 12:57:34 -07:00
native_window_mac.h chore: bump chromium to e049d599a8332b9b2785b0178be74 (master) (#20314) 2019-10-18 12:57:34 -07:00
native_window_mac.mm chore: bump chromium to e049d599a8332b9b2785b0178be74 (master) (#20314) 2019-10-18 12:57:34 -07:00
native_window_observer.h feat: add rotate gesture for macOS (#19294) 2019-07-23 14:42:26 -05:00
native_window_views.cc fix: return proper values for WM_GETMINMAXINFO (#20519) 2019-10-24 15:06:04 +09:00
native_window_views.h chore: bump chromium to e049d599a8332b9b2785b0178be74 (master) (#20314) 2019-10-18 12:57:34 -07:00
native_window_views_win.cc fix: return proper values for WM_GETMINMAXINFO (#20519) 2019-10-24 15:06:04 +09:00
node_debugger.cc refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
node_debugger.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
pref_store_delegate.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
pref_store_delegate.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
relauncher.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
relauncher.h chore: fix linting after shell rename 2019-06-19 17:33:28 -07:00
relauncher_linux.cc refactor: apply some 'clang-tidy -fix' changes (#20172) 2019-09-13 10:26:59 -04:00
relauncher_mac.cc refactor: replace includes for atom with shell 2019-06-19 17:33:28 -07:00
relauncher_win.cc refactor: replace includes for atom with shell 2019-06-19 17:33:28 -07:00
session_preferences.cc chore: bump chromium to 63be48daea281d4f8c834c2e707a7 (master) (#19923) 2019-09-18 15:58:00 -04:00
session_preferences.h fix: ignore non-absolute session preload script paths when sandboxed (#19066) 2019-07-03 08:05:45 -07:00
special_storage_policy.cc refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
special_storage_policy.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
unresponsive_suppressor.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
unresponsive_suppressor.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
web_contents_permission_helper.cc refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
web_contents_permission_helper.h chore: bump chromium to f1d9522c04ca8fa0a906f88ababe9 (master) (#18648) 2019-07-02 18:22:09 -07:00
web_contents_preferences.cc build: add enable_remote_module build flag (#19821) 2019-09-18 09:52:06 -07:00
web_contents_preferences.h refactor: implement isRemoteModuleEnabled via getLastWebPreferences() (#19220) 2019-08-28 15:57:03 -07:00
web_contents_zoom_controller.cc chore: bump chromium to e049d599a8332b9b2785b0178be74 (master) (#20314) 2019-10-18 12:57:34 -07:00
web_contents_zoom_controller.h chore: bump chromium to e049d599a8332b9b2785b0178be74 (master) (#20314) 2019-10-18 12:57:34 -07:00
web_dialog_helper.cc refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
web_dialog_helper.h chore: DirectoryLister memory management improvement (#18634) 2019-07-01 07:58:06 -07:00
web_view_guest_delegate.cc chore: bump chromium to e049d599a8332b9b2785b0178be74 (master) (#20314) 2019-10-18 12:57:34 -07:00
web_view_guest_delegate.h chore: bump chromium to f1d9522c04ca8fa0a906f88ababe9 (master) (#18648) 2019-07-02 18:22:09 -07:00
web_view_manager.cc refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
web_view_manager.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
window_list.cc refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
window_list.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
window_list_observer.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
zoom_level_delegate.cc chore: bump chromium to e049d599a8332b9b2785b0178be74 (master) (#20314) 2019-10-18 12:57:34 -07:00
zoom_level_delegate.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00