Samuel Attard
ce986590cf
Clarify defaults
2016-08-16 15:39:36 +10:00
Samuel Attard
db27da5db0
Document the optional params
2016-08-16 15:38:35 +10:00
Milan Burda
e84c82b4a7
Document boolean return value of app.setAsDefaultProtocolClient + app.removeAsDefaultProtocolClient
2016-08-08 02:26:27 +02:00
Milan Burda
a0cf013112
Report app.setUserTasks success/failure
2016-08-08 02:22:51 +02:00
Gabriel Handford
7bde92deb9
Add isVisible() to app.dock
2016-08-01 15:22:37 -07:00
Zeke Sikelianos
06a354a2eb
standardize all javascript blocks in English docs
2016-07-26 09:48:19 -07:00
Anthony Tseng
42eb0c3eae
serial number in hex string
2016-07-18 23:42:42 +08:00
Anthony Tseng
db39867ad9
Add more detail attributes for certificate-error
2016-07-13 22:14:47 +08:00
Kevin Sawicki
66d16b2871
Add Windows label to login items settings API
2016-07-12 09:10:48 -07:00
Cheng Zhao
df0d2b89cd
Merge pull request #6446 from electron/accessibility-api
...
Add API for Chrome's accessibility support state
2016-07-12 10:59:12 +09:00
Kevin Sawicki
46a1e0382d
Document accessibility support API
2016-07-11 14:41:35 -07:00
Robert D
2d40ced3be
Fix link to locales.md
2016-07-11 11:37:22 -07:00
Kevin Sawicki
cde594775d
Remove API that is no longer available
2016-07-07 16:41:08 -07:00
Kevin Sawicki
10bb8df09a
Update login item API docs
2016-07-07 16:33:26 -07:00
Kevin Sawicki
49b32b8380
Mention open as hidden is manually configurable
2016-07-06 14:17:19 -07:00
Kevin Sawicki
667b6d6370
Doc login item APIs
2016-07-06 14:10:25 -07:00
Cheng Zhao
74ebbf9c78
docs: Add trailing period
2016-07-02 20:27:14 +09:00
Samuel Attard
7f914c65de
Update docs to match style guide
2016-07-02 23:21:45 +12:00
Samuel Attard
bbaab9b355
Document possible getLocale returns values. Closes #5363
2016-07-02 21:17:37 +12:00
Kevin Sawicki
b47d0e3e58
Tweak launcher note text
2016-07-01 08:51:25 -07:00
Cheng Zhao
1da2a1c2ae
app.setBadgeCount should return boolean
2016-07-01 22:20:05 +09:00
Cheng Zhao
f8ec377123
docs: app.setBadgeCount
2016-07-01 17:44:09 +09:00
Jonas Schwabe
768ff7af5a
Add additional method isUnityRunning, fix multiple typos in docs
2016-06-29 20:22:17 +02:00
Jonas Schwabe
e2d389fbd4
Rename the unityLauncher api to launcher and make it available on linux in general. + Document it only works on ubuntu
2016-06-29 20:22:17 +02:00
Jonas Schwabe
336a55cb23
📝 docs for unity launcher badge api
2016-06-29 20:22:17 +02:00
Leonard Lamprecht
67dd19ed0f
Replace OS X and Mac OS with macOS
2016-06-18 15:26:26 +02:00
Kevin Sawicki
094098b571
Correct typos in docs
2016-06-16 15:19:38 -07:00
Kevin Sawicki
88a81ef946
Doc web-contents-created
2016-06-13 09:01:06 -07:00
Brian R. Bondy
352a9cd6f2
Allow obtaining system Pepper Flash path
2016-06-08 16:40:15 -04:00
Cheng Zhao
02cfe30df9
Add app.disableHardwareAcceleration() API
2016-06-06 20:19:55 +09:00
Cheng Zhao
d3fe80991c
docs: app.relaunch
2016-06-02 22:06:27 +09:00
Daniel Pham
f4c3f0423a
🎁 Add 'app.releaseSingleInstance()'
2016-05-26 18:50:06 -04:00
Daniel Pham
eb0889de38
🍎 Add fallback URL to handoff.
2016-05-24 21:06:14 -04:00
deepak1556
f68d0f324f
deprecate app.allowNTLMCredentialsForAllDomains
2016-05-23 11:44:21 +05:30
deepak1556
62cad610e0
bring back app.allowNTLMCredentialsForAllDomains
2016-05-23 01:52:09 +05:30
Plusb Preco
9cbcd228f3
📝 Adjust line length to 80
...
[ci skip]
2016-05-19 18:32:43 +09:00
Robert Stanfield
2d46f6f66f
It isn't entirely clear to me that 'window-all-closed' is used for
...
this purpose. I originally looked for an event that would fire if
all windows were closed and the reason was NOT due to the application
quitting; however, this differs in that it is called regardless of
whether the app was quitting.
2016-05-13 21:34:42 -04:00
Cheng Zhao
ed70a11ff8
Merge pull request #5477 from danhp/download-bounce
...
Add API: app.dock.downloadFinished(filePath)
2016-05-11 09:41:08 +09:00
Daniel Pham
6dae07b76f
Add API: app.dock.downloadFinished(filePath)
2016-05-10 15:02:56 -04:00
Plusb Preco
ebc7f5cba0
📝 Remove whitespace
...
[ci skip]
2016-05-11 03:34:06 +09:00
Plusb Preco
f1b184ef78
📝 Fix code style issue
...
* Change `var` to `let`.
* Change `function() {}` to `() => {}`.
* Use shorthand function syntax on object notation.
* Remove spaces between object notation brackets.
* Small fixes.
2016-05-11 02:15:09 +09:00
Plusb Preco
139a4f984a
📝 Add missing semicolons
...
[ci skip]
2016-05-11 01:57:55 +09:00
Plusb Preco
4d7296e1db
📝 Match destructuring style
...
[ci skip]
2016-05-11 01:26:38 +09:00
Plusb Preco
5787bb0226
📝 Fix code style issue
...
* Match equality operators for consistent that `==`, `!=` by `===`,
`!==`.
* Match string expression notation `"` by `'`.
[ci skip]
2016-05-10 18:42:21 +09:00
Ben Gotow
ac905e7080
Add docs, avoid side effects when not currently default
2016-05-08 10:50:17 -07:00
Cheng Zhao
969a30fc3b
Merge branch 'update-code-samples' of https://github.com/stevekinney/electron into stevekinney-update-code-samples
2016-05-05 20:55:25 +09:00
Cheng Zhao
c9c4ba39ab
docs: We support arbitrary NSDictionary now
2016-05-05 17:07:46 +09:00
Cheng Zhao
7268f434b2
Fix code styling problems
2016-05-05 12:26:23 +09:00
Steve Kinney
5a9f28e034
📝 Update API documentation to ES6 [ci skip]
2016-05-04 11:59:02 -06:00
Charlie Hess
12764a66ed
Add an accessor for the current activity type and write the simplest possible test.
2016-05-03 15:51:31 -07:00