electron/atom/browser/ui
Nitish Sakhawalkar f98454e5dd fix: use crashpad on Windows (#18483)
* Initial changes to use crashpad for windows

* Remove crashpad patch

* Report error when failed to connect pipe

* Allow crashpad to communicate with named pipe

* Add patch to make crashpad named pipe work

* Windows also needs crashReporter on main process

* Call SetUnhandledExceptionFilter in node process

Node can also use crash reporter.

* Do not treat node process as browser process

* No more need to manually start crash service

* Use base::StringPrintf for better readbility

* Print error when pipe name not available

* Make sure pipe name is updated

Note that the crashpad may be started after renderer process gets
created.

* Fix some tests

* Update node

* Exclude crashpad files on Linux and MAS

* Fix lint warning

* Remove unused checks

* kCrashpadPipeName is only available on Windows

* Fix uploadToServer tests

* Fix extra params tests

* Fix getCrashesDirectory tests

* Run crashReporter tests on CI

* Style fixes

* Update crashreporter docs

* Rename InitBreakpad to Init

* Add comment for process_type_.empty() and UTF16ToASCII to UTF16ToUTF8.

* Update build.gn include crashpad headers

* Address comment https://github.com/electron/electron/pull/18483#discussion_r290887898

* Avoid using api::WebContents

* Put kRunAsNode in atom_constants

* Remove duplicate settings on upload params

* Fix building on macOS

* Update description for crashpad_pid_check.patch
2019-06-13 15:42:21 +09:00
..
cocoa chore: bump chromium to bd6aad6a4b37dad7aae42fec349e9 (master) (#18626) 2019-06-04 17:27:07 -07:00
views Update views visible API 2019-05-17 16:16:25 -07:00
webui refactor: mojofy autofill (#18723) 2019-06-12 15:08:22 -07:00
win chore: bump chromium to 964c4bca8de5c320534d95606c861 (master) (#18440) 2019-05-28 13:18:10 -07:00
x feat: implement BrowserWindow.moveTop on X11 (#16629) 2019-02-07 12:48:19 -08:00
accelerator_util.cc feat: add registerAccelerator flag to allow menu items to optionally skip accelerator registration (#15723) 2018-11-26 10:43:55 -08:00
accelerator_util.h Remove PlatformAccelerator 2018-10-09 14:38:00 -07:00
atom_menu_model.cc feat: allow MenuItems to work optionally when hidden (#16853) 2019-02-28 17:00:54 +00:00
atom_menu_model.h feat: allow MenuItems to work optionally when hidden (#16853) 2019-02-28 17:00:54 +00:00
autofill_popup.cc refactor: mojofy autofill (#18723) 2019-06-12 15:08:22 -07:00
autofill_popup.h
certificate_trust.h feat: promisify dialog.showCertificateTrustDialog() (#17181) 2019-03-15 09:02:50 +09:00
certificate_trust_mac.mm chore: add clang-format and limited linting for Objective-C sources (#18104) 2019-05-02 21:05:37 +09:00
certificate_trust_win.cc feat: promisify dialog.showCertificateTrustDialog() (#17181) 2019-03-15 09:02:50 +09:00
devtools_manager_delegate.cc fix: handle remote-debugging-port=0 correctly (#17800) 2019-04-16 14:22:51 -04:00
devtools_manager_delegate.h [DevTools] Stop passing base::Value to DevToolsManagerDelegate 2019-03-08 15:04:32 -08:00
devtools_ui.cc Chrome changed the devtools url 2019-05-17 16:16:25 -07:00
devtools_ui.h refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
drag_util.h
drag_util_mac.mm chore: add clang-format and limited linting for Objective-C sources (#18104) 2019-05-02 21:05:37 +09:00
drag_util_views.cc
file_dialog.h feat: promisify dialog.showSaveDialog() (#17054) 2019-03-05 13:48:20 -08:00
file_dialog_gtk.cc feat: promisify dialog.showSaveDialog() (#17054) 2019-03-05 13:48:20 -08:00
file_dialog_mac.mm chore: add clang-format and limited linting for Objective-C sources (#18104) 2019-05-02 21:05:37 +09:00
file_dialog_win.cc fix: reverse dialog cancel bool for openDialog (#18492) 2019-05-29 12:37:58 -07:00
inspectable_web_contents.cc refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
inspectable_web_contents.h fix: use crashpad on Windows (#18483) 2019-06-13 15:42:21 +09:00
inspectable_web_contents_delegate.h refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
inspectable_web_contents_impl.cc fix: use crashpad on Windows (#18483) 2019-06-13 15:42:21 +09:00
inspectable_web_contents_impl.h fix: use crashpad on Windows (#18483) 2019-06-13 15:42:21 +09:00
inspectable_web_contents_view.h feat: add activate option to webContents.openDevTools (#13852) 2018-11-27 18:34:44 +09:00
inspectable_web_contents_view_delegate.cc refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
inspectable_web_contents_view_delegate.h refactor: move devtools from brightray to atom (#15234) 2018-10-19 15:50:30 +02:00
inspectable_web_contents_view_mac.h feat: add activate option to webContents.openDevTools (#13852) 2018-11-27 18:34:44 +09:00
inspectable_web_contents_view_mac.mm feat: add activate option to webContents.openDevTools (#13852) 2018-11-27 18:34:44 +09:00
message_box.h refactor: convert C++ enums to C++11 enum classes (#18087) 2019-05-03 14:11:41 -04:00
message_box_gtk.cc refactor: convert C++ enums to C++11 enum classes (#18087) 2019-05-03 14:11:41 -04:00
message_box_mac.mm refactor: convert C++ enums to C++11 enum classes (#18087) 2019-05-03 14:11:41 -04:00
message_box_win.cc refactor: convert C++ enums to C++11 enum classes (#18087) 2019-05-03 14:11:41 -04:00
tray_icon.cc feat: add tray.getTitle() (#17385) 2019-03-18 12:40:34 -07:00
tray_icon.h refactor: convert C++ enums to C++11 enum classes (#18087) 2019-05-03 14:11:41 -04:00
tray_icon_cocoa.h feat: add tray.getTitle() (#17385) 2019-03-18 12:40:34 -07:00
tray_icon_cocoa.mm fix: use effectiveAppearance to check dark mode on mojave and above (#18666) 2019-06-07 12:01:04 -07:00
tray_icon_gtk.cc refactor: don't use AppIndicatorIcon directly (#15536) 2018-11-06 11:00:37 -08:00
tray_icon_gtk.h fix: fix gn cpplint warnings (#14583) 2018-09-12 19:25:56 -05:00
tray_icon_observer.h chore: make BrowserObserver a CheckedObserver 2018-12-03 20:07:38 +05:30
tray_icon_win.cc