Kevin Sawicki
|
b2f9cce297
|
Add option to always highlight the tray icon
|
2016-07-26 13:51:43 -07:00 |
|
Kevin Sawicki
|
31564f079f
|
Document webContents.copyImageAt(x,y)
|
2016-07-26 12:08:05 -07:00 |
|
Kevin Sawicki
|
bde432b64d
|
Add webContents.copyImageAt
|
2016-07-26 12:06:11 -07:00 |
|
Kevin Sawicki
|
7a1b796dd0
|
Change registered flag from InitBreakpad
|
2016-07-26 10:54:30 -07:00 |
|
Kevin Sawicki
|
3279f5c80a
|
Add spec for starting crash reporter twice
|
2016-07-26 10:43:57 -07:00 |
|
Kevin Sawicki
|
8956388804
|
Only register code range once
|
2016-07-26 10:40:11 -07:00 |
|
Zeke Sikelianos
|
c3f26df577
|
standardize electron-capturer doc snippets
|
2016-07-26 09:49:02 -07:00 |
|
Zeke Sikelianos
|
c38f505001
|
update standard-markdown to use linux-friendly local require statements
|
2016-07-26 09:48:19 -07:00 |
|
Zeke Sikelianos
|
3a16a9b0bf
|
update to standard-markdown with node 0.10 support
|
2016-07-26 09:48:19 -07:00 |
|
Zeke Sikelianos
|
784bee8faa
|
update npm run lint to include docs
|
2016-07-26 09:48:19 -07:00 |
|
Zeke Sikelianos
|
06a354a2eb
|
standardize all javascript blocks in English docs
|
2016-07-26 09:48:19 -07:00 |
|
Zeke Sikelianos
|
dd9935a9d7
|
add npm script to lint all javascript blocks in the docs using standard
|
2016-07-26 09:47:16 -07:00 |
|
deepak1556
|
e65bc481a8
|
browser: initialize pref registry in brightray
|
2016-07-26 16:34:04 +05:30 |
|
Cheng Zhao
|
7c1f48808b
|
Merge pull request #6612 from electron/cc-cxx
Do not overwrite CC and CXX in bootstrap
|
2016-07-26 19:55:25 +09:00 |
|
Cheng Zhao
|
7d11912a03
|
No more need to overwrite env when running update.py
|
2016-07-26 19:24:58 +09:00 |
|
Cheng Zhao
|
49181403ef
|
Ignore CC and CXX in env
|
2016-07-26 19:24:28 +09:00 |
|
Cheng Zhao
|
0cdd764161
|
Merge pull request #6609 from electron/msvs
Add --msvs parameter to bootstrap.py
|
2016-07-26 19:03:25 +09:00 |
|
Cheng Zhao
|
89de791e9d
|
docs: Mention the --msvs
|
2016-07-26 17:42:12 +09:00 |
|
Cheng Zhao
|
b34deb1d2f
|
docs: x64 is the default build
|
2016-07-26 17:40:58 +09:00 |
|
Cheng Zhao
|
9bf3150237
|
Add --msvs parameter to bootstrap.py
|
2016-07-26 17:38:31 +09:00 |
|
Cheng Zhao
|
a4d983c236
|
Merge pull request #6607 from enlight/patch-4
Normalize string quotes in desktopCapturer docs
|
2016-07-26 16:29:01 +09:00 |
|
Cheng Zhao
|
61d16d5caa
|
Merge pull request #6606 from electron/font-settings
Set page's font settings with system settings
|
2016-07-26 14:11:20 +09:00 |
|
Vadim Macagon
|
6cc68638e7
|
Normalize string quotes in desktopCapturer docs
Missed one string in my previous PR :(
|
2016-07-26 11:57:39 +07:00 |
|
Cheng Zhao
|
2b0cd97bb8
|
Merge pull request #6593 from enlight/improved-desktop-capturer-docs
Improve readability, and add a link to the navigator.getUserMedia API
|
2016-07-26 13:35:54 +09:00 |
|
Cheng Zhao
|
d2ce50e3dd
|
c++11 styling
|
2016-07-26 13:32:17 +09:00 |
|
Cheng Zhao
|
0da1a772be
|
Set page's font settings with system settings
|
2016-07-26 13:29:27 +09:00 |
|
Vadim Macagon
|
89309244b5
|
Improve the desktopCapturer docs
Made minor improvements to readability, and added a link to the
`navigator.getUserMedia` docs on MDN for convenience.
|
2016-07-26 10:48:38 +07:00 |
|
Cheng Zhao
|
8d941a6559
|
Merge pull request #6566 from electron/win-autoupdater-es6
Move autoUpdater to ES6
|
2016-07-26 12:46:00 +09:00 |
|
Cheng Zhao
|
b139d5ad1c
|
Merge pull request #6598 from electron/fs-access-asar
Add asar implementation of fs.access/accessSync
|
2016-07-26 12:42:59 +09:00 |
|
Cheng Zhao
|
7b6d74fdc2
|
Merge pull request #6596 from liusy182/restore-issue
Window position doesn't restore correctly minimize and restore window
|
2016-07-26 11:21:59 +09:00 |
|
Cheng Zhao
|
c70ec47138
|
Merge pull request #6595 from lukeapage/patch-8
Clarify the default arguments for Menu popup
|
2016-07-26 11:16:57 +09:00 |
|
Samuel Attard
|
12dba2cb67
|
Remove all spaces from potential appUserModelID as it isn't allowed by the spec
|
2016-07-26 11:44:01 +10:00 |
|
Samuel Attard
|
20e26a9639
|
Move auto-updater-win to ES6
|
2016-07-26 11:40:55 +10:00 |
|
Kevin Sawicki
|
c730800f0c
|
Merge pull request #6601 from feross/master
Fix test for PR #6600
|
2016-07-25 17:45:50 -07:00 |
|
Feross Aboukhadijeh
|
9bc144c880
|
Fix test for PR #6600
Just realized that the tests don't pass after my PR. This fixes that :)
|
2016-07-25 17:27:45 -07:00 |
|
Kevin Sawicki
|
8c7d28de27
|
Merge pull request #6600 from feross/master
MenuItem: Use 'Close Window' for 'close' role label
|
2016-07-25 15:21:05 -07:00 |
|
Feross Aboukhadijeh
|
d6a7ced32c
|
MenuItem: Use 'Close Window' for 'close' role label
On OS X, the standard label that's used for the 'close' role is 'Close
Window'. You can see this in the default macOS apps from Apple.
|
2016-07-25 15:13:17 -07:00 |
|
Kevin Sawicki
|
b627b8711a
|
Add spec for accessing normal files
|
2016-07-25 11:17:40 -07:00 |
|
Kevin Sawicki
|
8eca019157
|
Support paths as Buffers
|
2016-07-25 11:10:36 -07:00 |
|
Kevin Sawicki
|
30fbe92970
|
Add asar-supported fs.accessSync implementation
|
2016-07-25 11:05:18 -07:00 |
|
Kevin Sawicki
|
3ad5504194
|
Add asar-supported fs.access implementation
|
2016-07-25 10:50:30 -07:00 |
|
Kevin Sawicki
|
a518c47f4c
|
Use let/const instead of var
|
2016-07-25 10:43:38 -07:00 |
|
liusi
|
8129c27a4a
|
Merge branch 'master' of https://github.com/electron/electron into restore-issue
|
2016-07-25 22:53:18 +08:00 |
|
liusi
|
2cc01eea30
|
issue 6574 - Window position doesn't restore correctly
|
2016-07-25 22:51:27 +08:00 |
|
Luke Page
|
c365aa85c2
|
Clarify the default arguments for popup
The null / -1 defaults weren't very helpful, so changed to follow other documentation and write the behaviour if that param is missing.
|
2016-07-25 13:57:38 +02:00 |
|
Cheng Zhao
|
729b84f2ca
|
Merge pull request #6576 from electron/browser-window-proxy-docs
Fix BrowserWindowProxy documentation
|
2016-07-25 16:55:49 +09:00 |
|
Cheng Zhao
|
66086880e2
|
Merge pull request #6575 from electron/asar-doc-fixes
fix wording in asar doc
|
2016-07-25 16:55:20 +09:00 |
|
Cheng Zhao
|
a30997867f
|
Merge pull request #6573 from electron/native-image-doc
Fix documentation for NativeImage
|
2016-07-25 16:55:09 +09:00 |
|
Cheng Zhao
|
72c4952907
|
Merge pull request #6590 from electron/reliable-typed-array
Use ArrayBuffer.isView to detect Buffer and ArrayBuffer
|
2016-07-25 16:54:54 +09:00 |
|
Cheng Zhao
|
7a61966423
|
Use deepEqual for comparing type arrays
|
2016-07-25 16:41:20 +09:00 |
|