electron/atom/common
Heilig Benedek ca2d74e118 feat: add methods to allow customization of save dialog during will-download event (#15497)
* feat: add method to DownloadItem that allows customization of dialog options

* docs: add docs for get/setSaveDialogOptions

* add missing copy constructor for DialogSettings on mac and linux

* fix: don't filter dialog options for mas build, don't return properties

* test: add test for get/setSaveDialogOptions

* fix: remove openDevtools added for debugging

* test: fix failing test because of new event parameter

* docs: use SaveDialogOptions instead of Object
2018-11-08 10:51:06 -04:00
..
api fix: make certain values on process read-only (#15628) 2018-11-08 10:28:06 -04:00
asar fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
crash_reporter fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
mac refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
native_mate_converters feat: add methods to allow customization of save dialog during will-download event (#15497) 2018-11-08 10:51:06 -04:00
resources/mac feat: Add electron version to framework (#14296) 2018-08-29 10:31:45 -07:00
application_info.cc refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
application_info.h refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
application_info_linux.cc refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
application_info_mac.mm refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
application_info_win.cc refactor: eliminate brightray (#15240) 2018-10-24 12:49:10 +02:00
atom_command_line.cc Fix up #includes to work with both GYP and GN 2018-05-10 13:38:40 -07:00
atom_command_line.h Disallow launching unknown apps via browser client. 2018-01-22 16:49:30 -06:00
atom_constants.cc build: define compile time features with buildflag header (#14840) 2018-10-01 16:00:53 -04:00
atom_constants.h build: define compile time features with buildflag header (#14840) 2018-10-01 16:00:53 -04:00
atom_version.h Bump v4.0.0-nightly.20181010 2018-10-10 06:38:01 -07:00
color_util.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
color_util.h Remove const since SkColor is an int 2016-10-11 13:15:27 -07:00
common_message_generator.cc fix include definition errors 2018-04-18 20:48:46 -04:00
common_message_generator.h refactor: move printing out of chromium_src (#15023) 2018-10-13 12:57:04 +11:00
draggable_region.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
draggable_region.h
heap_snapshot.cc feat: add process.takeHeapSnapshot() / webContents.takeHeapSnapshot() (#14456) 2018-09-18 11:00:31 -07:00
heap_snapshot.h feat: add process.takeHeapSnapshot() / webContents.takeHeapSnapshot() (#14456) 2018-09-18 11:00:31 -07:00
key_weak_map.h clang-format atom files 2018-04-18 20:48:45 -04:00
keyboard_util.cc refactor: Improve accessibility of menus (#15302) 2018-10-29 13:08:46 -05:00
keyboard_util.h refactor: Improve accessibility of menus (#15302) 2018-10-29 13:08:46 -05:00
mouse_util.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
mouse_util.h clang-format atom files 2018-04-18 20:48:45 -04:00
node_bindings.cc fix: make certain values on process read-only (#15628) 2018-11-08 10:28:06 -04:00
node_bindings.h feat: expose missing process APIs in sandboxed renderers (#13505) 2018-08-21 11:05:45 -07:00
node_bindings_linux.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
node_bindings_linux.h refactor: chromium-style warnings in linux code (#12949) 2018-05-16 14:12:45 -05:00
node_bindings_mac.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
node_bindings_mac.h [chromium-style] override / virtual warnings 2018-04-19 11:12:10 -07:00
node_bindings_win.cc chore: [gn] remove vendor/ from windows include paths (#13432) 2018-06-26 15:03:56 +10:00
node_bindings_win.h chore: fix various chromium-style errors in windows (#13394) 2018-06-25 22:30:00 +02:00
node_includes.h chore: bump minimum supported macOS version to 10.10 (#15357) 2018-10-25 10:59:42 +02:00
options_switches.cc feat: add webPreferences.enableRemoteModule option (#13028) 2018-10-13 20:50:07 +03:00
options_switches.h feat: add webPreferences.enableRemoteModule option (#13028) 2018-10-13 20:50:07 +03:00
platform_util.h refactor: move media/net from brightray to atom (#15288) 2018-10-19 14:51:43 -04:00
platform_util_linux.cc fix: use gio as default linux trash impl (#15399) 2018-10-26 08:36:56 -07:00
platform_util_mac.mm feat: add workingDirectory option to shell.openExternal() (#15065) 2018-10-10 22:46:54 +02:00
platform_util_win.cc feat: add workingDirectory option to shell.openExternal() (#15065) 2018-10-10 22:46:54 +02:00
promise_util.cc fix: add microtask runner and fix promise test (#15071) 2018-10-16 02:26:47 +11:00
promise_util.h fix: add microtask runner and fix promise test (#15071) 2018-10-16 02:26:47 +11:00