Граф коммитов

67 Коммитов

Автор SHA1 Сообщение Дата
Shelley Vohr 47258f7b3d
fix: default_app incorrect loading by url (#14940) 2018-10-03 08:10:22 -07:00
Samuel Attard 32a9df2940
refactor: clean up the default app implementation (#14719)
* Disable nodeIntegration
* Enable contextIsolation
* Re-implement the CSP security check to handle running in
contextIsolation
* Disable bad DCHECKS for the promise helper
* Remove the unused "-d" flag for the electron binary
* Added a way to hide the default help output for electron devs who
don't want to see it every time
2018-09-21 15:24:42 +10:00
Samuel Attard 558fff69e7
chore: update to standard 12 2018-09-14 14:57:01 +10:00
Milan Burda c8030a0f2a feat: support chrome:// URLs in default_app (#13575) 2018-07-17 17:23:44 +10:00
Felix Rieseberg f81bfb7b86 🔧 Fix style issues 2017-11-23 13:42:48 -08:00
Ronald Eddy 14c6e78147 Update electron.atom.io -> electronjs.org
Update electron.atom.io -> electronjs.org to reduce redirects and speed navigation.
2017-11-19 04:01:33 -08:00
Felix Rieseberg ae960027f2 🔧 Bring back —abi 2017-11-10 14:58:21 -08:00
Felix Rieseberg c38f66cc1b 🔧 Ensure that -r isn’t considered interactive 2017-10-24 17:00:42 -07:00
Shelley Vohr bedb8ca191
remove potential deprecation and fix app close 2017-10-07 01:03:54 -04:00
Shelley Vohr a45b1625fc
remove newline and add deprecation warning 2017-10-06 23:29:54 -04:00
Shelley Vohr 2915617c5c
dear god never run beautifier again 2017-09-28 00:10:52 -04:00
Shelley Vohr 0f34967648
redesign and add versions/links 2017-09-27 23:51:53 -04:00
Shelley Vohr 24913a5ef9
remove drag functions 2017-09-27 14:50:46 -04:00
Shelley Vohr 2289d085fa
first pass at reorganizing default usage 2017-09-27 14:23:42 -04:00
Zeke Sikelianos 69f0cb26e7 use https for all Electron website URLs 2017-02-28 21:19:55 -08:00
Kevin Sawicki fb08f56fc8 Add forcereload menu item role 2017-02-03 09:39:41 -08:00
Kevin Sawicki 88959079bd Add toggledevtools menu item role 2016-11-17 10:57:20 -08:00
Kevin Sawicki 0698b5f1be Add reload menu item role 2016-11-17 10:57:20 -08:00
Kevin Sawicki bcc372568f Add zoom menu item roles 2016-08-08 11:09:30 -07:00
Milan Burda edc1a9614c Add macOS specific speaking roles for MenuItem 2016-08-08 00:02:32 +02:00
Milan Burda 87c9926fe8 Move Toggle Fullscreen to the bottom of the View menu 2016-08-02 18:08:41 +02:00
Milan Burda 2e043453c0 Add zooming commands to menu (default app) 2016-08-02 18:08:35 +02:00
Kevin Sawicki 583122ee3e Add quit menu item on Linux 2016-07-07 09:15:36 -07:00
Kevin Sawicki 88fe667f66 Use require to load package json 2016-07-06 14:19:47 -07:00
Kevin Sawicki 58c1d38c96 Remove lint errors 2016-06-22 14:13:12 -07:00
Kevin Sawicki c0562d16d5 Add more role defaults 2016-06-22 13:09:49 -07:00
Kevin Sawicki 888068b597 Add default help/window labels 2016-06-22 13:09:49 -07:00
Kevin Sawicki 566a407b36 Use default labels and accelerators 2016-06-22 13:09:49 -07:00
Cheng Zhao c0aebc9d4f Merge pull request #6168 from electron/forward-delete
Support forward delete menu item accelerator
2016-06-22 01:12:10 +00:00
Kevin Sawicki 9486df1303 Add delete accelerator to delete menu 2016-06-21 12:38:44 -07:00
Kevin Sawicki dcd832e88c 🎨 2016-06-21 09:38:35 -07:00
Kevin Sawicki 3cdf36c536 Use togglefullscreen role 2016-06-21 09:34:41 -07:00
Kevin Sawicki 11ba7eaa91 Add File > Exit menu on Windows 2016-06-21 09:08:13 -07:00
Kevin Sawicki 7a6436014e Use quit role 2016-06-21 09:08:13 -07:00
Rahat Ahmed 3c7c584444 🐛 Don't load 'repl' unless needed
Git bisect revealed that process.stdout failed to initiate (and was replaced with a write stream that does nothing) when the 'repl' module was loaded. This commit moves `require('repl')` so that it is only loaded when the --interactive flag is present.

Fixes #5051
2016-06-19 02:34:48 -05:00
Kevin Sawicki 82d0d06d61 Log error when repling on Windows 2016-06-13 09:46:33 -07:00
Milan Burda f5699ad3a6 Document 'zoom' role + add missing menu items (Delete / Paste and Match Style / Zoom) 2016-06-12 19:21:52 +02:00
Josh Bernitt 4219513457 issue 2813 add app name after Quit
Adding the application name after the Quit string for Mac OS systems.
2016-06-10 21:01:06 +09:00
Mathias Buus 7dcb939338 support --abi 2016-06-08 20:55:06 +02:00
Kevin Sawicki 3e15021c12 Remove . after path to prevent confusion 2016-05-24 09:56:36 -07:00
Kevin Sawicki ca72d4346b application -> app for consitency 2016-05-24 09:53:23 -07:00
Kevin Sawicki 74cde4e714 Log stack when available 2016-05-24 09:51:09 -07:00
Kevin Sawicki 48522d4b70 Remove custom MODULE_NOT_FOUND code check 2016-05-24 09:45:32 -07:00
Kevin Sawicki 63b84923ce Update copy 2016-05-24 09:43:25 -07:00
Kevin Sawicki 4a35206302 🎨 2016-05-24 09:42:31 -07:00
Kevin Sawicki 6de4249af8 Tweak resolve filename error message 2016-05-24 09:41:31 -07:00
Kevin Sawicki deb15e60b5 Lead with package.json path 2016-05-24 09:38:04 -07:00
Kevin Sawicki f691a46d4d Use dialog.showErrorBox 2016-05-24 09:37:52 -07:00
Kevin Sawicki 67c88d2f8a Move Module require to top 2016-05-24 09:33:55 -07:00
Matt Karl ee61a2880a Removes main error, fixes messaging for JSON parse 2016-05-23 16:47:55 -04:00