Cheng Zhao
d8062ab9e1
docs: win.setMenu is not available on OS X
2015-09-23 11:45:51 +08:00
Cheng Zhao
1e918480b4
docs: webContents.beginFrameSubscription
2015-09-18 17:53:19 +08:00
Cheng Zhao
573892c112
docs: webContents.sendInputEvent
2015-09-18 17:44:11 +08:00
Cheng Zhao
ee0d48dc5a
Merge branch 'master' of https://github.com/MaxWhere/electron into MaxWhere-master
2015-09-18 12:01:33 +08:00
Cheng Zhao
69cc3ab5ef
docs: Make description of fullscreen more precise
...
Closes #2793 .
2015-09-16 09:20:16 +08:00
Heilig Benedek
ceef06b344
Renamed setOffscreenRender to begin/endFrameSubscription because the name was a bit misleading, and replaced the ArrayBuffer creation with a node::Buffer::New call.
2015-09-16 02:59:16 +02:00
Cheng Zhao
c9ee6b4caf
docs: BrowserWindow.isDevToolsFocused
2015-09-15 11:43:45 +08:00
jaanus
5d8f1dd404
Implements #2734 “New API to configure BrowserWindow title bar on Mac”
...
New API supported on Yosemite 10.10 and newer.
2015-09-14 16:50:00 +02:00
Jessica Lord
39bd10d1ef
Merge pull request #2757 from atom/jl-web-contents-links
...
Update Documentation Links to web-contents
2015-09-10 14:48:33 -07:00
Jessica Lord
aae2d82c28
Update links to web-contents.md
2015-09-10 12:19:37 -07:00
Jessica Lord
2ac2392a6b
🔥 extra line
2015-09-10 12:11:40 -07:00
Jessica Lord
7c287d565d
Resolve conflicts
2015-09-10 12:09:37 -07:00
Jessica Lord
b861a174ca
Merge pull request #2750 from atom/jl-doc-bits
...
A Few More Documentation Things
2015-09-10 10:41:42 -07:00
Heilig Benedek
b2af370249
Changed StringArray options to regular js objects with boolean values for better readability from the js side
2015-09-10 02:10:47 +02:00
Jessica Lord
c29a2e4992
Standardize DevTools
2015-09-09 14:11:06 -07:00
Jessica Lord
279fd0a461
Standardize **Note:**
2015-09-09 14:09:14 -07:00
Jessica Lord
1a35d6bda6
🔥 extra lines
2015-09-09 14:00:37 -07:00
Jessica Lord
5593717d78
Create Instance Properties section
2015-09-09 13:57:35 -07:00
Jessica Lord
6abc4fb255
🔥 odd, stray +
2015-09-09 13:48:04 -07:00
Cheng Zhao
512f89910d
docs: No more extra-plugin-dirs
2015-09-06 11:07:38 +08:00
Cheng Zhao
2454dccde0
docs: preload, node-integration, zoom-factor have been moved
2015-09-06 10:54:34 +08:00
Timothy Cyrus
2f41641139
Update browser-window.md
...
Fix App Command Web Link
2015-09-02 15:44:51 -04:00
Heilig Benedek
dbcd0a4235
Key event sending update.
2015-09-02 02:33:40 +02:00
gellert
58081ca9e9
setOffscreenRender and api docs added
2015-08-29 00:45:00 +02:00
Jessica Lord
71fa87e4ed
Note about platform specific apis
2015-08-26 14:14:59 -07:00
Jessica Lord
4e781eb042
Add platform labels
2015-08-26 14:05:47 -07:00
Jessica Lord
5f1897713c
Edits, grammar, punctuation and merge conflicts
2015-08-26 13:57:42 -07:00
Jessica Lord
38b519ceb5
Add (optional) notation
2015-08-26 10:45:57 -07:00
Jessica Lord
71f74f4042
Add platform label where applicable
2015-08-26 10:45:57 -07:00
Jessica Lord
c282d4c0ff
Line wrap 80-col
2015-08-26 10:45:57 -07:00
Jessica Lord
00de81771c
Text edits per commit comments
2015-08-26 10:45:16 -07:00
Jessica Lord
840095b444
Break out methods, standardize
2015-08-26 10:45:15 -07:00
Plusb Preco
5a37f96434
Remove comments about remote buffer
...
Remove comments about remote buffer in browser-window.md, because remote
buffer now supports in remote module.
2015-08-25 10:14:52 +09:00
Cheng Zhao
8cc602ff94
Merge pull request #2515 from atom/fix-no-print-background
...
Fix a typing error in option checking: printBackgrounds => printBackground
2015-08-21 09:02:08 +08:00
Haojian Wu
4e6dc49646
📝 Fix a typing error: printBackgrounds => printBackground
2015-08-19 09:44:33 +08:00
Eran Tiktin
129d92b30a
Update browser-window.md
...
Update the `beforeunload` example to use `e.returnValue = false` instead of `return false`, since `e.returnValue` always works while the `return` works only in certain conditions. See #2481 for details.
2015-08-18 19:34:14 +03:00
Cheng Zhao
958658513c
Refactor code in taskbarHost
2015-08-06 12:44:07 +08:00
Haojian Wu
78eac4116c
Polish thumbar code.
...
* Fix a memory leak in thumbar initialization.
* Check the number of thumbar buttons, should be <= 7.
* Correct to check thumbar button click event.
2015-08-05 19:38:12 +08:00
Haojian Wu
97ab780305
📝 BrowserWindow.setThumbarButton API.
2015-08-05 13:55:04 +08:00
Cheng Zhao
e135bcb5b7
docs: userGesture is optional
2015-08-03 14:43:01 +08:00
Robo
9fb03d584c
add spec and fix docs
2015-07-31 12:30:17 +05:30
Robo
239d535cac
render: executejavascript with option to simulate usergesture
2015-07-30 15:38:46 +05:30
Cheng Zhao
bbce2c7e2f
Merge pull request #2372 from atom/allow-insecure-content
...
Add allowing-insecure-content option
2015-07-30 09:38:27 +08:00
Haojian Wu
f154da38e6
Make 'allow-displaying-insecure-content' and
...
'allow-running-insecure-content' higher priority than `web-security`.
2015-07-29 18:08:44 +08:00
Cheng Zhao
898a838ad7
Merge pull request #2340 from atom/set_download_path_api
...
Implement setDownloadPath API.
2015-07-29 17:19:02 +08:00
Haojian Wu
1d0568dd5b
📝 allow-running-insecure-content
and
...
`allow-displaying-insecure-content`.
2015-07-29 16:17:14 +08:00
Haojian Wu
f40155645c
📝 say more about setDownloadPath API.
2015-07-29 14:13:28 +08:00
Robo
66553eea1a
webContents: api to add/remove path from devtools workspace
2015-07-29 09:29:38 +05:30
Haojian Wu
7f0cb0ce1b
📝 session.setDownloadPath API.
2015-07-26 16:52:02 +08:00
Haojian Wu
74f2e9f102
📝 pageSize option.
2015-07-26 11:57:53 +08:00