Sebastien Bramille
|
7a8431086c
|
Update doc
|
2017-11-28 15:34:13 +09:00 |
|
Cheng Zhao
|
b161a4f515
|
Merge pull request #11166 from sethlu/openrecent
feat: Recent documents menu item
|
2017-11-28 10:55:14 +09:00 |
|
Charles Kerr
|
18dc63ce77
|
fix conflicts
|
2017-11-27 16:40:10 -06:00 |
|
Charles Kerr
|
defa42b458
|
Merge pull request #11257 from electron/fix-11242
Remove "async" flag from the `menu.popup()` options
|
2017-11-27 16:41:56 +01:00 |
|
Zhuo Lu
|
2f73f4f77e
|
Fix typo
|
2017-11-27 17:26:22 +09:00 |
|
Zhuo Lu
|
2de7b338ad
|
Update API docs
|
2017-11-27 17:26:22 +09:00 |
|
Zhuo Lu
|
828d233f2a
|
Rollback duplicated feature
|
2017-11-27 17:26:22 +09:00 |
|
Zhuo Lu
|
970babbfd7
|
Document openrecent menu item
|
2017-11-27 17:26:22 +09:00 |
|
Zhuo Lu
|
f0bff74995
|
Add "Open Recent" submenu to default
|
2017-11-27 17:26:22 +09:00 |
|
Cheng Zhao
|
c0e9dbcc00
|
Merge pull request #11144 from dittos/mas-login-helper-again
Re-land MAS login helper (w/ regression fix)
|
2017-11-27 17:02:57 +09:00 |
|
Charles Kerr
|
295945b806
|
copyediting
|
2017-11-26 08:44:37 +01:00 |
|
Charles Kerr
|
81bc0efc75
|
fix styleguide errors
|
2017-11-26 08:38:58 +01:00 |
|
Charles Kerr
|
a75a85449d
|
sync with master
|
2017-11-26 08:28:27 +01:00 |
|
Charles Kerr
|
d1ac773e01
|
Merge pull request #11253 from electron/fix-a-codeblock-in-the-upgrading-node-md
Fix a codeblock markup
|
2017-11-26 08:00:47 +01:00 |
|
Aleksei Kuzmin
|
9c5acf6233
|
Remove "async" flag from the menu.popup() options
All menus have become async after the Chromium 61 upgrade.
Fixes #11242.
|
2017-11-25 13:31:58 +01:00 |
|
Zeke Sikelianos
|
df0c7e2f74
|
Merge pull request #11250 from electron/docs-lint-fix
🔧 fix remark code flag error
|
2017-11-24 21:05:26 -08:00 |
|
Aleksei Kuzmin
|
ce6af85f98
|
Fix a codeblock markup
|
2017-11-25 00:56:07 +01:00 |
|
Shelley Vohr
|
d9c7b95141
|
fix remark code flag error
|
2017-11-24 21:40:19 +01:00 |
|
Charles Kerr
|
22c15082a3
|
partial doc update from my sprint notes
|
2017-11-24 14:21:41 +01:00 |
|
shelley vohr
|
6941f93627
|
Merge pull request #11247 from electron/use_sh_in_docs
prefer `sh` to `bash` in the docs
|
2017-11-24 11:38:10 +01:00 |
|
Charles Kerr
|
b59557569c
|
oops, the upgrading-chrome.md changes belonged in a separate PR
|
2017-11-24 11:19:53 +01:00 |
|
Charles Kerr
|
3e3cac6f1b
|
prefer sh to bash in the docs
|
2017-11-24 11:17:43 +01:00 |
|
Shelley Vohr
|
bd70ec5e97
|
finalize node upgrade doc
|
2017-11-24 11:15:07 +01:00 |
|
Charles Kerr
|
1b0c1842ca
|
prefer sh to bash in the docs
|
2017-11-24 11:13:57 +01:00 |
|
Shelley Vohr
|
ba6224039c
|
make some things more explicit and style conformity
|
2017-11-24 11:06:04 +01:00 |
|
Shelley Vohr
|
178462b800
|
chrome -> chromium and updates to crashpad doc
|
2017-11-24 10:40:37 +01:00 |
|
Charles Kerr
|
f91020a04d
|
add section for updating submodule references
|
2017-11-24 10:40:30 +01:00 |
|
Charles Kerr
|
f8858a7577
|
add rough draft of node, crashpad update notes
|
2017-11-24 10:40:21 +01:00 |
|
Ales Pergl
|
19ef7d7a48
|
Added build dependency information for arm64
|
2017-11-24 10:58:53 +09:00 |
|
Aleksei Kuzmin
|
47d683f0ad
|
DevTools: do not set visible size while emulating in case of device mode.
https://chromium-review.googlesource.com/c/chromium/src/+/572222
|
2017-11-24 10:58:16 +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 |
|
Charles Kerr
|
3f21e1240f
|
Merge pull request #11231 from Toinane/fix-doc
fix doc in download-item
|
2017-11-23 14:39:52 +01:00 |
|
Toinane
|
dd139706ea
|
fix doc in download-item
|
2017-11-23 13:31:09 +01:00 |
|
Felix Rieseberg
|
6298748d0b
|
📝 Document BrowserView.fromWebContents()
|
2017-11-22 17:02:01 -08:00 |
|
Felix Rieseberg
|
69e461083a
|
📝 Document BrowserView.getAllViews()
|
2017-11-22 17:00:09 -08:00 |
|
Felix Rieseberg
|
8f20ce6dcf
|
📝 Docs!
|
2017-11-22 14:38:22 -08:00 |
|
Ronald Eddy Jr
|
7003a2a19c
|
fix continuous-integration build error
Added Missing code-language flags to upgrading-chrome.md
|
2017-11-22 08:26:23 -08:00 |
|
Charles Kerr
|
5d03f3ca64
|
Merge pull request #11191 from electron/chromium_updates_guide
Proposed update to Chromium checklist
|
2017-11-22 08:16:37 +01:00 |
|
Zeke Sikelianos
|
32edf6a2b8
|
Merge pull request #11203 from electron/document-chromium_src-directory
document chromium_src directory
|
2017-11-21 21:10:47 -08:00 |
|
Andy Kogut
|
0c47207a0e
|
Add mobx-devtools to the Supported section
The library: https://mobx.js.org/
Extension's repo: https://github.com/andykog/mobx-devtools
![screen shot 2017-11-21 at 21 26 56](https://user-images.githubusercontent.com/6760207/33092485-eda05836-cf02-11e7-81a3-c04f8c3ea73b.png)
|
2017-11-21 21:38:14 +02:00 |
|
Zeke Sikelianos
|
4b41822a62
|
document chromium_src directory
|
2017-11-21 10:55:56 -08:00 |
|
Catalin Fratila
|
3b29adc000
|
Making it prettier.
|
2017-11-21 15:19:33 +01:00 |
|
Charles Kerr
|
70643a865b
|
Merge pull request #11178 from electron/fenced-code-block-lang
enforce rules on code blocks style in docs
|
2017-11-21 13:38:46 +01:00 |
|
Charles Kerr
|
92872154d4
|
Copyediting
|
2017-11-21 08:18:12 +01:00 |
|
Cheng Zhao
|
596a61f1ad
|
Merge pull request #11059 from electron/clear-permissions-handler
Document setPermissionRequestHandler(null)
|
2017-11-21 09:50:17 +09:00 |
|
Shelley Vohr
|
be67fcf62b
|
initial updates from meeting today
|
2017-11-20 23:02:54 +01:00 |
|
Charles Kerr
|
432d050481
|
Merge pull request #11167 from simast/menu-typings-fix
Improve setApplicationMenu/getApplicationMenu docs
|
2017-11-20 13:28:37 -06:00 |
|
Felix Rieseberg
|
6cacb9838e
|
📝 Document Nucleus
|
2017-11-20 08:04:14 -08:00 |
|
Vanessa Yuen
|
435e027dc3
|
fix linting for fenced codeblocks only (see electron/electronjs.org#868)
|
2017-11-20 14:33:25 +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 |
|