Aleksei Kuzmin
|
465f9009ff
|
Update stack string parsing in the CallbacksRegistry
Fixes the "ipc module > remote listeners
> detaches listeners subscribed to destroyed renderers, and shows a warning"
test.
|
2017-11-24 10:58:53 +09:00 |
|
Birunthan Mohanathas
|
4e859b4718
|
Remove "async" option from menu.popup()
All menus are async now. See "Cleanup MenuRunner API"
https://codereview.chromium.org/2790773002
|
2017-11-24 10:58:17 +09:00 |
|
Charles Kerr
|
9c217fc6c7
|
Merge pull request #11224 from electron/browser-view-window
feature: Add `BrowserWindow.fromBrowserView()`
|
2017-11-23 14:41:36 +01:00 |
|
Felix Rieseberg
|
037f76c47b
|
🐛 Ooops, fix that
|
2017-11-22 17:07:57 -08:00 |
|
Felix Rieseberg
|
4d18cbe728
|
🔧 BrowserView.fromWebContents()
|
2017-11-22 16:59:00 -08:00 |
|
Felix Rieseberg
|
7630ac6e90
|
🔧 Return null if not found
|
2017-11-22 15:48:11 -08:00 |
|
Felix Rieseberg
|
8c5aad8b17
|
🔧 Add BrowserWindow.fromBrowserView()
|
2017-11-22 14:36:54 -08:00 |
|
Felix Rieseberg
|
05bae0b4c4
|
🔧 Util is no longer used here
|
2017-11-20 09:52:13 -08:00 |
|
Felix Rieseberg
|
b029c088db
|
🔧 Bonus ;
|
2017-11-20 09:48:33 -08:00 |
|
Felix Rieseberg
|
b8b3b441a7
|
🔧 util._extend is deprecated, too
|
2017-11-20 09:46:02 -08:00 |
|
Felix Rieseberg
|
71b8eaf085
|
🔧 Don’t use deprecated util.is* methods
|
2017-11-20 09:40:47 -08:00 |
|
Felix Rieseberg
|
c9f2080e4b
|
🔧 fs.readFile: options are optional
|
2017-11-20 08:20:20 -08:00 |
|
Charles Kerr
|
5eb00e45aa
|
Merge pull request #11158 from electron/execute-errors
fix: Pass on errors thrown in `executeJavaScript`
|
2017-11-20 09:14:05 -06:00 |
|
Charles Kerr
|
4c04f1c7ed
|
Merge pull request #11117 from electron/add_deprecations_spec
Add to deprecations spec
|
2017-11-20 09:07:06 -06:00 |
|
Shelley Vohr
|
7904be8763
|
comment out unused methods
|
2017-11-20 15:12:34 +01: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
|
5b18bea7e3
|
🔧 Alex has good ideas
|
2017-11-18 10:59:09 -08:00 |
|
Felix Rieseberg
|
cf7e9df3a0
|
🔧 Appease the linter
|
2017-11-18 01:02:09 -08:00 |
|
Felix Rieseberg
|
9a2d103e7f
|
:thinking_face: What if we made it an Error again?
|
2017-11-18 00:51:14 -08:00 |
|
Felix Rieseberg
|
1dea186a6e
|
:thinking_face: What if you could return an Error?
|
2017-11-18 00:50:53 -08:00 |
|
Shelley Vohr
|
aaae1bb176
|
Merge pull request #11124 from electron/expose-desktop-capturer
Expose desktopCapturer in sandbox mode.
|
2017-11-16 17:36:39 -05:00 |
|
Thiago de Arruda
|
be0e3d9555
|
Expose desktopCapturer in sandbox mode.
|
2017-11-16 16:57:29 -03:00 |
|
Shelley Vohr
|
933c7330a5
|
changes from review
|
2017-11-16 13:39:07 -05:00 |
|
Shelley Vohr
|
75a117e4e2
|
edit empty function for platform consistency
|
2017-11-16 13:27:08 -05:00 |
|
Shelley Vohr
|
f5c04c7037
|
fix includes
|
2017-11-16 13:27:08 -05:00 |
|
Shelley Vohr
|
e5983eacd6
|
add callbacks registry spec
|
2017-11-16 13:27:07 -05:00 |
|
Shelley Vohr
|
dc410efa36
|
rename and fix assoc. test
|
2017-11-14 14:56:16 -05:00 |
|
Shelley Vohr
|
99d35f7786
|
a few more updates to tests
|
2017-11-14 13:33:38 -05:00 |
|
Shelley Vohr
|
d05a1f8053
|
first pass at deprecation spec updates
|
2017-11-13 20:21:57 -05:00 |
|
Heilig Benedek
|
cafb9477b0
|
lint fix
|
2017-11-13 15:46:46 +09:00 |
|
Heilig Benedek
|
13b86598e8
|
don't show osr dummy window when dialog is shown on mac
|
2017-11-13 15:46:46 +09:00 |
|
Felix Rieseberg
|
d475eaf011
|
🔧 One commit per character is now hot
|
2017-11-07 19:44:24 -08:00 |
|
Felix Rieseberg
|
3dcde82485
|
🔧 Make this easier to read
|
2017-11-07 18:26:10 -08:00 |
|
Felix Rieseberg
|
1454783450
|
🔧 Check menu for being falsy
|
2017-11-07 13:29:14 -08:00 |
|
Aleksei Kuzmin
|
bd766067ac
|
Remove unused deprecate var to make linter happy
|
2017-11-04 07:52:47 +03:00 |
|
Aleksei Kuzmin
|
b3a1fc65e5
|
Disable deprecation warning of crashReported.setExtraParameter()
It caused a couple of Crash Reported tests to timeout on Mac.
Task to enable it back:
https://github.com/electron/electron/issues/11012
|
2017-11-04 07:48:39 +03:00 |
|
Shelley Vohr
|
8736a41cfb
|
Merge pull request #10909 from electron/update_remote
Simplify and remove excess code from remote module
|
2017-11-03 09:16:28 -04:00 |
|
Shelley Vohr
|
803fa35484
|
fix null value check
|
2017-11-03 08:47:21 -04:00 |
|
Shelley Vohr
|
2b2c7d7f9f
|
fix object serialization test issue
|
2017-11-02 21:29:17 -04:00 |
|
Shelley Vohr
|
41fa61b446
|
Merge pull request #10995 from electron/initialize-retroactive-event-emitters
singletons that are retroactively turned into EventEmitters should ca…
|
2017-11-02 21:22:27 -04:00 |
|
Shelley Vohr
|
5c318932c2
|
add some structural changes
|
2017-11-02 21:07:40 -04:00 |
|
Charles Kerr
|
1c09dede1a
|
singletons that are retroactively turned into EventEmitters should call the EventEmitter ctor
|
2017-11-01 23:05:27 -05:00 |
|
Shelley Vohr
|
65f125a245
|
wrap deprecation warning
|
2017-11-01 23:27:20 -04:00 |
|
Shelley Vohr
|
24acd74d15
|
update deprecation warning
|
2017-11-01 22:23:33 -04:00 |
|
Shelley Vohr
|
3af83f1c97
|
add new method and mark setExtraParameter for deprecation
|
2017-11-01 21:57:43 -04:00 |
|
Shelley Vohr
|
93df164485
|
add const and other small edits
|
2017-10-31 23:42:25 -04:00 |
|
Shelley Vohr
|
3136f833a5
|
fixes and updates to GetParameters
|
2017-10-31 13:51:44 -04:00 |
|
Shelley Vohr
|
a9c13359dc
|
first attempt to add new GetParameters method to CrashReporter
|
2017-10-31 13:06:54 -04:00 |
|
Shelley Vohr
|
cb78e4875b
|
fix two failing tests
|
2017-10-30 23:15:57 -04:00 |
|
Shelley Vohr
|
603060f051
|
add new tests
|
2017-10-30 22:51:22 -04:00 |
|