Cheng Zhao
92b97d3576
Bump v1.2.6
2016-07-06 13:20:36 +09:00
Paul Betts
7ffab11f1a
Merge pull request #6356 from jonathansampson/patch-1
...
modern.ie is no longer in use
2016-07-05 19:37:38 -07:00
Jonathan Sampson
7baf7372af
modern.ie is no longer in use
...
The URL exists for historical reasons, but is no longer the primary URL for developer resources.
2016-07-05 19:34:33 -07:00
Cheng Zhao
6fe4653b54
Merge pull request #6354 from electron/package-json-bom
...
Use require to load package.json
2016-07-06 09:48:37 +09:00
Kevin Sawicki
b8e5180132
Use require to load package.json instead of fs/JSON
2016-07-05 15:50:12 -07:00
Cheng Zhao
83ae14f2ed
Merge pull request #6333 from electron/drag-item
...
Add `webContents.startDrag(item)` API
2016-07-04 13:30:56 +09:00
Cheng Zhao
23582cc9d3
Reduce the scope of ScopedNestableTaskAllower
2016-07-03 15:30:27 +09:00
Cheng Zhao
ba1fe322e9
docs: Use <a> as example
2016-07-03 15:27:26 +09:00
Cheng Zhao
b7459d50f9
docs: Dragging files out of the window
2016-07-03 15:26:22 +09:00
Cheng Zhao
f072d9dd3a
docs: webContents.startDrag(item)
2016-07-03 15:10:59 +09:00
Cheng Zhao
7916f0ea18
win: Use drag_utils::CreateDragImageForFile
2016-07-03 14:44:47 +09:00
Cheng Zhao
63a8961ed1
views: Implement webContents.startDrag
2016-07-03 14:34:35 +09:00
Cheng Zhao
fa468a529b
Support dragging multiple files
2016-07-03 13:58:31 +09:00
Cheng Zhao
13c668f22b
mac: Implement webContents.startDrag
2016-07-03 12:26:43 +09:00
Cheng Zhao
74ebbf9c78
docs: Add trailing period
2016-07-02 20:27:14 +09:00
Cheng Zhao
ff5745f36f
Merge pull request #6324 from MarshallOfSound/master
...
Document possible getLocale returns values.
2016-07-02 11:25:15 +00: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
Cheng Zhao
14c4be50c1
Avoid calling GetWebContentsFromProcessID for twice
2016-07-02 16:54:12 +09:00
Cheng Zhao
b0faa62f76
Merge pull request #6313 from MarshallOfSound/silent-notification-when-muted
...
Override the Notification API constructor to create silent notificatons when the webContents is muted
2016-07-02 07:44:33 +00:00
Cheng Zhao
6eda76336f
Merge pull request #6323 from electron/icon-fix
...
Set window icon before showing window
2016-07-02 07:41:30 +00:00
Cheng Zhao
e76ec92812
Set window icon before showing window
2016-07-02 16:16:47 +09:00
Cheng Zhao
6ffcb9f06c
Merge pull request #6322 from electron/chrome-51.0.2704.106
...
Update to Chrome 51.0.2704.106
2016-07-02 07:12:23 +00:00
Cheng Zhao
cd38e5c85e
Update to Chrome 51.0.2704.106
2016-07-02 13:54:34 +09:00
Cheng Zhao
ee0eb9ae08
Merge pull request #6309 from electron/app-launcher-rename
...
Implement app.setBadgeCount on Mac
2016-07-02 01:51:47 +00:00
Cheng Zhao
767124c45c
Update for reviews
2016-07-02 10:36:46 +09:00
Samuel Attard
4f660f3e6f
Implement WebContenstAudioMuted in AtomBrowserClient
2016-07-02 13:28:28 +12:00
Kevin Sawicki
5dcc354432
Merge pull request #6298 from jhen0409/patch-5
...
Support background.page in extension manifest
2016-07-01 08:59:39 -07:00
Kevin Sawicki
b47d0e3e58
Tweak launcher note text
2016-07-01 08:51:25 -07:00
Jhen
d4f64ce943
Use background page path instead of generated path
...
if extension use manifest.background.page
2016-07-01 23:50:31 +08:00
Cheng Zhao
df3e651fbf
Merge pull request #6315 from electron/fix-extension-match
...
Don't use MatchesExtension for matching filters
2016-07-01 14:14:18 +00:00
Cheng Zhao
cff50614e5
Merge pull request #6314 from electron/suppress-session-protocol
...
spec: Suppress the session.protocol test
2016-07-01 13:56:48 +00:00
Cheng Zhao
431ea61ff8
Don't use MatchesExtension for matching filters
...
MatchesExtension compares double extensions like .tar.gz, which does not
match the filters.
2016-07-01 22:55:15 +09:00
Cheng Zhao
bb92765ecf
spec: Suppress the session.protocol test
2016-07-01 22:24:30 +09:00
Cheng Zhao
1da2a1c2ae
app.setBadgeCount should return boolean
2016-07-01 22:20:05 +09:00
Samuel Attard
54f06b0ba9
Override the Notification API constructor to create silent notifications when the webContents is muted
2016-07-01 23:26:40 +12:00
Cheng Zhao
f8ec377123
docs: app.setBadgeCount
2016-07-01 17:44:09 +09:00
Cheng Zhao
cb00d3cfb3
mac: Implement app.setBadgeCount
2016-07-01 17:39:26 +09:00
Cheng Zhao
36a0a491c9
Merge pull request #6216 from electron/class-docs
...
Add details to docs/styleguide.md
2016-07-01 05:34:01 +00:00
Cheng Zhao
3965440952
conjunctions don't have to be capitalized
2016-07-01 14:33:22 +09:00
Cheng Zhao
1626c3bf0a
Use * instead of - for lists
...
`*` is used in most lists in our docs, let's keep consistency.
2016-07-01 14:30:55 +09:00
Cheng Zhao
83e9521d13
Update atom-shell-vs-node-webkit.md
2016-07-01 14:27:56 +09:00
Kevin Sawicki
0959143e2d
Merge pull request #6294 from preco21/korean-docs-9
...
docs: Update Korean docs as upstream
2016-06-30 14:41:50 -07:00
Jhen
76f4bd01eb
Support background.page in extension manifest
2016-06-30 16:04:13 +08:00
Plusb Preco
21f0e65735
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-30 11:32:14 +09:00
Kevin Sawicki
511dceda4e
Merge pull request #6225 from miniak/publish-pdb
...
Publish Windows PDBs to allow debugging without Symbol server
2016-06-29 16:54:26 -07:00
Kevin Sawicki
7279fc46bc
Merge pull request #6280 from electron/pop-up-context-menu-windows
...
Use previously set context menu when popup menu is null
2016-06-29 13:00:10 -07:00
Kevin Sawicki
45dbbfdfe9
Use nullptr comparisons
2016-06-29 11:52:58 -07:00
Kevin Sawicki
e797eb5ca3
Use set context menu when param is not specified
2016-06-29 11:52:58 -07:00
Kevin Sawicki
6d7b52eceb
Merge pull request #6243 from jnugh/master
...
Ubuntu Unity launcher counter badge
2016-06-29 11:45:19 -07:00
Jonas Schwabe
9aa8807f83
add specs for app.launcher api
...
fix linter errors
2016-06-29 20:28:16 +02:00
Kevin Sawicki
0991d2bf47
Merge pull request #6290 from electron/updated-apis-in-doc-translations
...
Update renamed nativeImage APIs in translated docs
2016-06-29 11:25:44 -07:00
Kevin Sawicki
90048abd0a
Update renamed nativeImage APIs
2016-06-29 11:23:11 -07:00
Jonas Schwabe
768ff7af5a
Add additional method isUnityRunning, fix multiple typos in docs
2016-06-29 20:22:17 +02:00
Jonas Schwabe
8ac205685d
Add ifdef for property, which should only be availabe on Linux
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
Jonas Schwabe
e3ba6818af
Fix linter errors
2016-06-29 20:22:17 +02:00
Jonas Schwabe
b22ce93477
Implement libunity launcher badge counter to be set via electron, fixes #4193
2016-06-29 20:22:17 +02:00
Kevin Sawicki
90ea0a365c
Merge pull request #6289 from electron/lint-specs
...
Remove standard linter warnings from specs
2016-06-29 11:14:53 -07:00
Plusb Preco
4a40369b6d
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-30 02:50:41 +09:00
Kevin Sawicki
03497fb984
Update buffer length asserts
2016-06-29 09:46:16 -07:00
Kevin Sawicki
8b35814d10
🎨
2016-06-29 09:46:16 -07:00
Kevin Sawicki
197ec98800
Remove standard linter warnings
2016-06-29 09:46:16 -07:00
Kevin Sawicki
4afa32a7bb
Add WebInspector as global
2016-06-29 09:46:16 -07:00
Kevin Sawicki
9922261f9e
Set browser env in specs
2016-06-29 09:46:16 -07:00
Kevin Sawicki
e94c066c03
change into spec directory before running standard
2016-06-29 09:46:15 -07:00
Kevin Sawicki
3090d1f85e
Upgrade to standard 7.1.2+
2016-06-29 09:46:15 -07:00
Kevin Sawicki
cde1254e29
Merge pull request #6282 from electron/cookie-set-failed-message
...
Mention setting cookie in failure message
2016-06-29 09:46:02 -07:00
Kevin Sawicki
8c52279531
Tweak cookie set failure message and add spec
2016-06-29 08:53:52 -07:00
Kevin Sawicki
2cf0843f82
Merge pull request #6281 from electron/cookies-http-only
...
Update key to be httpOnly instead of session
2016-06-29 08:46:37 -07:00
Kevin Sawicki
5b8c4f55e7
Update key to be httpOnly instead of session
2016-06-29 08:39:20 -07:00
Kevin Sawicki
42fe27b25b
Merge pull request #6288 from thompsonemerson/patch-4
...
word correction
2016-06-29 08:15:34 -07:00
Milan Burda
43eba3dada
Publish Windows PDBs to allow debugging without Symbol server
2016-06-29 16:58:56 +02:00
Emerson Thompson
68ef327c81
word correction
2016-06-29 11:15:52 -03:00
Plusb Preco
b73d90094f
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-29 22:34:51 +09:00
Kevin Sawicki
8155e71925
Merge pull request #6279 from electron/chrome-storage-return
...
Always call chrome.storage.*.get callback
2016-06-28 14:47:32 -07:00
Kevin Sawicki
d2d11ce8bd
Invoke callback instead of returning
2016-06-28 13:04:59 -07:00
Kevin Sawicki
2fe83bc5f0
Add failing spec for no specified storage keys
2016-06-28 13:01:51 -07:00
Kevin Sawicki
6081cba15d
Merge pull request #6269 from Draivin/master
...
Add chrome.storage.local
2016-06-28 12:44:45 -07:00
Kevin Sawicki
49bec9165c
Merge pull request #6278 from electron/ico-native-image-crash
...
Fix nativeImage.createFromPath for non-existent .ico
2016-06-28 12:41:48 -07:00
Kevin Sawicki
14df90fd19
Add spec for valid .ico file
2016-06-28 12:17:05 -07:00
Kevin Sawicki
8fb86e10fc
Add assert for non-existent .ico
2016-06-28 12:17:05 -07:00
Milan Burda
a886261518
Fix crash in ReadImageSkiaFromICO when CreateSkBitmapFromHICON fails
2016-06-28 12:17:05 -07:00
Daniel Pham
a47e30dd82
Merge pull request #6274 from thompsonemerson/patch-3
...
word correction
2016-06-28 09:43:29 -04:00
Daniel Pham
3dbe4a5c71
Merge pull request #6272 from thompsonemerson/patch-1
...
link correction
2016-06-28 09:43:06 -04:00
Daniel Pham
509fd3948c
Merge pull request #6273 from thompsonemerson/patch-2
...
link to the translation
2016-06-28 09:40:47 -04:00
Emerson Thompson
1551a96223
word correction
2016-06-28 09:43:10 -03:00
Emerson Thompson
8faf2f10e1
link to the translation
2016-06-28 09:38:02 -03:00
Emerson Thompson
918f25b76c
link correction
2016-06-28 09:22:53 -03:00
Ian Ornelas
d6ab353438
Add chrome.storage.local
2016-06-28 07:21:03 -03:00
Kevin Sawicki
b38eef066e
Merge pull request #6266 from thompsonemerson/patch-3
...
Translated: power-monitor.md
2016-06-27 16:58:42 -07:00
Emerson Thompson
393829b674
Translated: power-monitor.md
2016-06-27 20:48:58 -03:00
Kevin Sawicki
4d910618d0
Merge pull request #6265 from thompsonemerson/patch-2
...
broken link (404)
2016-06-27 16:28:07 -07:00
Kevin Sawicki
739334f521
Merge pull request #6263 from thompsonemerson/patch-1
...
Portuguese error - word "atualização"
2016-06-27 16:27:49 -07:00
Emerson Thompson
3da41e03aa
broken link (404)
...
Broken link (404) to DesktopCapturer
2016-06-27 20:27:09 -03:00
Emerson Thompson
e457207b20
Portuguese error
2016-06-27 20:19:46 -03:00
Cheng Zhao
4e747b56b0
Update docs-translations/zh-CN/api/shell.md
...
Close #6099 .
2016-06-26 13:36:05 +09:00
Cheng Zhao
7d38384bdd
Merge pull request #6244 from electron/frame-subscription-cleanup
...
Cleanup code of beginFrameSubscription
2016-06-26 04:27:06 +00:00
Cheng Zhao
090c8b89bb
spec: Make beginFrameSubscription test more reliable
2016-06-26 11:53:58 +09:00
Cheng Zhao
e1ad64013e
Cleanup code of beginFrameSubscription
2016-06-26 11:46:40 +09:00
Cheng Zhao
3d2ad0080d
Merge pull request #6164 from MaxWhere/master
...
beginFrameSubscription bugfix and improvement
2016-06-26 02:39:59 +00:00
Cheng Zhao
dd7cf3d7b1
Merge pull request #6238 from fdelayen/click-top-level-menu
...
Execute click handlers for top level menu items
2016-06-26 01:59:31 +00:00
Heilig Benedek
5118def724
damaged -> dirty rename, fixed misc issues, changed signature, updated docs and added tests
2016-06-25 18:23:40 +02:00
Florent Delayen
4d55175649
Execute click handlers for top level menu items
2016-06-25 16:51:43 +02:00
Cheng Zhao
04b30afbed
Merge pull request #6233 from electron/clipboard-bookmark-support
...
Add support for reading/writing bookmarks from the clipboard
2016-06-25 05:23:32 +00:00
Cheng Zhao
8a4c8eb305
Merge pull request #6226 from miniak/fix-uninitialized-member-var
...
Fix uninitialized member variable in CrashReporterWin
2016-06-25 01:18:19 +00:00
Kevin Sawicki
f90ef12814
read/writeBookmark is not implemented on Linux
2016-06-24 17:16:38 -07:00
Zeke Sikelianos
aee111bf2f
minor wording changes and tweaks
2016-06-24 15:59:30 -07:00
Kevin Sawicki
9479536bb8
Tweak return value description
2016-06-24 15:35:30 -07:00
Kevin Sawicki
5fbba2d27b
Add assertions for no available bookmark
2016-06-24 15:32:52 -07:00
Kevin Sawicki
6588b85ac9
Mention empty strings
2016-06-24 15:31:15 -07:00
Kevin Sawicki
30a628b46f
Remove unsupported type
2016-06-24 15:29:39 -07:00
Kevin Sawicki
a2ba778adc
Document clipboard bookmark support
2016-06-24 15:20:49 -07:00
Kevin Sawicki
9fab641ecb
Add missing rtf key
2016-06-24 15:17:31 -07:00
Kevin Sawicki
e802d0e4a0
Add bookmark key to clipboard.write
2016-06-24 15:14:28 -07:00
Kevin Sawicki
358bf1bf69
Add read/writeBookmark spec
2016-06-24 15:10:32 -07:00
Kevin Sawicki
271808b278
Support reading/writing bookmarks to clipboard
2016-06-24 15:08:12 -07:00
Kevin Sawicki
63e2ee8e10
Add link to Boolean
2016-06-24 12:45:22 -07:00
Kevin Sawicki
47504c5a53
Use more lists
2016-06-24 12:40:55 -07:00
Kevin Sawicki
5dd7bf67e7
Minor formatting and wording tweaks
2016-06-24 12:28:41 -07:00
Milan Burda
dfc2f3f0c6
Fix uninitialized member variable in CrashReporterWin
2016-06-24 18:30:38 +02:00
Zeke Sikelianos
6ea59803a8
Merge pull request #6221 from SudarAbisheck/master
...
Update quick-start.md
2016-06-23 23:08:23 -07:00
Cheng Zhao
0c53317eea
Merge pull request #6220 from electron/promise-in-main-process
...
Handle v8::MicrotasksScope in the main process
2016-06-24 06:07:28 +00:00
Sudar Abisheck
0e1caa5961
Update quick-start.md
...
Corrected the anchor text
2016-06-24 11:29:55 +05:30
Cheng Zhao
ee28f4fc32
Handle v8::MicrotasksScope in the main process
2016-06-24 14:45:31 +09:00
Cheng Zhao
5826a8f9a9
Merge pull request #6218 from electron/clean-up-callback-id
...
Remove callbackId when callback is removed from registry
2016-06-24 03:17:46 +00:00
Cheng Zhao
f792b6c752
Remove callbackId when callback is removed from registry
2016-06-24 11:22:48 +09:00
Cheng Zhao
38592aaef7
Add details to docs/styleguide.md
2016-06-24 10:45:37 +09:00
Cheng Zhao
552c9b7f0a
Merge pull request #6213 from electron/reset-search-paths
...
Reuse node's implementation of Module._nodeModulePaths
2016-06-24 00:26:33 +00:00
Cheng Zhao
eb55fba9f4
Merge pull request #6211 from electron/debugging-main-process-docs
...
Update debugging main process docs
2016-06-24 00:25:26 +00:00
Cheng Zhao
fa023842d3
Merge pull request #6111 from electron/docs-formatting
...
Docs formatting
2016-06-24 00:24:57 +00:00
Kevin Sawicki
bac4d51169
Reuse root path variable
2016-06-23 15:56:29 -07:00
Kevin Sawicki
905e9e9645
Include trailing separator in comparisons
2016-06-23 15:45:08 -07:00
Kevin Sawicki
c6906deef2
Add failing spec for trailing separator bug
2016-06-23 15:39:21 -07:00
Kevin Sawicki
b273b70eee
Filter existing search paths instead reimplementing
2016-06-23 15:27:45 -07:00
Kevin Sawicki
eed240be1c
Add specs for Module._nodeModulesPath
2016-06-23 15:20:14 -07:00
Kevin Sawicki
adc8c54a81
Minor formatting updates
2016-06-23 14:23:34 -07:00
Kevin Sawicki
eb8c1b1a50
Make update number message a note
2016-06-23 14:20:52 -07:00
Kevin Sawicki
5e389021eb
Use upstream node-pre-gyp
2016-06-23 14:19:23 -07:00
Zeke Sikelianos
3dcbbe9f20
remove parens from type
2016-06-23 14:13:03 -07:00
Zeke Sikelianos
cfebf7aa6b
fix list indentation
2016-06-23 10:36:16 -07:00
Cheng Zhao
d959ccb47c
Merge pull request #6201 from electron/did-fail-load
...
Do not emit did-fail-load for canceled requests
2016-06-23 11:55:39 +00:00
Cheng Zhao
ed6213e951
Do not emit did-fail-load for canceled requests
2016-06-23 20:32:19 +09:00
Cheng Zhao
a00c5e3363
Bump v1.2.5
2016-06-23 14:37:58 +09:00
Cheng Zhao
e70c622a70
Merge pull request #6190 from electron/default-label-and-accelerator
...
Add default label and accelerator for menu item roles
2016-06-23 05:34:10 +00:00
Cheng Zhao
19d8a366b3
Merge pull request #6180 from jhen0409/patch-4
...
Fix chrome.runtime.sendMessage
2016-06-23 04:58:30 +00:00
Cheng Zhao
6aef8f4fea
Merge pull request #6197 from electron/fix-api-call-yosemite
...
mac: Avoid calling setTitleVisibility for OS X 10.9
2016-06-23 04:49:11 +00:00
Cheng Zhao
d313639bbb
Merge pull request #6198 from electron/fix-session-protocol-test
...
Split the session.protocol test into multiple tests
2016-06-23 04:49:06 +00:00
Cheng Zhao
2893974c05
spec: Set mimeType for protocol's handler
2016-06-23 13:29:18 +09:00
Cheng Zhao
a04c0ce196
spec: Split the session.protocol test into multiple tests
2016-06-23 13:16:53 +09:00
Cheng Zhao
71ab69314c
spec: Put protocol registration in beforeEach
2016-06-23 13:11:19 +09:00
Cheng Zhao
6cfd078d19
Merge pull request #6174 from electron/session-docs-cleanup
...
docs: Separate Cookies and WebRequest classes in session.md
2016-06-23 04:05:18 +00:00
Cheng Zhao
7f3a296050
mac: Avoid calling setTitleVisibility for OS X 10.9
2016-06-23 13:00:14 +09:00
Cheng Zhao
74a2b77359
Merge pull request #6195 from electron/eagerly-require-protocol
...
Eagerly require protocol
2016-06-23 03:31:26 +00:00
Cheng Zhao
75972abc84
Merge pull request #6192 from electron/native-image-api-names
...
Upper case initialisms in nativeImage API
2016-06-23 03:06:42 +00:00
Cheng Zhao
7fa4a7889b
Update brightray for #6178
2016-06-23 12:05:10 +09:00
Kevin Sawicki
5a122b5ea0
Eagerly require protocol
2016-06-22 18:51:39 -07:00
Kevin Sawicki
c686997209
Ctrl -> Control for consistency
2016-06-22 16:56:45 -07:00
Jhen
233355ed09
Fix chrome.runtime.sendMessage
...
add a case of not provide extension-id: (message, responseCallback)
2016-06-23 07:40:15 +08:00
Cheng Zhao
293a1edc35
Merge pull request #6183 from joshaber/patch-1
...
Update external frameworks version
2016-06-22 23:33:30 +00:00
Kevin Sawicki
e9222583cb
toPng/toJpeg -> toPNG/toJPEG
2016-06-22 15:47:42 -07:00
Kevin Sawicki
813e528350
Update expected accelerator
2016-06-22 15:41:45 -07:00
Kevin Sawicki
6165908ba7
Incorporate review feedback
2016-06-22 15:26:17 -07:00
Kevin Sawicki
be642612c0
Export app before requiring modules
2016-06-22 15:21:45 -07:00
Kevin Sawicki
4dbdcad05e
Remove label/accelerators with role defaults
2016-06-22 14:37:16 -07:00
Kevin Sawicki
b7afe44a5c
Add assert for role with app name in label
2016-06-22 14:22:15 -07:00
Kevin Sawicki
ece319a687
🎨
2016-06-22 14:14:32 -07:00
Kevin Sawicki
58c1d38c96
Remove lint errors
2016-06-22 14:13:12 -07:00
Kevin Sawicki
c98f419bc8
Doc role defaults
2016-06-22 14:10:44 -07:00
Kevin Sawicki
5096d7835f
Add spec for default role label/accelerator
2016-06-22 14:07:46 -07:00
Kevin Sawicki
c6dc6a8905
Specify focused window to execute call
2016-06-22 14:02:31 -07:00
Kevin Sawicki
30e3a6ed83
Add app require
2016-06-22 13:59:49 -07:00
Kevin Sawicki
66f2fb2fe4
Add execute helper to roles file
2016-06-22 13:48:26 -07:00
Kevin Sawicki
653370974a
🎨 Sort roles alphabetically
2016-06-22 13:15:20 -07:00
Kevin Sawicki
c0562d16d5
Add more role defaults
2016-06-22 13:09:49 -07:00
Kevin Sawicki
888068b597
Add default help/window labels
2016-06-22 13:09:49 -07:00
Kevin Sawicki
566a407b36
Use default labels and accelerators
2016-06-22 13:09:49 -07:00
Kevin Sawicki
13a6d32ee9
Add default label/accelerator to role menu items
2016-06-22 13:09:48 -07:00
Kevin Sawicki
25b2724ab9
Add menu item role defaults
2016-06-22 13:09:48 -07:00
Kevin Sawicki
56b3478760
Merge pull request #6184 from electron/read-only-command-id
...
Make MenuItem.commandId read only
2016-06-22 13:09:16 -07:00
Kevin Sawicki
ad110fc806
Make commandId a read only property
2016-06-22 10:07:02 -07:00
Kevin Sawicki
90600ba653
Add failing spec for writeable command id
2016-06-22 10:06:54 -07:00
Josh Abernathy
bd74412501
Update external frameworks version
...
Bump to [1.1.0](https://github.com/electron/electron-frameworks/releases/tag/v1.1.0 ) which upgraded Squirrel.Mac.
2016-06-22 13:00:31 -04:00
Kevin Sawicki
c6db5f6baa
Merge pull request #6182 from electron/format-menu-item
...
Reformat MenuItem class
2016-06-22 10:00:01 -07:00
Kevin Sawicki
50a62429e4
Add back event param
2016-06-22 09:35:11 -07:00
Kevin Sawicki
4e8d4dfda9
Move click variable near this.click
2016-06-22 09:21:46 -07:00
Kevin Sawicki
38e1abc599
🎨 Destructure requires
2016-06-22 09:21:46 -07:00
Kevin Sawicki
51b8c0292c
Add spec for submenu type with no submenu
2016-06-22 09:21:46 -07:00
Kevin Sawicki
93cbe6539f
Add spec for invalid menu item type
2016-06-22 09:21:46 -07:00
Kevin Sawicki
ca57f8a391
Remove CoffeeScript class wrapper
2016-06-22 09:21:46 -07:00
Cheng Zhao
7274c69bc6
Merge pull request #6175 from miniak/content-protection
...
Add BrowserWindow.prototype.setContentProtection(enable)
2016-06-22 11:25:49 +00:00
Cheng Zhao
86e98950cc
Merge pull request #6173 from arifcakiroglu/patch-1
...
Update README.md
2016-06-22 10:31:36 +00:00
Milan Burda
c243cf0c0f
Add BrowserWindow.prototype.setContentProtection(enable)
2016-06-22 10:40:33 +02:00
Arif Çakıroğlu
7e7c085dc7
Update README.md
2016-06-22 11:02:14 +03:00
Cheng Zhao
1a74177e2d
docs: Separate Cookies and WebRequest classes in session.md
2016-06-22 16:34:58 +09:00
Cheng Zhao
fd40f3d344
Merge pull request #6172 from electron/session-setuseragent
...
Add Session.setUserAgent(userAgent[, acceptLanguages]) API
2016-06-22 07:34:10 +00:00
Arif Çakıroğlu
5a702e0153
Update README.md
...
add `electron-tr` community
2016-06-22 10:11:13 +03:00
Cheng Zhao
6f9c4766fc
Fix usages of global BrowserContext in App::ImportCertificate
2016-06-22 16:10:36 +09:00
Cheng Zhao
6b1df5838c
docs: ses.setUserAgent(userAgent[, acceptLanguages])
2016-06-22 16:05:38 +09:00
Cheng Zhao
01bc8305f8
Add ses.getUserAgent()/setUserAgent(...) APIs
2016-06-22 15:57:51 +09:00
Cheng Zhao
9c8e64f268
Cache the BrowserContext::GetUserAgent
2016-06-22 15:46:46 +09:00
Cheng Zhao
b0f04de50c
Do not force creating default session in C++
2016-06-22 15:41:56 +09:00
Zeke Sikelianos
271c39ceb3
OS X → macOS
2016-06-21 23:02:01 -07:00
Zeke Sikelianos
72403c1a8d
use consistent verb style
2016-06-21 22:56:51 -07:00
Zeke Sikelianos
90d1b9169f
prepositions are hard
2016-06-21 22:55:26 -07:00
Zeke Sikelianos
2a079b2e0a
wether → whether
2016-06-21 22:54:43 -07:00
Zeke Sikelianos
46c1ef60aa
restore headings in translated session docs
2016-06-21 22:54:43 -07:00
Zeke Sikelianos
0ff50650d2
document drop-files event type
2016-06-21 22:54:43 -07:00
Zeke Sikelianos
574e8974b6
undo heading changes to special-case session
2016-06-21 22:54:43 -07:00
Zeke Sikelianos
a82a2485d7
fix debugger event headings
2016-06-21 22:54:43 -07:00
Zeke Sikelianos
49fd3ff41b
document platform-specific arguments
2016-06-21 22:54:43 -07:00
Zeke Sikelianos
74e0535659
use unformatted raw code examples in styleguide
2016-06-21 22:54:43 -07:00
Zeke Sikelianos
0d481aaeb8
📝 use h3 headings for events and methods, per the styleguide
2016-06-21 22:54:43 -07:00
Cheng Zhao
40c195cf5c
Merge pull request #6171 from electron/maximize/minimize
...
mac: Fix maximize/unmaximize event emitted before window is maximized
2016-06-22 05:26:27 +00:00
Cheng Zhao
8ffd069689
mac: Fix maximize/unmaximize event emitted before window is maximized
2016-06-22 14:06:54 +09:00
Cheng Zhao
a5976055bf
Merge pull request #6170 from electron/click-event
...
Add "event" parameter for "click" handler of MenuItem
2016-06-22 05:06:25 +00:00
Cheng Zhao
90b64504fc
spec: Fix failing tests of Menu
2016-06-22 13:36:10 +09:00
Cheng Zhao
62d0dbea5a
docs: Reformat the menu-item.md
2016-06-22 13:23:07 +09:00
Cheng Zhao
8d08e215b2
Add "event" parameter for "click" handler of MenuItem
2016-06-22 11:22:14 +09:00
Cheng Zhao
e6327fb015
Add EventEmitter::CreateEventFromFlags
2016-06-22 11:00:45 +09:00
Cheng Zhao
08a1e92650
Bump v1.2.4
2016-06-22 10:26:54 +09:00
Cheng Zhao
4e811fc377
Merge pull request #6169 from electron/map-roles-by-command-id
...
Map roles by command id instead of index
2016-06-22 01:24:20 +00:00
Cheng Zhao
c0aebc9d4f
Merge pull request #6168 from electron/forward-delete
...
Support forward delete menu item accelerator
2016-06-22 01:12:10 +00:00
Cheng Zhao
85c163e58a
Merge pull request #6166 from electron/fullscreen-role
...
Add togglefullscreen menu item role
2016-06-22 00:58:39 +00:00
Kevin Sawicki
812dea9a8b
Add comment about map key/values
2016-06-21 15:28:02 -07:00
Kevin Sawicki
583cc925ac
Map roles by command id
2016-06-21 15:25:14 -07:00
Kevin Sawicki
9486df1303
Add delete accelerator to delete menu
2016-06-21 12:38:44 -07:00
Kevin Sawicki
738edb650d
Make NSDeleteFunctionKey to NSDeleteCharacter
2016-06-21 12:33:02 -07:00
Kevin Sawicki
3505e98a46
Access function in methodInBrowserWindow
2016-06-21 10:08:30 -07:00
Kevin Sawicki
35097b244e
Doc togglefullscreen menu item role
2016-06-21 09:43:29 -07:00
Kevin Sawicki
dcd832e88c
🎨
2016-06-21 09:38:35 -07:00
Kevin Sawicki
3cdf36c536
Use togglefullscreen role
2016-06-21 09:34:41 -07:00
Kevin Sawicki
2536e62fb0
Add togglefullscreen role selector
2016-06-21 09:34:29 -07:00
Kevin Sawicki
e3e1ed41ca
Add togglefullscreen role
2016-06-21 09:31:17 -07:00
Kevin Sawicki
59ff3dc2f3
Merge pull request #6154 from electron/quit-role
...
Add quit menu item role
2016-06-21 09:20:22 -07:00
Kevin Sawicki
fbfac6d49b
Fix lint errors
2016-06-21 09:08:13 -07:00
Kevin Sawicki
395c372702
Document quit role
2016-06-21 09:08:13 -07:00
Kevin Sawicki
32ea5a5e27
Remove CoffeeScript ref variables
2016-06-21 09:08:13 -07:00
Kevin Sawicki
2d8ec60eed
Use const/let instead of var
2016-06-21 09:08:13 -07:00
Kevin Sawicki
11ba7eaa91
Add File > Exit menu on Windows
2016-06-21 09:08:13 -07:00
Kevin Sawicki
7a6436014e
Use quit role
2016-06-21 09:08:13 -07:00
Kevin Sawicki
67f7b4d4c5
Map quit role to terminate selector
2016-06-21 09:08:13 -07:00
Kevin Sawicki
a16d907684
Add quit role
2016-06-21 09:08:12 -07:00
Heilig Benedek
3c92825e2a
Fix init list order
2016-06-21 14:32:22 +02:00
Heilig Benedek
712141f153
Updated docs for beginFrameSubscription
2016-06-21 13:35:30 +02:00
Cheng Zhao
f45e6c6c38
Merge pull request #6161 from electron/refresh-menu-bar-color
...
Update menubar color when theme changes
2016-06-21 09:34:55 +00:00
Cheng Zhao
aca37c8974
Update menubar color when theme changes
2016-06-21 18:05:01 +09:00
Cheng Zhao
816b2ea8f2
linux: Disable parent window when showing modal dialogs ( #6160 )
2016-06-21 08:54:55 +00:00
Cheng Zhao
00f5fa440d
Merge pull request #6159 from electron/tray-get-bounds
2016-06-21 16:38:03 +09:00
Cheng Zhao
9d63199c37
docs: Make tray.md follow docs style guide
2016-06-21 16:20:33 +09:00
Cheng Zhao
11f242a241
docs: Tray.getBounds()
2016-06-21 16:13:50 +09:00
Cheng Zhao
324153d394
win: Use DIP rect for tray icon's bounds
2016-06-21 16:05:28 +09:00
Cheng Zhao
886ef1717c
win: Implement tray.getBounds() API
2016-06-21 15:49:22 +09:00
Cheng Zhao
db98e256f2
mac: Add tray.getBounds() API
2016-06-21 15:40:30 +09:00
Cheng Zhao
9993aab5b1
Update brightray for electron/brightray#228
2016-06-21 12:24:25 +09:00
Kevin Sawicki
8a9f2261d0
Add default error handler to remote promises ( #6151 )
...
* Add failing spec for unhandled main process exception
* Remove unused return
* Use let/const instead of var
* Add spec for unhandled rejection in renderer process
* Prevent unhandled rejection defaul
* Use once instead of on
* Add default fulfilled/rejection handler to promise
2016-06-21 00:54:15 +00:00
Charlie Hess
74321dce74
Add systemPreferences.subscribeLocalNotification. ( #6150 )
2016-06-21 00:48:42 +00:00
Heilig Benedek
3529f8a40a
Frame subscriber bugfix + added only_damaged option
2016-06-21 02:42:00 +02:00
Heilig Benedek
a35915ee9f
Merge pull request #11 from electron/master
...
update as upstream
2016-06-21 00:08:48 +02:00
Cheng Zhao
1837a938a1
Merge pull request #6147 from electron/open-item-in-folder
...
mac: Convert path to absolute path in ShowItemInFolder
2016-06-20 13:03:16 +00:00
Cheng Zhao
c9d5c4e45c
mac: Convert path to absolute path in ShowItemInFolder
2016-06-20 21:14:17 +09:00
Cheng Zhao
b87cf3771b
Merge pull request #6145 from electron/app-indicator-id
...
Use fixed ID for app indicators
2016-06-20 08:50:16 +00:00
Cheng Zhao
5e459b057e
Use fixed ID for app indicators
2016-06-20 17:35:45 +09:00
Cheng Zhao
6bd1a2dec6
Merge pull request #6144 from electron/crash-release-renderer
...
Avoid calling Environment::GetCurrent for unjected contexts
2016-06-20 08:09:42 +00:00
Cheng Zhao
a3dd6c635f
Avoid calling Environment::GetCurrent for unjected contexts
...
It seems to cause crashes when it is called for contexts that do not
have node integrations.
2016-06-20 16:51:42 +09:00
Cheng Zhao
3428874907
Merge pull request #6140 from electron/parent
...
Add support for child windows
2016-06-20 07:27:05 +00:00
Cheng Zhao
f7a9b1ae04
docs: modal window is greatly simplified
2016-06-20 16:00:38 +09:00
Cheng Zhao
5674e8d114
Only define enable/disable API for views
2016-06-20 15:44:50 +09:00
Cheng Zhao
e33e4be257
macOS: Use sheet window as modal window
2016-06-20 14:49:24 +09:00
Cheng Zhao
1866dbe608
Move disable counter to NativeWindow from api::Window
2016-06-20 11:48:46 +09:00
Cheng Zhao
946d246aea
docs: Parent and child windows
2016-06-20 11:21:34 +09:00
Cheng Zhao
02acce8991
linux: Make modal dialog show more smoothly
2016-06-20 11:16:41 +09:00
Cheng Zhao
9aa7291627
linux: Implement win.disable/enable/isEnabled() API
2016-06-20 11:16:41 +09:00
Cheng Zhao
074903ca33
Do not emit "unresponsive" when there is modal dialog
2016-06-20 11:16:41 +09:00
Cheng Zhao
f4bec78ccb
linux: Implement win.setParentWindow(parent)
2016-06-20 11:16:41 +09:00
Cheng Zhao
4c3c4437da
win: Implement win.disable/enable/isEnabled() API
2016-06-20 11:16:41 +09:00
Cheng Zhao
a6c4bf098b
spec: Avoid calling setParentWindow for unrelated tests
2016-06-20 11:16:41 +09:00
Cheng Zhao
85ba382027
Add "parent" option for BrowserWindow
2016-06-20 11:16:41 +09:00
Cheng Zhao
473413e874
views: Initial implementation of win.setParentWindow(parent)
...
But it doesn't work, aparrently Chromium doesn't support changing
parent window dynamically on desktop.
2016-06-20 11:16:41 +09:00
Cheng Zhao
f2cbd7cb36
mac: Add win.beginSheet(sheet)/endSheet(sheet) API
2016-06-20 11:16:41 +09:00
Cheng Zhao
2c5f4aadfb
spec: Test cases for win.setModal(modal)
2016-06-20 11:16:41 +09:00
Cheng Zhao
1104dded24
Handle multiple modal windows correctly
2016-06-20 11:16:41 +09:00
Cheng Zhao
3f34f80433
Add win.setModal(modal) API
2016-06-20 11:16:41 +09:00
Cheng Zhao
1a4b4a65c9
mac: Add win.disable/enable/isEnabled() API
2016-06-20 11:16:41 +09:00
Cheng Zhao
214dd97165
spec: Test cases for parent window
2016-06-20 11:16:41 +09:00
Cheng Zhao
6cef29e4ee
Add win.getChildWindows() API
2016-06-20 11:16:41 +09:00
Cheng Zhao
22513efd55
Add win.getParentWindow() API
2016-06-20 11:16:41 +09:00
Cheng Zhao
fb7e7b315c
mac: Close all child windows before closing current window
2016-06-20 11:16:41 +09:00
Cheng Zhao
fd42e3dc84
mac: Add win.setParentWindow(parent) API
2016-06-20 11:16:41 +09:00
Cheng Zhao
e4d30ccfc3
spec: Suppress isCI test on CI
2016-06-20 11:16:17 +09:00
Cheng Zhao
a87fe61f3a
Merge branch 'preco21-korean-docs-8'
2016-06-20 09:48:25 +09:00
Cheng Zhao
c44a6ad8b8
Merge pull request #6135 from blainesch/patch-1
...
Add copy/pasta example for system preferences.
2016-06-20 00:34:40 +00:00
Cheng Zhao
b4232d9230
Merge pull request #6128 from gerhardberger/webview-size-issue
...
Fixes transformed webview size
2016-06-20 00:13:30 +00:00
Plusb Preco
08782e319a
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-20 03:23:36 +09:00
Plusb Preco
4c5fd1bf14
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-20 02:18:51 +09:00
Machisté N. Quintana
786863a88f
Merge pull request #6136 from MarshallOfSound/master
...
Fix typo in DevTools Extensions tutorial
2016-06-19 09:56:22 -07:00
Samuel Attard
ea38916c27
Fix typo in DevTools Extensions tutorial
2016-06-20 02:24:00 +10:00
Blaine Schmeisser
c75f3a8b5e
Add copy/pasta example for system preferences.
...
Most of the other api docs have one example of where to find the module in a copy/paste format. This pull request adds one for the system preferences.
2016-06-19 08:53:34 -07:00
Cheng Zhao
c4c768ea8c
Merge pull request #6134 from electron/chrome-51.0.2704.103
...
Update to Chrome 51.0.2704.103
2016-06-19 12:32:56 +00:00
Cheng Zhao
b74522d9f3
Merge pull request #6130 from rahatarmanahmed/fix-renderer-stdout
...
🐛 Don't load 'repl' unless needed
2016-06-19 12:32:06 +00:00
Cheng Zhao
ce2199d96a
Update to Chrome 51.0.2704.103
2016-06-19 21:09:29 +09:00
Cheng Zhao
6d6f0cae62
Pyhton => Python, close #6126
2016-06-19 20:55:26 +09:00
Cheng Zhao
6f4899bd94
Merge pull request #6068 from electron/redispatch-events
...
Redispatch events to handle native OSX shortcuts
2016-06-19 11:22:02 +00:00
Cheng Zhao
d3bf400d56
Use class extension to avoid type conversion
2016-06-19 20:16:19 +09:00
Cheng Zhao
31d619f748
Merge pull request #6115 from electron/load-extension-when-added
...
Call loadExtension from addDevToolsExtension
2016-06-19 10:55:45 +00:00
Cheng Zhao
78193a0608
Merge pull request #6125 from leo/master
...
Replace "Mac OS" and "OS X" with "macOS"
2016-06-19 10:53:43 +00:00
Cheng Zhao
7c2c0ce709
Merge pull request #6105 from zephyrzoom/master
...
Update electron-faq.md
2016-06-19 10:11:32 +00:00
Rahat Ahmed
3c7c584444
🐛 Don't load 'repl' unless needed
...
Git bisect revealed that process.stdout failed to initiate (and was replaced with a write stream that does nothing) when the 'repl' module was loaded. This commit moves `require('repl')` so that it is only loaded when the --interactive flag is present.
Fixes #5051
2016-06-19 02:34:48 -05:00
gellert
3d010a8988
fixes transformed webview size
2016-06-19 00:41:42 +02:00
Leonard Lamprecht
511bf83fe7
Improved wording
2016-06-18 15:28:22 +02:00
Leonard Lamprecht
67dd19ed0f
Replace OS X and Mac OS with macOS
2016-06-18 15:26:26 +02:00
Kevin Sawicki
754c4654d4
Add back window check
2016-06-17 16:23:54 -07:00
Kevin Sawicki
52350b5e35
Merge pull request #6116 from electron/extensions-app-ready
...
Mark which APIs are unavailable before app ready
2016-06-17 15:11:10 -07:00
Kevin Sawicki
6709e3c338
Mark which APIs are unavailable before app ready
2016-06-17 15:06:59 -07:00
Kevin Sawicki
df22082110
Call loadExtension from addDevToolsExtension
2016-06-17 14:53:51 -07:00
Kevin Sawicki
9afff89748
Merge pull request #6110 from electron/dan/iss6109
...
Fix context menus selecting first item by default.
2016-06-17 14:06:09 -07:00
Daniel Pham
a8a6f6f856
🍎 Fix context menus selecting first item by default.
2016-06-17 17:03:15 -04:00
Kevin Sawicki
c9fdd52f7e
Upgrade brightray
2016-06-17 11:38:39 -07:00
Kevin Sawicki
13e554ab11
🎨
2016-06-17 11:32:56 -07:00
Kevin Sawicki
711c3abaeb
Remove isKindOfClass check
2016-06-17 11:13:28 -07:00
Kevin Sawicki
0e65977a3c
Use EventDispatchingWindow from brightray
2016-06-17 11:11:50 -07:00
Kevin Sawicki
3bc4f188ef
Handle redispatch in devtools undocked windows
2016-06-17 10:27:53 -07:00
Kevin Sawicki
e0f06d582d
Remove unneeded method declaration
2016-06-17 10:02:35 -07:00
Kevin Sawicki
1e73d48198
🎨
2016-06-17 09:13:00 -07:00
Kevin Sawicki
02abda4be8
Use isKindOfClass
2016-06-17 09:13:00 -07:00
Kevin Sawicki
b80f20912f
Remove unused property
2016-06-17 09:12:59 -07:00
Kevin Sawicki
1762599df0
Remove unused variable
2016-06-17 09:12:59 -07:00
Kevin Sawicki
a2bbfea9e0
Redispatch events to handle native shortcuts
2016-06-17 09:12:59 -07:00
Kevin Sawicki
785ae8daef
Merge pull request #6106 from mjudd/master
...
📝 Fix minor text issues.
2016-06-17 08:58:16 -07:00
Mark Judd
bf6133d61f
📝 Fix minor text issues.
2016-06-17 11:45:12 -04:00
707
ab41965124
Update electron-faq.md
2016-06-17 23:00:26 +08:00
Cheng Zhao
66fe1e48e8
Merge pull request #6095 from electron/protocol-ready-bug
...
Setup protocol after ready has already fired
2016-06-17 03:40:46 +00:00
Cheng Zhao
57ed682e34
Merge pull request #6091 from electron/icon-progress-crash
...
Fix crash setting progress after setting dock icon
2016-06-17 03:29:49 +00:00
Cheng Zhao
9a22aba308
Merge pull request #6090 from electron/web-navigation-api
...
Add webNavigation APIs to background pages
2016-06-17 03:21:16 +00:00
Cheng Zhao
0ccf49f7b8
Merge pull request #6097 from electron/should-set-tittle
...
Use the setTitleVisibility to control tittlebar's visibility
2016-06-17 03:21:04 +00:00
Cheng Zhao
6b20d6c189
Don't change the behavior of transparent window
2016-06-17 11:02:37 +09:00
Cheng Zhao
9eea973d31
Use the setTitleVisibility to control tittlebar's visibility
2016-06-17 10:54:50 +09:00
Cheng Zhao
d2a831aea5
Merge pull request #6089 from brave/window-menu
...
set the title for hidden and hidden-inset windows so they show up in …
2016-06-17 00:49:51 +00:00
Cheng Zhao
1a70fd8efe
Merge pull request #6087 from electron/public-app-menu-getter
...
Make Menu.getApplicationMenu() public
2016-06-17 00:40:14 +00:00
Cheng Zhao
245f9cdd7d
Merge pull request #6076 from electron/build-from-source
...
Update the using-native-node-modules.md
2016-06-17 00:21:57 +00:00
Kevin Sawicki
802fca28f7
Setup protocol after ready has already fired
2016-06-16 16:23:08 -07:00
Kevin Sawicki
a6e3eeee2d
Merge pull request #6092 from electron/doc-typos
...
Minor doc typo fixes
2016-06-16 15:27:59 -07:00
Kevin Sawicki
a3b933f1f8
Fence block as yml
2016-06-16 15:26:58 -07:00
Kevin Sawicki
094098b571
Correct typos in docs
2016-06-16 15:19:38 -07:00
Kevin Sawicki
b6f87574ee
Reset icon and clear progress bar
2016-06-16 15:01:37 -07:00
Kevin Sawicki
5f0238ebf4
Add subview whenever content view is empty
2016-06-16 14:57:23 -07:00
Kevin Sawicki
52525ef6bc
Add failing spec for icon progress crash
2016-06-16 14:57:07 -07:00
bridiver
2094b39460
set the title for hidden and hidden-inset windows so they show up in the window menu list
...
fixes #6088
2016-06-16 13:12:53 -07:00
Machisté N. Quintana
296d49dc56
Make Menu.getApplicationMenu() public
...
Closes https://github.com/electron/electron/issues/6085
2016-06-16 12:43:01 -07:00
Kevin Sawicki
65abaee299
Forward will/did navigate events to extensions
2016-06-16 12:07:59 -07:00
Kevin Sawicki
64ae5cf5a1
Merge pull request #6084 from wolfgang42/master
...
Fix typo: 'arugments'
2016-06-16 10:46:58 -07:00
Wolfgang
b349c381fa
🎨 Fix typo: 'arugments'
2016-06-16 13:41:45 -04:00
Kevin Sawicki
567622c126
Drop unneeded .js extensions
2016-06-16 09:52:14 -07:00
Kevin Sawicki
3aecb11094
Extract Event clas to own file
2016-06-16 09:51:54 -07:00
Kevin Sawicki
7f9fa92e2d
Add chrome.webNavigation stubs
2016-06-16 09:46:26 -07:00
Cheng Zhao
611791ea30
Update the using-native-node-modules.md
2016-06-16 17:10:57 +09:00
Cheng Zhao
58bce74255
Merge pull request #6071 from banyudu/patch-2
...
DocFixit: fix spell error
2016-06-16 05:19:26 +00:00
Cheng Zhao
0630b2d519
Merge pull request #6070 from banyudu/patch-1
...
DocFixit: fix spell error
2016-06-16 05:19:13 +00:00
Cheng Zhao
553341db87
Bump v1.2.3
2016-06-16 12:38:00 +09:00
Cheng Zhao
59fc30e6ae
Merge pull request #6073 from electron/protocol-crash
...
Make api::Protocol thread safe
2016-06-16 03:35:37 +00:00
Cheng Zhao
9e947d3973
Merge pull request #6072 from electron/fix-crash-windows
...
Work around a compiler bug that crashes on Windows
2016-06-16 03:09:37 +00:00
Cheng Zhao
335cd8779c
spec: Correctly cleanup the protocol test
2016-06-16 11:09:52 +09:00
Cheng Zhao
fe0e17d1c3
Make api::Protocol thread safe
2016-06-16 11:09:52 +09:00
Cheng Zhao
659384383e
Avoid storing JobFactory in BrowserContext
...
JobFactory should always be created and accessed in IO thread.
2016-06-16 11:09:51 +09:00
Cheng Zhao
9372d4df32
Make sure BrowserContext is deleted after Protocol
2016-06-16 11:09:51 +09:00
Cheng Zhao
bb10551d23
Work around a compiler bug that crashes on Windows
2016-06-16 10:55:25 +09:00
Yudu Ban
17a4b61d54
fix spell error
2016-06-16 09:32:58 +08:00
Yudu Ban
d014f7fc76
fix spell error
2016-06-16 09:31:10 +08:00
Kevin Sawicki
9267004b53
Merge pull request #6052 from electron/doc-entitlements
...
Document entitlements needed for dialog APIs
2016-06-15 11:14:00 -07:00
Kevin Sawicki
2d6986d270
Merge pull request #6061 from zephyrzoom/master
...
Update online-offline-events.md
2016-06-15 11:11:30 -07:00
707
6567b4c8bf
Update online-offline-events.md
...
漏掉了一个字
2016-06-15 19:30:02 +08:00
Cheng Zhao
efa667fa0a
Merge pull request #6035 from electron/content-scripts-in-web-views
...
Load content scripts in webview devtools
2016-06-15 07:26:27 +00:00
Cheng Zhao
0615fbda84
Merge pull request #6053 from electron/flash-docs
...
Improve the docs on loading flash plugin
2016-06-15 01:31:32 +00:00
Cheng Zhao
e6ba0ac52a
Merge pull request #6049 from electron/sys-executable
...
Include sys.executable in build libchromiumcontent args
2016-06-15 01:06:38 +00:00
Cheng Zhao
be90e2e9ff
Improve the docs on loading flash plugin
2016-06-15 09:41:47 +09:00
Kevin Sawicki
ae6ffa6d5e
unkown -> unknown
2016-06-14 15:47:33 -07:00
Kevin Sawicki
4e89656538
🎨
2016-06-14 15:47:33 -07:00
Kevin Sawicki
bf791c110f
Tweak type check to consider windows and webviews
2016-06-14 15:47:33 -07:00
Kevin Sawicki
85517a1eea
Add 2 spaces before comment
2016-06-14 15:47:33 -07:00
Kevin Sawicki
ee09c7534a
Only add extensions to windows and webviews
2016-06-14 15:47:33 -07:00
Kevin Sawicki
f29801ad2b
Add background page web contents type
2016-06-14 15:47:33 -07:00
Kevin Sawicki
ee0bab6389
Specify type instead of isGuest
2016-06-14 15:47:33 -07:00
Kevin Sawicki
c7b2545b1b
Use web contents type enum and add converter
2016-06-14 15:47:32 -07:00
Kevin Sawicki
fc2b5eebc0
Remove unused includes
2016-06-14 15:47:32 -07:00
Kevin Sawicki
f25c1f864b
Use RenderProcessPreferences for non-remote web contents
2016-06-14 15:47:32 -07:00
Kevin Sawicki
5c5fb0e39e
Tweak documentation link
2016-06-14 15:24:05 -07:00
Kevin Sawicki
bfde8b02bb
Drop the certain
2016-06-14 15:22:12 -07:00
Kevin Sawicki
54d1647a5c
Mention dialog entitlements
2016-06-14 15:20:29 -07:00
Kevin Sawicki
45a9b0e0a5
Include sys.executable in build libchromiumcontent args
2016-06-14 11:49:54 -07:00
Kevin Sawicki
9223019af8
Merge pull request #6043 from JimiC/patch-1
...
Improved test exit
2016-06-14 10:07:57 -07:00
Jimi (Dimitris) Charalampidis
8121f913ca
Improving test exit
...
Test should always exit (app.stop()) either on success or failure.
2016-06-14 16:36:54 +03:00
Cheng Zhao
12a35a05c6
Merge pull request #6038 from electron/check-alert
...
Fix exception in alert for inavlid parameter
2016-06-14 06:36:00 +00:00
Cheng Zhao
18a38dbfc1
Fix exception in alert for inavlid parameter
2016-06-14 15:22:01 +09:00
Cheng Zhao
b0f3443d72
Merge pull request #6037 from electron/auto-updater-wait
...
Use "--processStartAndWait" when launching Update.exe
2016-06-14 05:59:40 +00:00
Cheng Zhao
3f2c3e0448
Wait for current app to quit before launching new app
2016-06-14 14:31:41 +09:00
Cheng Zhao
f4c10060af
Update brightray for #4261
2016-06-14 13:40:37 +09:00
Cheng Zhao
ae22980ee3
Merge pull request #6030 from electron/repl-error-on-windows
...
Log error when repling on Windows
2016-06-13 23:43:51 +00:00
Cheng Zhao
af722cc104
Merge pull request #6029 from electron/web-contents-created-app-api
...
Add web-contents-created event to app
2016-06-13 23:31:47 +00:00
Cheng Zhao
fcc7dc774a
Merge pull request #6026 from electron/ready-to-show
...
Add "ready-to-show" event and docs on showing window gracefully
2016-06-13 23:24:14 +00:00
Kevin Sawicki
82d0d06d61
Log error when repling on Windows
2016-06-13 09:46:33 -07:00
Kevin Sawicki
f67e2043c8
Add back options param
2016-06-13 09:06:42 -07:00
Kevin Sawicki
d160be5daa
Add web-contents-created event spec
2016-06-13 09:05:04 -07:00
Kevin Sawicki
88a81ef946
Doc web-contents-created
2016-06-13 09:01:06 -07:00
Kevin Sawicki
56001b481e
Emit web-contents-created on app
2016-06-13 08:59:57 -07:00
Kevin Sawicki
c422613169
Merge pull request #6027 from Kushagra8888/patch-2
...
remove extraneous 'not'
2016-06-13 08:54:55 -07:00
Kushagra Sharma
61c0981ac7
remove extraneous 'not'
...
[ci skip]
2016-06-13 20:14:42 +05:30
Plusb Preco
e4cc55f86c
📝 Add missing changes
...
[ci skip]
2016-06-13 22:20:49 +09:00
Cheng Zhao
fc09c98bec
Use once for 'ready-to-show'
2016-06-13 22:19:44 +09:00
Cheng Zhao
f7f86160c1
Only do the trick when window is hidden
2016-06-13 22:18:57 +09:00
Cheng Zhao
8a50a1b9d3
docs: Showing window gracefully
2016-06-13 22:11:40 +09:00
Cheng Zhao
4d65af3c60
Add ready-to-show event
2016-06-13 21:20:16 +09:00
Cheng Zhao
2dc453b4be
Merge pull request #6023 from electron/ignore-focus
...
Add focusable option
2016-06-13 09:17:55 +00:00
Cheng Zhao
d92570a04b
Merge pull request #6022 from tjctw/patch-1
...
Update mac-app-store-submission-guide.md
2016-06-13 08:53:55 +00:00
Cheng Zhao
e284deb7e1
docs: The side effect of focusable: false on Linux
2016-06-13 17:53:08 +09:00
Cheng Zhao
50f1837097
On Windows focusable: false also means skipTaskbar: true
2016-06-13 17:24:45 +09:00
Cheng Zhao
8eca728e0a
Add focusable option
2016-06-13 17:10:28 +09:00
TJC
f255bb1b04
Update mac-app-store-submission-guide.md
...
typo
2016-06-13 16:07:35 +08:00
Cheng Zhao
5aecd10502
docs: Document the behavior of win.setIgnoreFocus on OS X
2016-06-13 16:40:02 +09:00
Cheng Zhao
ce00f4a273
Merge pull request #6013 from miniak/setIgnoreFocus
...
Add BrowserWindow.prototype.setIgnoreFocus
2016-06-13 07:18:10 +00:00
Cheng Zhao
927436de1a
Merge pull request #6019 from preco21/korean-docs-7
...
docs: Update Korean docs as upstream
2016-06-13 06:43:41 +00:00
Cheng Zhao
04479b40a7
Merge pull request #6012 from miniak/menu-item-roles
...
Document 'zoom' role + add missing menu items (Delete / Paste and Match Style / Zoom)
2016-06-13 06:21:53 +00:00
Cheng Zhao
33a69fe50b
Merge pull request #6008 from develar/patch-1
...
Add info about electron-builder to build windows installer
2016-06-13 06:16:53 +00:00
Plusb Preco
951aa72847
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-13 12:19:37 +09:00
Cheng Zhao
4f1f0add27
docs: Reword the requirement of setApplication Menu
2016-06-13 10:52:12 +09:00
Cheng Zhao
9b566d8a40
Merge pull request #5999 from greggman/update-menu-docs-1
...
Document Menu.setApplicationMenu from main process
2016-06-13 01:42:47 +00:00
Cheng Zhao
8fe5dd22b2
Merge pull request #6018 from electron/string-map
...
Cleanup code for autoUpdater
2016-06-13 01:02:53 +00:00
Cheng Zhao
853d7b1b79
Merge pull request #5965 from electron/installed-extension-api
...
Add BrowserWindow.getDevToolsExtensions API
2016-06-13 00:45:58 +00:00
Cheng Zhao
26c4fc34cb
Reset SQRLUpdater when setFeedURL is called
2016-06-13 09:41:14 +09:00
Cheng Zhao
a3786f66c9
Do not add JS wrapper for setFeedURL
...
When possible we should avoid adding wrappers in JS, it usually makes
code more difficult to mantain
2016-06-13 09:38:47 +09:00
Cheng Zhao
e2442fb052
Move converter for std::map to native_mate
2016-06-13 09:27:13 +09:00
Cheng Zhao
85379e3148
Merge pull request #5879 from miniak/autoUpdater
...
Add optional requestHeaders argument to autoUpdater.setFeedURL
2016-06-13 00:17:24 +00:00
Plusb Preco
68e99be9f6
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-13 03:42:26 +09:00
Plusb Preco
bab8f6f60f
📝 Update Korean docs as upstream
...
* Small fixes
[ci skip]
2016-06-13 03:28:11 +09:00
Milan Burda
7a1d1ee0ea
Add BrowserWindow.prototype.setIgnoreFocus
2016-06-12 20:20:57 +02:00
Plusb Preco
6176f65759
📝 Fix grammatical issue
...
[ci skip]
2016-06-13 02:51:47 +09:00
Plusb Preco
3ebf0fd335
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-13 02:40:39 +09:00
Plusb Preco
d73d803a57
📝 Small fixes
...
[ci skip]
2016-06-13 02:28:25 +09:00
Milan Burda
f5699ad3a6
Document 'zoom' role + add missing menu items (Delete / Paste and Match Style / Zoom)
2016-06-12 19:21:52 +02:00
Milan Burda
c89d8b19b6
Add optional requestHeaders argument to autoUpdater.setFeedURL + allow calling mulitple times
2016-06-12 12:46:16 +02:00
Vladimir Krivosheev
109596501c
Add info about electron-builder to build windows installer
2016-06-12 10:48:50 +02:00
Heilig Benedek
70aa706524
Merge pull request #10 from electron/master
...
update as upstream
2016-06-11 13:43:25 +02:00
Greggman
19c9170d6c
Document Menu.setApplicationMenu from main process
...
You can't call Menu.setApplicationMenu until the app is ready.
[ci skip]
2016-06-11 14:09:53 +09:00
Jessica Lord
c68ca16148
Merge pull request #5974 from electron/chrome-storage-sync
...
Add chrome.storage.sync and chrome.storage.get APIs
2016-06-10 12:20:03 -07:00
Kevin Sawicki
88b62a33ab
Merge pull request #5989 from electron/dan-remove-node-version-file
...
Bump .node-version file
2016-06-10 11:23:25 -07:00
Daniel Pham
47350bba8f
⬆️ node@6.1.0
2016-06-10 14:19:42 -04:00
Kevin Sawicki
4ab6429f1d
Merge pull request #5986 from electron/doc-requires
...
Access remote from electron require
2016-06-10 10:27:57 -07:00
Kevin Sawicki
5e88abed7e
Access remote from electron require in translated doc
2016-06-10 10:27:25 -07:00
Kevin Sawicki
9438ba3aaf
Access remote from electron require
2016-06-10 10:24:35 -07:00
Jessica Lord
39e6081a00
🔥 line
2016-06-10 09:59:47 -07:00
Kevin Sawicki
f9b7033f43
Fix typo in example
2016-06-10 09:34:34 -07:00
Kevin Sawicki
2804272c7d
Doc getDevToolsExtensions
2016-06-10 09:29:26 -07:00
Kevin Sawicki
1f245d5ff6
Add getDevToolsExtensions API
2016-06-10 09:26:38 -07:00
Kevin Sawicki
091682a039
Doc BrowserWindow.isDevToolsExtensionInstalled
2016-06-10 09:24:04 -07:00
Kevin Sawicki
0a26075699
Add BrowserWindow.isDevToolsExtensionInstalled API
2016-06-10 09:24:04 -07:00
Cheng Zhao
e824603f37
Merge pull request #5979 from cyberkatze/patch-7
...
fixed errors in text
2016-06-10 12:22:04 +00:00
Cheng Zhao
39b918fbfe
Merge pull request #5978 from cyberkatze/patch-6
...
fixed errors in text
2016-06-10 12:21:58 +00:00
Cheng Zhao
0cbcc6db39
Merge pull request #5977 from cyberkatze/patch-5
...
fixed errors in text
2016-06-10 12:21:49 +00:00
Cheng Zhao
90a1b45135
Merge pull request #5975 from electron/disable-only-specs-on-ci
...
Log and exit when calling only in specs on CI
2016-06-10 12:11:31 +00:00
Cheng Zhao
4373dc1eac
Merge pull request #5972 from electron/non-writeable-guest-id
...
Make guestId on BrowserWindowProxy non-writeable
2016-06-10 12:02:07 +00:00
Josh Bernitt
4219513457
issue 2813 add app name after Quit
...
Adding the application name after the Quit string for Mac OS systems.
2016-06-10 21:01:06 +09:00
Cheng Zhao
21081549fd
Merge pull request #5967 from electron/window-opener-webview
...
Support window.opener from windows opened from a <webview>
2016-06-10 11:52:37 +00:00
Ali Elderov
538a4f61ee
fixed errors in text
2016-06-10 08:39:28 +02:00
Ali Elderov
9bc536a95f
fixed errors in text
2016-06-10 08:31:46 +02:00
Ali Elderov
cf4b40d3e6
fixed errors in text
2016-06-10 08:21:32 +02:00
Cheng Zhao
ccaf837da4
Merge pull request #5964 from electron/manifest-errors
...
Throw errors reading/parsing manifest.json files
2016-06-10 03:28:57 +00:00
Kevin Sawicki
34e01833d3
Merge pull request #5966 from electron/felix-docs-windows-store
...
Update Guide for Windows Store Apps
2016-06-09 17:36:55 -07:00
Kevin Sawicki
110f1f8b75
Tweak error message
2016-06-09 17:00:32 -07:00
Felix Rieseberg
8204412f9b
📝 Update Guide for Windows Store Apps
...
- Updated the guide to reflect that electron-windows-store no longer
requires container conversion prerequisites
- Added a link and a note about using background tasks to include
UWP features
2016-06-09 16:59:42 -07:00
Kevin Sawicki
55a4e2589b
Log/exit when only called in specs on CI
2016-06-09 16:56:25 -07:00
Jessica Lord
8fa4d66a5e
Remove .only from spec
2016-06-09 16:39:42 -07:00
Jessica Lord
ede3dbd201
🚿 Lint
2016-06-09 16:39:24 -07:00
Jessica Lord
f121f46a24
Merge branch 'master' into chrome-storage-sync
2016-06-09 16:35:00 -07:00
Jessica Lord
dc10568917
Handle the three get cases
2016-06-09 16:26:42 -07:00
Jessica Lord
d6d4d51173
Fix spec case
2016-06-09 16:26:25 -07:00
Cheng Zhao
3dbef4ab8f
Merge pull request #5959 from electron/download-item-interrupt
...
Add more bindings to DownloadItem
2016-06-09 22:50:34 +00:00
Kevin Sawicki
50f5025447
Merge pull request #5924 from electron/chrome-i18n-get-message
...
Implement chrome.i18n.getMessage
2016-06-09 14:47:37 -07:00
Kevin Sawicki
2efc913222
Remove standard lint warnings
2016-06-09 14:17:54 -07:00
Jessica Lord
d6b108b272
Add spec
2016-06-09 14:14:20 -07:00
Jessica Lord
41d6ddd588
Add storage file
2016-06-09 14:14:14 -07:00
Kevin Sawicki
01f96fe6af
Default locale to en
2016-06-09 14:00:53 -07:00
Jessica Lord
0ed10658a3
Add spec
2016-06-09 13:57:51 -07:00
Kevin Sawicki
9f64c39f8c
Remove lint warnings
2016-06-09 13:57:08 -07:00
Kevin Sawicki
2367cd574e
Cache extension metadata
2016-06-09 13:57:08 -07:00
Kevin Sawicki
ea9d2dadf8
Add fixme for sync ipc
2016-06-09 13:57:08 -07:00
Kevin Sawicki
d4925e6226
Add initial support for placeholders and substitutions
2016-06-09 13:57:08 -07:00
Kevin Sawicki
d54de73e03
🎨
2016-06-09 13:57:08 -07:00
Kevin Sawicki
84960af793
Add initial chrome.i18n.getMessage API
2016-06-09 13:57:08 -07:00
Kevin Sawicki
939ae567ac
🎨
2016-06-09 13:53:36 -07:00
Kevin Sawicki
39180e6539
Get webContents from guestId
2016-06-09 13:50:42 -07:00
Kevin Sawicki
2f88bec177
Add guestId non-writeable assertions
2016-06-09 13:45:09 -07:00
Kevin Sawicki
2f93735909
Make BrowserWindowProxy guestId non-writeable
2016-06-09 13:41:42 -07:00
Kevin Sawicki
c8180ab301
Update spec description
2016-06-09 12:06:49 -07:00
Kevin Sawicki
a184b6afb3
Add spec for window.open from <webview>
2016-06-09 12:02:01 -07:00
Kevin Sawicki
bbc3a71c9f
Use webContents id as guest id in opened windows
2016-06-09 11:29:38 -07:00
Kevin Sawicki
ebf9773269
Use const/let and removes CoffeeScript ref vars
2016-06-09 10:35:48 -07:00
Kevin Sawicki
6d3fc611bd
Tweak duplicate extension message
2016-06-09 10:08:21 -07:00
Kevin Sawicki
f46edd5186
Throw errors reading/parsing manifest.json
2016-06-09 09:45:02 -07:00
Kevin Sawicki
d1ac5dd29b
Add specs for manifest.json read/parse error
2016-06-09 09:44:49 -07:00
Kevin Sawicki
a3899f17f9
Merge pull request #5963 from agustinwang/patch-1
...
fix typo
2016-06-09 08:56:45 -07:00
agustin.wang
6f8893b42b
fix typo
2016-06-09 23:16:46 +08:00
Cheng Zhao
054446a8bf
Merge pull request #5958 from cyberkatze/patch-4
...
fixed errors in text
2016-06-09 12:06:58 +00:00
Cheng Zhao
cc6b812d96
Merge pull request #5957 from cyberkatze/patch-3
...
updated translation for README.md
2016-06-09 12:06:49 +00:00
Cheng Zhao
573a8320c1
Merge pull request #5956 from cyberkatze/patch-2
...
updated translation for supported-platforms.md
2016-06-09 12:06:37 +00:00
Cheng Zhao
cbcbcaeb41
docs: Make the example cover all cases
2016-06-09 20:57:29 +09:00
Cheng Zhao
dcad25c98c
Add isPaused and canResume
2016-06-09 20:51:01 +09:00
Cheng Zhao
3f1dba3016
docs: Update DownloadItem for getState
2016-06-09 20:35:12 +09:00
Cheng Zhao
0321e23c7a
Add DownloadItem.getState
2016-06-09 20:27:39 +09:00
Ali Elderov
c9e8c7f1b6
fixed errors in text
2016-06-09 10:38:28 +02:00
Ali Elderov
0dc49ca713
updated translation for README.md
2016-06-09 10:26:55 +02:00
Ali Elderov
8a2aa018ff
updated translation for supported-platforms.md
2016-06-09 10:25:02 +02:00
Cheng Zhao
2ec5406ca6
Merge pull request #5904 from deepak1556/extension_partition_patch
...
browser: set up extension protocol handler for each browser context
2016-06-09 08:04:58 +00:00
Cheng Zhao
c6eda51b43
Merge pull request #5955 from enlight/fix-atom-taskbarhost-typo
...
Fix typo in `atom::TaskbarHost::InitializeTaskbar()`
2016-06-09 07:11:25 +00:00
Cheng Zhao
bfac5ba6f2
Merge pull request #5954 from agustinwang/patch-1
...
update `win` to `mainWindow`
2016-06-09 07:11:07 +00:00
Cheng Zhao
5f1e9d4ea7
Merge pull request #5952 from enlight/patch-3
...
Update Build System Overview doc
2016-06-09 07:07:32 +00:00
Vadim Macagon
a6f0fcf89f
Fix typo in atom::TaskbarHost::InitializeTaskbar()
...
`InitailizeTaskbar` -> `InitializeTaskbar`
2016-06-09 12:21:21 +07:00
deepak1556
4749e18fc0
fix spec and docs
2016-06-09 10:48:05 +05:30
deepak1556
b91217f29e
emit once for each session and add spec
2016-06-09 10:40:51 +05:30
deepak1556
cb5e648502
register extension handler for every session created
2016-06-09 10:40:51 +05:30
deepak1556
ebff40b5a5
add docs
2016-06-09 10:39:18 +05:30
deepak1556
aa853dd3be
move protocol to session properties for working with partitions
2016-06-09 10:39:18 +05:30
deepak1556
0e0235407b
fill net::URLRequest details on IO thread
2016-06-09 10:39:18 +05:30
deepak1556
414183e0fd
fix dereferencing null pointer
2016-06-09 10:39:18 +05:30
agustin.wang
48a939ac7e
更新浏览器窗口变量名称
...
最新的 electron-quick-start 仓库中的变量已由 win 变更为 mainWindow
2016-06-09 12:55:07 +08:00
Cheng Zhao
d5bb7d7525
Merge pull request #5950 from VReality64/master
...
📝 Update Korean doc to a latest version.
2016-06-09 04:20:27 +00:00
Vadim Macagon
537c62a9a8
Update Build System Overview doc
...
`atom.gyp` was renamed to `electron.gyp` not long ago but this document wasn't updated.
2016-06-09 10:58:58 +07:00
Cheng Zhao
8a92ee403c
Merge pull request #5945 from electron/default-title-to-app-name
...
Default window title to app name
2016-06-09 02:06:30 +00:00
Cheng Zhao
0abd55221d
Merge pull request #5944 from electron/set-maximizable-last
...
Set maximizable state after installing view
2016-06-09 01:52:35 +00:00
Cheng Zhao
b422c47b67
Merge pull request #5943 from bbondy/master
...
Allow obtaining system Pepper Flash path
2016-06-09 01:48:53 +00:00
Cheng Zhao
20372f057e
Merge pull request #5913 from electron/webview-devtools-extensions
...
Enable DevTools extensions in webviews
2016-06-09 01:45:55 +00:00
VReality64
9c10ecd13f
📝 Update Korean doc to a latest version.
...
[ci skip]
2016-06-09 09:59:14 +09:00
Kevin Sawicki
7d48827199
Default window title to app name
2016-06-08 14:17:33 -07:00
Kevin Sawicki
9f93f4e27f
Set maximizable state after installing view
2016-06-08 13:56:45 -07:00
Brian R. Bondy
352a9cd6f2
Allow obtaining system Pepper Flash path
2016-06-08 16:40:15 -04:00
Kevin Sawicki
f33537336b
Add default statement
2016-06-08 12:00:14 -07:00
Kevin Sawicki
4823a04a44
hookWindowForTabEvents -> hookWebContentsForTabEvents
2016-06-08 12:00:13 -07:00
Kevin Sawicki
11e68ff932
Only add extensions to non-remote webContents
2016-06-08 12:00:13 -07:00
Kevin Sawicki
c8c60dd313
Add devtools from web-contents-created event
2016-06-08 12:00:13 -07:00
Kevin Sawicki
d8fe5da3ea
🎨
2016-06-08 12:00:13 -07:00
Kevin Sawicki
ec8b9e3f35
Export loadDevToolsExtensions API to use in guest view manager
2016-06-08 12:00:13 -07:00
Kevin Sawicki
219d177731
Load extensions for all web contents
2016-06-08 12:00:13 -07:00
Kevin Sawicki
4f7bde38a9
Assert on tab id as well
2016-06-08 12:00:13 -07:00
Kevin Sawicki
bf47056561
Pluralize extension
2016-06-08 12:00:13 -07:00
Kevin Sawicki
78e3bb0660
🎨
2016-06-08 12:00:13 -07:00
Kevin Sawicki
4c1ede32cf
Use destroyed event instead of closed event
2016-06-08 12:00:12 -07:00
Kevin Sawicki
4f46f75d8f
Load dev tools extensions in webviews
2016-06-08 12:00:12 -07:00
Kevin Sawicki
19787544b5
Add failing spec for webview devtools extension
2016-06-08 12:00:12 -07:00
Kevin Sawicki
82bee12c00
Merge pull request #5911 from mafintosh/patch-1
...
support --abi
2016-06-08 11:57:16 -07:00
Mathias Buus
7dcb939338
support --abi
2016-06-08 20:55:06 +02:00
Kevin Sawicki
f4c1cd11a0
Merge pull request #5921 from electron/webview-show-definition-for-selection
...
Add showDefinitionForSelection to webContents/webview
2016-06-08 10:40:10 -07:00
Kevin Sawicki
7250c461be
Remove NOTIMPLEMENTED() call
2016-06-08 10:21:28 -07:00
Kevin Sawicki
70996c79ba
Add showDefinitionForSelection webContents proxy method
2016-06-08 10:19:43 -07:00
Kevin Sawicki
6337e93e6d
Check for Mac in if block
2016-06-08 10:15:37 -07:00
Kevin Sawicki
c66299bf66
Document webview.showDefinitionForSelection
2016-06-08 10:15:36 -07:00
Kevin Sawicki
8c520cf158
🎨
2016-06-08 10:15:36 -07:00
Kevin Sawicki
6360a5cae4
Add deprecation TODO for BrowserWindow.showDefinitionForSelection
2016-06-08 10:15:36 -07:00
Kevin Sawicki
ce19c2c0ad
Document webContents.showDefinitionForSelection
2016-06-08 10:15:36 -07:00
Kevin Sawicki
4f0a52628e
Add showDefinitionForSelection to webContents/webview
2016-06-08 10:15:36 -07:00
Kevin Sawicki
e4398dde42
Merge pull request #5942 from enlight/patch-2
...
Fix location of code snippet in nativeImage docs
2016-06-08 09:36:42 -07:00
Vadim Macagon
8e2ae9b9e7
Fix location of code snippet in nativeImage docs
...
The code snippet for `nativeImage.createFromPath` somehow ended up in the wrong section of the document, this PR moves it back where it belongs.
2016-06-08 23:34:45 +07:00
Cheng Zhao
b2bea57eff
Bump v1.2.2
2016-06-08 16:47:41 +09:00
Cheng Zhao
3cb5649f07
Merge pull request #5932 from electron/fix-standard-scheme
...
Fix crash when using fetch in custom protocols
2016-06-08 07:47:04 +00:00
Cheng Zhao
1bfbd215ea
Don't rely on AddAdditionalSchemes for setting standard schemes
...
On Linux because of the existence of zygote process, it becomes very
tricky to correctly set standard schemes, basically we have to:
1. Pass --standard-schemes to both zygote and render processes
2. Init standard schemes for both zygote and render processes
The )1 is very hard to achieve, so instead of using
AddAdditionalSchemes, we just call url::AddStandardScheme directly.
2016-06-08 16:32:02 +09:00
Cheng Zhao
7108cc5f2b
Mark standard scheme as safe scheme
2016-06-08 15:49:26 +09:00
Cheng Zhao
920ebee333
Make sure standard schemes are also set in child process
2016-06-08 15:46:50 +09:00
Cheng Zhao
1146b2d5c1
spec: Custom protocol can have "fetch" working in it
2016-06-08 14:44:30 +09:00
Cheng Zhao
2696c0a693
Merge pull request #5929 from electron/chrome-update
...
Update to Chrome 51.0.2704.84
2016-06-08 02:25:58 +00:00
Cheng Zhao
77dc08f2f9
Update to Chrome 51.0.2704.84
2016-06-08 11:08:24 +09:00
Cheng Zhao
2ed2db2068
Merge pull request #5928 from electron/bellow
...
bellow => below
2016-06-08 02:07:14 +00:00
Cheng Zhao
3ec4fcb3ec
bellow => below
2016-06-08 11:03:01 +09:00
Cheng Zhao
6c5eaf6178
Merge pull request #5923 from electron/disable-blink-features
...
Support disabling Blink features
2016-06-08 02:00:30 +00:00
Cheng Zhao
013bd004c9
Merge pull request #5922 from ekonstantinidis/patch-1
...
Move example to the correct place
2016-06-08 01:57:56 +00:00
Cheng Zhao
d2331bc2c0
Merge pull request #5915 from electron/remove-result-collection
...
Remove unused results collection
2016-06-08 00:58:16 +00:00
Kevin Sawicki
02e0ca60ef
Use lowercase param key
2016-06-07 16:35:23 -07:00
Kevin Sawicki
cd2041375b
Add missing A in constant name
2016-06-07 16:31:16 -07:00
Kevin Sawicki
96012d6523
Remove trailing comma
2016-06-07 16:24:05 -07:00
Kevin Sawicki
f7b0bb2bf3
Add TODO about blinkFeatures -> enableBlinkFeatures
2016-06-07 16:23:09 -07:00
Emmanouil Konstantinidis
9b979f3b49
Move example to the correct place
2016-06-07 23:40:07 +01:00
Kevin Sawicki
c7f2c25bc9
Mention enabling/disabling
2016-06-07 13:59:30 -07:00
Kevin Sawicki
1b6a95adcb
Document disableblinkfeatures attribute
2016-06-07 13:57:54 -07:00
Kevin Sawicki
636e356977
Document disableBlinkFeatures option
2016-06-07 13:56:33 -07:00
Kevin Sawicki
b941e25bf5
Link to RuntimeEnabledFeatures.in
2016-06-07 13:55:44 -07:00
Kevin Sawicki
ca6e3ed1ef
Add webview support for disabled blink features
2016-06-07 13:49:31 -07:00
Kevin Sawicki
ae71cf3df1
Add disableBlinkFeatures option
2016-06-07 13:42:42 -07:00
Kevin Sawicki
ba762464d2
More let/const-ing
2016-06-07 10:29:29 -07:00
Kevin Sawicki
5c880b7c99
We -> we
2016-06-07 10:25:21 -07:00
Kevin Sawicki
ce1a9740f6
🎨 Use const and for/of loops
2016-06-07 10:24:48 -07:00
Kevin Sawicki
3bcb411e28
Don't collect unused results array
2016-06-07 10:24:33 -07:00
Cheng Zhao
4948bcc806
Merge pull request #5910 from electron/win-click-through
...
Implement win.setIgnoreMouseEvents for Windows and Linux
2016-06-07 12:05:07 +00:00
Cheng Zhao
5f838a1ee4
Merge pull request #5907 from VReality64/master
...
Update Korean documentation translation to a latest version
2016-06-07 11:39:25 +00:00
Cheng Zhao
e7754fa55a
Merge pull request #5906 from ThaddeusJiang/master
...
update Quick Start Page[zh-CN]
2016-06-07 11:38:51 +00:00
Cheng Zhao
6192eef1b6
Update docs on win.setIgnoreMouseEvents
2016-06-07 20:32:52 +09:00
Cheng Zhao
f8b69c1fac
Implement SetIgnoreMouseEvents for Linux
2016-06-07 20:23:29 +09:00
Cheng Zhao
cae25cab3e
Implement SetIgnoreMouseEvents for Windows
2016-06-07 19:38:41 +09:00
VReality64
219bc2fc51
Update Korean documentation translation to a latest version
2016-06-07 19:19:21 +09:00
Cheng Zhao
fe4b957587
Merge pull request #5905 from electron/frameless-title
...
Fix title of frameless window showing as empty under fullscreen
2016-06-07 10:18:59 +00:00
jf_jiang
ece468681f
fix outside link
2016-06-07 18:57:45 +09:00
jf_jiang
7e5f9fef52
update Quick Start Page[zh-CN]
...
Based on electron ver 1.1.3 update Quick Start Page[Simplified
Chinese].
2016-06-07 18:52:01 +09:00
Cheng Zhao
b444211d6f
Fix title of frameless window showing as empty under fullscreen
2016-06-07 17:26:26 +09:00
Cheng Zhao
d3d2ca9a31
Merge pull request #5903 from electron/update-target-url
...
Add update-target-url event
2016-06-07 07:10:54 +00:00
Cheng Zhao
3c873736d7
Add update-target-url event
2016-06-07 15:56:19 +09:00
Cheng Zhao
1c504ec45d
Merge pull request #5901 from electron/screen-docs
...
docs: Update the code sample of screen module
2016-06-07 05:04:55 +00:00
Cheng Zhao
1a22caabe8
docs: Update the code sample of screen module
...
* We should not require it before the ready event;
* There is no need to use electronScreen as name in the main process.
2016-06-07 13:56:57 +09:00
Cheng Zhao
08f8e06c55
Merge pull request #5894 from electron/chrome-runtime-id
...
Implement chrome.runtime.id
2016-06-07 01:54:58 +00:00
Cheng Zhao
2701ed6dd7
Merge pull request #5893 from electron/remove-extension-id-logging
...
Don't log devtools extension id
2016-06-07 01:54:16 +00:00
Cheng Zhao
243052742e
Merge pull request #5898 from electron/native-module-signing
...
docs: Move "Sign Native Modules" to MAS Guide
2016-06-07 01:40:55 +00:00
Cheng Zhao
5fc64aea38
docs: Move "Sign Native Modules" to MAS Guide
2016-06-07 10:26:53 +09:00
Cheng Zhao
cb5f5660e1
Merge pull request #5890 from jpittner/patch-1
...
Update using-native-node-modules.md
2016-06-07 01:09:40 +00:00
Kevin Sawicki
61ce19ba7e
Set chrome.runtime.id
2016-06-06 14:42:07 -07:00
Kevin Sawicki
d6311daea3
Add failing spec for chrome.runtime.id
2016-06-06 14:41:55 -07:00
Kevin Sawicki
a906336b1e
Don't log extension id
2016-06-06 13:03:01 -07:00
Cheng Zhao
7e7186933f
Merge pull request #5889 from electron/disable-gpu
...
Add app.disableHardwareAcceleration() API
2016-06-06 12:08:37 +00:00
jpittner
3edde9143b
Update using-native-node-modules.md
...
Explains how native modules to be signed and packaged.
2016-06-06 13:46:34 +02:00
Cheng Zhao
02cfe30df9
Add app.disableHardwareAcceleration() API
2016-06-06 20:19:55 +09:00
Cheng Zhao
3e809901e0
Merge pull request #5888 from electron/linux-focus
...
Fix NativeWindow::Focus not moving focus to window
2016-06-06 08:26:47 +00:00
Cheng Zhao
32b692b60c
Fix NativeWindow::Focus not moving focus to window
...
Chromium's implementation is somehow not working as expected, the new
implementation follows the behavior of wmctrl.
2016-06-06 16:59:31 +09:00
Cheng Zhao
438cab1f56
Merge pull request #5886 from electron/chrome-update
...
Update to Chrome 51.0.2704.79
2016-06-06 07:47:43 +00:00
Cheng Zhao
adec511891
Update to Chrome 51.0.2704.79
2016-06-06 15:59:07 +09:00
Cheng Zhao
14210174d3
Merge pull request #5883 from sethlu/update-mas-submission-guide
...
Update Chinese translation for MAS Submission Guide
2016-06-06 06:20:16 +00:00
Cheng Zhao
1066c1acaf
Merge pull request #5882 from electron/felix-extension-warning-2
...
Log a warning if an extension's manifest cannot be parsed
2016-06-06 06:20:02 +00:00
Cheng Zhao
ec691a3a64
Merge pull request #5870 from danhp/missing-roles
...
Add 'delete' and 'pasteandmatchstyle' roles
2016-06-06 06:16:53 +00:00
sethlu
8cca8d66e3
Update Chinese translation
2016-06-06 09:57:07 +08:00
Daniel Pham
bd1eae86a1
Add 'delete' and 'pasteandmatchstyle' roles
2016-06-05 21:50:37 -04:00
Cheng Zhao
08f5322658
Merge pull request #5873 from sourenaraya/patch-1
...
Fix shared data example in FAQ
2016-06-06 01:48:13 +00:00
Felix Rieseberg
eb62abcc23
🎨 Log a warning if an extension's manifest cannot be parsed
...
Also logs a clean warning if an extension's manifest is incomplete,
missing, or can otherwise not be parsed.
2016-06-05 18:30:49 -07:00
Cheng Zhao
8847af0e54
Merge pull request #5859 from electron/felix-extension-warning
...
Log a warning if an extension has already been loaded
2016-06-06 01:22:47 +00:00
sourenaraya
506bc4db4c
Fix shared data example
...
since `remote` module unaviable
2016-06-05 20:39:10 +10:00
Felix Rieseberg
b42e6583f7
🎨 Log a warning if an extension has already been loaded
...
If an extension has already been loaded (for instance because it’s
persisted), `addDevToolsExtension` will return nothing, which is
confusing. This adds a little `console.warn` to educate people about
what’s happening.
Closes #5854
2016-06-03 14:32:22 -07:00
Heilig Benedek
9aaa6c7a8f
Merge pull request #9 from electron/master
...
update as upstream
2016-06-03 15:35:12 +02:00
Cheng Zhao
9d55424c48
Merge pull request #5849 from preco21/korean-docs-6
...
docs: Update Korean docs as upstream
2016-06-03 11:29:13 +00:00
Plusb Preco
6f8ebee3e8
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-03 18:41:47 +09:00
Plusb Preco
d4ab4bee93
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-03 18:37:46 +09:00
Plusb Preco
41f99187e7
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-03 17:47:21 +09:00
Cheng Zhao
f59eecb1cc
Merge pull request #5833 from CharlieHess/osx-global-defaults
...
Support array / dictionary types in getUserDefault
2016-06-03 08:36:44 +00:00
Cheng Zhao
567a7ed829
Merge pull request #5839 from sqrthree/patch-1
...
Correct wrong words
2016-06-03 04:50:58 +00:00
Cheng Zhao
4ec064d311
Merge pull request #5837 from electron/restart
...
Add app.relaunch API
2016-06-03 04:00:12 +00:00
Cheng Zhao
7f9e296f9c
Merge pull request #5826 from Pym/patch-1
...
Add nuts link to the docs
2016-06-03 03:30:13 +00:00
Cheng Zhao
707d68f719
spec: Add test case for app.relaunch
2016-06-03 12:12:20 +09:00
Cheng Zhao
be6ed84ff2
args should always be checked
2016-06-03 12:08:45 +09:00
Paul Betts
4d8c73734c
Merge pull request #5841 from envygeeks/patch-1
...
List all the possible folders for Linux.
2016-06-02 19:36:38 -07:00
Jordon Bedwell
020da553ff
List all the possible folders for Linux.
...
Linux has several folders, depending on who is using the Linux install. On our systems it could be any one of those depending on the user and what software they prefer to use, they all have the React plugin however, each one sits in a different folder. I prefer Chrome because of Netflix, she prefers Chromium and we also have Chrome Beta available.
2016-06-02 20:29:25 -05:00
Kevin Sawicki
b0ccf6fd74
Merge pull request #5840 from electron/code-block-name
...
Correct typo in code block name
2016-06-02 09:40:07 -07:00
Kevin Sawicki
96ca8edbb4
javascript -> javascript
2016-06-02 09:39:17 -07:00
Plusb Preco
d234467682
📝 Update Korean docs as upstream
...
[ci skip]
2016-06-02 23:50:50 +09:00
sqrthree
2ef2c1af02
Correct wrong words
...
修正错别字
2016-06-02 22:35:40 +08:00
Cheng Zhao
d3fe80991c
docs: app.relaunch
2016-06-02 22:06:27 +09:00
Cheng Zhao
91a9e67dca
Provide a flexible API for app.relaunch
2016-06-02 21:49:29 +09:00
Cheng Zhao
3de41fb22d
Correctly quotes the argv on Windows
2016-06-02 21:10:39 +09:00
Cheng Zhao
8435f1c900
Allow using current argv for relaunch
2016-06-02 20:48:36 +09:00
Cheng Zhao
9a08cbce27
Uniform when to use args or argv
2016-06-02 20:41:59 +09:00
Cheng Zhao
0d066de53e
Make sure the new instance inherite cwd on mac
2016-06-02 20:32:29 +09:00
Cheng Zhao
0646f6ea9e
Implement Relaunch on Windows
2016-06-02 19:49:36 +09:00
Cheng Zhao
a3f39e9d0b
Implement Relaunch on Linux
2016-06-02 16:54:21 +09:00
Cheng Zhao
c3fe2dae9d
Separate LaunchProgram from mac implementation
2016-06-02 16:23:46 +09:00
Charlie Hess
e377298cd2
Be consistent in spec organization.
2016-06-01 19:29:24 -07:00
Charlie Hess
fa3b17444f
All we really need to do is make getUserDefault support array / object types.
2016-06-01 19:21:17 -07:00
Charlie Hess
587dd2fe51
Expose the method to JS and write a simple test.
2016-06-01 18:56:25 -07:00
Charlie Hess
0230567891
Write a new method that returns prefs under the NSGlobalDomain.
2016-06-01 18:55:20 -07:00
Charlie Hess
aa1b8cd74b
Expose the NSArrayToListValue converter.
2016-06-01 18:53:49 -07:00
Cheng Zhao
060829da64
Separate implementations of RelauncherMain and RelauncherSynchronizeWithParent
2016-06-02 09:09:32 +09:00
Charlie Hess
10dcb10898
Merge remote-tracking branch 'upstream/master'
2016-06-01 14:38:49 -07:00
Kevin Sawicki
c3e9ce34a1
Merge pull request #5829 from electron/rename-frameworks-repo
...
Rename and move atom-shell-frameworks repo
2016-06-01 13:32:19 -07:00
Kevin Sawicki
789a878f07
Rename atom-shell-frameworks repo name and org
2016-06-01 13:25:36 -07:00
Pierre-Yves Jamon
3b11355521
Add nuts link to the docs
...
Add link to GitbookIO/nuts in the docs page for autoUpdater
2016-06-01 15:22:08 +02:00
Cheng Zhao
fc30a2a084
Use AtomCommandLine to process command line parameters
2016-06-01 22:15:50 +09:00
Cheng Zhao
6df18956cd
Get ready to make relauncher cross-platform
2016-06-01 22:04:20 +09:00
Cheng Zhao
abdcb9d481
Implement app.relaunch on OS X
2016-06-01 18:22:14 +09:00
Cheng Zhao
7b3ba739bf
Import chrome/browser/mac/relauncher.{cc,h}
2016-06-01 16:26:08 +09:00
Cheng Zhao
97dd71d79e
Bump v1.2.1
2016-06-01 16:15:53 +09:00
Cheng Zhao
e46ef5a15a
Merge pull request #5824 from electron/cleanup-web-contents
...
Cleanup the web-contents.js code
2016-06-01 07:14:31 +00:00
Cheng Zhao
8f49d43b69
Merge pull request #5781 from deepak1556/bluetooth_patch
...
webContents: add event to select bluetooth device
2016-06-01 06:40:08 +00:00
Cheng Zhao
f4dc8f6d26
Merge pull request #5823 from ColinEberhardt/patch-1
...
minor typo fixes
2016-06-01 06:34:57 +00:00
Cheng Zhao
01b10b3b39
Slightly improve docs of webContents.printToPDF
2016-06-01 15:32:37 +09:00
Cheng Zhao
0864d3b1ee
Cleanup the printToPDF code
2016-06-01 15:32:37 +09:00
deepak1556
7434838463
fix docs
2016-06-01 11:44:29 +05:30
deepak1556
de4bff003f
fix header paths and comments
2016-06-01 11:44:29 +05:30
deepak1556
db4dc4757a
move bluetooth_chooser to atom/browser/lib
2016-06-01 11:43:39 +05:30
deepak1556
51daf8e194
add docs
2016-06-01 11:43:39 +05:30
deepak1556
a70749e80a
browser: implement bluetooth chooser interface
2016-06-01 11:43:39 +05:30
Cheng Zhao
eb882855bc
Cleanup the CoffeeScript converted code
2016-06-01 15:08:51 +09:00
Cheng Zhao
5bb8da6073
Explicitly initialize session before webContents
2016-06-01 14:57:35 +09:00
Cheng Zhao
523e8c2e1c
Update libchromiumcontent and brightray for #5781
2016-06-01 14:53:05 +09:00
Cheng Zhao
0565c42add
Merge pull request #5812 from vasumahesh1/feature-pdf
...
webContents: custom pageSize for printToPDF
2016-06-01 05:52:08 +00:00
Colin Eberhardt
89adc122c3
Minor typo fixes
2016-06-01 06:36:45 +01:00
Cheng Zhao
28c9dcc393
Merge pull request #5817 from electron/plist-vars
...
Add variables for plist paths
2016-06-01 04:33:27 +00:00
Cheng Zhao
15d32a9096
Merge pull request #5820 from electron/session-check
...
Throw error when session module is used before app is ready
2016-06-01 03:22:00 +00:00
Cheng Zhao
8dfbbcefc8
Throw error when session module is used before app is ready
2016-06-01 10:53:06 +09:00
Cheng Zhao
d105524135
Cleanup the JavaScript code of session
2016-06-01 10:42:24 +09:00
Kevin Sawicki
18f005092b
Merge pull request #5819 from gjtorikian/patch-1
...
Fix typo
2016-05-31 17:56:16 -07:00
Garen Torikian
2aa1aedd92
Fix typo
2016-05-31 17:51:09 -07:00
Kevin Sawicki
606fc1a5b7
Add plist path variables
2016-05-31 16:48:03 -07:00
Vasu Mahesh
fc6628d159
Add: custom pageSize for printToPDF
2016-05-31 22:40:11 +05:30
Cheng Zhao
f5839c3a5b
Merge pull request #5782 from electron/store-icons
...
Keep copies of window icons
2016-05-31 10:07:15 +00:00
Cheng Zhao
aea2135016
Keep copies of window icons
2016-05-31 17:47:45 +09:00
Plusb Preco
a454cc8260
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-31 16:14:56 +09:00
Plusb Preco
31f2ac8bf3
📝 Update README.md
...
[ci skip]
2016-05-31 16:14:40 +09:00
Cheng Zhao
6c705fdd70
Merge pull request #5776 from electron/fix-node-output
...
Correctly redirect output to console on Windows
2016-05-31 03:19:58 +00:00
Cheng Zhao
4d8994df92
spec: child_process.fork shouble be able to pipe stdio
2016-05-31 11:05:58 +09:00
Cheng Zhao
381da76967
Correctly redirect output to console
2016-05-31 10:19:13 +09:00
Cheng Zhao
543d4bb2b1
Merge pull request #5770 from electron/clear-before-notice
...
Clear the buffers before notifying the other end of the pipe
2016-05-30 22:52:01 +00:00
Cheng Zhao
f02143b8f2
Clear the buffers before notifying the other end of the pipe
2016-05-30 22:38:01 +09:00
Cheng Zhao
0c93b21a5f
Merge pull request #5769 from electron/fetch-job-cleanup
...
Refactor the URLRequestFetchJob code
2016-05-30 12:08:12 +00:00
Cheng Zhao
49f1278601
Refactor the URLRequestFetchJob code
...
This makes the read end and write end of the pipe have same logic, so it
is more easy to maintain.
2016-05-30 20:31:00 +09:00
Cheng Zhao
912cedc593
Merge pull request #5753 from deepak1556/url_request_fetch_job_patch
...
protocol: store initial response data for when resource loader becomes ready
2016-05-30 10:53:53 +00:00
Cheng Zhao
6e14a55817
Merge pull request #5768 from electron/fix-web-securiy-node-integration
...
Initialize script context in DidClearWindowObject
2016-05-30 08:01:48 +00:00
Cheng Zhao
ad3b3e0162
Merge pull request #5766 from kcrt/jpdocs
...
Japanese: add web-view-tag.md
2016-05-30 07:51:55 +00:00
Cheng Zhao
6755aa44f6
Initialize script context in DidClearWindowObject
...
Doing it in RunScriptsAtDocumentStart would somehow result in weird
results when webSecurity is off.
2016-05-30 16:34:28 +09:00
Cheng Zhao
ce0d3d93ab
spec: disablewebsecurity should not break preload and node integration
2016-05-30 15:23:09 +09:00
TAKAHASHI Kyohei
5ab86cc2df
📝 trivial change in web-view-tag.md
...
There is a mistake about the information of `stopFindInPage`.
[ci skip]
2016-05-30 14:02:15 +09:00
TAKAHASHI Kyohei
12631a18c0
📝 Japanese: add web-view-tag.md
2016-05-30 13:59:43 +09:00
Cheng Zhao
7ec467e337
docs: Move the "Packaging Tools" out of "Rebranding" chapter
2016-05-30 10:37:32 +09:00
Cheng Zhao
a176aaee01
Merge pull request #5734 from danhp/fix-aspect-ratio
...
Fix 'setAspectRatio(0)' not resetting the default behaviour.
2016-05-30 01:14:03 +00:00
Cheng Zhao
3e41aebaa7
Merge pull request #5763 from electron/window-icon-size
...
Choose the correct icon size for Windows taskbar
2016-05-30 01:01:28 +00:00
Cheng Zhao
26fa963a70
Merge pull request #5720 from danhp/release-single-instance
...
Add 'app.releaseSingleInstance()'
2016-05-30 00:51:13 +00:00
Cheng Zhao
5a9eb5cfa6
Choose the correct icon size for Windows taskbar
2016-05-30 09:46:42 +09:00
Cheng Zhao
79cb648b6b
Merge pull request #5726 from danhp/fix-context-menu
...
Fix context menus only showing on primary monitor.
2016-05-30 00:16:21 +00:00
Cheng Zhao
09796587b4
Remove trailing whitespaces and cleanup the code logic
2016-05-30 09:12:16 +09:00
Cheng Zhao
ec53e49fad
Merge pull request #5718 from felixrieseberg/windows-fullscreenable
...
Fix setFullscreen() on Windows
2016-05-30 00:08:16 +00:00
Cheng Zhao
9f0fc96025
Merge pull request #5711 from electron/extension-code-cleanup
...
Implement partial chrome.* API for devtools extension
2016-05-29 23:29:08 +00:00
Plusb Preco
b78f7701e5
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-30 01:59:32 +09:00
Daniel Pham
34af9794a2
✅ Add test for 'setAspectRatio(0)'
2016-05-29 08:47:42 -04:00
deepak1556
9d8af43617
add spec
2016-05-29 13:43:26 +05:30
deepak1556
23fbb57d72
protocol: store response data when reader is not ready
2016-05-29 13:17:31 +05:30
Cheng Zhao
d1e56f416c
Update the docs on using DevTools extension
2016-05-29 15:19:41 +09:00
Cheng Zhao
5f3fdbe635
Simplify the implementation of sendToAll
2016-05-29 12:10:32 +09:00
Cheng Zhao
de001a9bbf
Use meaningful name for extensionId
2016-05-29 11:57:20 +09:00
Cheng Zhao
ec1944c146
Implement chrome.tab.onCreated/onRemoved APIs
2016-05-29 11:50:14 +09:00
Cheng Zhao
2431d886bf
Current handle sender.tab for background pages
2016-05-29 10:46:48 +09:00
Cheng Zhao
dd804d7432
Enable specifying custom command line switches
2016-05-29 10:34:53 +09:00
Cheng Zhao
f693b042b5
Fix js lint warnings
2016-05-28 22:46:15 +09:00
Cheng Zhao
747f910ce0
Merge pull request #5736 from electron/missing-has-own-property
...
Support objects with no prototype over IPC
2016-05-28 13:42:30 +00:00
Cheng Zhao
3c7d94f2d9
Merge pull request #5742 from electron/duplicate-hidden-inset-check
...
Remove duplicate hidden-inset check
2016-05-28 13:42:15 +00:00
Cheng Zhao
f4fe60d126
Set default mimeType for BufferJob
2016-05-28 22:36:22 +09:00
Cheng Zhao
30dca2b4e1
Pages in chrome extension should not have node integration
2016-05-28 21:46:53 +09:00
Cheng Zhao
9ed4730cba
Pass sender for chrome.runtime.onMessage
2016-05-28 21:45:23 +09:00
Cheng Zhao
5eb9ed1729
Implement chrome.tabs.sendMessage
2016-05-28 21:35:07 +09:00
Cheng Zhao
62fb4f9820
Implement chrome.runtime.sendMessage
2016-05-28 21:23:43 +09:00
Cheng Zhao
ba315248e0
Use ipcRenderer.sendTo to get rid of routers in main process
2016-05-28 21:13:00 +09:00
Cheng Zhao
a58b84bbd7
spec: ipcRenderer.sendTo sends message to WebContents
2016-05-28 20:50:30 +09:00
Cheng Zhao
ae1f442b02
Add ipcRenderer.sendTo
2016-05-28 20:50:28 +09:00
Cheng Zhao
d55b96fdf5
Clean up the Chrome API implementation code
2016-05-28 20:33:18 +09:00
Cheng Zhao
31628abadc
Implement chrome.tabs.executeScript
2016-05-28 16:41:12 +09:00
Cheng Zhao
db94121360
Implement port.sender
2016-05-28 16:01:16 +09:00
Cheng Zhao
f5b430d9e1
Inject chrome.* to content scripts
2016-05-28 15:37:44 +09:00
Cheng Zhao
d8db695712
Handle port disconnecting
2016-05-28 12:07:08 +09:00
Cheng Zhao
599d3c147b
Background pages and content script should be loaded on startup
2016-05-28 10:39:11 +09:00
Cheng Zhao
e76c36a9a8
Make simple runtime.connect work
2016-05-28 10:26:41 +09:00
Cheng Zhao
dfe7ae2124
Add webContents.fromId
2016-05-28 10:10:24 +09:00
Kevin Sawicki
5deb86d6f9
Merge pull request #5744 from aaronang/docs-improve-structure-of-source-code
...
📝 Indicate directories in the Structure of Source Code section
2016-05-27 15:41:28 -07:00
Aaron Ang
0a03dcd481
📝 Indicate directories in the Structure of Source Code section
...
[ci skip]
2016-05-28 00:22:47 +02:00
Kevin Sawicki
6e8945d7fa
Merge pull request #5738 from electron/remove-deprecated-apis-from-docs
...
Remove deprecated APIs from the docs
2016-05-27 15:10:45 -07:00
Kevin Sawicki
1704b1ad53
Remove APIs that are no longer present
2016-05-27 15:08:29 -07:00
Kevin Sawicki
d02c1fbbf4
Merge pull request #5670 from electron/custom-fork-docs
...
Create guide for how to create your own from-source Electron fork
2016-05-27 14:34:49 -07:00
Kevin Sawicki
6add7f8d49
we -> it
2016-05-27 14:34:23 -07:00
Kevin Sawicki
ba6c8b531f
Add ELECTRON_REPO example
2016-05-27 14:06:40 -07:00
Kevin Sawicki
82bc98ec3c
Put - at end of previous line
2016-05-27 14:06:04 -07:00
Kevin Sawicki
1e28e3fc27
Add trailing slashes to directories
2016-05-27 14:06:04 -07:00
Kevin Sawicki
2effa32e3e
Tighten up section title
2016-05-27 14:06:04 -07:00
Kevin Sawicki
f17e64e726
Tweak fork section
2016-05-27 14:06:04 -07:00
Kevin Sawicki
556b39c6f2
ATOM_SHELL -> ELECTRON in env vars
2016-05-27 14:06:04 -07:00
Kevin Sawicki
4734cbaf1c
Move custom fork content to app distribution doc
2016-05-27 14:06:04 -07:00
Paul Betts
153a7f19ae
Add notes on S3 directory structure
2016-05-27 14:06:04 -07:00
Paul Betts
0b27db2ef4
Create guide for how to create your own from-source Electron fork
...
This PR adds the notes on how to use Surf to build and upload a custom version of Electron
2016-05-27 14:06:04 -07:00
Kevin Sawicki
b465f2c3c4
Remove duplicate hidden-inset check
2016-05-27 13:27:35 -07:00
Kevin Sawicki
1e99f656cc
Merge pull request #5737 from electron/browser-window-proxy-print
...
Add print() to BrowserWindowProxy
2016-05-27 11:33:08 -07:00
Kevin Sawicki
84f6015037
Call print on webContents
2016-05-27 11:11:55 -07:00
Felix Rieseberg
fa7f084625
📠 Add print() to BrowserWindowProxy
...
Closes #5685
2016-05-27 11:11:19 -07:00
Kevin Sawicki
fc4b224dec
Add asserts for properties
2016-05-27 10:52:56 -07:00
Kevin Sawicki
59dd7ca9df
Guard against object with no hasOwnProperty
2016-05-27 10:46:02 -07:00
Kevin Sawicki
7cf6be07a6
Add failing spec for remote property with no prototype
2016-05-27 10:45:39 -07:00
Kevin Sawicki
ac394ec3ef
Merge pull request #5725 from electron/clipboard-api-names
...
Upper case initialisms in clipboard API
2016-05-27 09:09:12 -07:00
Daniel Pham
0c710fce33
🍎 Fix 'setAspectRatio(0)' not resetting the default behaviour.
2016-05-27 08:56:34 -04:00
Cheng Zhao
9ab76fb884
Add webContents.sendToAll to send message to all frames
2016-05-27 16:58:49 +09:00
Cheng Zhao
c1facec5a6
No need to hijack setInjectedScriptForOrigin
2016-05-27 15:12:49 +09:00
Cheng Zhao
134f9019eb
Enable node integration for pages in devtools extension
2016-05-27 15:10:46 +09:00
Cheng Zhao
7e1f159185
Run content scripts at correct phase
2016-05-27 11:12:51 +09:00
Cheng Zhao
49d9446cce
Implement a simple content script injector
2016-05-27 10:29:57 +09:00
Cheng Zhao
97c04735a2
Handle unloading devtools correctly
2016-05-27 09:55:59 +09:00
Cheng Zhao
a63ff714f8
Read content_scripts to preferences
2016-05-27 09:47:37 +09:00
Cheng Zhao
7eab259d92
Make it possible to only set preferences for BrowserWindow
2016-05-27 09:20:46 +09:00
Cheng Zhao
4fb9e20c33
Add API to set render process preferences
2016-05-27 08:51:02 +09:00
Daniel Pham
f4c3f0423a
🎁 Add 'app.releaseSingleInstance()'
2016-05-26 18:50:06 -04:00
Cheng Zhao
b646d7a55c
The consts
2016-05-27 07:43:23 +09:00
Daniel Pham
b0c72adbe1
🍎 Fix context menus only showing on primary monitor.
2016-05-26 17:43:38 -04:00
Kevin Sawicki
23962e133e
Use correct TODO format
2016-05-26 14:28:33 -07:00
Kevin Sawicki
efeb9647ff
Update docs for new API names
2016-05-26 14:26:12 -07:00
Kevin Sawicki
71b73a9cfb
Use new APIs
2016-05-26 14:24:47 -07:00
Kevin Sawicki
dc7316f52f
Upper case abbreviations
2016-05-26 14:23:20 -07:00
Felix Rieseberg
836f8ab33c
🐛 Fix setFullscreen() on Windows
...
This ensures that a BrowserWindow responds to `setFullscreen(true)` if
`full screenable` was not defined during creation.
This bug was on Windows only.
2016-05-26 11:52:25 -07:00
Cheng Zhao
cdfbe876a5
Make sure chrome.devtools.inspectedWindow.tabId is set
2016-05-26 19:57:10 +09:00
Cheng Zhao
edd8210ae5
Add simple support for background page
2016-05-26 19:57:10 +09:00
Cheng Zhao
99c1434051
Store the original manifest file
2016-05-26 18:38:20 +09:00
Cheng Zhao
513b66f207
Cleanup chrome-extension.js after the Coffe2ES transfer
2016-05-26 18:38:20 +09:00
Cheng Zhao
f29598d907
getHostForPath => generateHostForPath
...
The original name implies no side effect, but is is not true.
2016-05-26 18:38:20 +09:00
Cheng Zhao
c1272743b9
Bump v1.2.0
2016-05-26 18:07:52 +09:00
Cheng Zhao
eeb996e92f
Merge pull request #5710 from electron/chrome-lastest-stable
...
Update to Chrome 51.0.2704.63
2016-05-26 09:07:24 +00:00
Cheng Zhao
eb8284e285
Update to Chrome 51.0.2704.63
2016-05-26 18:06:55 +09:00
Cheng Zhao
20b09e9d03
Merge pull request #5701 from danhp/propagate-close
...
Properly notify observers when window prevents close
2016-05-26 05:33:55 +00:00
Cheng Zhao
93b8237e1f
Merge pull request #5700 from felixrieseberg/standard-7
...
Implement JavaScript Standard Style 7
2016-05-26 04:57:36 +00:00
Cheng Zhao
8a4b7eb062
Merge pull request #5689 from cdaringe/master
...
Support non-native promises
2016-05-26 04:49:40 +00:00
Cheng Zhao
4ea7602871
Merge pull request #5684 from electron/webview-visibilitychange
...
Support document visibility and events in webviews
2016-05-26 01:07:24 +00:00
Cheng Zhao
fa1246ccf7
Merge pull request #5683 from electron/no-more-atom-shell
...
Rename remaining Atom Shell references
2016-05-26 01:06:36 +00:00
Cheng Zhao
0b9c11a5f2
Fix pylint warnings
2016-05-26 10:06:25 +09:00
Kevin Sawicki
4e44900930
Initialize guest_instance_id
2016-05-25 18:05:37 -07:00
Daniel Pham
d1c302800f
Fix: Properly notify observers when window prevents close
2016-05-25 19:26:57 -04:00
Felix Rieseberg
bef6748c06
🎨 Implement JS Standard Code Style 7
...
Updates Standard Code Style to 7 (latest major) and ensures that code
is conform.
* camelCase is now enforced
* No assignments in return statements
2016-05-25 16:20:49 -07:00
Kevin Sawicki
75754804af
Use auto for embedder var
2016-05-25 10:34:33 -07:00
Kevin Sawicki
88f665bc1b
Restore original include location
2016-05-25 10:28:35 -07:00
Kevin Sawicki
814e4377a4
Restore original comment position
2016-05-25 10:26:59 -07:00
Kevin Sawicki
6632547b17
parent -> embedder
2016-05-25 10:26:20 -07:00
Kevin Sawicki
89ffa02d75
Tweak comment
2016-05-25 10:26:05 -07:00
Kevin Sawicki
b1ce57faa9
Remove redundant atom:: namespace use
2016-05-25 10:22:43 -07:00
Kevin Sawicki
03c6fbf80f
🎨
2016-05-25 10:20:00 -07:00
Kevin Sawicki
f58322891b
Remove added switch/option
2016-05-25 10:17:35 -07:00
Kevin Sawicki
583bb49f6c
Get hidden state by using parent window directly
2016-05-25 10:13:12 -07:00
Kevin Sawicki
69c69880e5
Tweak spec description
2016-05-25 09:12:52 -07:00
Kevin Sawicki
4e68a8d16e
Remove logging in parent page
2016-05-25 09:12:52 -07:00
Kevin Sawicki
73b07f76a3
Support document visiblity state and events in webviews
2016-05-25 09:12:52 -07:00
Kevin Sawicki
1e15ce6ccd
Add failing spec for webview visiblity changes
2016-05-25 09:12:52 -07:00
cdaringe
32073fa079
🎨 Support non-native promises
2016-05-25 10:11:18 -06:00
Kevin Sawicki
9684f61e12
atom_gyp -> electron_gyp
2016-05-25 09:10:46 -07:00
Kevin Sawicki
6c8cf16508
Deprecate ATOM_SHELL_GITHUB_TOKEN
2016-05-25 09:08:10 -07:00
Kevin Sawicki
43f0dfd0ab
Deprecate old S3 env vars
2016-05-25 09:08:09 -07:00
Kevin Sawicki
1bdb9f3de0
Add fallback s3 config values
2016-05-25 09:08:09 -07:00
Kevin Sawicki
94c8b0e1b1
atom_shell -> electron
2016-05-25 09:08:09 -07:00
Kevin Sawicki
7e209dd982
ATOM_SHELL_INTERNAL_CRASH_SERVICE -> ELECTRON_INTERNAL_CRASH_SERVICE
2016-05-25 09:08:09 -07:00
Kevin Sawicki
8f1943bc7b
Link to other apps
2016-05-25 09:08:09 -07:00
Kevin Sawicki
3dd2f709e0
Remove mention of Atom Shell
2016-05-25 09:08:09 -07:00
Cheng Zhao
b86ded3b54
Merge pull request #5688 from enlight/patch-1
...
Improve documentation of `ses.cookies.set()`
2016-05-25 10:44:33 +00:00
Cheng Zhao
3ef0947718
Merge pull request #5687 from electron/fix-invalid-parameter
...
Ignore invalid parameter error on Window
2016-05-25 07:03:33 +00:00
Vadim Macagon
c2633460eb
Improve documentation of ses.cookies.set()
...
Fix description of the `details.url` param in `ses.cookies.set()`, and clarify the fact that cookies without an expiration date will not be retained between sessions.
2016-05-25 12:46:17 +07:00
Cheng Zhao
34c4e797bb
Truncate the strings passed to google_breakpad::CustomInfoEntry
2016-05-25 14:46:15 +09:00
Cheng Zhao
545c9f5bed
Ignore invalid parameter error in Electron
2016-05-25 14:46:15 +09:00
Cheng Zhao
4cd0de0e87
Merge pull request #5682 from electron/remove-old-run-as-node-env-var
...
Remove ATOM_SHELL_INTERNAL_RUN_AS_NODE support
2016-05-25 02:17:18 +00:00
Cheng Zhao
b1226a908b
Update node: remove ATOM_SHELL_INTERNAL_RUN_AS_NODE
2016-05-25 10:55:02 +09:00
Cheng Zhao
f34cd8767c
Merge pull request #5658 from danhp/handoff-fallback
...
Add fallback URL to handoff
2016-05-25 01:13:03 +00:00
Daniel Pham
eb0889de38
🍎 Add fallback URL to handoff.
2016-05-24 21:06:14 -04:00
Cheng Zhao
e97ce6f7e1
Merge pull request #5669 from felixrieseberg/build-instructions
...
Update Windows Build Instructions
2016-05-24 23:49:37 +00:00
Kevin Sawicki
89538b19ee
Upgrade node for ELECTRON_RUN_AS_NODE change
2016-05-24 10:42:09 -07:00
Kevin Sawicki
b68d1ecb83
Remove ATOM_SHELL_INTERNAL_RUN_AS_NODE support
2016-05-24 10:17:57 -07:00
Kevin Sawicki
407a5d4415
Merge pull request #5681 from electron/default-app-error-handling
...
Tweak default app error handling
2016-05-24 10:15:56 -07:00
Kevin Sawicki
3e15021c12
Remove . after path to prevent confusion
2016-05-24 09:56:36 -07:00
Kevin Sawicki
ca72d4346b
application -> app for consitency
2016-05-24 09:53:23 -07:00
Kevin Sawicki
74cde4e714
Log stack when available
2016-05-24 09:51:09 -07:00
Kevin Sawicki
48522d4b70
Remove custom MODULE_NOT_FOUND code check
2016-05-24 09:45:32 -07:00
Kevin Sawicki
63b84923ce
Update copy
2016-05-24 09:43:25 -07:00
Kevin Sawicki
4a35206302
🎨
2016-05-24 09:42:31 -07:00
Kevin Sawicki
6de4249af8
Tweak resolve filename error message
2016-05-24 09:41:31 -07:00
Kevin Sawicki
deb15e60b5
Lead with package.json path
2016-05-24 09:38:04 -07:00
Kevin Sawicki
f691a46d4d
Use dialog.showErrorBox
2016-05-24 09:37:52 -07:00
Kevin Sawicki
67c88d2f8a
Move Module require to top
2016-05-24 09:33:55 -07:00
Kevin Sawicki
4d56437a26
Merge pull request #5610 from bigtimebuddy/master
...
The "Error opening app" dialog
2016-05-24 09:22:11 -07:00
Felix Rieseberg
2a7590529e
📝 Update Windows Build Instructions
...
Closes #5655
2016-05-24 06:12:07 -07:00
Cheng Zhao
28e2058ff1
Merge pull request #5648 from electron/chrome51
...
Update to Chrome 51
2016-05-24 10:59:11 +00:00
Cheng Zhao
1dd98171f4
Bump v1.1.2
2016-05-24 15:59:21 +09:00
Cheng Zhao
994cc62031
Merge pull request #5668 from electron/strip-ffmpeg
...
Strip ffmpeg in zip file
2016-05-24 04:33:09 +00:00
Cheng Zhao
cd444e82f9
Merge pull request #5666 from electron/remote-promise-reject
...
Handle rejection of remote promises
2016-05-24 04:30:25 +00:00
Cheng Zhao
9d924bb6d7
Merge pull request #5662 from electron/electron-require
...
Always return internal module when requiring electron
2016-05-24 01:46:36 +00:00
Cheng Zhao
995a20a125
Merge pull request #5653 from electron/menu-position-fix
...
Fix context menu not showing correctly in devtools
2016-05-24 01:02:48 +00:00
Kevin Sawicki
677a317274
Strip ffmpeg in zip file
2016-05-23 15:47:07 -07:00
Jessica Lord
1ba07a9d6d
Merge pull request #5659 from danhp/patch-2
...
Mention that x and y have to be used together when creating new window
2016-05-23 15:44:42 -07:00
Kevin Sawicki
a4f94b89b4
Add comment about Module path
2016-05-23 15:15:39 -07:00
Kevin Sawicki
5e2f36387f
Move require spec to api-app-spec
2016-05-23 15:14:55 -07:00
Kevin Sawicki
4a41311409
Test that calling regular module succeeds
2016-05-23 15:14:55 -07:00
Kevin Sawicki
6ac0151e65
Remove lint warnings
2016-05-23 15:14:55 -07:00
Kevin Sawicki
fe0ec67623
Add spec for electron module require
2016-05-23 15:14:55 -07:00
Kevin Sawicki
19fd841c30
🎨
2016-05-23 15:14:55 -07:00
Kevin Sawicki
566b0676bc
Pre-resolve electron require path
2016-05-23 15:14:55 -07:00
Kevin Sawicki
daea448b61
.coffee -> .js
2016-05-23 15:14:55 -07:00
Kevin Sawicki
7929daa48c
Pass both callback values to then
2016-05-23 15:07:01 -07:00
Kevin Sawicki
f3af1dbd54
Add failing spec for rejected remote promise
2016-05-23 15:06:46 -07:00
Matt Karl
ee61a2880a
Removes main error, fixes messaging for JSON parse
2016-05-23 16:47:55 -04:00
Kevin Sawicki
1c9fe8d23e
Merge pull request #5664 from electron/cibuild-ps1
...
Add a Windows script to just invoke cibuild
2016-05-23 13:07:18 -07:00
Paul Betts
52888c97b5
Add a Windows script to just invoke cibuild
2016-05-23 12:37:47 -07:00
Matt Karl
58d9d2cf41
Adds JSON parse, invalid and missing main field errors
2016-05-23 15:00:55 -04:00
Daniel Pham
5010150c8c
📝 Mention that x and y have to be used together when creating new window
...
[ci skip]
2016-05-23 13:00:43 -04:00
Cheng Zhao
3402c7be3f
Suppress ffi test on Windows
2016-05-23 23:31:00 +09:00
Cheng Zhao
37a4267450
Update brightray: fix Windows linking problem
2016-05-23 23:24:43 +09:00
Cheng Zhao
2208b8bd6e
Update symbol names of icu
2016-05-23 22:53:50 +09:00
Cheng Zhao
2edf559571
Update brightray: fix OS X linking problem
2016-05-23 22:05:26 +09:00
Cheng Zhao
0d4f1abdf9
Move the menu sightly higher when repositioning the menu
...
Otherwise the menu is not able to show the last menu item and the arrow
will show.
2016-05-23 21:54:06 +09:00
Cheng Zhao
b866b34ac8
The unit of position is CGFloat
2016-05-23 21:53:50 +09:00
Cheng Zhao
fca91db133
Fix showing context menu in devtools
2016-05-23 21:08:16 +09:00
Cheng Zhao
badecb49f3
Update brightray: fix Linux linking problem
2016-05-23 19:50:05 +09:00
Cheng Zhao
9f858e1243
Merge branch 'master' into chrome51
2016-05-23 19:49:43 +09:00
Cheng Zhao
c489d6d4b3
Merge pull request #5638 from deepak1556/iwa_patch
...
browser: flags to control iwa enabled server whitelist
2016-05-23 10:48:30 +00:00
Cheng Zhao
208acd1b9c
Update brightray: Manage NetLog in BrowserClient
2016-05-23 19:02:40 +09:00
Cheng Zhao
1b9bced8c0
Merge pull request #5644 from leethomas/fix/osx-aspect-ratio
...
🍎 let Cocoa handle keeping aspect ratio on window resize
2016-05-23 08:15:44 +00:00
Cheng Zhao
f756a3e682
Fix crash when quitting
2016-05-23 17:03:49 +09:00
Cheng Zhao
44651656dd
Fix building on Windows
2016-05-23 16:39:19 +09:00
Cheng Zhao
9d82041923
Fix js lint warnings
2016-05-23 16:15:39 +09:00
Cheng Zhao
d6f9e57e33
Fix chrome.devtools not available in devtools extensions
2016-05-23 16:04:37 +09:00
Cheng Zhao
de1fc9d432
Fix building on Linux
2016-05-23 15:27:01 +09:00
deepak1556
f68d0f324f
deprecate app.allowNTLMCredentialsForAllDomains
2016-05-23 11:44:21 +05:30
Cheng Zhao
a92b4a6da4
Make |button| default to left button
...
This fixes the failing test of sendInputEvent.
2016-05-23 14:27:39 +09:00
Cheng Zhao
fa0ce7ad5f
Adjust to the new behaviors of beforeunload handler
2016-05-23 14:27:39 +09:00
Cheng Zhao
06800940ec
Fix cpplint warnings
2016-05-23 13:03:43 +09:00
Cheng Zhao
4b675a741d
Init feature list in node process
...
It is a new dependency of gin.
2016-05-23 13:01:47 +09:00
Cheng Zhao
530f19e956
Fix crash due to site_instace being freed early
2016-05-23 12:57:46 +09:00
Cheng Zhao
899cdb48d7
Fix using invalid pointer as SiteInstance
2016-05-23 12:46:14 +09:00
Cheng Zhao
a2bd55dd3c
Adapt to changes of Chrome 51 API changes (Part 2)
2016-05-23 12:29:14 +09:00
leethomas
de27b34891
disregard extraSize when initially setting the aspect ratio
2016-05-22 19:09:21 -07:00
Cheng Zhao
7ba391da7c
Update to API changes of Chrome 51
2016-05-23 10:59:39 +09:00
leethomas
1d61f987cb
code styling
2016-05-22 18:59:00 -07:00
Cheng Zhao
05c2999651
Update to Chrome 51.0.2704.54
2016-05-23 10:11:19 +09:00
Cheng Zhao
fd5f120434
Merge pull request #5646 from electron/update-breakpad
...
Fix crash reporter not working on x64 Windows
2016-05-23 00:25:24 +00:00
leethomas
09de0c2766
call base SetAspectRatio in NativeWindowMac implementation
2016-05-22 17:22:57 -07:00
leethomas
ac6e4aff5e
comments
2016-05-22 17:00:14 -07:00
Cheng Zhao
13b4c8bb06
Ignore invalid parameter error in crash service process
2016-05-23 08:59:34 +09:00
leethomas
7aaf974362
override SetAspectRatio for NativeWindowMac
2016-05-22 16:50:50 -07:00
leethomas
8f7a04f9c3
🍎 let Cocoa handle keeping the aspect ratio whenever the edges are dragged
2016-05-22 15:43:47 -07:00
deepak1556
62cad610e0
bring back app.allowNTLMCredentialsForAllDomains
2016-05-23 01:52:09 +05:30
Cheng Zhao
4c531e909b
Update breakpad to lastest master
2016-05-22 22:06:12 +09:00
Cheng Zhao
b52b6e12c4
Merge pull request #5640 from electron/update-crashpad
...
Update crashpad to latest master
2016-05-22 12:47:34 +00:00
Cheng Zhao
48b161f210
Update crashpad to 35da3b6
2016-05-22 21:00:16 +09:00
Cheng Zhao
06da5d543c
Merge pull request #5622 from kcrt/jpmanual
...
Japanese manual: Update tutorials and api
2016-05-22 07:57:36 +00:00
Cheng Zhao
5267d734bb
Merge pull request #5634 from deepak1556/net_error_description_patch
...
renderer: generate net error strings when requested
2016-05-22 00:34:56 +00:00
deepak1556
3db2daf790
browser: flags to control iwa enabled server whitelist
2016-05-21 23:38:50 +05:30
TAKAHASHI Kyohei
9d02292dec
Japanese manual: modified template string
...
modified based on the comments from Flatta
[ci skip]
2016-05-22 00:22:51 +09:00
TAKAHASHI Kyohei
77eb0e8e3f
Japanese manual: Update tutorials and api
...
[ci skip]
2016-05-22 00:17:20 +09:00
Cheng Zhao
6f3d0e1782
Merge pull request #5603 from leethomas/osx-horizontal-sheet-offset
...
Osx horizontal sheet offset
2016-05-21 14:07:53 +00:00
Cheng Zhao
6c8ffcf7a0
Merge pull request #5631 from electron/x64-by-default-win32
...
Default to amd64 on Windows
2016-05-21 13:39:25 +00:00
Cheng Zhao
363ab2075c
Update libchromiumcontent for #5618
2016-05-21 20:48:06 +09:00
deepak1556
c9b314d43c
renderer: generate net error strings when requested
2016-05-21 10:21:15 +05:30
Paul Betts
0e63050916
Default to amd64 on Windows
2016-05-20 14:20:48 -07:00
Kevin Sawicki
8821cae34f
Merge pull request #5630 from electron/env-var-headings
...
Use ### for env var headings
2016-05-20 14:05:15 -07:00
Kevin Sawicki
f16f48aa7c
Tweak example intros
2016-05-20 14:04:01 -07:00
Kevin Sawicki
e1d9229507
Tweak intro sentence
2016-05-20 14:03:28 -07:00
Kevin Sawicki
588420ecd2
Use active voice
2016-05-20 14:02:10 -07:00
Kevin Sawicki
d56c36b4a7
Minor wording updates
2016-05-20 14:01:08 -07:00
Kevin Sawicki
d983eb42e6
Use ### for headings for consistency
2016-05-20 13:58:48 -07:00
Matt Karl
b08393a663
Fixed linting error
2016-05-20 16:01:08 -04:00
Matt Karl
a1e59b814c
Changed default button, updated link
2016-05-20 13:29:42 -04:00
Kevin Sawicki
f52cd31d0d
Merge pull request #5625 from electron/doc-headings
...
Capitalize Object in doc heading
2016-05-20 10:01:54 -07:00
Kevin Sawicki
f266b979af
Capitalize Object
2016-05-20 09:25:10 -07:00
Matt Karl
25cb0fcbb9
Added Learn More button
2016-05-20 11:04:10 -04:00
Cheng Zhao
8b9d189671
Merge pull request #5624 from electron/hicon
...
Feed Windows APIs with ICO icons of appropriate size
2016-05-20 14:30:00 +00:00
Cheng Zhao
3182485e68
No need to reference the icon in Tray
2016-05-20 22:44:02 +09:00
Cheng Zhao
a93c9462ed
Add BrowserWindow.setIcon
2016-05-20 22:22:15 +09:00
Cheng Zhao
b33c04d041
docs: Recommend to use ICO icon
2016-05-20 19:58:47 +09:00
Cheng Zhao
d26480b74e
Correctly set window icon from ICO
2016-05-20 19:46:05 +09:00
Cheng Zhao
ea2807c890
Make it possible to get different size of icons from ICO
2016-05-20 17:51:05 +09:00
Cheng Zhao
0059e7bcf9
Use LoadIconMetric to load correct icon
2016-05-20 17:12:07 +09:00
Cheng Zhao
9e26e5c121
Load HICON directly in NotifyIcon
2016-05-20 16:55:22 +09:00
Cheng Zhao
67d9ae27c3
Remove the JavaScript wrapper for setContextMenu
2016-05-20 16:18:38 +09:00
Cheng Zhao
adfd99f5f0
Convert to mate::Handle<NativeImage> instead of gfx::Image
2016-05-20 16:14:40 +09:00
leethomas
9196a9f334
update docs
2016-05-19 20:32:14 -07:00
leethomas
7d93642f42
extend setSheetOffset to accept an optional 2nd offset
2016-05-19 20:32:06 -07:00
Cheng Zhao
7c34d8333c
Store ico image in HCION
2016-05-20 11:31:02 +09:00
Cheng Zhao
d5f3e5d59a
Bump v1.1.1
2016-05-20 09:30:24 +09:00
Cheng Zhao
8ac93e02c6
Merge pull request #5616 from electron/inherit-zoom
...
Inherit zoomFactor in webview
2016-05-20 00:27:06 +00:00
Cheng Zhao
4193fb1742
Merge pull request #5617 from electron/dont-return-from-on-functions
...
Remove returns from event listeners
2016-05-20 00:26:29 +00:00
Cheng Zhao
844f9e989b
Merge pull request #5611 from jviotti/fix/invalid-archive-asar-exec
...
Override `child_process.execFile` asar patch for `child_process.exec`
2016-05-20 00:24:10 +00:00
Cheng Zhao
d6dffc570c
Merge pull request #5614 from electron/bengotow-remote-docs
...
Update remote.md to mention enumerable property limitation
2016-05-19 23:54:20 +00:00
Cheng Zhao
4a075866de
Merge pull request #5608 from Gaserd/patch-4
...
docs : Russian
2016-05-19 23:51:22 +00:00
Kevin Sawicki
cc7395eea8
Remove returns from event listeners
2016-05-19 15:28:08 -07:00
Kevin Sawicki
b09c81202a
Add test for webview zoomFactor inheritance
2016-05-19 14:46:52 -07:00
Kevin Sawicki
4754e4aabb
Add zoomFactor to guest params
2016-05-19 14:32:16 -07:00
Kevin Sawicki
fef2f789cd
🎨
2016-05-19 14:30:53 -07:00
Juan Cruz Viotti
1a27ecdad4
Override child_process.execFile asar patch for child_process.exec
...
NodeJS implements `child_process.exec` by simply passing the whole
command to `child_process.execFile`. See:
- https://github.com/nodejs/node/blob/master/lib/child_process.js#L90
- https://github.com/nodejs/node/blob/master/lib/child_process.js#L99
Electron patches `child_process.execFile` to add support for `asar`
archives by injecting logic that extracts the required files from the
`asar` to a temporary location before delegating the work to the
original `child_process.execFile`.
In order to decide whether to inject the custom `asar` extracting logic,
Electron makes use of a helper function called `splitPath()`. See:
- https://github.com/electron/electron/blob/master/lib/common/asar.js#L37
If the first argument of the returned array equals `true`, means that
the path is considered to be an `asar` archive, and thus the extraction
logic takes place. The problem is that if the command passed to
`child_process.execFile` *contains* a path to an asar archive, padded
with other commands/arguments, `splitPath()` will consider it to be an
`asar` archive, and will try to extract it, throwing a rightfully
`Invalid package` error.
Fixes: https://github.com/electron/electron/issues/5571
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com >
2016-05-19 17:19:36 -04:00
Ben Gotow
2bade868bb
Update remote.md to mention enumerable property limitation
...
#5599
2016-05-19 09:31:02 -07:00
Matt Karl
e87ced60e5
The "Error opening app" dialog, now with less attitude
2016-05-19 10:33:22 -04:00
Sergey
836e2e4e91
docs : Russian
...
Russian language for http://electron.atom.io/docs/tutorial/mac-app-store-submission-guide/
2016-05-19 16:46:42 +03:00
Cheng Zhao
a2b6731bf2
Merge pull request #5606 from electron/process-docs
...
Cleanup the docs of process object
2016-05-19 11:59:37 +00:00
Cheng Zhao
983d611e96
Cleanup the docs of process object
2016-05-19 20:12:56 +09:00
Cheng Zhao
0bd3e28a05
Merge pull request #5526 from electron/process-stats
...
Process and System memory statistics API
2016-05-19 10:34:01 +00:00
Cheng Zhao
480f0fbfd7
Merge pull request #5600 from tensor5/update_clang_only_if_needed
...
Update Clang only if needed
2016-05-19 10:29:29 +00:00
Cheng Zhao
590c2bcf23
Merge pull request #5604 from preco21/korean-docs-5
...
docs: Update Korean docs as upstream
2016-05-19 10:27:03 +00:00
Cheng Zhao
8fd9957453
Merge pull request #5605 from preco21/document-fixes-5
...
docs: Improve docs
2016-05-19 10:26:38 +00:00
Cheng Zhao
e488320d37
Ignore failures of OS X on Travis CI
2016-05-19 19:23:02 +09:00
Cheng Zhao
195e0e64d0
Update brightray for #5578
2016-05-19 19:22:32 +09:00
Cheng Zhao
17528a4dfd
Merge pull request #5578 from deepak1556/disable_http2_patch
...
browser: flag to disable HTTP/2 and SPDY/3.1 protocols
2016-05-19 10:21:36 +00:00
Cheng Zhao
53d0db0a28
Merge pull request #5602 from electron/static-linking-vs-runtime
...
Link with VS2015 libraries statically for Release build
2016-05-19 09:50:53 +00:00
Plusb Preco
d6ab81c1da
📝 Fix link to improve readability
...
[ci skip]
2016-05-19 18:36:26 +09:00
Plusb Preco
3ee9eef308
📝 Remove unused link
...
[ci skip]
2016-05-19 18:34:08 +09:00
Plusb Preco
9cbcd228f3
📝 Adjust line length to 80
...
[ci skip]
2016-05-19 18:32:43 +09:00
Plusb Preco
e1bf0ea2b4
📝 Adjust line length to 80
...
[ci skip]
2016-05-19 18:28:29 +09:00
Plusb Preco
5c8ecd8a97
📝 Small fixes
...
* Adjust line length to `80`.
* Fix typos
[ci skip]
2016-05-19 18:28:00 +09:00
Plusb Preco
2b7c3735bd
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-19 17:22:51 +09:00
Cheng Zhao
f8c1db160e
Only use the osfhandle hack on Windows
2016-05-19 17:02:40 +09:00
Cheng Zhao
e609a5bee2
Fix passing fd across modules
2016-05-19 16:38:37 +09:00
leethomas
eaacbc86c7
📝 update english docs to include setSheetOffsets
2016-05-18 23:59:25 -07:00
Cheng Zhao
4702d8b640
No need to download and ship vs runtime libraries
2016-05-19 15:49:26 +09:00
leethomas
359123458d
🍎 allow x-axis offset to be set for sheets
2016-05-18 23:45:54 -07:00
Cheng Zhao
d8c05ecc0d
Link with Vs2015 runtime statically for Release build
2016-05-19 15:06:47 +09:00
Cheng Zhao
f441ba2694
Merge pull request #5601 from electron/team-id
...
Include team ID in the base bundle ID
2016-05-19 03:24:31 +00:00
Cheng Zhao
5d906c0e4e
docs: Team ID is now required for signing
2016-05-19 11:13:09 +09:00
Cheng Zhao
a361d50b95
Add team ID to base Bundle ID
2016-05-19 10:57:57 +09:00
Nicola Squartini
18b2094198
Update Clang only if needed
2016-05-19 10:14:57 +09:00
Kevin Sawicki
1032287511
Merge pull request #5588 from brunoqueiros/error-message
...
Improve error message
2016-05-18 17:41:57 -07:00
Cheng Zhao
d3beaa0b16
Merge pull request #5595 from miniak/asar-fix
...
Make js2asar.py more robust
2016-05-18 23:40:11 +00:00
Bruno Queiros
046cb0df8d
🎨 Use the same stack trace for both cases
2016-05-18 19:02:42 -03:00
Kevin Sawicki
97d903bca3
Merge pull request #5587 from kcrt/master
...
Japanese manual: add electron-versioning.
2016-05-18 13:55:10 -07:00
Kevin Sawicki
0456be1535
Merge pull request #5594 from Gaserd/patch-3
...
Create supported-platforms.md
2016-05-18 13:52:47 -07:00
Milan Burda
161bd89a24
Make js2asar.py more robust
2016-05-18 12:54:53 -07:00
Sergey
5f9976c46a
Create supported-platforms.md
...
Create new file - supported-platforms.
Russian language for this page - http://electron.atom.io/docs/tutorial/supported-platforms/
2016-05-18 22:40:12 +03:00
Paul Betts
872c6ea763
📝
2016-05-18 11:08:04 -07:00
Paul Betts
e995befcd0
Move everything into atom_bindings
2016-05-18 11:07:30 -07:00
Paul Betts
d49302858b
Merge pull request #5589 from Gaserd/patch-2
...
исправление ошибки в слове
2016-05-18 10:57:53 -07:00
Sergey
d3e0c08255
исправление ошибки в слове
...
ничего критичного, просто букву не ту поставили.
2016-05-18 18:04:52 +03:00
Bruno Queiros
06e3e65c1b
🎨 Improve error message
2016-05-18 11:00:08 -03:00
TAKAHASHI Kyohei
962ce6c44c
Japanese manual: add electron-versioning.
...
electron-versioning.md is translated.
Other tutorial files are updated.
[ci skip]
2016-05-18 22:33:21 +09:00
Cheng Zhao
e05f795d1d
Merge pull request #5584 from electron/sandbox-no-expl
...
Enable sandboxing without using temporary-exception
2016-05-18 10:02:30 +00:00
Cheng Zhao
906948218f
docs: Update MAS guide without using temporary-exception
2016-05-18 16:48:22 +09:00
Cheng Zhao
deddf98533
Currently set base bundle ID
2016-05-18 16:42:26 +09:00
Plusb Preco
d7fdb16078
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-18 16:41:21 +09:00
Cheng Zhao
d2a567d6ab
Merge pull request #5582 from electron/notification-user-info
...
Pass userInfo in systemPreferences.subscribeNotification
2016-05-18 07:36:31 +00:00
Cheng Zhao
3d0b98c9ca
Use string description for unknown types
2016-05-18 16:01:08 +09:00
Cheng Zhao
68cf267b1d
Do not convert NSDictionary to JSON
2016-05-18 15:49:33 +09:00
Cheng Zhao
240c346d02
Ignore invalid JSON object when converting NSDictionary
2016-05-18 14:54:37 +09:00
Cheng Zhao
97250b53e8
Pass userInfo in subscribeNotification
2016-05-18 14:40:19 +09:00
Cheng Zhao
49cca0978d
Merge pull request #5580 from electron/annoymous-web-contents
...
Add support for anonymous WebContents
2016-05-18 05:31:10 +00:00
Cheng Zhao
87c10b3ac2
Make non-public module accesible via remote
2016-05-18 13:57:48 +09:00
Cheng Zhao
5f6c468f0f
Handle keyboard events for WebContents that do not have owner window
2016-05-18 13:57:48 +09:00
Cheng Zhao
dc9b3fcef7
Remove WebViewGuestDelegate::HandleKeyboardEvent
2016-05-18 13:57:48 +09:00
Cheng Zhao
d6cb84f8a3
WebContents without owner window should always open detached devtools
2016-05-18 13:57:48 +09:00
Cheng Zhao
998ce73ad9
Add webContents.id property
2016-05-18 13:57:48 +09:00
Cheng Zhao
8a061b7183
A normal WebContents can have no owner window
2016-05-18 13:57:48 +09:00
Cheng Zhao
118afab67b
Make sure BrowserContext is always destroyed after WebContents
2016-05-18 13:57:48 +09:00
Plusb Preco
7fd3149031
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-18 12:15:29 +09:00
Cheng Zhao
242508e22f
Merge pull request #5574 from electron/devtools-extension-test
...
Add test that loads a devtools extension
2016-05-18 01:46:44 +00:00
Cheng Zhao
5368da18ad
Merge pull request #5575 from electron/link-to-spectron
...
Add spectron to ChromeDriver doc
2016-05-18 01:34:56 +00:00
deepak1556
467ccabb7e
browser: flag to disable HTTP/2 and SPDY/3.1 protocols
2016-05-18 06:56:58 +05:30
Cheng Zhao
397d0e34ee
Merge pull request #5559 from electron/disable-webview
...
Disable webview when nodeIntegration is off
2016-05-18 01:26:58 +00:00
Cheng Zhao
27da0f3338
Merge pull request #5576 from electron/title-tweaks
...
Tweak doc headings
2016-05-18 01:26:27 +00:00
Cheng Zhao
c7f5210b50
Merge pull request #5567 from felixrieseberg/versioning
...
Add Information about Versioning
2016-05-18 00:43:23 +00:00
Cheng Zhao
7bd11c14f6
Update brightray to fix linking problem on Linux
2016-05-18 09:42:38 +09:00
Kevin Sawicki
cee31ff67a
Remove semicolon
2016-05-17 16:42:37 -07:00
Kevin Sawicki
9266f9abfc
Update interval id variable name
2016-05-17 16:42:21 -07:00
Kevin Sawicki
f95c46d987
Show last panel by id
2016-05-17 16:40:34 -07:00
Kevin Sawicki
866260a2a6
with -> on
2016-05-17 16:05:47 -07:00
Kevin Sawicki
bfb75df49c
Tweak doc headings
2016-05-17 16:02:54 -07:00
Kevin Sawicki
b301c473cd
Simplify sentence
2016-05-17 15:14:50 -07:00
Kevin Sawicki
3f3871b1be
Add spectron section
2016-05-17 15:13:26 -07:00
Kevin Sawicki
2043356fa3
Recommend electron-chromedriver
2016-05-17 15:09:09 -07:00
Kevin Sawicki
13cfc2d2a0
Add comment about panel switching via input event
2016-05-17 15:05:58 -07:00
Kevin Sawicki
8d0c5c30b8
Use consistent function styles
2016-05-17 15:05:27 -07:00
Kevin Sawicki
0b4b79d0a4
Use control on non-mac platforms
2016-05-17 15:01:32 -07:00
Kevin Sawicki
7db2601ea8
DRY up specs
2016-05-17 14:59:33 -07:00
Kevin Sawicki
77b074fbad
Add spec for undocked devtools
2016-05-17 14:56:00 -07:00
Paul Betts
dc86ec8ddd
Come Correct with Wrapping
2016-05-17 14:54:33 -07:00
Kevin Sawicki
189380d4ea
Add spec for devtools extension
2016-05-17 14:52:45 -07:00
Paul Betts
bfb4867e10
🔥 old docs
2016-05-17 14:52:01 -07:00
Paul Betts
1623622073
Dox
2016-05-17 14:48:49 -07:00
Paul Betts
ae2eec3efa
Move process-stats methods to process
2016-05-17 14:47:56 -07:00
Paul Betts
b51be9b83f
Add docs
2016-05-17 14:47:56 -07:00
Paul Betts
60bc2acd6c
Linting
2016-05-17 14:47:56 -07:00
Paul Betts
cd7bc0e50c
Rename Metrics => MemoryInfo so it's consistent
2016-05-17 14:47:56 -07:00
Paul Betts
75362450cd
Everything is in KB
2016-05-17 14:47:56 -07:00
Paul Betts
191b054ff0
Implement process and system memory statistics
2016-05-17 14:47:56 -07:00
Paul Betts
f4538daa0a
Wire it up
2016-05-17 14:47:56 -07:00
Paul Betts
a7ac7ba4c1
Add the dumbest new builtin that works
2016-05-17 14:47:56 -07:00
Felix Rieseberg
7e09b1664a
📝 Add Information about Versioning
2016-05-17 20:20:25 +02:00
Plusb Preco
ee9e28dfdf
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-17 21:18:31 +09:00
Cheng Zhao
fb6f5320e7
Update brightray for #5348
2016-05-17 20:33:44 +09:00
Cheng Zhao
7ce87c470a
docs: webview is only available with nodeIntegration on
2016-05-17 17:10:33 +09:00
Cheng Zhao
90f52169af
No more need to check for nodeIntegration when creating guest view
2016-05-17 17:06:02 +09:00
Cheng Zhao
0140015500
spec: WebView is disabled when nodeIntegration is disabled
2016-05-17 17:04:13 +09:00
Cheng Zhao
c1399f9bdc
Disable webview when nodeIntegration is off
2016-05-17 16:51:06 +09:00
Cheng Zhao
3fedea4b9e
Merge pull request #5557 from electron/osx-buttons
...
Implement titleBarStyle without using NSFullSizeContentViewWindowMask
2016-05-17 16:48:45 +09:00
Cheng Zhao
13bfb099a2
Fix the toolbar showing when titleBarStyle is hidden-inset
2016-05-17 16:25:18 +09:00
Cheng Zhao
f53aabaef5
Implement titleBarStyle without using NSFullSizeContentViewWindowMask
2016-05-17 15:48:14 +09:00
Cheng Zhao
ecbb088ea6
Merge pull request #5542 from stevekinney/standardize-requires
...
Standardize requires
2016-05-16 10:42:12 +09:00
Cheng Zhao
f5442a4888
Merge pull request #5540 from kcrt/master
...
Update: Japanese version of MAS submission guide
2016-05-16 10:33:25 +09:00
Cheng Zhao
57f082055a
Merge pull request #5509 from electron/bengotow/dialog-titles
...
Add buttonLabel param to showOpen/showSave dialogs
2016-05-16 10:27:28 +09:00
Cheng Zhao
e53bfad018
Fix building on Windows
2016-05-16 10:09:41 +09:00
Steve Kinney
0d3d097ce8
💄 Standarize requires in JavaScript API
2016-05-15 09:41:30 -04:00
Steve Kinney
2317b56ac4
💄 Make the power-save-blocker a bit more concise
2016-05-15 09:36:13 -04:00
TAKAHASHI Kyohei
16c870191f
Update: Japanese version of MAS submission-guide
2016-05-15 15:42:35 +09:00
Ben Gotow
54c654530e
Fix linux support
2016-05-15 01:29:13 -05:00
Ben Gotow
6217d497ed
Fix build issues
2016-05-15 01:03:32 -05:00
Ben Gotow
84cce6c2c1
Don't default to "Open", "Save", just let OS decide
2016-05-15 01:03:32 -05:00
Ben Gotow
40c531737d
Add buttonLabel param to showOpen/showSave dialogs
2016-05-15 01:03:32 -05:00
Cheng Zhao
88f3c34412
Merge pull request #5532 from stevekinney/patch-2
...
💄 Use ES6; clean up CoffeeScript conversion in BrowserWindow module
2016-05-15 12:38:28 +09:00
Steve Kinney
fd9c9c3be7
💄 Use spread operator instead of arguments object
2016-05-14 22:33:21 -04:00
Steve Kinney
236810a923
💄 Use ES6; clean up CoffeeScript conversion
...
💄 Destructure app module
Address linting errors
2016-05-14 22:33:20 -04:00
Cheng Zhao
88dc73ec3f
Merge pull request #5533 from stevekinney/patch-3
...
💄 Destructure globalShortcut module
2016-05-15 11:16:19 +09:00
Cheng Zhao
195a4bb3c1
Merge pull request #5538 from electron/vs2015-runtime
...
Ship with runtime libraries of Visual Studio 2015
2016-05-15 11:15:49 +09:00
Cheng Zhao
c540721bd3
Merge pull request #5537 from electron/suppress-more-tests
...
Suppress the tests that need to call window.open on Travis CI
2016-05-15 11:15:42 +09:00
Steve Kinney
c11d18fe06
💄 Destructure globalShortcut module
...
💄 Remove globalShortcut property
Add back the globalShortcut property
2016-05-14 21:53:42 -04:00
Cheng Zhao
8ed3659bb8
Link with libraries of Visual Studio 2015
2016-05-15 10:41:43 +09:00
Cheng Zhao
ba7a32b16e
Sync submodule recursively
2016-05-15 10:33:23 +09:00
Cheng Zhao
800ab50b56
Download redist files of VS2015
2016-05-15 10:30:19 +09:00
Cheng Zhao
f43b9665c1
And increase timeout for the rest
2016-05-15 10:00:29 +09:00
Cheng Zhao
14906eb6c8
Merge pull request #5530 from stevekinney/patch-1
...
💄 Add ES6; Clean up from CoffeeScript conversion in app module
2016-05-15 09:57:49 +09:00
Cheng Zhao
c53e47265d
Merge pull request #5535 from Godoy/translate-pt-br
...
Translate tutorial/devtools-extension.md to Portuguese (pt-br).
2016-05-15 09:47:29 +09:00
Cheng Zhao
5986a302d1
Merge pull request #5531 from kcrt/patch-1
...
wrong link destination
2016-05-15 09:46:59 +09:00
Cheng Zhao
f5acc8b599
Merge pull request #5525 from stanfieldr/doc-improvements
...
A little confused by docs
2016-05-15 09:45:43 +09:00
Cheng Zhao
e5af03547f
Merge pull request #5534 from kcrt/master
...
Translate tutorial/security.md to Japanese.
2016-05-15 09:41:52 +09:00
Cheng Zhao
861a79dd6a
Suppress the tests that need to call window.open on Travis CI
2016-05-15 09:41:02 +09:00
Cheng Zhao
5fe270a78f
Merge pull request #5522 from Wolfer/patch-1
...
Update application-distribution.md
2016-05-15 09:38:31 +09:00
Steve Kinney
b1275420a3
Require download_items inline
2016-05-14 19:43:30 -04:00
Adriano Godoy
fb161d5f1f
PT-BR link to devtools-extension tutorial on README.md
2016-05-14 16:06:11 -03:00
Adriano Godoy
6ac24f592c
Translate tutorial/devtools-extension.md to Portuguese (pt-br).
2016-05-14 16:01:52 -03:00
TAKAHASHI Kyohei
88d158f2c1
Translate tutorial/security.md to Japanese.
2016-05-15 02:37:55 +09:00
Steve Kinney
e5036c0988
Use anonymous function for wrapping native classes
2016-05-14 12:28:28 -04:00
TAKAHASHI, Kyohei
0b5efcbc75
wrong link destination
2016-05-15 00:36:11 +09:00
Steve Kinney
0785c3bd15
💄 Add spaces to comply with Standard
2016-05-14 11:31:08 -04:00
Steve Kinney
5dc88aa543
💄 Add ES6; Clean up from CoffeeScript conversion
2016-05-14 11:17:46 -04:00
Cheng Zhao
5ec2e8d7e5
Merge pull request #5413 from electron/process-resource-usage
...
Fetch Process resource usage from WebContents
2016-05-14 23:28:51 +09:00
Cheng Zhao
3214fdd73f
Fix failing CI on OS X
2016-05-14 23:11:13 +09:00
Cheng Zhao
d3e359ab2d
No need for explicit type conversion
2016-05-14 22:50:05 +09:00
Cheng Zhao
c740438032
Rename webFrame.purgeCaches to webFrame.clearCache
...
This matches the name of session.clearCache.
2016-05-14 22:48:25 +09:00
Cheng Zhao
7459581d13
Fix cpplint warnings
2016-05-14 22:40:18 +09:00
Cheng Zhao
03052e81c1
Merge pull request #5519 from danhp/context-menu-docs
...
Fix indentation for context menu docs.
2016-05-14 21:49:16 +09:00
Daniel Pham
1bac1a9028
📝 Fix styling of the context-menu docs
...
[ci skip]
2016-05-14 08:43:23 -04:00
Cheng Zhao
de08473ea3
Merge pull request #5518 from danhp/popup-show-all
...
Fix context menu positioning on OS X
2016-05-14 20:00:30 +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
Serg F
2287ad6d37
Update application-distribution.md
2016-05-13 23:19:56 +03:00
Paul Betts
2234307d41
Whitespace issues
2016-05-13 10:54:10 -07:00
Paul Betts
652913f8d6
Just return the type directly
2016-05-13 10:54:10 -07:00
Paul Betts
19cba3ff85
Use doubles to represent memory size in bytes
2016-05-13 10:54:10 -07:00
Paul Betts
6f0057532a
Forgot scripts
2016-05-13 10:54:10 -07:00
Paul Betts
908084c0fd
Document resource methods
2016-05-13 10:54:10 -07:00
Paul Betts
d83c36e0fd
Add a way to drop all cached memory
2016-05-13 10:54:10 -07:00
Paul Betts
22a3765394
Wire up a new method in web frame
2016-05-13 10:54:10 -07:00
Paul Betts
61e775c055
Write native_mate converters for WebCache::ResourceTypeStat and friends
2016-05-13 10:54:10 -07:00
Daniel Pham
bebf8eabca
🍎 Fix context menu positioning
2016-05-13 10:54:40 -04:00
Cheng Zhao
847d9580b7
Bump v1.1.0
2016-05-13 17:00:02 +09:00
Cheng Zhao
faf896db67
Merge pull request #5461 from electron/chrome50
...
Continue the work of Chrome 50 upgrade
2016-05-13 14:52:09 +09:00
Cheng Zhao
10f144069d
Allow using __weak keyword
2016-05-13 13:49:53 +09:00
Cheng Zhao
29b799de73
Update clang revision to 261368
2016-05-13 11:18:16 +09:00
Cheng Zhao
525d456f7c
Update to Chrome 50.0.2661.102
2016-05-13 11:14:43 +09:00
Cheng Zhao
f1142cf2b5
Adapt to changes on hash functions of Chrome 50
2016-05-13 11:12:15 +09:00
Cheng Zhao
08779eb6d9
Use VS2015 on appveyor
2016-05-13 11:12:15 +09:00
Cheng Zhao
2d7b5c53b1
Change version number so native modules can build
2016-05-13 11:12:15 +09:00
Cheng Zhao
8dc8f8f485
Update libchromiumcontent: fix Release build on Windows
2016-05-13 11:12:01 +09:00
Cheng Zhao
4a409b870e
chromedriver's version is now v2.21
2016-05-13 11:12:01 +09:00
Cheng Zhao
bb5b30b8a0
It is not allowed to run scripts in DidCreateDocumentElement
2016-05-13 11:12:01 +09:00
Cheng Zhao
906ae043f9
Fix crash when creating external buffer
2016-05-13 11:12:01 +09:00
Cheng Zhao
0ad03d9ff7
Suppress crashReporter test on x64 Windows for now
2016-05-13 11:12:01 +09:00
Cheng Zhao
3aaff23f78
Do not call import_vs_env for non-win32
2016-05-13 11:12:01 +09:00
Cheng Zhao
e77582baee
Fix compilation warnings introduced by VS 2015
2016-05-13 11:12:01 +09:00
Cheng Zhao
2497c73009
Import build env from VS 2015
2016-05-13 11:12:01 +09:00
Cheng Zhao
73223fe5c3
Upgrade to Node v6
2016-05-13 11:12:01 +09:00
Cheng Zhao
9c0f298064
Update libchromiumcontent to fix renderer process crash
2016-05-13 11:12:01 +09:00
Cheng Zhao
525e3ee9c6
Update crashpad with AppKit patch
2016-05-13 11:11:50 +09:00
Cheng Zhao
9ccb495f60
Do not remove the patch for Command key
2016-05-13 11:11:50 +09:00
Cheng Zhao
35d9e37220
Simplify the check for web_frame_widget
2016-05-13 11:11:50 +09:00
Brian R. Bondy
e8c4fb6903
setBaseBackgroundColor moved to WebFrameWidget
2016-05-13 11:11:50 +09:00
Brian R. Bondy
a9652052c4
Update Brightray and libchromiumcontent v50 ref (Electron maintainer use
...
your refs)
2016-05-13 11:11:50 +09:00
Brian R. Bondy
a52dbf0784
Update SharedMemory buf constructor
2016-05-13 11:07:17 +09:00
Brian R. Bondy
900001e547
Update PlatformCanvas to SKCanvas
2016-05-13 11:07:17 +09:00
Brian R. Bondy
37ccd34a88
Update x11 global shortcut listeners
2016-05-13 11:07:17 +09:00
Brian R. Bondy
f93fa53aea
Update linux menu overrides
2016-05-13 11:07:17 +09:00
Brian R. Bondy
0253aec0cd
Add SkUserConfig.h with blank SkDebugf macro
...
This file was copied from:
./third_party/skia/include/config/SkUserConfig.h
But because of this linking error we needed to
define a macro for SkDebugf.
```
"SkDebugf(char const*, ...)", referenced from:
SkBitmap::allocPixels(SkImageInfo const&, unsigned long) in
libbrave_lib.a(brave_lib.native_desktop_media_list.o)
ld: symbol(s) not found for architecture x86_64
```
There used to be a hack to copy this file here which was removed:
8de9d9e2bc
2016-05-13 11:07:17 +09:00
Brian R. Bondy
ce7c1023d5
Minimum fixes needed for chromium_src
2016-05-13 11:07:17 +09:00
Brian R. Bondy
02d72c81af
Fix linking problem with IPC::MessageT
...
IPC::MessageT<ChromeUtilityHostMsg_ProcessStarted_Meta, std::__1::tuple<>, void>::MessageT(IPC::Routing)
2016-05-13 11:07:17 +09:00
Brian R. Bondy
22863b9f31
Fix GURL coonstructor from webkit string error
2016-05-13 11:07:17 +09:00
Brian R. Bondy
48e62ac0b5
Remove wwebaudio from web_preferences
...
Becauseit doesn't exist there anymore
2016-05-13 11:07:17 +09:00
Brian R. Bondy
732936713a
GetNativeScreen -> GetScreen
2016-05-13 11:07:17 +09:00
Brian R. Bondy
f418ac5b5d
Update to brave crashpad dep (Electron maintainer rebase this to use
...
your ref)
2016-05-13 11:07:17 +09:00
Brian R. Bondy
d889bdef49
Remove user_gesture parameter from PermissionManager::RequestPermission
2016-05-13 11:07:17 +09:00
Brian R. Bondy
c04353a845
WebFindOptions in its own header
2016-05-13 11:07:17 +09:00
Brian R. Bondy
ff91aeb5d4
Iterator to use size_t
2016-05-13 11:07:17 +09:00
Brian R. Bondy
8a2aebd03f
PermissionStatus constant update
2016-05-13 11:07:17 +09:00
Brian R. Bondy
82f3bb26ce
AccessTokenSet -> AccessTokenMap
2016-05-13 11:07:17 +09:00
Brian R. Bondy
2da39d31aa
Update to new pref service location in components
2016-05-13 11:07:17 +09:00
Brian R. Bondy
5fda9bc6ae
LoadAccessTokensCallbackType -> LoadAccessTokensCallback
2016-05-13 11:07:17 +09:00
Brian R. Bondy
93e9cf4ac1
No more GetCookieMonster
2016-05-13 11:07:17 +09:00
Brian R. Bondy
dc7928021d
Widevine AAC CDM no longer avail
...
See chromium ./third_party /widevine/cdm/widevine_cdm_common.h
2016-05-13 11:07:17 +09:00
Brian R. Bondy
b78fe04f8f
Remove Vorbis from CDM support
...
See https://codereview.chromium.org/1690353002
2016-05-13 11:07:17 +09:00
Brian R. Bondy
8d4ed037a2
Add referrer_schems to AddAdditionalSchemes
2016-05-13 11:07:17 +09:00
Cheng Zhao
57b0f288cb
Bump v1.0.2
2016-05-13 09:21:33 +09:00
Cheng Zhao
ceea7adf98
Update brightray for electron/brightray#219
2016-05-13 09:19:46 +09:00
Cheng Zhao
751ebe7377
Merge pull request #5513 from danhp/patch-1
...
Document 'Tab' as a supported accelerator.
2016-05-13 09:08:32 +09:00
Cheng Zhao
c59f38c370
Merge pull request #5508 from electron/bengotow/docs-tweaks
...
Add to security checklist
2016-05-13 08:46:08 +09:00
Daniel Pham
9a72afc963
📝 Document 'Tab' as a supported accelerator.
...
[ci skip]
2016-05-12 16:00:58 -04:00
Ben Gotow
b9b6e8aa68
Add to security checklist
2016-05-12 10:42:29 -07:00
Cheng Zhao
b32bc8cf3e
Merge pull request #5502 from anthonyryan1/master
...
Replace gtk_widget_hide_all with gtk_widget_hide
2016-05-12 19:37:25 +09:00
Cheng Zhao
01dcee6449
Update brightray for #5503
2016-05-12 18:01:03 +09:00
Machisté N. Quintana
83e3d059b4
Merge pull request #5504 from dalabarge/patch-1
...
Fixed grammar issue.
2016-05-11 19:29:36 -07:00
Daniel LaBarge
eef9d9beaf
Fixed grammar issue.
2016-05-11 21:08:01 -05:00
Cheng Zhao
f86bd75f82
Merge pull request #5501 from ecmadao/patch-1
...
Update screen.md
2016-05-12 10:36:38 +09:00
Cheng Zhao
9a35d54ecf
Merge pull request #5500 from radarhere/master
...
Fixed typo
2016-05-12 10:26:39 +09:00
Cheng Zhao
989dfe01e1
Merge pull request #5496 from deepak1556/linux_dialog_icon_patch
...
dialog: resize icon on linux before showing
2016-05-12 10:24:32 +09:00
ecmadao
b81742f335
Update screen.md
...
bugfix-修改错别字
2016-05-12 09:21:10 +08:00
Cheng Zhao
5a702425eb
Merge pull request #5489 from felixrieseberg/windows-store-guide
...
Add Windows Store Guide
2016-05-12 09:30:18 +09:00
Cheng Zhao
f6d4af8882
Merge pull request #5487 from felixrieseberg/windows-dialog-array
...
Document Dialog Buttons Behavior on Windows
2016-05-12 09:26:28 +09:00
Andrew Murray
2d19d8108b
Fixed typo
2016-05-12 08:14:17 +10:00
Anthony Ryan
c29b844a97
Replace gtk_widget_hide_all with gtk_widget_hide
...
gtk_widget_hide_all was deprecated in gtk+ 2.24 and was removed
entirely in recent versions. This is a pretty straight forward
replacement.
2016-05-11 15:33:43 -04:00
deepak1556
64718888dd
dialog: resize icon on linux before showing
2016-05-11 22:30:10 +05:30
Cheng Zhao
064af6ecb2
Merge branch '1-0-release'
2016-05-11 22:11:08 +09:00
Cheng Zhao
959f7a1911
Merge pull request #5491 from electron/key-weak-map
...
Extend the IDWeakMap to accept arbitrary key type
2016-05-11 22:10:43 +09:00
Cheng Zhao
ff3104b44b
hash function for pair is already defined in VS
2016-05-11 21:32:28 +09:00
Cheng Zhao
12d40cd310
Add typename hint to fix compilation error on VS2015
2016-05-11 20:57:21 +09:00
Cheng Zhao
759a46f3d6
Use DoubleIDWeakMap for |rendererFunctions|
2016-05-11 20:40:48 +09:00
Cheng Zhao
6578c4f0b3
Bump v1.0.1
2016-05-11 20:10:38 +09:00
Cheng Zhao
b2d83fd8a8
Merge pull request #5490 from electron/webcontents-event
...
Listen for devtools-opened on webContents
2016-05-11 19:59:09 +09:00
Kevin Sawicki
a32f50ef64
Use arrow function for this binding
2016-05-11 12:54:52 +02:00
Kevin Sawicki
1b2b7fc4ce
Listen for devtools-opened on webContents
2016-05-11 12:48:46 +02:00
Cheng Zhao
49ac160ff7
Move createIDWeakMap to v8Util
2016-05-11 19:30:06 +09:00
Cheng Zhao
a077355d70
Turn api::IDWeakMap into api::KeyWeakMap<T>
2016-05-11 18:21:35 +09:00
Felix Rieseberg
ffa5abe99b
📝 Add Windows Store Guide
...
This commit adds a guide about how to compile your app as a Windows Store app, analog to the Mac App Store guide.
2016-05-11 10:50:46 +02:00
Felix Rieseberg
9200e32b0e
📝 Document Dialog Buttons Behavior on Windows
...
Closes #5464
2016-05-11 10:27:37 +02:00
Cheng Zhao
04d59991b0
Use create function instead of IDWeakMap constructor
2016-05-11 16:15:32 +09:00
Cheng Zhao
c708ae8eb5
Remove IDWeakMap
2016-05-11 15:51:22 +09:00
Cheng Zhao
ea93553225
Make KeyWeakMap a template class
2016-05-11 15:17:35 +09:00
Cheng Zhao
e6c0b1fe0c
Fix leak when KeyWeakMap::Remove is called directly
...
Usually the KeyObject would be destroyed when GC happens, but then
Remove is called before GC happens, the KeyObject would be leaked
forever. This fixes it by keeping KeyObject as a member of map.
2016-05-11 15:17:35 +09:00
Cheng Zhao
79c1ad85f9
Add KeyWeakMap without Add method
2016-05-11 15:17:35 +09:00
Cheng Zhao
7f2a46cdd5
Remove unused methods of IDWeakMap
2016-05-11 15:17:35 +09:00
Cheng Zhao
2cd41b2f84
Merge branch 'master' of https://github.com/electron/electron
2016-05-11 15:15:15 +09:00
Cheng Zhao
0f52a6da39
Merge branch '1-0-release'
2016-05-11 15:14:56 +09:00
Cheng Zhao
71704fc5d8
Merge pull request #5486 from electron/fix-dump-version-info-js
...
Do not use require('app') in dump-version-info.js
2016-05-11 15:12:04 +09:00
Cheng Zhao
e5890728dc
Do not use require('app') in dump-version-info.js
2016-05-11 15:07:09 +09:00
Cheng Zhao
08d2320ad6
Merge pull request #5485 from preco21/korean-docs-4
...
docs: Update Korean docs as upstream
2016-05-11 14:48:43 +09:00
Plusb Preco
95c9e48822
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-11 13:48:40 +09:00
Machisté N. Quintana
8bb097e0a4
Merge pull request #5480 from preco21/patch-3
...
docs: Match object notation style
2016-05-10 21:27:45 -07:00
Plusb Preco
01c483e0dd
📝 Update README-ko.md
...
[ci skip]
2016-05-11 10:48:54 +09:00
Plusb Preco
4cdba29fbd
📝 Match object notation style
...
[ci skip]
2016-05-11 10:30:02 +09: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
Cheng Zhao
8dd5f58161
Merge pull request #5479 from electron/widevine-path
...
Fix passing paths in command line
2016-05-11 09:24:24 +09:00
Cheng Zhao
1d6f05c9bb
Merge branch 'document-fixes-4' of https://github.com/preco21/electron into preco21-document-fixes-4
2016-05-11 09:23:52 +09:00
Cheng Zhao
d0b39bc4fe
Merge pull request #5473 from preco21/korean-docs-3
...
docs: Update Korean docs as upstream
2016-05-11 09:20:51 +09:00
Cheng Zhao
dec971a889
Merge pull request #5471 from nickytonline/fix-readme
...
Fixed code snippet in read me
2016-05-11 09:12:01 +09:00
Cheng Zhao
0dad2581ef
Fix passing paths in command line
2016-05-11 08:57:35 +09:00
Nick Taylor
b54af73782
fixed code snippet in menu api documentation.
2016-05-10 22:32:45 +02: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
c4d34eb465
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-11 03:14:06 +09:00
Plusb Preco
5146befa46
📝 Match variable names
...
[ci skip]
2016-05-11 02:38:42 +09:00
Plusb Preco
885aeec442
📝 Match variable names
...
[ci skip]
2016-05-11 02:16:32 +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
6e0112bf9f
📝 Cleanup codes
...
[ci skip]
2016-05-11 01:34:51 +09:00
Plusb Preco
552102b88d
📝 Remove whitespace after code block
...
[ci skip]
2016-05-11 01:32:13 +09:00
Plusb Preco
4d7296e1db
📝 Match destructuring style
...
[ci skip]
2016-05-11 01:26:38 +09:00
Cheng Zhao
61bf3ae1ee
Merge pull request #5462 from zicai/patch-1
...
Docs:fix a minor typo
2016-05-10 19:44:36 +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
zicai
8e48fde5ac
Docs:fix a minor typo
2016-05-10 16:53:14 +08:00
Plusb Preco
3cc2dd216f
📝 Adjust line length to 80
...
[ci skip]
2016-05-10 17:41:16 +09:00
Plusb Preco
cd3d154cc3
📝 Small fixes
...
[ci skip]
2016-05-10 17:35:12 +09:00
Plusb Preco
6bad16377d
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-10 16:27:14 +09:00
Cheng Zhao
3014e61792
Update native_mate: close #5392
2016-05-10 16:10:02 +09:00
Plusb Preco
12e62746b3
📝 Add security.md
...
[ci skip]
2016-05-10 13:48:26 +09:00
Cheng Zhao
61ec3acde9
Merge pull request #5459 from electron/soft-warning
...
Turn exception in protocol.registerStandardSchemes into warning warning
2016-05-10 11:11:00 +09:00
Cheng Zhao
8e7a5adc60
spec: protocol.registerStandardSchemes does not throw
2016-05-10 09:57:13 +09:00
Cheng Zhao
4dc431043f
docs: When to use protocol.registerStandardSchemes
2016-05-10 09:53:35 +09:00
Cheng Zhao
566bb1f708
Turn the exception in protocol.registerStandardSchemes to warning
2016-05-10 09:53:35 +09:00
Cheng Zhao
ab3122ef2a
No need to keep the deprecated APIs
...
They will be removed in next release.
2016-05-10 09:53:35 +09:00
Cheng Zhao
c40fb67890
Bump v1.0.0
2016-05-09 21:17:35 +09:00
Cheng Zhao
797b0ddb9a
Fix exception when refreshing specs window
2016-05-09 20:08:50 +09:00
Cheng Zhao
e139012f9a
Merge pull request #5373 from electron/remove-deprecated-apis
...
Remove deprecated apis
2016-05-09 19:16:38 +09:00
Plusb Preco
60d7dd991d
📝 Fix small typos
...
[ci skip]
2016-05-09 16:23:11 +09:00
Plusb Preco
897d376978
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-09 16:20:05 +09:00
Plusb Preco
ad4450ec88
📝 Small fixes
...
[ci skip]
2016-05-09 11:23:46 +09:00
Plusb Preco
fe5dc5d28e
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-09 10:43:52 +09:00
Cheng Zhao
af0afecb45
Merge pull request #5406 from deepak1556/protocol_standard_scheme_patch
...
protocol: fix registerStandardSchemes api
2016-05-09 09:12:35 +09:00
Cheng Zhao
6b79f53416
Merge pull request #5440 from electron/bengotow/remove-default-protocol
...
Implement RemoveAsDefaultProtocolClient on OS X
2016-05-09 08:36:21 +09:00
Ben Gotow
ac905e7080
Add docs, avoid side effects when not currently default
2016-05-08 10:50:17 -07:00
deepak1556
70dac71639
delay protocol object creation
2016-05-08 16:44:14 +05:30
Cheng Zhao
4841e37502
Merge pull request #5445 from electron/fix-flaky-tests
...
Suppress the window.open tests on travis CI's mac machine
2016-05-08 16:44:29 +09:00
Cheng Zhao
c682ccd9d0
Suppress the window.open tests on travis CI's mac machine
2016-05-08 15:15:16 +09:00
Cheng Zhao
b358dff689
Merge pull request #5444 from electron/expiration-date
...
Fix `expirationDate` not showing for persistent cookies
2016-05-08 15:13:36 +09:00
Cheng Zhao
e24ce97731
Set expirationDate for persistent cookie
2016-05-08 14:38:07 +09:00
Cheng Zhao
1dcbd352cc
Merge pull request #5436 from stevekinney/refactor-parse-args-in-dialog
...
Refactor parseArgs function in dialog module
2016-05-08 11:57:02 +09:00
Cheng Zhao
85f700f458
Merge pull request #5432 from stevekinney/default-app-to-es6
...
Update default_app to ES6 conventions
2016-05-08 11:21:01 +09:00
Cheng Zhao
3fcb4be303
Merge pull request #5418 from felixrieseberg/security-guide
...
Add Security Tutorial
2016-05-08 11:20:21 +09:00
deepak1556
9c71c9fa6a
fix docs and spec
2016-05-08 01:37:57 +05:30
deepak1556
0f2ae385ed
allow protocol module initialization before app ready.
...
* ensure registerStandardSchemes can only be called before app ready
* ensure other protocol methods can only be used after app ready
2016-05-08 01:36:34 +05:30
deepak1556
1ff33b7c81
protocol: fix registerStandardSchemes api
2016-05-08 01:36:34 +05:30
Ben Gotow
19d5d3b7d1
Implement RemoveAsDefaultProtocolClient on OS X
2016-05-07 11:07:58 -07:00
Steve Kinney
91220f2a98
💄 Simplify conditional check for BrowserWindow
2016-05-07 09:13:40 -06:00
Steve Kinney
f3e633eb2c
💄 Use destructuring to shift arguments
2016-05-07 08:55:26 -06:00
Steve Kinney
6708e2a302
💄 Cache last argument in parseArgs
...
This is to eliminate the need to access the array twice.
2016-05-07 08:52:52 -06:00
Steve Kinney
b6fd4fed38
💄 Update default_app to ES6 conventions
...
Add space before object literal method
2016-05-07 08:18:22 -06:00
Felix Rieseberg
02e8e929e1
📝 Add Security Tutorial
...
Add basic information about Electron and Security, including an
invitation to contribute to security features. Contains information by
@zcbenz, @zeke, and @paulcbetts.
2016-05-07 10:57:36 +01:00
Cheng Zhao
b05fa2ed5b
Merge pull request #5430 from deepak1556/ipc_renderer_patch
...
ipcRenderer: fix crash with multiple listeners to sync message
2016-05-07 16:32:54 +09:00
Cheng Zhao
e46a50512d
Merge pull request #5428 from miniak/update-app-manifest
...
Update app manifest
2016-05-07 11:20:25 +09:00
Cheng Zhao
8f4b6afa64
Merge pull request #5431 from deepak1556/devtools_file_system_indexer_patch
...
devtools: handle file system indexing requests
2016-05-07 10:55:12 +09:00
Cheng Zhao
e6f4dd0f85
Update brightray for #5431
2016-05-07 10:54:34 +09:00
Cheng Zhao
767c235708
Fix compilation error
2016-05-07 10:38:41 +09:00
Milan Burda
bc8689889d
Add dpiAware to app manifest instead of calling SetProcessDpiAwareness / SetProcessDPIAware
2016-05-07 01:18:01 +02:00
Milan Burda
bb32039fde
Add disableWindowFiltering to app manifest to enable enumeration of modern app windows in node modules
2016-05-07 01:17:27 +02:00
deepak1556
53ac79cb19
devtools: handle file system indexing requests
2016-05-07 04:32:54 +05:30
Kevin Sawicki
081c8e1f28
Merge pull request #5426 from electron/vendor-link-in-docs
...
Link to vendor folder on GitHub
2016-05-06 13:31:23 -07:00
Kevin Sawicki
6861d645ad
Link to vendor folder on GitHub
2016-05-06 13:25:01 -07:00
Kevin Sawicki
ef459c7676
Remove support for options now on webPreferences
2016-05-06 10:12:56 -07:00
Cheng Zhao
28f1aef7b4
Remove ELECTRON_HIDE_INTERNAL_MODULES in docs
2016-05-06 10:12:56 -07:00
Cheng Zhao
fd432ddbc9
Fix the toDataUrl call in desktopCapturer
2016-05-06 10:12:56 -07:00
Cheng Zhao
446da677b5
Remove NativeImage.toDataUrl
2016-05-06 10:12:56 -07:00
Kevin Sawicki
7685380105
Remove crashed event forwarding
2016-05-06 10:12:56 -07:00
Kevin Sawicki
56cd57872c
Remove BrowserWindow events now on WebContents
2016-05-06 10:12:56 -07:00
Kevin Sawicki
f2d8eadf4e
Remove deprecated prototol APIs
2016-05-06 10:12:55 -07:00
deepak1556
14661819c2
move session wrapper to webcontents
2016-05-06 10:12:55 -07:00
Kevin Sawicki
609f5dcaaf
Update read path to something that exists
2016-05-06 10:12:55 -07:00
Kevin Sawicki
4d6b95aa52
Tweak spec description
2016-05-06 10:12:55 -07:00
Kevin Sawicki
0eefb282ca
Test no handler via call to deprecate.log
2016-05-06 10:12:55 -07:00
Kevin Sawicki
722a07de86
Add explicit call to deprecate.log
2016-05-06 10:12:55 -07:00
Kevin Sawicki
30b60516fe
Initialize session explicitly
2016-05-06 10:12:55 -07:00
Kevin Sawicki
814ae7b4a4
🎨
2016-05-06 10:12:55 -07:00
Kevin Sawicki
d627ead273
Remove linter errors
2016-05-06 10:12:55 -07:00
Kevin Sawicki
16d4c436cb
Keep exporting deprecate/deprecations
2016-05-06 10:12:55 -07:00
Kevin Sawicki
7ad86a12b4
Remove empty _init
2016-05-06 10:12:54 -07:00
Kevin Sawicki
58473f41ab
Remove deprecated BrowserWindow options specs
2016-05-06 10:12:54 -07:00
Kevin Sawicki
4cb620c195
Remove support for translating hyphenated options
2016-05-06 10:12:54 -07:00
Kevin Sawicki
bea232f53a
Update specs for internal module require
2016-05-06 10:12:54 -07:00
Kevin Sawicki
ef801d5543
Remove .only call
2016-05-06 10:12:54 -07:00
Kevin Sawicki
1e140fb32c
Remove ipc.js files
2016-05-06 10:12:54 -07:00
Kevin Sawicki
2ce4237083
Remove hideInternalModules API
2016-05-06 10:12:54 -07:00
Kevin Sawicki
dafa14fe42
Don't export deprecate API
2016-05-06 10:12:54 -07:00
Kevin Sawicki
bf91410a22
Remove deprecated main process ipc module
2016-05-06 10:12:54 -07:00
Kevin Sawicki
d988cae16d
Remove deprecated ipc module
2016-05-06 10:12:53 -07:00
Kevin Sawicki
a6cf7a1095
Remove deprecated crashReporter.start options
2016-05-06 10:12:53 -07:00
Kevin Sawicki
6f0471f6cb
Remove deprecated options check in BrowserWindow
2016-05-06 10:12:53 -07:00
Kevin Sawicki
0342db9328
Remove hyphenated options
2016-05-06 10:12:53 -07:00
Kevin Sawicki
dae68be2ce
Remove deprecated APIs
2016-05-06 10:12:53 -07:00
Kevin Sawicki
0cf50b1c0b
Merge pull request #5425 from electron/remove-atom-org-links
...
Update links to electron org in docs
2016-05-06 10:12:02 -07:00
Kevin Sawicki
7cca287b60
Update links to electron org
2016-05-06 10:11:43 -07:00
Kevin Sawicki
476aea5a3f
Merge pull request #5424 from electron/windows-installer-docs
...
Link to electron-winstaller
2016-05-06 10:11:33 -07:00
Kevin Sawicki
f84b5a7642
Link to electron-winstaller
2016-05-06 10:05:12 -07:00
Kevin Sawicki
9a56974c83
Merge pull request #5423 from electron/fix-spacing-app-doc
...
Fix spacing on lines and url
2016-05-06 09:59:58 -07:00
Jessica Lord
0e8636cb2a
Fix spacing on lines and url
2016-05-06 18:56:07 +02:00
Cheng Zhao
f58b3f853e
Merge pull request #5421 from electron/default-app-flag
...
Add a flag indicating app is started from default app
2016-05-06 22:09:02 +09:00
Cheng Zhao
c18880bd77
Add a flag indicating app is started from default app
2016-05-06 21:49:49 +09:00
Cheng Zhao
7b83d920fa
Merge pull request #5412 from electron/osx-disable-rubber-banding
...
Add scrollBounce option and disable it by default
2016-05-06 15:35:14 +09:00
Cheng Zhao
df397dab30
Add scrollBounce option and disable it by default
2016-05-06 14:57:43 +09:00
Cheng Zhao
4ce26dfa68
Merge pull request #5409 from electron/did-fail-load-clarification
...
Clarify how did-fail-load handles redirects
2016-05-06 14:27:46 +09:00
Cheng Zhao
16bfc19547
Merge pull request #5411 from electron/min-max-size-docs
...
docs: Make it clear that size constraints only apply for users
2016-05-06 14:24:59 +09:00
Cheng Zhao
a4405dad45
docs: Make it clear that size constraints only apply for users
...
[ci skip]
2016-05-06 14:21:19 +09:00
Cheng Zhao
aa516ae01a
Merge pull request #5408 from electron/ld-update-code-of-conduct
...
📝 Update to v1.4 of the Code of Conduct
2016-05-06 10:41:25 +09:00
Charlie Hess
69c4c7e3be
Clarify how did-fail-load handles redirects.
2016-05-05 15:52:00 -07:00
deepak1556
45b3bd3a22
ipcRenderer: fix crash with multiple listeners to sync message
2016-05-06 02:52:59 +05:30
Lee Dohm
edfb1b5d0e
📝 Update to v1.4 of the Code of Conduct
...
Also, switch email address for reporting.
2016-05-05 13:48:44 -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
636570306a
Merge pull request #5401 from electron/ns-js-object
...
Fully support the userInfo object in app.setUserActivity and continue-activity event
2016-05-05 17:59:43 +09:00
Cheng Zhao
2c31d7c1e8
Revert "Generalize this mate converter for reuse."
...
This reverts commit 92606579d3 .
2016-05-05 17:26:31 +09:00
Cheng Zhao
c9c4ba39ab
docs: We support arbitrary NSDictionary now
2016-05-05 17:07:46 +09:00
Cheng Zhao
2f9fee0c8a
Move the job of creating userActivity to AtomApplication
2016-05-05 16:38:47 +09:00
Cheng Zhao
60bd60e1ed
Fully support converting NSDictionary to JS userInfo object
2016-05-05 16:26:44 +09:00
Cheng Zhao
8e1d2479ac
spec: Should not run app.setUserActivity test on non-OS X
2016-05-05 12:27:25 +09:00
Cheng Zhao
7268f434b2
Fix code styling problems
2016-05-05 12:26:23 +09:00
Cheng Zhao
3f2a25d07c
Merge pull request #5352 from CharlieHess/hands-on-hand-off
...
OS X Handoff Feature
2016-05-05 12:06:56 +09:00
Cheng Zhao
f10ab71f60
Merge pull request #5388 from electron/default-app-styling
...
Make the drag box fill the remaining height of window in default app
2016-05-05 11:16:16 +09:00
Cheng Zhao
4b42fe1b24
Merge pull request #5393 from appetizermonster/patch-2
...
Fix small mistakes in Korean Doc
2016-05-05 11:15:35 +09:00
Cheng Zhao
0901a70166
Merge pull request #5379 from danhp/context-menu
...
Expose the 'context-menu' event.
2016-05-05 11:12:58 +09:00
Charlie Hess
b2fb95f857
Use scoped_nsobject to ensure our intermediate objects get cleaned up.
2016-05-04 11:28:49 -07:00
Steve Kinney
55babea2bb
📝 Update tutorials to ES6 [ci skip]
2016-05-04 12:11:51 -06:00
Steve Kinney
3271492c86
📝 Update FAQ to ES6 [ci skip]
2016-05-04 12:02:24 -06:00
Steve Kinney
afe0296e0f
📝 Rewrite docs on destructuring assignment [ci skip]
2016-05-04 11:59:40 -06:00
Steve Kinney
5a9f28e034
📝 Update API documentation to ES6 [ci skip]
2016-05-04 11:59:02 -06:00
Steve Kinney
178496afe5
📝 Update documentation style guide to ES6 [ci skip]
2016-05-04 10:55:05 -06:00
Heejin Lee
2b079588bb
Fix small mistakes in CONTRIBUTING-ko.md
2016-05-05 00:02:53 +09:00
Daniel Pham
a6f2d401fa
Follow object naming conventions for params in the 'context-menu' event
2016-05-04 10:41:10 -04:00
Cheng Zhao
6fba72a40c
Merge pull request #5383 from preco21/korean-docs-2
...
docs: Update Korean docs as upstream
2016-05-04 23:20:44 +09:00
Cheng Zhao
fe73688975
Merge pull request #5387 from preco21/patch-1
...
docs: Match code syntax
2016-05-04 23:20:23 +09:00
Cheng Zhao
ef561fb919
Merge pull request #5378 from CGamesPlay/master
...
Use select to query the uv kqueue
2016-05-04 23:08:12 +09:00
Plusb Preco
9483cd351a
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-04 18:45:52 +09:00
Cheng Zhao
28d12166fd
Fix margin of elements in flex
2016-05-04 18:01:29 +09:00
Cheng Zhao
7074789011
Remove some unnecessary css rules
2016-05-04 18:01:29 +09:00
Cheng Zhao
5e73b0372d
Make the drag box fill the remaining height of window
2016-05-04 18:01:29 +09:00
Cheng Zhao
540076e9d5
Fix code styling issue
2016-05-04 17:12:10 +09:00
Cheng Zhao
8957ba5222
Merge pull request #5371 from adambuckland/fix_auto_update_error
...
Fix autoUpdater error on OS X
2016-05-04 16:58:25 +09:00
Cheng Zhao
4c1a0d29b0
Merge pull request #5367 from sindresorhus/patch-1
...
improve the `webContents.openDevTools` docs
2016-05-04 16:52:48 +09:00
Charlie Hess
7b207aa1b6
Don't run this spec on platforms where the method is unavailable.
2016-05-03 23:33:40 -07:00
Plusb Preco
9fcafc6f9e
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-04 15:00:59 +09:00
Plusb Preco
8be2239a45
📝 Match code syntax
...
[ci skip]
2016-05-04 14:34:11 +09:00
Plusb Preco
d63d570327
📝 Fix typo
...
[ci skip]
2016-05-04 09:46:14 +09: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
Charlie Hess
42768bcc2b
Save the activity on the application instance to ensure we hold a reference. Activities that enable search need to persist.
2016-05-03 14:57:16 -07:00
Daniel Pham
81eb3e3428
📝 Document 'context-menu' event
2016-05-03 17:52:24 -04:00
Daniel Pham
0fffbea79d
Add 'context-menu' event to 'WebContents'
2016-05-03 17:50:54 -04:00
Plusb Preco
ebd8d30f25
📝 Small fixes
...
[ci skip]
2016-05-04 02:55:10 +09:00
Charlie Hess
a5a2e20449
📝 on using only strings.
2016-05-03 10:34:59 -07:00
Charlie Hess
03d25ce6c0
Revert "Add some shady methods to get V8 objects or arrays from NSDictionary or NSArray."
...
This reverts commit 2295f3a832 .
2016-05-03 10:32:42 -07:00
Charlie Hess
f84a973d69
Revert "Use a DictionaryValue everywhere instead of a string map."
...
This reverts commit 90cc10944a .
2016-05-03 10:31:53 -07:00
Paul Betts
2606f8020a
Merge pull request #5382 from danhp/patch-1
...
Fix Windows debug doc pointing to OS X
2016-05-03 09:28:45 -07:00
Daniel Pham
e9c9e22a9e
📝 Fix Windows debug doc pointing to OS X
...
[ci skip]
2016-05-03 11:51:57 -04:00
Cheng Zhao
513b07b3b3
Merge pull request #5377 from electron/custom_compiler
...
Add more options for building on Linux
2016-05-03 22:23:31 +09:00
Ryan Patterson
b15c07e1a8
Use select to query the uv kqueue
...
This resolves #38 . I've verified that events still get processed like they
should on El Capitan 10.11.3 (15D21).
2016-05-02 23:54:21 -07:00
Plusb Preco
0e7de568a2
📝 Small fixes
...
[ci skip]
2016-05-03 15:34:47 +09:00
Plusb Preco
f984536523
📝 Improve grammar
...
[ci skip]
2016-05-03 12:07:06 +09:00
Cheng Zhao
67a768fc77
Do not download clang on Windows
2016-05-03 09:38:15 +09:00
Cheng Zhao
49eed1ebb9
Ignore CC and CXX if user didn't change build configuration
2016-05-03 09:31:39 +09:00
Cheng Zhao
0567f09d6d
docs: The building environment variables
2016-05-03 08:29:23 +09:00
Charlie Hess
90cc10944a
Use a DictionaryValue everywhere instead of a string map.
2016-05-02 16:18:58 -07:00
Charlie Hess
2295f3a832
Add some shady methods to get V8 objects or arrays from NSDictionary or NSArray.
2016-05-02 14:45:59 -07:00
Charlie Hess
b53480e15c
Merge remote-tracking branch 'origin/master' into hands-on-hand-off
2016-05-02 12:18:26 -07:00
Charlie Hess
dbe36748d4
Merge branch 'master' of https://github.com/atom/atom-shell
2016-05-02 12:18:10 -07:00
Plusb Preco
be32039cf9
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-03 02:43:21 +09:00
Kevin Sawicki
543211b53a
Merge pull request #5372 from electron/update-appveyor
...
Update link to AppVeyor build badge
2016-05-02 09:26:14 -07:00
Kevin Sawicki
fecd9ee4a0
Update link to AppVeyor build badge
2016-05-02 09:07:14 -07:00
Cheng Zhao
e39d5a9eb9
docs: Introduce clang flags
2016-05-02 22:32:43 +09:00
Cheng Zhao
ac3a704abc
Avoid overriding environment variables
2016-05-02 12:38:17 +00:00
Cheng Zhao
34b4ebd9f3
Fix logic errors
2016-05-02 12:15:10 +00:00
Cheng Zhao
098d72b741
Convert --clang_dir and --disable_clang to --defines
2016-05-02 21:19:16 +09:00
Cheng Zhao
26e4ce30bb
Pass --disable_clang and --clang_dir to libchromiumcontent
2016-05-02 20:06:21 +09:00
Cheng Zhao
7cbe6bc8bd
Merge pull request #5366 from electron/bootstrap-libchromiumcontent
...
Add --build_libchromiumcontent command line switch
2016-05-02 19:07:22 +09:00
Cheng Zhao
bd70d9008f
Update modules before calling build_libchromiumcontent
2016-05-02 07:45:48 +00:00
Sindre Sorhus
ad09196433
improve the webContents.openDevTools docs
...
consistent value notation and explain the difference between `undocked` and `detach` mode.
2016-05-02 14:39:46 +07:00
Cheng Zhao
cc24bea813
Fix pylint warnings
2016-05-02 16:38:58 +09:00
Cheng Zhao
459a65d296
docs: the --build_libchromiumcontent switch
2016-05-02 16:35:33 +09:00
Cheng Zhao
64abae0b3c
docs: Cleanup unnecessary parts in build-instructions-linux.md
2016-05-02 16:26:18 +09:00
Cheng Zhao
26c0ad1c2f
Add --build_libchromiumcontent option
2016-05-02 16:17:38 +09:00
Plusb Preco
a83b891a95
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-02 10:21:27 +09:00
Plusb Preco
51f095e5c3
Merge remote-tracking branch 'refs/remotes/electron/master'
2016-05-02 10:18:38 +09:00
Plusb Preco
a60bb9031a
Merge remote-tracking branch 'refs/remotes/electron/master'
2016-05-02 10:18:25 +09:00
Cheng Zhao
f1edd88e56
Merge pull request #5365 from TyanNN/master
...
Translated application distribution and application packaging to ru_RU
2016-05-02 10:08:20 +09:00
Cheng Zhao
c48598a5bc
Merge pull request #5360 from miniak/patch-1
...
Fix systemPreferences docs
2016-05-02 09:43:35 +09:00
TyanNN
6cb8f278a2
Translated application distribution and application packaging to ru_RU
2016-05-01 21:18:49 +03:00
Milan Burda
91911d2d32
Fix systemPreferences docs
2016-05-01 18:03:58 +02:00
Adam Buckland
abb60ecd2e
Fix autoUpdater error on OS X
...
If there is no localizedFailureReason, then then this will no longer be
added to the error string (which would result previously in it printing
'(null)' as part of the string)
2016-05-01 13:43:56 +01:00
Cheng Zhao
586e5e2ba5
Merge pull request #5361 from preco21/korean-docs
...
docs: Update Korean docs as upstream
2016-05-01 14:34:00 +09:00
Cheng Zhao
b2e77b2e6b
Merge pull request #5357 from TyanNN/master
...
Translated Quickstart to ru_RU
2016-05-01 11:46:15 +09:00
Charlie Hess
21ae288ee7
📝 about the plist changes.
2016-04-30 13:03:10 -07:00
Charlie Hess
05493502ea
Value first, key second.
2016-04-30 11:17:29 -07:00
Plusb Preco
33aecb9978
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-01 02:46:19 +09:00
Plusb Preco
a554f9e683
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-01 02:10:23 +09:00
Plusb Preco
6fda14ce88
📝 Update Korean docs as upstream
...
[ci skip]
2016-05-01 01:53:21 +09:00
Plusb Preco
f426c9c951
📝 Improve grammar
...
[ci skip]
2016-05-01 01:12:54 +09:00
Plusb Preco
bde412dd69
📝 Fix typos
...
[ci skip]
2016-05-01 01:11:21 +09:00
Cheng Zhao
03ce8a195a
Merge pull request #5359 from electron/windows-pdb
...
Upload PDBs to Windows symbol server
2016-05-01 00:10:34 +09:00
Cheng Zhao
47f7f7b02e
Revert "Don't upload PDB files in CI"
...
This reverts commit 7ab8134613 .
2016-04-30 21:43:33 +09:00
Cheng Zhao
d91cd424fe
Revert "Run tests for branches on appveyor"
...
This reverts commit 33370b18b3 .
This commit was wrongly pushed.
2016-04-30 21:21:11 +09:00
Cheng Zhao
5766f4703a
Merge pull request #5358 from electron/windows-ci
...
Run tests on Windows CI machine
2016-04-30 21:18:23 +09:00
Cheng Zhao
f65f8918c9
Fix specs on Windows when running without desktop session
2016-04-30 21:03:22 +09:00
Cheng Zhao
33370b18b3
Run tests for branches on appveyor
2016-04-30 20:42:24 +09:00
TyanNN
dae63ec4f1
Translated Quickstart to ru_RU
2016-04-30 13:54:19 +03:00
Cheng Zhao
214eb0430c
Fix a few failing tests on Windows
2016-04-30 18:21:18 +09:00
Cheng Zhao
2a55d93501
Remove the output file after testing
2016-04-30 17:52:53 +09:00
Cheng Zhao
b68a25835f
Make sure output is written when test fails
2016-04-30 17:48:07 +09:00
Cheng Zhao
3dcf69eab3
Also run tests on 32bit Windows
2016-04-30 17:17:23 +09:00
Cheng Zhao
8aa88067ca
Do not write to stdout in Electron when running on win32 CI machine
...
This makes Electron crash on CI machine somehow.
2016-04-30 17:08:51 +09:00
Cheng Zhao
6756f8c7af
Make win32 CI machine run tests
2016-04-30 15:38:23 +09:00
Charlie Hess
cea1b49db0
Add some documentation in app.md.
2016-04-29 22:25:09 -07:00
Charlie Hess
195940292d
This is preventDefault by convention.
2016-04-29 22:08:19 -07:00
Charlie Hess
88805ec7e2
Make the Linter happy.
2016-04-29 22:05:36 -07:00
Cheng Zhao
fe3c78ad84
Merge pull request #5353 from electron/update-old-bracket-notation-in-translations
...
update all references to old atom-log bracket notation
2016-04-30 12:13:07 +09:00
Cheng Zhao
47a2a3a13f
Merge pull request #5349 from electron/link-to-electron-prebuilt
...
describe electron-prebuilt and link to it
2016-04-30 11:59:44 +09:00
Cheng Zhao
b693ced765
Merge pull request #5346 from electron/update-quick-start-code
...
update quick-start code to match quick-start repo
2016-04-30 11:56:50 +09:00
Zeke Sikelianos
9f99ba3b73
update all references to old atom-log bracket notation
2016-04-29 18:35:02 -07:00
Charlie Hess
3a9a1d35d7
Add the AppDelegate override for restoring from hand-off, and fire the app event.
2016-04-29 17:37:01 -07:00
Charlie Hess
c20acb0361
Implement a "continue-activity" event on app for resuming from hand-off.
2016-04-29 17:36:04 -07:00
Charlie Hess
6df4bb176d
Implement app.setUserActivity(type, userInfo).
2016-04-29 17:35:07 -07:00
Charlie Hess
92606579d3
Generalize this mate converter for reuse.
2016-04-29 17:32:25 -07:00
Kevin Sawicki
1bbc6211ca
Merge pull request #5347 from rhedshi/patch-1
...
Update mac-app-store-submission-guide.md
2016-04-29 13:34:02 -07:00
Zeke Sikelianos
0c9c1229e3
describe electron-prebuilt and link to it
2016-04-29 13:32:00 -07:00
rhedshi
95476a81ae
Update mac-app-store-submission-guide.md
2016-04-29 13:28:41 -07:00
Zeke Sikelianos
2f71d6afe0
update quick-start code to match quick-start repo
2016-04-29 13:17:50 -07:00
Charlie Hess
e9514bf35d
Merge branch 'master' of https://github.com/atom/atom-shell
2016-04-29 13:12:56 -07:00
Cheng Zhao
edb73fb734
Bump v0.37.8
2016-04-29 20:48:19 +09:00
Cheng Zhao
cb45c94db9
Merge pull request #5340 from electron/create-user-data
...
Make sure the userData directory is created before ready event
2016-04-29 20:36:27 +09:00
Cheng Zhao
66853344c0
Make sure the userData directory is created before ready event
2016-04-29 20:20:52 +09:00
Plusb Preco
83af5de572
📝 Small fixes
...
[ci skip]
2016-04-29 10:32:33 +09:00
Arif Çakıroğlu
f7d4ff90ea
added accelerator.md to api folders and translated ( #5316 )
...
* added accelerator.md to api folders and translated 🎉
* added file-object.md to api folder and translated
* added all folders to /tr-TR for broken links
* removed untouched documentation file
* broken link fix
2016-04-29 08:28:46 +09:00
Cheng Zhao
4001f10e2d
Merge pull request #5334 from miniak/fix-screen-events
...
Fix #3075 by not caching the displays (id is not persistent on Windows)
2016-04-29 08:24:55 +09:00
Cheng Zhao
c2833274bf
Merge pull request #5332 from Stone-Jay/patch-7
...
Update desktop-environment-integration.md (zh-CN)
2016-04-29 08:22:26 +09:00
Kevin Sawicki
9f82620bb0
Merge pull request #5300 from electron/default-app-styles
...
Update default app styles
2016-04-28 09:27:33 -07:00
Kevin Sawicki
b0dc7ff841
Remove header link hover color
2016-04-28 09:12:13 -07:00
Kevin Sawicki
80bece5640
Add links to nav bar
2016-04-28 09:12:13 -07:00
simurai
5995e3f400
Make drag&drop text wrap-able
2016-04-28 09:12:13 -07:00
simurai
3e4ecd6d6e
Fix logo
...
So the inner dot is filled
2016-04-28 09:12:12 -07:00
Kevin Sawicki
6979ea7fda
Use default cursor on holder area
2016-04-28 09:12:12 -07:00
Kevin Sawicki
068909dc03
Tweak header text color
2016-04-28 09:12:12 -07:00
Kevin Sawicki
dd337640f5
🎨
2016-04-28 09:12:12 -07:00
Kevin Sawicki
c6edab0950
Tweak link style
2016-04-28 09:12:12 -07:00
Kevin Sawicki
7e9d790070
Tweak font weight on holder div
2016-04-28 09:12:12 -07:00
Kevin Sawicki
54aa458ba4
Tweak font
2016-04-28 09:12:12 -07:00
Kevin Sawicki
09b036f07b
Update header colors
2016-04-28 09:12:12 -07:00
Milan Burda
340b7220f1
Fix #3075 by not caching the displays (id is not persistent on Windows)
2016-04-28 17:46:41 +02:00
StoneStoneStone
1bac04c69d
Update desktop-environment-integration.md
2016-04-28 22:30:14 +08:00
Cheng Zhao
850bc2d443
Merge pull request #5320 from deepak1556/desktopcapture_api_patch
...
renderer: fix desktop capture api not responding different subsequest calls
2016-04-28 20:14:58 +09:00
deepak1556
d64e3784f4
renderer: fix desktop capture api not responding different subsequest calls
2016-04-28 14:24:22 +05:30
Cheng Zhao
68192785e7
Merge pull request #5319 from deepak1556/webcontents_executejavascript_patch
...
webContents: fix executejavascript when called before page load
2016-04-28 16:43:50 +09:00
Cheng Zhao
d9db23185c
Merge pull request #5302 from ritazh/default-protocol-handler
...
Add API: IsDefaultProtocolClient
2016-04-28 16:13:06 +09:00
Cheng Zhao
122652a368
Merge pull request #5315 from deepak1556/download_manager_patch
...
browser: fix some edge cases with download manager
2016-04-28 16:08:22 +09:00
Cheng Zhao
77573281b5
Merge pull request #5314 from Stone-Jay/patch-6
...
Translate `testing-on-headless-ci.md` to Chinese
2016-04-28 11:12:55 +09:00
deepak1556
4e6b148eaa
webContents: fix executejavascript when called before page load
2016-04-28 01:54:08 +05:30
Rita Zhang
df2141d9e6
⚡ Add API: IsDefaultProtocolClient
2016-04-27 12:24:46 -07:00
deepak1556
6dbd2ce243
use DownloadItem to determine download initiator
2016-04-27 20:29:39 +05:30
StoneStoneStone
bfae925b0f
Translate testing-on-headless-ci.md to Chinese
2016-04-27 22:49:07 +08:00
deepak1556
46208b5b3e
session: dont attach download dialog to deleted webContents window
2016-04-27 20:00:31 +05:30
Cheng Zhao
0fa92923da
Merge pull request #5311 from electron/fix-singleton
...
Create user_data_dir before creating singleton lock
2016-04-27 22:25:15 +09:00
Cheng Zhao
4435cdc576
Create user_data_dir before creating singleton lock
2016-04-27 21:52:50 +09:00
Cheng Zhao
302a6e42bd
Merge pull request #5310 from electron/ci-no-clean
...
Do not run clean in cibuild
2016-04-27 20:21:55 +09:00
Cheng Zhao
f3c3042deb
Do not run clean in cibuild
2016-04-27 19:55:01 +09:00
Cheng Zhao
7b8a05f01f
Merge pull request #5298 from phamdaniel/fix-mac-accelerators
...
Fix converting from windows virtual keycode back to mac keycode
2016-04-27 10:23:28 +09:00
Kevin Sawicki
32c93f713a
Merge pull request #5301 from electron/webframe-docs
...
Update module names in docs
2016-04-26 13:46:38 -07:00
Kevin Sawicki
4080442f80
content-tracing -> contentTracing
2016-04-26 10:28:20 -07:00
Kevin Sawicki
b1c0e7e2ab
web-frame -> webFrame
2016-04-26 10:28:04 -07:00
Daniel Pham
21af03d71a
🍎 Fix converting from windows virtual keycode back to mac keycode
2016-04-26 10:53:26 -04:00
Cheng Zhao
cdb4444caa
Merge pull request #5293 from electron/native-gc
...
Dereference remote objects with native code
2016-04-26 19:39:48 +09:00
Cheng Zhao
76a954077d
Simplify RemoteCallbackFreer
2016-04-26 16:37:46 +09:00
Cheng Zhao
4f21a50d23
Remove duplicated converter for content::WebContents
2016-04-26 16:31:56 +09:00
Cheng Zhao
d9778413e1
Should also destory RemoteCallbackFreer when page is reloaded
2016-04-26 16:30:26 +09:00
Cheng Zhao
06cf0406fe
Dereference remote objects with native code
...
Previously we rely on the v8util.setDestructor to dereference the remote
objects in JavaScript, however as documented in V8, it is forbidden to
call V8 APIs in object's destructor (e.g. the weak callback), and doing
so would result in crashs.
This commit removes the JavaScript setDestructor method, and avoids
doing the dereference work with V8.
2016-04-26 16:16:22 +09:00
Cheng Zhao
570dc7ca9b
Merge branch 'MarshallOfSound-master'
2016-04-26 11:15:56 +09:00
Cheng Zhao
f081c77422
Fix compilation error
2016-04-26 11:15:36 +09:00
Cheng Zhao
f3a9d3eed7
Merge pull request #5290 from arifcakiroglu/master
...
Translate docs to Turkish
2016-04-26 11:13:09 +09:00
Samuel Attard
315cd9d2c8
Emit an error if quitAndInstall is called without an update being available
2016-04-26 11:55:57 +10:00
Cheng Zhao
db91adc2e8
Merge branch 'michal1106-patch-1'
2016-04-26 10:24:57 +09:00
Cheng Zhao
a0c14eed04
Revise the using-pepper-flash-plugin.md
2016-04-26 10:24:43 +09:00
Cheng Zhao
63d0704490
Merge pull request #5282 from electron/system-preferences
...
Add systemPreferences module
2016-04-26 08:21:43 +09:00
arifcakiroglu
64db17dde7
Added Turkish Docs link to README-ko
2016-04-26 01:03:17 +03:00
arifcakiroglu
d02125bde5
Update README
2016-04-26 00:49:34 +03:00
michal1106
62d00163a8
Update using-pepper-flash-plugin.md
2016-04-25 16:45:56 +03:00
Cheng Zhao
b5d2e51100
docs: platform-theme-changed is deprecated
2016-04-25 22:27:44 +09:00
Cheng Zhao
11653aa9c8
docs: systemPreferences
2016-04-25 15:36:38 +09:00
Cheng Zhao
067e9c1a85
Add systemPreferences.getUserDefault
2016-04-25 15:35:52 +09:00
Cheng Zhao
a421c66f3f
Deprecate the platform-theme-changed event
2016-04-25 14:35:34 +09:00
Cheng Zhao
9557226223
Add systemPreferences.subscribeNotification
2016-04-25 14:25:14 +09:00
Cheng Zhao
ddd8eae661
Move isAeroGlassEnabled and isDarkMode to systemPreferences
2016-04-25 12:35:09 +09:00
Cheng Zhao
d72a0e452f
BuildPrototype should not be empty
2016-04-25 12:24:11 +09:00
Cheng Zhao
13f8599ba1
Add systemPreferences module
2016-04-25 11:32:33 +09:00
Cheng Zhao
60b9ff3948
Merge pull request #5280 from electron/better-wrappable
...
Clean up the Wrappable class
2016-04-25 11:22:56 +09:00
Cheng Zhao
9fe3dbcfe0
Make VS happy
2016-04-25 10:40:19 +09:00
Cheng Zhao
272592415d
Fix building on non-mac
2016-04-25 10:34:41 +09:00
Cheng Zhao
993695af07
Remove unneeded cleanup code
2016-04-25 10:23:36 +09:00
Cheng Zhao
60d2cb8a84
Remove the isolate parameter of GetWrapper
2016-04-25 10:19:25 +09:00
Cheng Zhao
2ae52d0ff4
Make Wrappable a template class
2016-04-25 10:17:54 +09:00
Cheng Zhao
a8f08e1fab
Merge pull request #5263 from miniak/mac-fix-maximize
...
Fix BrowserWindow.maximize/unmaximize on Mac
2016-04-24 13:58:36 +09:00
Cheng Zhao
096b948570
Merge pull request #5249 from electron/api-summaries
...
create a one-liner description for each API
2016-04-24 13:50:17 +09:00
Cheng Zhao
c7f338a5ef
Merge pull request #5260 from fierroformo/fix-spanish-docs
...
Fix spanish docs
2016-04-24 13:45:13 +09:00
Cheng Zhao
c7754e712d
Merge pull request #5253 from preco21/master
...
docs: Update Korean docs as Upstream
2016-04-24 13:38:06 +09:00
Cheng Zhao
2f06a2af81
Merge pull request #5252 from miniak/doc-fix
...
Documentation fixes
2016-04-24 13:37:45 +09:00
Milan Burda
e1516d4244
Fix BrowserWindow.maximize/unmaximize on Mac
2016-04-23 01:16:31 +02:00
Alejandro Betancourt
778d18a510
Fix links in readme for spanish translation
2016-04-22 17:13:51 -05:00
Milan Burda
dfd1a46956
Document process.crash method
2016-04-22 23:58:41 +02:00
Alejandro Betancourt
28381757d5
Fix translations to spanish
2016-04-22 14:34:46 -05:00
Zeke Sikelianos
799fd13c50
more updates to api summaries based on feedback
2016-04-22 11:42:54 -07:00
Zeke Sikelianos
2c8261b429
update excerpts based on feedback
2016-04-22 10:32:28 -07:00
Zeke Sikelianos
0527b17e42
blockquote summaries
2016-04-22 10:32:28 -07:00
Zeke Sikelianos
ee190ca62a
create a one-liner description for each API
2016-04-22 10:32:28 -07:00
Jessica Lord
a4de40ec89
Merge pull request #5254 from preco21/document-fixes-3
...
docs: Improve documentations
2016-04-22 09:55:25 -07:00
Kevin Sawicki
08e18d46ea
Merge pull request #5244 from electron/disable-node-in-web-view-when-disabled-in-parent
...
Disable node in webviews when disabled in parent window
2016-04-22 09:05:58 -07:00
Plusb Preco
6205dfa25f
📝 Remove additional whitespaces
...
[ci skip]
2016-04-22 23:30:41 +09:00
Plusb Preco
a14014941b
📝 Fix coding style issues
...
[ci skip]
2016-04-22 23:26:19 +09:00
Plusb Preco
ba9fa95653
📝 Remove additional whitespaces
...
[ci skip]
2016-04-22 23:23:39 +09:00
Plusb Preco
66f4701d93
📝 Remove additional whitespaces
...
[ci skip]
2016-04-22 23:23:15 +09:00
Plusb Preco
b6f8dcea20
📝 Add missing platform specified tag
...
[ci skip]
2016-04-22 23:21:42 +09:00
Plusb Preco
7fa4b7c8b5
📝 Normalize code tags
...
[ci skip]
2016-04-22 23:15:31 +09:00
Plusb Preco
b862cee6ec
📝 Correct heading order
...
[ci skip]
2016-04-22 23:11:39 +09:00
Plusb Preco
741f8091b4
📝 Fix coding style issues
...
* Correct heading order
* Adjust line length to `80`
* Beautify docs
* Apply small fixes
* Normalize whitespaces
[ci skip]
2016-04-22 23:09:59 +09:00
Plusb Preco
cbc2a869e3
📝 Fix typos
...
[ci skip]
2016-04-22 22:56:24 +09:00
Plusb Preco
c72bb6df33
📝 Remove unused link reference
...
[ci skip]
2016-04-22 22:55:38 +09:00
Plusb Preco
4f4277e25e
📝 Fix coding style issues
...
* Adjust line length to `80`
* Normalize whitespaces
[ci skip]
2016-04-22 22:54:43 +09:00
Plusb Preco
0282180b9c
📝 Correct description style
...
[ci skip]
2016-04-22 22:20:41 +09:00
Plusb Preco
08dbd35ced
📝 Apply small fixes
...
[ci skip]
2016-04-22 22:14:42 +09:00
Plusb Preco
552609db73
📝 Apply small fixes
...
[ci skip]
2016-04-22 22:13:02 +09:00
Plusb Preco
57115a447c
📝 Update README-ko.md
...
[ci skip]
2016-04-22 22:12:46 +09:00
Plusb Preco
d125483c13
📝 Update Korean docs as upstream
...
[ci skip]
2016-04-22 22:02:39 +09:00
Milan Burda
da727a3c1b
Fix display.rotation documentation
2016-04-22 12:32:11 +02:00
Cheng Zhao
c04d43ca13
Bump v0.37.7
2016-04-22 17:39:11 +09:00
Cheng Zhao
394ffa88dd
Merge pull request #5250 from electron/felix/camelCase
...
Windows Store Camels
2016-04-22 11:23:15 +09:00
Felix Rieseberg
c0f63eed4e
🎨 Windows Store Camels
2016-04-21 19:11:25 -07:00
Kevin Sawicki
bb2cab2858
Merge pull request #5247 from djpereira/patch-1
...
Update desktop-capturer.md
2016-04-21 15:32:56 -07:00
Daniel Pereira
b45f683655
Update desktop-capturer.md
...
Fixed native image link.
2016-04-21 17:00:19 -05:00
Kevin Sawicki
8e7bf1051d
Disable node integration on webview when disabled on window
2016-04-21 11:52:10 -07:00
Kevin Sawicki
e4bd592e0e
Add failing spec
2016-04-21 11:49:42 -07:00
Plusb Preco
67f672541c
📝 Update Korean docs as upstream
...
[ci skip]
2016-04-21 18:51:27 +09:00
Cheng Zhao
c92e622ce0
Merge pull request #5238 from electron/felix/appx-detection
...
Add Windows Store Detection
2016-04-21 16:21:38 +09:00
Felix Rieseberg
2a2a8d3263
Add Windows Store Detection
...
If we're running as a Windows Store appx package,
`process.windowsstore` will be `true`, otherwise
`undefined`.
2016-04-21 00:02:03 -07:00
Cheng Zhao
b30143c67d
Merge pull request #5237 from electron/set-path-no-create
...
Do not create the folder passed to app.setPath
2016-04-21 14:49:55 +09:00
Cheng Zhao
df97be30e5
Do not create the folder passed to app.setPath
2016-04-21 14:37:29 +09:00
Cheng Zhao
1c75baa8b3
Merge pull request #5236 from electron/short-ss-path
...
Make the length of SingletonSocket's path as short as we can
2016-04-21 14:14:24 +09:00
Cheng Zhao
0900762507
Make the length of SingletonSocket's path as short as we can
2016-04-21 13:58:11 +09:00
Plusb Preco
30d37fcba4
📝 Small fixes
...
[ci skip]
2016-04-21 12:33:56 +09:00
Cheng Zhao
ec832f418a
Merge pull request #5233 from electron/remove-no-exception
...
Guard against unexist owner when removing ref to remote object
2016-04-21 11:50:27 +09:00
Cheng Zhao
a836ee4ea7
Merge pull request #5231 from deepak1556/open_external_pemission_patch
...
session: allow providing permission to handle external protocols
2016-04-21 11:50:01 +09:00
Cheng Zhao
b5c1db9ad9
Guard against unexist owner when removing ref to remote object
2016-04-21 11:23:20 +09:00
deepak1556
ca756c3c24
session: allow providing permission to handle external protocols
2016-04-21 05:27:07 +05:30
Cheng Zhao
aa29dc0c8a
Merge pull request #5199 from Mr0grog/5183-disambiguate-loading-from-main-frame-loading
...
Add `isLoadingMainFrame()` to WebContents
2016-04-20 20:49:56 +09:00
Plusb Preco
720fbc1003
📝 Update Korean docs as upstream
...
* Update docs
* Small fixes
[ci skip]
2016-04-20 18:45:07 +09:00
Rob Brackett
dc8fc7c079
📝 Add English docs for webContents.isLoadingMainFrame()
...
[ci skip]
2016-04-19 23:27:22 -07:00
Cheng Zhao
823c4f91a8
Merge pull request #5219 from atdrago/master
...
Add note for OS X about using `role` on MenuItem
2016-04-20 15:11:43 +09:00
Cheng Zhao
809135f657
Merge pull request #5222 from Stone-Jay/master
...
fixes some translation mistakes
2016-04-20 15:05:25 +09:00
Cheng Zhao
47ec7dcaa0
Merge pull request #5213 from rmcdonald/patch-1
...
Correct transposition errors by changing xfvb to xvfb
2016-04-20 15:05:04 +09:00
Cheng Zhao
3fdcbcef03
Merge pull request #5223 from electron/remote-cleanup
...
Small cleanup of the code determining value's type
2016-04-20 14:47:16 +09:00
Cheng Zhao
965c3f605e
Merge pull request #5197 from deepak1556/client_certificate_patch
...
app: api to import client certificate
2016-04-20 14:35:00 +09:00
Cheng Zhao
680652d01c
buffer, null, array etc. all belong to object
2016-04-20 14:32:32 +09:00
Cheng Zhao
ff1b7d18f6
Cleanup the code determining value's type
2016-04-20 14:26:49 +09:00
Rob Brackett
d3e879cd7f
Change WebContents::IsLoadingMainFrame to compare SiteInstances
...
(per @deepak1556's recommendation)
Also updates tests to cover the situation where navigating between pages from the same potential "site" and adds generalized tests for `isLoadingMainFrame()`.
2016-04-19 22:05:09 -07:00
Cheng Zhao
d7a391dc61
Merge pull request #5214 from alexgleason/docs-downloaditem-typo
...
Fixed docs sample code programming error for DownloadItem
2016-04-20 13:44:31 +09:00
Cheng Zhao
d3bff7fffc
Merge pull request #5208 from deepak1556/devtools_dock_state_patch
...
devtools: allow opening in specified dock state
2016-04-20 13:34:52 +09:00
Cheng Zhao
a3e8591a41
Update brightray for #5208
2016-04-20 13:34:30 +09:00
deepak1556
794d120754
rename importClientCertificate => importCertificate
2016-04-20 08:45:49 +05:30
StoneStoneStone
bdde5fd7ad
Update screen.md
2016-04-20 10:58:32 +08:00
StoneStoneStone
57bdbd8185
Update download-item.md
2016-04-20 10:39:47 +08:00
StoneStoneStone
16b54e1502
Update screen.md
2016-04-20 10:37:41 +08:00
StoneStoneStone
7468118df5
Update screen.md
2016-04-20 10:26:31 +08:00
Rob Brackett
942971b01a
Fix linting errors.
2016-04-19 19:20:59 -07:00
Cheng Zhao
652110707e
Merge pull request #5202 from electron/updating-submodules
...
keeping submodules up to date
2016-04-20 10:51:12 +09:00
Adam Drago
b80272dbb4
Add note for OS X about using role on MenuItem
2016-04-19 18:12:37 -07:00
Cheng Zhao
5b7637687c
Merge pull request #5143 from felixrieseberg/debug-instructions
...
Add Debugging Instructions for Windows
2016-04-20 09:33:25 +09:00
Cheng Zhao
b2a3aabc90
Merge pull request #5218 from electron/style-fix
...
Fix some coding style issues
2016-04-20 09:31:53 +09:00
Cheng Zhao
18f5fcde60
Fix some coding style issues
2016-04-20 09:18:50 +09:00
Cheng Zhao
eb9e0e5534
Merge pull request #4922 from electron/bengotow/sheet-offset
...
Allow sheets to be attached at a custom offset #4679
2016-04-20 08:55:42 +09:00
Cheng Zhao
8ca1a6961c
Merge pull request #5147 from deepak1556/devtools_network_controller_patch
...
session: set client id when enabling network emulation
2016-04-20 08:52:59 +09:00
Cheng Zhao
37e500dc10
Merge pull request #5203 from Stone-Jay/master
...
Translate download-item.md to Chinese
2016-04-20 08:50:25 +09:00
Cheng Zhao
873e9c44db
Merge pull request #5196 from raybooysen/patch-1
...
Update screen.md
2016-04-20 08:44:41 +09:00
Jessica Lord
5e9fe1c6eb
Merge pull request #5168 from electron/jlord-patch-1
...
A few style updates 2 docs
2016-04-19 12:29:42 -07:00
Alex Gleason
02c8c58c0b
Fixed docs sample code programming error for DownloadItem
2016-04-19 12:47:05 -04:00
Zeke Sikelianos
8f04dd1b9c
remove the git
2016-04-19 09:46:48 -07:00
rmcdonald
838cf0ffdc
Correct transposition errors by changing xfvb to xvfb
2016-04-19 09:31:04 -07:00
deepak1556
58dfad4d01
devtools: allow opening in specified dock state
2016-04-19 18:12:05 +05:30
Cheng Zhao
34ee29871b
Merge pull request #5205 from electron/mas-fix
...
Fix the support for Mac App Store
2016-04-19 20:56:24 +09:00
Cheng Zhao
fd6747483a
Update the codesign code for latest Xcode
2016-04-19 20:31:31 +09:00
Cheng Zhao
bd406ab046
Update the MAS submission guide
2016-04-19 20:31:31 +09:00
deepak1556
2d8286515d
expose api only on platforms using nss cert database
2016-04-19 11:29:24 +05:30
Ben Gotow
414245f4d8
Keep function placement consistent
2016-04-18 22:45:38 -07:00
Ben Gotow
8f89cd2d59
Move "setSheetOffset" to the BrowserWindow
2016-04-18 22:39:12 -07:00
deepak1556
ddf962c6ea
client_id is accessed on different threads
2016-04-19 10:01:38 +05:30
StoneStoneStone
591f8fed88
Update frameless-window.md
2016-04-19 12:03:34 +08:00
StoneStoneStone
fcad4ee186
Create download-item.md
2016-04-19 11:58:58 +08:00
Zeke Sikelianos
916114dd28
📝 keeping submodules up to date
2016-04-18 20:23:11 -07:00
StoneStoneStone
ace235b2fe
Merge pull request #3 from electron/master
...
update from electron
2016-04-19 09:13:30 +08:00
Jessica Lord
c3200ba7f6
Revert "Fix headers"
...
This reverts commit 4dd2716865 .
2016-04-18 18:00:32 -07:00
Cheng Zhao
1c87acbb75
Merge pull request #5194 from Stone-Jay/patch-5
...
Create frameless-window.md
2016-04-19 08:59:45 +09:00
Cheng Zhao
5c75fbe369
Merge pull request #5192 from andrewda/patch-1
...
Update link to setFeatureEnabledFromString
2016-04-19 08:59:15 +09:00
Rob Brackett
64a84dee3b
Add isLoadingMainFrame method to WebContents.
...
Also switch `webContents.executeJavaScript` to check it instead of `isLoading`.
There doesn’t seem to be a reasonable public way to get this information out of Chromium, so it’s synthesized here based on WebContentsObserver callbacks.
Fixes #5183 .
2016-04-18 10:37:08 -07:00
Rob Brackett
3a9bbe30ac
Test for #5183 - webContents.executeJavaScript hangs on subframe load.
2016-04-18 10:33:56 -07:00
deepak1556
2c0494dcef
fix spec
2016-04-18 22:57:37 +05:30
deepak1556
919be67cd2
remove --client-certificate flag
2016-04-18 22:26:37 +05:30
deepak1556
2ddac9352f
add spec
2016-04-18 21:53:44 +05:30
Ray Booysen
5a9b86dd05
Update screen.md
2016-04-18 17:04:47 +01:00
deepak1556
1240c83e40
set trust bits for CA certs
2016-04-18 21:05:33 +05:30
StoneStoneStone
142300aeb9
Create frameless-window.md
...
Translate `frameless-window.md` to Chinese. And I'm not sure that the `non-client frame`'s translation is accurate.
2016-04-18 22:38:15 +08:00
Cheng Zhao
eeccd90455
Merge pull request #5191 from electron/initialize-embedder
...
Initialize the embedder_ member data
2016-04-18 15:13:41 +09:00
Cheng Zhao
a8032e8fef
Merge pull request #5184 from miniak/fix-docs
...
Fix documentation
2016-04-18 15:13:27 +09:00
deepak1556
b8e04f4947
set client id on AtomNetworkDelegate instead of cmd line switch
2016-04-18 11:35:24 +05:30
Andrew Dassonville
12483486c0
Update link to setFeatureEnabledFromString
2016-04-17 23:04:02 -07:00
Cheng Zhao
34319abf4a
Initialize the embedder_ member data
...
Otherwise it is going to be some random value and bite us.
2016-04-18 14:52:03 +09:00
deepak1556
e81cec4058
app: api to import client certificate
2016-04-18 10:54:43 +05:30
deepak1556
fcf04377d7
set network emulation client id in request headers
2016-04-18 10:49:00 +05:30
Cheng Zhao
0bf1e56156
Update brightray for electron/brightray#212
2016-04-18 13:59:15 +09:00
Plusb Preco
c8e77f47ab
📝 Fix typos
...
[ci skip]
2016-04-18 02:39:05 +09:00
Milan Burda
d512421084
Fix documentation
2016-04-16 19:58:03 +02:00
Ben Gotow
1976c271ec
Fix JS linter errors
2016-04-16 11:04:48 -04:00
Ben Gotow
65c37fe64b
Create local variable to typecast view
2016-04-16 10:57:39 -04:00
Ben Gotow
c87c49f4c8
Allow sheets to be attached at a custom offset #4679
...
Adds a new "setSheetOffset" API to the `dialog` module, which allows you to change the attachment point for sheets on Mac OS X. I put the API on the dialog module, even though Mac OS X requires that the native window hold and return the desired offset.
1. I was originally hoping to make this an argument on the actual dialog.show* calls, but it seems the parameter set is defined in `libchromiumcontent` and I wasn't sure it would be appropriate to add there?
2. The API could also be on the BrowserWindow (eg `BrowserWindow.setSheetOffset`). I don't have a strong preference, but I think it's more discoverable on the `dialog` module.
2016-04-16 10:16:43 -04:00
Zeke Sikelianos
8d08c3241d
Merge pull request #5176 from shokmaster/patch-1
...
Correct misspellings
2016-04-15 12:46:30 -07:00
Cheng Zhao
16de30dd04
Merge pull request #5169 from Stone-Jay/patch-4
...
Update sample code in online-offline-events.md
2016-04-15 22:16:07 +09:00
Cheng Zhao
522d592832
Merge pull request #5167 from Stone-Jay/patch-3
...
translation error in browser-window.md
2016-04-15 21:14:09 +09:00
Cheng Zhao
2414096560
Merge pull request #5166 from preco21/master
...
docs: Update Korean docs as upstream
2016-04-15 20:39:55 +09:00
Cheng Zhao
cb947873c4
Merge pull request #5161 from electron/felix/iss5097
...
AutoUpdate Windows: Don't spawn if running
2016-04-15 20:10:03 +09:00
Cheng Zhao
44bc24174c
Merge pull request #5159 from djpereira/patch-1
...
Sample missing reference to webContents for toggleDevTools
2016-04-15 19:59:50 +09:00
Cheng Zhao
9574f79d0f
Merge pull request #5157 from christoth/master
...
webview: add CSS styling notes to doc
2016-04-15 19:58:54 +09:00
Juan Antonio Gómez
132ac20ccf
Correct misspellings
...
Correct misspellings
2016-04-15 11:49:08 +02:00
StoneStoneStone
7d788cfa7a
Merge pull request #2 from Stone-Jay/patch-4
...
Patch 4
2016-04-15 16:02:58 +08:00
Cheng Zhao
aefb672393
Bump v0.37.6
2016-04-15 16:48:09 +09:00
Cheng Zhao
059ca01767
Update brightray for printing fix
2016-04-15 16:47:17 +09:00
Cheng Zhao
38f0088844
Update brightray for #4973
2016-04-15 16:35:51 +09:00
StoneStoneStone
07346ae858
Update sample code in online-offline-events.md
...
change `ipc` to `ipcMain`/`ipcRenderer`
2016-04-15 14:10:11 +08:00
Jessica Lord
4dd2716865
Fix headers
2016-04-14 20:55:43 -07:00
StoneStoneStone
1985e1b8e0
translation error in browser-window.md
...
'same-origin policy' means '同源策略' in Chinese
2016-04-15 10:04:01 +08:00
Cheng Zhao
075da45b74
Merge pull request #5155 from electron/mac-background-color
...
Set the backgroundColor of RenderWidgetHostView
2016-04-15 08:48:09 +09:00
Jessica Lord
7d96f3d720
Add new line
...
so that the list is styled correctly on website
2016-04-14 15:53:34 -07:00
Felix Rieseberg
a5b93211e6
AutoUpdate Windows: Don't spawn if running
...
Previously, the auto updater would run as many squirrel processes
as told. This introduces a little change where instead of spawning
a second process, we attach to the already running process - or, if
different arguments are passed, return and emit an error.
This is not failsafe, but it ensures that we don't run into simple
race condition crashes.
Closes $5097
2016-04-14 11:22:28 -07:00
Daniel Pereira
7b56085a0a
Update menu.md
...
There was a missing reference to webContents.
2016-04-14 10:50:08 -05:00
christoth
4708477f5a
webview: add CSS styling notes
...
Create a new section for CSS and add notes to avoid hiding the webview via hidden or display:none; and provide a recommended approach.
2016-04-14 10:29:55 -04:00
Plusb Preco
95a53fc832
📝 Small fixes
...
[ci skip]
2016-04-14 22:56:56 +09:00
Plusb Preco
b8e64ac40e
📝 Update Korean docs as upstream
...
[ci skip]
2016-04-14 22:55:09 +09:00
Cheng Zhao
b84a178ceb
Set the backgroundColor of RenderWidgetHostView
2016-04-14 21:52:17 +09:00
Cheng Zhao
64d37065bd
Merge pull request #5117 from deepak1556/devtools_security_panel_patch
...
provide security style for devtools security panel
2016-04-14 20:23:58 +09:00
Cheng Zhao
7501a02b34
Merge pull request #5153 from electron/fix-frameless-background
...
Fix wrong default transparent background for frameless window
2016-04-14 20:05:35 +09:00
deepak1556
54545a8a6e
provide security style for devtools security panel
2016-04-14 16:20:14 +05:30
Cheng Zhao
11ba1832d1
Only transparent window does not have background color
2016-04-14 19:35:31 +09:00
Cheng Zhao
9e85cb4c11
Merge pull request #5152 from electron/fix-win-printing
...
Fix printing not working on Windows
2016-04-14 19:22:56 +09:00
Cheng Zhao
7d4e0629d6
Fix the link error
2016-04-14 18:22:29 +09:00
Cheng Zhao
ae0d007c5e
Do no load PDF library from DLL
...
We already have them compiled in.
2016-04-14 17:15:20 +09:00
Cheng Zhao
b9ad09db91
Update libchromiumcontent with necessary headers and libs
2016-04-14 17:14:45 +09:00
Cheng Zhao
47cc390e41
Merge pull request #5146 from Stone-Jay/patch-2
...
Update process.md
2016-04-14 15:11:55 +09:00
Cheng Zhao
7787dee638
Merge pull request #5141 from electron/optimize-visibility-state
...
Optimize the implementation of document.visibilityState
2016-04-14 11:56:13 +09:00
StoneStoneStone
cb2343c69e
Update process.md
...
translation error, change "实效" to “失效".
2016-04-14 10:08:01 +08:00
Cheng Zhao
31eb793fb0
Avoid adding a new option to webPreferences
2016-04-14 10:50:07 +09:00
Felix Rieseberg
3c6e933231
📝 Add Debugging Instructions for Windows
...
Ref #5140
2016-04-13 15:39:05 -07:00
Cheng Zhao
8f0e594007
Fix lint warnings
2016-04-13 23:10:31 +09:00
Cheng Zhao
43c44da50b
Correctly set initial visibilityState
2016-04-13 23:07:28 +09:00
Cheng Zhao
07a4c52919
Reduces the IPC messages used for visibilityState
2016-04-13 21:36:43 +09:00
Cheng Zhao
c3ac92b500
Update brightray for the linux notification improvements
2016-04-13 20:13:45 +09:00
Cheng Zhao
07572965df
Merge pull request #5137 from electron/fix-did-fail-load
...
Revert #3643
2016-04-13 20:12:50 +09:00
Cheng Zhao
65c612a66d
Avoid external URLs
2016-04-13 19:55:59 +09:00
Cheng Zhao
0a39449694
spec: loadUrl should not crash in did-fail-provisional-load handler
2016-04-13 19:39:11 +09:00
Cheng Zhao
92882c358a
No more need to delay did-fail-load event
2016-04-13 19:33:59 +09:00
Cheng Zhao
49d25693ee
Merge pull request #5136 from electron/gc-timer
...
Use LowMemoryNotification for GC
2016-04-13 18:47:28 +09:00
Cheng Zhao
3780d9f033
Use LowMemoryNotification for GC
2016-04-13 17:58:36 +09:00
Cheng Zhao
de51f2c1ba
Merge pull request #5131 from electron/focus-delay
...
Delay the focus/blur event to next tick
2016-04-13 13:00:18 +09:00
Cheng Zhao
99a9aa085e
views: Delay the focus/blur event to next tick
2016-04-13 11:02:34 +09:00
christoth
1379e4f2dc
Merge pull request #1 from electron/master
...
Update
2016-04-12 12:38:40 -04:00
Cheng Zhao
313883b1fc
Merge pull request #5119 from electron/hijack-reload
...
Handle the Page.reload command coming from devtools
2016-04-12 17:57:27 +09:00
Cheng Zhao
2fbe06a2a5
Handle the Page.reload command coming from devtools
2016-04-12 16:36:12 +09:00
Cheng Zhao
c9a3fc4317
Merge pull request #5118 from electron/webview-no-script
...
Fix webview and preload script not working when there is no script tag in page
2016-04-12 15:32:28 +09:00
Cheng Zhao
17446f4284
Make sure every page will get a script context created
2016-04-12 15:11:10 +09:00
Cheng Zhao
bb70defcb8
spec: webview should work without script tag in page
2016-04-12 15:10:26 +09:00
Cheng Zhao
5efa075aca
spec: preload attribute should work without script tag in page
2016-04-12 14:57:40 +09:00
Cheng Zhao
d6b4c2a842
Merge pull request #5114 from anshao/master
...
Delete the extra text
2016-04-12 14:02:23 +09:00
Cheng Zhao
41e771d011
Merge pull request #5108 from preco21/master
...
docs: Update Korean docs as upstream
2016-04-12 08:46:22 +09:00
zenganshao
337d105104
Delete the extra text
2016-04-11 22:43:02 +08:00
Cheng Zhao
d3fb123920
Merge pull request #5102 from Stone-Jay/patch-1
...
Update quick-start.md
2016-04-11 21:48:59 +09:00
Cheng Zhao
a07612c1ed
Merge branch '5074-did-get-response-details-resource-type' of https://github.com/Mr0grog/electron into Mr0grog-5074-did-get-response-details-resource-type
2016-04-11 21:05:40 +09:00
Cheng Zhao
a2f7458e07
Merge pull request #5091 from electron/electron-asar-in-stack-traces
...
Rename ATOM_SHELL_ASAR to ELECTRON_ASAR
2016-04-11 20:27:15 +09:00
Cheng Zhao
5659ee5c0b
Merge pull request #5030 from deepak1556/webrequest_response_headers_patch
...
session: webRequest.OnHeadersReceived should accept status line.
2016-04-11 20:04:32 +09:00
Cheng Zhao
056aaa2a62
Update brightray for #4931
2016-04-11 19:30:59 +09:00
Cheng Zhao
107d759ea2
Merge pull request #5072 from sneakypete81/master
...
Don't wait for xdg-open to exit when OpenExternal is called (Linux)
2016-04-11 19:27:53 +09:00
Cheng Zhao
796f6614f7
Merge pull request #5073 from electron/naming-things
...
Document API naming conventions
2016-04-11 19:16:31 +09:00
Plusb Preco
726d0d6b60
📝 Update Korean docs as upstream
...
[ci skip]
2016-04-11 11:18:25 +09:00
Plusb Preco
a048bddaa5
📝 Fix url to relative
...
[ci skip]
2016-04-11 10:51:31 +09:00
Plusb Preco
c1f64b3f85
📝 Add missing changes
...
[ci skip]
2016-04-11 10:39:23 +09:00
Plusb Preco
3c44dfa210
📝 Fix grammatical typos
...
[ci skip]
2016-04-11 10:39:18 +09:00
Plusb Preco
1fe97ddf2e
📝 Fix url locale
...
[ci skip]
2016-04-11 10:38:34 +09:00
Plusb Preco
0a80618263
📝 Add missing changes
...
[ci skip]
2016-04-11 10:18:47 +09:00
StoneStoneStone
fca3a5f853
Update quick-start.md
...
Translation error about system events(line43).
2016-04-10 11:23:26 +08:00
Rob Brackett
1a842bf9d5
Fix trailing whitespace caught by linter.
2016-04-08 13:15:40 -07:00
Rob Brackett
50f51899de
Document resourceType arg for did-get-response-details event.
2016-04-08 13:03:22 -07:00
Rob Brackett
15b042b5f6
Add support/tests for did-get-response-details event on <WebView>
2016-04-08 12:55:20 -07:00
Rob Brackett
c1b1348735
Add resourceType arg to webContents did-get-response-details event.
...
Fixes #5074 and follows @zcbenz's recommendation to expose ResourceTypeToString from atom_network_delegate publicly.
Also adds testing for other arguments to the `did-get-response-details` events, since there were no existing tests for them.
2016-04-08 11:19:36 -07:00
Kevin Sawicki
732697a8a2
Rename ATOM_SHELL_ASAR to ELECTRON_ASAR
2016-04-08 08:53:58 -07:00
Kevin Sawicki
066092abb6
Merge pull request #5079 from electron/set-node-version-to-5-dot-10
...
Upgrade .node-version to 5.10.0
2016-04-08 08:24:53 -07:00
Kevin Sawicki
37119768a0
⬆️ node@5.10.0
2016-04-08 08:24:40 -07:00
deepak1556
3fb39ad3ef
provide option to override status line
2016-04-08 14:03:57 +05:30
Pete Burgers
00ff209fe7
Ensure process is cleaned up, to avoid leaks
2016-04-08 08:35:35 +01:00
Pete Burgers
46365f4076
wait_for_exit param should be const
2016-04-08 08:32:45 +01:00
Cheng Zhao
5ff97317fe
Merge pull request #5086 from electron/no-throttling
...
Add backgroundThrottling option to webPreferences
2016-04-08 16:25:09 +09:00
Cheng Zhao
d169ebf737
Merge pull request #5070 from christoth/master
...
webview: Update doc to reflect use of flexbox layout
2016-04-08 16:09:12 +09:00
Cheng Zhao
2f6796bd7f
Disable throttling in tests
2016-04-08 15:57:14 +09:00
Cheng Zhao
d156846036
Add backgroundThrottling option to webPreferences
2016-04-08 15:54:33 +09:00
Cheng Zhao
d703a87317
Update libchromiumcontent with disable_hidden.patch
2016-04-08 15:22:57 +09:00
deepak1556
4fc35a4587
session: webRequest.OnHeadersReceived should follow server redirect
...
Its required to follow server redirects.
2016-04-08 11:40:43 +05:30
Kevin Sawicki
f403950503
Merge pull request #5064 from electron/upgrade-asar-for-graceful-fs-warning
...
Upgrade asar to remove graceful-fs warning
2016-04-07 11:40:04 -07:00
Kevin Sawicki
f20950702d
⬆️ asar@0.11
2016-04-07 10:36:41 -07:00
Kevin Sawicki
1a3ede6ca5
Merge pull request #5075 from electron/upgrade-ci-node
...
Use node 0.10 instead of 0.8 on internal CI machines
2016-04-07 10:35:52 -07:00
Kevin Sawicki
4041d52864
Use single quotes
2016-04-07 10:15:31 -07:00
Kevin Sawicki
10860e4ec5
Use npm.cmd on Windows to print version
2016-04-07 10:14:52 -07:00
Kevin Sawicki
687a512b11
Log node and npm versions
2016-04-07 10:03:16 -07:00
Kevin Sawicki
e95224deab
Remove +=
2016-04-07 10:00:23 -07:00
Kevin Sawicki
a74b9607b6
Add more logging
2016-04-07 09:59:46 -07:00
Kevin Sawicki
0fad8fdc4b
Add missing .path
2016-04-07 09:56:04 -07:00
Kevin Sawicki
7e87973d60
Log version to verify
2016-04-07 09:55:23 -07:00
Kevin Sawicki
d3308cf8c3
Use node 0.10.21 on CI
2016-04-07 09:53:33 -07:00
Zeke Sikelianos
348a0e958b
wrap cases in backticks
2016-04-07 09:49:55 -07:00
Zeke Sikelianos
4d8d4d5f2a
use globalShortcut as a better mixedCase example
2016-04-07 09:49:17 -07:00
Zeke Sikelianos
193c6d6e93
📝 document API naming conventions
2016-04-07 09:40:31 -07:00
Kevin Sawicki
49b82decd8
Merge pull request #5061 from electron/rename-ipc-events
...
Rename internal IPC events to start with ELECTRON_
2016-04-07 09:37:07 -07:00
Kevin Sawicki
8d8d5878a3
Rename ATOM_ ipc event prefix to ELECTRON_
2016-04-07 09:04:55 -07:00
Pete Burgers
79ba8feaf8
Don't wait for xdg-open to exit when OpenExternal is called (Linux)
...
Some browsers (eg. Firefox) may not return until the browser window is
closed. This causes the Electron application to lock up while the browser
window is open.
See https://github.com/atom/atom/issues/6320
2016-04-07 17:04:15 +01:00
Kevin Sawicki
577480421d
Merge pull request #5063 from electron/mention-codesigning
...
Mention signing is required on OS X for automatic updates
2016-04-07 09:04:00 -07:00
Kevin Sawicki
59991f2fd8
Mention codesigning is required on OS X
2016-04-07 09:03:31 -07:00
christoth
a79c63581d
Update doc to reflect use of flexbox layout
...
Updated documentation, changed `display:inline-block` to `display:inline-flex', explicitly noted the use of the new layout and how it can be broken by overwriting the CSS `display' property.
2016-04-07 10:42:42 -04:00
Cheng Zhao
cf2a17cf88
Merge pull request #5048 from preco21/master
...
Docs: Update Korean docs as upstream
2016-04-07 21:22:24 +09:00
Cheng Zhao
82856eb099
Merge pull request #5029 from Mr0grog/5013-add-main-frame-param-for-did-fail-load
...
Add `isMainFrame` param to WebContents `did-fail-load` event
2016-04-07 20:22:02 +09:00
Cheng Zhao
7d3f8cb222
Merge pull request #5009 from deepak1556/context_creation_patch
...
browser: create cert verifier when browser context is created
2016-04-07 16:18:55 +09:00
Cheng Zhao
efb0fc2ea5
Merge pull request #4968 from phamdaniel/exit-events
...
Don't emit 'will-quit' when 'app.exit()' is called.
2016-04-07 16:14:35 +09:00
Cheng Zhao
aae83cbce8
Merge pull request #4986 from Aluxian/Aluxian-patch-1
...
Add squirrel-updates-server link in the docs
2016-04-07 16:11:49 +09:00
Cheng Zhao
adb112e970
Merge pull request #5056 from electron/fix-a11y-reader
...
Fix NVDA/JAWS support in Electron
2016-04-07 16:11:05 +09:00
Cheng Zhao
bcb4ba6f99
Merge pull request #5040 from electron/python2
...
Allow bootstrap to be invoked via python2
2016-04-07 16:10:51 +09:00
Cheng Zhao
cb47dfa90e
Fix problem with old Node
2016-04-07 15:59:28 +09:00
Cheng Zhao
71b67534a8
Fix coding styles
2016-04-07 15:45:20 +09:00
Paul Betts
3ee366257c
Allow bootstrap to be invoked via python2
...
This means that on most Linux distributions where python3 is the default, we
can invoke `python2 script/bootstrap.py` and have it all work
2016-04-07 15:43:57 +09:00
Cheng Zhao
d171cfe8d0
Merge pull request #4924 from electron/bengotow/osx-tray-templates
...
Fix broken template image support in Tray icon
2016-04-07 15:40:35 +09:00
Cheng Zhao
548febfa4c
Fix style issues
2016-04-07 15:23:16 +09:00
Ben Gotow
e0ee60f290
Fix memory leak
2016-04-07 15:21:07 +09:00
Ben Gotow
91457fe739
Support images larger than self.bounds
2016-04-07 15:21:07 +09:00
Ben Gotow
f9644463a9
Fix broken template image support in Tray icon
...
Between Electron `0.30.x` and `0.37.x`, the tray icon stopped automatically inverting template images when highlighted. NSImageView normally uses the correct color for template images magicaly, but I think the addition of event handlers in the container view prevents the image view from determining highlight state.
This PR switches to drawing the image manually. The `drawRect` function decides whether to use `image` or `alternateImage`(pressed image) and then if that image is marked as a template, it fills it with the same color used for the text before drawing it.
2016-04-07 15:21:07 +09:00
Cheng Zhao
80f66031cb
Merge pull request #5068 from electron/fix-ci
...
Update node: bring CI back to green
2016-04-07 15:20:16 +09:00
Cheng Zhao
fb299c7fcb
Update node: bring CI back to green
2016-04-07 14:58:14 +09:00
Cheng Zhao
55b8e9aa44
Bump v0.37.5
2016-04-07 10:34:25 +09:00
Cheng Zhao
b4885b9a37
atom => electron in upload script
2016-04-07 10:34:25 +09:00
Paul Betts
6e7aa6d299
Even though this call is probably fast, it can potentially happen a lot, make it _really_ fast
2016-04-06 10:44:39 -07:00
Paul Betts
c474ad0913
Revert "Remove custom WM_GETOBJECT"
...
This reverts commit 705001a50e .
2016-04-06 10:16:41 -07:00
Plusb Preco
5dfc64120f
Merge remote-tracking branch 'refs/remotes/electron/master'
2016-04-06 14:03:03 +09:00
Cheng Zhao
b48788af43
Merge pull request #5033 from electron/fix-buffer-crash
...
Rebase on the correct Node commit
2016-04-05 20:44:09 +09:00
Cheng Zhao
dd283ff8d7
spec: We should not use pre release of Node
2016-04-05 19:53:07 +09:00
Cheng Zhao
7796dbb7ce
Update node: rebase on v5.10.0 tag instead of master branch
2016-04-05 19:34:13 +09:00
Cheng Zhao
c562b24df8
spec: Add test case for #5028
2016-04-05 17:08:27 +09:00
Rob Brackett
884c9cc2f5
Document isMainFrame argument for WebContents did-fail-load event.
2016-04-04 19:36:34 -07:00
Rob Brackett
f12f87d6f0
Add isMainFrame as last argument to WebContents did-fail-load event.
...
Fixes #5013 .
2016-04-04 19:26:06 -07:00
Kevin Sawicki
fa27120429
Merge pull request #4978 from electron/new-electron-org
...
Updates links for new GitHub organization
2016-04-04 12:34:50 -07:00
Kevin Sawicki
c2bcf8cbde
Update links for new Electron org
2016-04-04 12:18:37 -07:00
Kevin Sawicki
b553981644
Update readme and contributing guide for new org
2016-04-04 12:07:22 -07:00
Kevin Sawicki
fc84c952f2
Update source code for new org
2016-04-04 12:07:22 -07:00
Kevin Sawicki
102f7e8e33
Update docs for new org
2016-04-04 12:05:53 -07:00
Kevin Sawicki
5ffa30a563
Update submodules for new org
2016-04-04 12:05:53 -07:00
Plusb Preco
492a7d0ffe
📝 Update Korean docs as upstream
...
[ci skip]
2016-04-04 01:01:01 +09:00
Plusb Preco
6e9c27fdaa
📝 Update Korean docs as upstream
...
[ci skip]
2016-04-04 00:56:07 +09:00
Cheng Zhao
fdb138f79c
Bump v0.37.4
2016-04-03 18:31:23 +09:00
Cheng Zhao
d62d8bbf0a
Merge pull request #4998 from atom/node-5.10.0
...
Upgrade Node to v5.10.0
2016-04-03 16:53:11 +09:00
Cheng Zhao
39a20ea4fb
Upgrade Node to v5.10.0
2016-04-03 15:05:47 +09:00
Cheng Zhao
442ccbe204
Merge pull request #4997 from atom/default-app-background-color
...
Set backgroundColor for the default app
2016-04-03 14:07:39 +09:00
Cheng Zhao
a9ea8b92f0
Merge pull request #4988 from atom/accelerator-docs
...
use example accelerators that align with best practices
2016-04-03 14:03:32 +09:00
Cheng Zhao
eb82f7cea9
Update docs for backgroundColor
2016-04-03 13:55:33 +09:00
Cheng Zhao
165009681b
Set backgroundColor for the default app
2016-04-03 13:53:09 +09:00
Cheng Zhao
a6f19c4292
Merge pull request #4996 from atom/osx-no-white-flash
...
Remove the white flash when loading page on OS X
2016-04-03 13:44:43 +09:00
deepak1556
769ba02b2a
browser: create cert verifier when browser context is created
2016-04-03 10:01:47 +05:30
Cheng Zhao
491bf30a15
Window with frame should have white background by default
2016-04-03 12:04:58 +09:00
Cheng Zhao
f94661547c
mac: backgroundColor should not change titlebar color
2016-04-03 11:59:21 +09:00
Cheng Zhao
4a724e91e0
Update libchromiumcontent: remove white background on OS X
2016-04-03 11:17:57 +09:00
Cheng Zhao
e5aa712bf3
Merge pull request #4995 from atom/fix-white-flash
...
Set the background color of RenderViewHost to transparent
2016-04-03 11:14:27 +09:00
Cheng Zhao
9828875ebc
Set the background color of RenderViewHost to transparent
2016-04-03 10:42:49 +09:00
Cheng Zhao
8c3ff97ba4
Make the logic of ParseHexColor more easy to understand
...
This also fixes the #FFFF style of color hex.
2016-04-03 10:42:49 +09:00
Cheng Zhao
8bc95fe279
Merge pull request #4993 from atom/background-color
...
Use BrowserWindow's backgroundColor as renderer view's background color
2016-04-03 09:39:10 +09:00
Charlie Hess
a66565fd3f
Merge remote-tracking branch 'upstream/master'
2016-04-02 11:54:16 -07:00
Cheng Zhao
19a172f2f5
Remove the hacks because of transparent background
2016-04-02 21:21:30 +09:00
Cheng Zhao
1980d85f3e
Fix converting SkColor to NSColor
...
Close #4992 .
2016-04-02 21:18:15 +09:00
Cheng Zhao
cb470cb94b
Use BrowserWindow's backgroundColor as renderer view's background color
2016-04-02 20:46:50 +09:00
Cheng Zhao
70ca49e36a
Merge pull request #4989 from atom/document-option-vs-alt
...
use alt, not option
2016-04-02 19:19:09 +09:00
Cheng Zhao
7bfe80f835
Merge pull request #4897 from atom/node-integration-inheritance
...
Disable node on child window when disabled on parent
2016-04-02 19:14:58 +09:00
Kevin Sawicki
527ff66115
Pull app/session from remote
2016-04-01 16:59:13 -07:00
Kevin Sawicki
3695e38719
Remove duplicate require
2016-04-01 16:53:44 -07:00
Kevin Sawicki
7734f6af62
Remove semicolons
2016-04-01 16:52:55 -07:00
Kevin Sawicki
909ed54bef
Remove stray log
2016-04-01 16:52:28 -07:00
Kevin Sawicki
230ed78dd6
Remove lint warnings
2016-04-01 16:51:17 -07:00
Kevin Sawicki
ef2a28ca86
Listen for browser-window-created event for asserts
2016-04-01 16:50:20 -07:00
Kevin Sawicki
55b12c184b
Doc node integration inheritance
2016-04-01 16:48:21 -07:00
Kevin Sawicki
eafe9c245b
Disable guest node integration when embedder has it disabled
2016-04-01 16:48:21 -07:00
Kevin Sawicki
fd12e1f506
Add failing spec for webview nodeIntegration inheritance
2016-04-01 16:47:17 -07:00
Kevin Sawicki
4890734f66
Add missing title param
2016-04-01 16:42:53 -07:00
Kevin Sawicki
e5164d2255
Check of nodeIntegration is strictly equal to false
2016-04-01 16:42:21 -07:00
Kevin Sawicki
dbe1c1d4e4
Check nodeIntegration on embedder's webPreferences
2016-04-01 16:40:50 -07:00
Kevin Sawicki
9e66df23d0
Add clearer assertion of process being undefined
2016-04-01 16:40:33 -07:00
Kevin Sawicki
d7b1792503
Use template strings
2016-04-01 16:39:31 -07:00
Kevin Sawicki
2713580d09
Remove stray log
2016-04-01 16:39:31 -07:00
Kevin Sawicki
463e077c3a
Disable node on child when disabled on parent
2016-04-01 16:39:18 -07:00
Kevin Sawicki
777704e659
Add failing spec for nodeIntegration inheritance
2016-04-01 16:39:06 -07:00
Kevin Sawicki
afdad927b7
Merge pull request #4976 from atom/electron-resources
...
Rename atom to electron in bundled resources
2016-04-01 16:26:05 -07:00
Kevin Sawicki
3c96d7b726
Rename atom.asar to electron.asar in specs
2016-04-01 16:12:57 -07:00
Kevin Sawicki
ee9128268e
Rename atom.icns to electron.icns
2016-04-01 16:12:12 -07:00
Kevin Sawicki
ce95747a25
atom.asar -> electron.asar
2016-04-01 16:12:12 -07:00
Kevin Sawicki
c036986cc4
atom.gyp -> electron.gyp
2016-04-01 16:11:40 -07:00
Kevin Sawicki
ef08138a8d
Merge pull request #4969 from atom/null-dialog-callback
...
Add dialog callback fallback
2016-04-01 16:11:09 -07:00
Zeke Sikelianos
2853356b10
use alt, not option
2016-04-01 15:48:12 -07:00
Zeke Sikelianos
b92e86301a
use cross-platform accelerator in globalShorcut documentation
2016-04-01 14:54:25 -07:00
Zeke Sikelianos
ac419038c6
use example accelerators that align with best practices
2016-04-01 14:09:01 -07:00
Kevin Sawicki
400efa1b7d
Fallback to using the last argument as the callback
2016-04-01 12:54:06 -07:00
Kevin Sawicki
b2ad0a05d7
Merge pull request #4956 from atom/default-app-asar
...
Store default_app in .asar archive
2016-04-01 12:52:51 -07:00
Kevin Sawicki
5221154653
Remove logging
2016-04-01 12:40:32 -07:00
Kevin Sawicki
464dad3135
Store default_app in .asar archive
2016-04-01 12:40:32 -07:00
Alexandru Rosianu
ff7bb1e6cb
Add squirrel-updates-server link in the docs
...
Add link to Aluxian/squirrel-updates-server in the docs page for autoUpdater
2016-04-01 14:28:52 +03:00
Cheng Zhao
4b9b630e80
Merge pull request #4982 from atom/fix-windows
...
Fix various problems on Windows build
2016-04-01 16:57:27 +09:00
Cheng Zhao
b35f4c1805
spec: Fix failing test due to path delimiter
2016-04-01 16:42:44 +09:00
Cheng Zhao
247b3f3605
Fix the background color in test app
2016-04-01 16:35:19 +09:00
Cheng Zhao
576b54320a
Fix compilation errors on Windows
2016-04-01 16:34:20 +09:00
Cheng Zhao
6f7a98d7c9
Merge pull request #4981 from atom/member-object-reference
...
Remote object should be referenced by its members
2016-04-01 16:11:21 +09:00
Cheng Zhao
39d2b95a33
Reference the remote object in its prototype chain's methods
2016-04-01 15:46:01 +09:00
Cheng Zhao
b9ead472a5
spec: Remote object should be referenced by methods in its prototype chain
2016-04-01 15:35:34 +09:00
Cheng Zhao
4ebb01f8c9
Remote object's members should reference itself
2016-04-01 15:26:30 +09:00
Cheng Zhao
f36851fcff
spec: Remote object should be referenced by its members
2016-04-01 15:05:05 +09:00
Cheng Zhao
0416e65b8b
Merge pull request #4917 from deepak1556/new_window_disposition_patch
...
browser: fix disposition value for new-window event
2016-04-01 13:52:29 +09:00
deepak1556
e14c91771b
removed redundant delegation
2016-04-01 08:14:29 +05:30
deepak1556
7e366dd5c8
Update libchromiumcontent
2016-04-01 08:14:29 +05:30
deepak1556
e0fe478ae7
decide early on render initiated window creations
2016-04-01 08:14:29 +05:30
Robo
7016fbe258
browser: fix disposition value for new-window event
2016-04-01 08:14:29 +05:30
Cheng Zhao
7353fb4296
Merge pull request #4955 from atom/remove-node-integration-disable-path
...
Remove path for nodeIntegration value of 'disable'
2016-04-01 11:14:30 +09:00
Cheng Zhao
7023528042
Merge pull request #4909 from atom/standard
...
Use `standard` JavaScript Style
2016-04-01 11:13:56 +09:00
Kevin Sawicki
1eddaecef8
Merge pull request #4964 from jwheare/app-command-docs
...
Improve app-command docs, list arguments and explain command string
2016-03-31 15:45:16 -07:00
Kevin Sawicki
389b2b5cdd
Merge pull request #4963 from preco21/document-fixes-2
...
Docs: Improve docs styles
2016-03-31 15:44:31 -07:00
Kevin Sawicki
f87e417f7f
Merge pull request #4962 from erkyrath/doc-issue-4884
...
Added information about the enabled, visible, and checked properties
2016-03-31 15:43:22 -07:00
Kevin Sawicki
9e2dd13f9a
Merge pull request #4959 from atom/check-url-before-opening
...
Only open http/https links in new-window example
2016-03-31 15:41:33 -07:00
Jessica Lord
ccbbf35696
Merge pull request #4970 from felixrieseberg/dialog-note
...
Add "remote" note to dialog docs
2016-03-31 11:20:08 -07:00
Felix Rieseberg
ae5a6e61c5
📝 Add "remote" note to dialog docs
...
Ref #4943
2016-03-31 09:54:01 -07:00
Kevin Sawicki
f033f259b4
Only check for nodeIntegration being true
2016-03-31 08:33:38 -07:00
Kevin Sawicki
daa09ea9e7
Remove path for nodeIntgration value of 'disable'
2016-03-31 08:33:38 -07:00
Daniel Pham
6e46753499
Don't emit 'will-quit' when 'app.exit()' is called. Fixes #4643
2016-03-31 10:18:18 -04:00
Cheng Zhao
293ca4ef55
Merge pull request #4929 from deepak1556/url_request_fetch_job_patch
...
protocol: return status of ReadRawData instead of relying on SetStatus
2016-03-31 19:37:28 +09:00
Cheng Zhao
07fc0880fb
Merge pull request #4926 from preco21/master
...
Docs: Update Korean docs as upstream
2016-03-31 19:31:29 +09:00
Cheng Zhao
303290bfb4
Merge pull request #4965 from atom/docs-get-locale
...
docs: Add notes on app.getLocale
2016-03-31 17:38:39 +09:00
Cheng Zhao
e23faceba0
docs: Add notes on app.getLocale
2016-03-31 17:22:09 +09:00
James Wheare
d4a14bc215
Improve app-command docs, list arguments and explain command string
2016-03-31 08:56:49 +01:00
Cheng Zhao
996ad10344
Merge pull request #4902 from hdwong/master
...
fix translation
2016-03-31 16:02:39 +09:00
Plusb Preco
546ad643e4
📝 Add missing docs
...
[ci skip]
2016-03-31 14:30:14 +09:00
Plusb Preco
a648528f43
📝 Normailze note markers
...
* Normalize note markers syntax `__` to `**`
[ci skip]
2016-03-31 14:22:28 +09:00
Plusb Preco
346ef9df0c
📝 Update docs styles
...
* Adjust line length to `80`
* Normalize whitespaces
[ci skip]
2016-03-31 14:16:14 +09:00
Plusb Preco
f7e5c65802
📝 Update Korean docs as upstream
...
[ci skip]
2016-03-31 14:03:35 +09:00
Andrew Plotkin
cfd2cdb9c4
Added information about the enabled, visible, and checked properties --
...
when they can be set and what they mean.
Also tidied up the grammar and clarified wording.
2016-03-30 23:57:28 -04:00
Cheng Zhao
72878d0de6
Merge pull request #4901 from yucheng-inc/master
...
translations zh-CN doc
2016-03-31 11:23:01 +09:00
Cheng Zhao
be5e787edf
Merge pull request #4885 from ArekSredzki/patch-1
...
Added electron-release-server link to the docs
2016-03-31 11:07:14 +09:00
Cheng Zhao
c220753c60
Merge pull request #4896 from felixrieseberg/default-protocol-handler
...
Enable Electron to set/unset itself as default protocol handler (OS X, Windows)
2016-03-31 10:38:57 +09:00
Cheng Zhao
0e3737423b
Merge pull request #4843 from jwheare/mac-swipe-events
...
OSX: Expose 3-finger swipe events in browser-window
2016-03-31 10:37:27 +09:00
Cheng Zhao
c307478d5d
Merge pull request #4892 from deepak1556/v8_util_patch
...
common: use v8::private symbols as identifiers for object properties
2016-03-31 10:22:23 +09:00
Cheng Zhao
afb82fcc1f
Update native-mate for #4892
2016-03-31 10:21:21 +09:00
Zeke Sikelianos
252121ac70
give anonymous function a name
2016-03-30 17:00:35 -07:00
Zeke Sikelianos
9efd29d059
fix a minor style issue
2016-03-30 17:00:35 -07:00
Zeke Sikelianos
d5e8bb7f12
derp
2016-03-30 17:00:35 -07:00
Zeke Sikelianos
7c58f7fb02
eradicate all per-file eslint globals
2016-03-30 17:00:34 -07:00
Zeke Sikelianos
aadc0bee25
do not lint on windows CI
2016-03-30 17:00:34 -07:00
Zeke Sikelianos
0d11b755db
say we are linting
2016-03-30 17:00:34 -07:00
Zeke Sikelianos
afbc914f8b
try to fix CI linting
2016-03-30 17:00:34 -07:00
Zeke Sikelianos
47a61e9f27
use window.location instead of location
2016-03-30 17:00:34 -07:00
Zeke Sikelianos
6425ef4261
restrict mocha scope to /spec; break out link tasks
2016-03-30 17:00:34 -07:00
Zeke Sikelianos
b5afad9da7
avoid using eslint comment exceptions
2016-03-30 17:00:34 -07:00
Zeke Sikelianos
1a18151eff
remove eslint from devDependencies
2016-03-30 17:00:34 -07:00
Zeke Sikelianos
0fd0887407
use standard.env.mocha instead of a list of globals
2016-03-30 17:00:34 -07:00
Zeke Sikelianos
71f8ba6f7a
update CONTRIBUTING doc
2016-03-30 17:00:34 -07:00
Zeke Sikelianos
e156faea5c
replace eslint with standard
2016-03-30 17:00:33 -07:00
Zeke Sikelianos
6f845373a7
do not return and assign
2016-03-30 17:00:33 -07:00
Zeke Sikelianos
98b4353ef8
replace snazzy with standard; autoformat package.json
2016-03-30 17:00:33 -07:00
Zeke Sikelianos
42e7ee2b4a
finish standardizing!
2016-03-30 17:00:33 -07:00
Zeke Sikelianos
4e2f1311e0
replace __proto__ with Object.setPrototype
2016-03-30 17:00:33 -07:00
Zeke Sikelianos
2c3cacdc08
standardize by hand
2016-03-30 17:00:33 -07:00
Zeke Sikelianos
e6698102c9
standardize by hand
2016-03-30 17:00:33 -07:00
Zeke Sikelianos
cfdfdc8ccc
standardize by hand
2016-03-30 17:00:33 -07:00
Zeke Sikelianos
fd0f9519f1
remove useless constructors
2016-03-30 17:00:33 -07:00
Zeke Sikelianos
14fb3c4598
throw error if it exists
2016-03-30 17:00:33 -07:00
Zeke Sikelianos
c5f70c8d99
dance around error checking with this one weird trick
2016-03-30 17:00:32 -07:00
Zeke Sikelianos
5e4696f4a7
standardize more
2016-03-30 17:00:32 -07:00
Zeke Sikelianos
9db733a4ff
mostly more globals
2016-03-30 17:00:32 -07:00
Zeke Sikelianos
c4b6cf4a8e
do more manual cleanup and specify globals
2016-03-30 17:00:32 -07:00
Zeke Sikelianos
f47fa25e39
tiptoe
2016-03-30 17:00:32 -07:00
Zeke Sikelianos
68510cbe49
standardize more
2016-03-30 17:00:32 -07:00
Zeke Sikelianos
3a55f0d1f7
set standard.globals
2016-03-30 17:00:32 -07:00
Zeke Sikelianos
09635ae50e
reduce ignore list in favor of one-liner ignores
2016-03-30 17:00:32 -07:00
Zeke Sikelianos
67d189474c
autoformat more files
2016-03-30 17:00:32 -07:00
Zeke Sikelianos
2fb92076b6
standard-format has done its work; on to snazzy
2016-03-30 17:00:32 -07:00
Zeke Sikelianos
7404b848a2
tell standard to ignore /vendor directory
2016-03-30 17:00:31 -07:00
Zeke Sikelianos
f35f362272
autoformat more files
2016-03-30 17:00:31 -07:00
Zeke Sikelianos
06b556c34c
ignore more files that are confusing standard-format
2016-03-30 17:00:31 -07:00
Zeke Sikelianos
bd9b0b8ed3
wrap conditional, because return can only be used in a function
2016-03-30 17:00:31 -07:00
Zeke Sikelianos
3855a774ab
autoformat more easy files
2016-03-30 17:00:31 -07:00
Zeke Sikelianos
67fa250020
standardize asar.js by hand
2016-03-30 17:00:31 -07:00
Zeke Sikelianos
c845ea8372
autoformat more easy files
2016-03-30 17:00:31 -07:00
Zeke Sikelianos
80f7c82f93
finish standardizing crash reporter
2016-03-30 17:00:31 -07:00
Zeke Sikelianos
f61010df96
do not standardize rpc-server.js because reasons
...
standard-format freaks out on this line:
let obj = new (Function.prototype.bind.apply(constructor,
[null].concat(args)))
http://stackoverflow.com/questions/1606797/use-of-apply-with-new-operato
r-is-this-possible
2016-03-30 17:00:31 -07:00
Zeke Sikelianos
ca7b492b97
tiptoeing along, keeping the suite passing
2016-03-30 17:00:31 -07:00
Zeke Sikelianos
ee181294b3
manual syntax fixes on rpc server
2016-03-30 17:00:30 -07:00
Zeke Sikelianos
4d4f479721
manually standardize this tricky file
2016-03-30 17:00:30 -07:00
Zeke Sikelianos
4794385fac
first pass at standardizing; suite still passing!
2016-03-30 17:00:30 -07:00
Zeke Sikelianos
f25c3d33b6
mention standard in coding style doc
2016-03-30 17:00:05 -07:00
Zeke Sikelianos
6e31e51292
add standard-format to devDeps
2016-03-30 17:00:05 -07:00
Kevin Sawicki
dd23b09569
Only open http/https links
2016-03-30 16:55:10 -07:00
Kevin Sawicki
8bcede8019
Merge pull request #4887 from sergeybekrin/master
...
Improve error reporting when passing invalid argument types for dialog API methods
2016-03-30 16:34:42 -07:00
Sergey Bekrin
4ac08870d0
Tweak error messages for dialog API
2016-03-30 23:07:13 +03:00
Kevin Sawicki
ad67070f23
Merge pull request #4861 from OctoHuman/master
...
Fix alert()
2016-03-30 12:40:41 -07:00
Zeke Sikelianos
839ab07fd4
Merge pull request #4947 from preco21/document-fixes
...
Docs: Update docs styles
2016-03-29 20:38:42 -07:00
Plusb Preco
c4a2329665
📝 Update docs styles
...
* Adjust line length to `80`
* Change platform marker `*` to `_`
* Enhance a note section
[ci skip]
2016-03-30 10:57:42 +09:00
Plusb Preco
edbb2b4a26
📝 Update Korean docs as upstream
...
[ci skip]
2016-03-30 10:42:59 +09:00
Zeke Sikelianos
7dbf07edfc
Merge pull request #4941 from atom/black-background
...
Add "black background?" to FAQ
2016-03-29 16:31:51 -07:00
Felix Rieseberg
ff2d005058
Add "black background?" to FAQ
...
Closes #4937
2016-03-29 15:06:05 -07:00
Felix Rieseberg
1231360b2f
⚡ Add API: RemoveAsDefaultProtocolHandler
2016-03-28 15:31:01 -07:00
Kevin Sawicki
664f59a8eb
Merge pull request #4921 from roramirez/curl_build_linux
...
add curl package into Ubuntu section missing for the build
2016-03-28 10:59:40 -07:00
Kevin Sawicki
534fa7073e
Merge pull request #4920 from PierBover/master
...
Update desktop-environment-integration.md
2016-03-28 10:44:15 -07:00
Pier Bover
116aa2f483
Update desktop-environment-integration.md
2016-03-28 11:41:16 -06:00
Kevin Sawicki
48cea8aa35
Merge pull request #4923 from guatedude2/master
...
Update power-monitor.md
2016-03-28 09:36:01 -07:00
Alejandro Gonzalez Sole
ab685ac335
Update power-monitor.md
...
Updated docs in power-monitor to reflect windows only events
2016-03-27 23:03:34 -04:00
deepak1556
73201e419d
protocol: return status of ReadRawData instead of relying on SetStatus
2016-03-28 02:09:56 +05:30
Cheng Zhao
4ebd24d128
Merge pull request #4927 from atom/node-5.9.1
...
Upgrade to Node v5.9.1
2016-03-27 21:35:20 +09:00
Cheng Zhao
a4d2dd9b4d
Export symbols of node::Environment
2016-03-27 20:36:39 +09:00
Cheng Zhao
e401335ebb
Get rid of the global_env
2016-03-27 19:21:12 +09:00
Cheng Zhao
e5886dda9b
Avoid re-evaluating internal modules
2016-03-27 19:16:26 +09:00
Cheng Zhao
896ea7b79d
Do not create dummy node environment
...
There is a bug in V8 that using Private in a dummy environment would
result in crash.
2016-03-27 19:16:26 +09:00
Cheng Zhao
70f9cb098f
Use Environment::KickNextTick
2016-03-27 19:13:44 +09:00
Cheng Zhao
d83cb53997
Type of native array has changed
2016-03-27 19:13:44 +09:00
Cheng Zhao
f23729acdb
Upgrade to node v5.9.1
2016-03-27 19:13:44 +09:00
Plusb Preco
2ffe891cc8
📝 Update Korean docs as upstream
...
[ci skip]
2016-03-27 18:07:58 +09:00
Cheng Zhao
5a3552f577
Merge pull request #4854 from preco21/master
...
Docs: Update Korean docs as upstream
2016-03-27 14:47:50 +09:00
Cheng Zhao
75f0942057
Bump v0.37.3
2016-03-27 12:16:12 +09:00
Cheng Zhao
247a63efe3
Merge pull request #4869 from atom/fix-set-destructor
...
Run callback of setDestructor immediately when GC happens
2016-03-27 10:35:28 +09:00
Rodrigo Ramírez Norambuena
c4128e6b4b
add curl package into Ubuntu section missing for the build
2016-03-25 23:47:47 -03:00
Pier Bover
a3f30ca822
Update desktop-environment-integration.md
2016-03-25 16:26:14 -06:00
Kevin Sawicki
19931397ac
Merge pull request #4883 from atom/repl
...
Add repl option in default app
2016-03-24 20:06:14 -07:00
Kevin Sawicki
09710d6c47
Don't quit on window-all-closed when in repl mode
2016-03-24 16:02:02 -07:00
Kevin Sawicki
832ac97088
Exit process when repl exits
2016-03-24 16:02:02 -07:00
Kevin Sawicki
8685f8e6c8
Add repl run script
2016-03-24 16:02:02 -07:00
Kevin Sawicki
e49eae4047
Document -i/--interactive option
2016-03-24 16:02:02 -07:00
Kevin Sawicki
0066833887
Add repl CLI option
2016-03-24 16:02:02 -07:00
Kevin Sawicki
4a1e060832
Merge pull request #4911 from atom/link-newline
...
Put link on same line as name
2016-03-24 16:01:07 -07:00
Kevin Sawicki
8feb0f0440
Put link on same line as name
2016-03-24 15:57:42 -07:00
Kevin Sawicki
8ce1ca4590
Merge pull request #4910 from atom/update-structure-doc
...
Update source tree docs for new layout
2016-03-24 15:57:31 -07:00
Kevin Sawicki
8839cc51c2
Update source tree docs for new layout
2016-03-24 14:47:31 -07:00
小奔奔
f7a82987f4
fix translation
2016-03-24 15:30:46 +08:00
wujingke
ff3e29041e
Merge pull request #9 from heyunjiang/master
...
modify the latest files
2016-03-24 14:29:48 +08:00
Felix Rieseberg
d2567b0381
⚡ Add API: SetASDefaultProtocolHandler
...
This PR adds an API enabling Electron to set itself as the default
protocol handler for a custom porotocl on both oS X and Windows.
For details, please see `docs/app.md`.
Closes #4857
2016-03-23 22:12:17 -07:00
Robo
5fccbfc7c6
common: use v8::private symbols as identifiers for object properties
2016-03-24 01:24:01 +05:30
James Wheare
8482109dea
Switch to a single OS X swipe event with a direction argument
2016-03-23 15:20:11 +00:00
heyunjiang
0bd45c7d75
modify 2016.3.23
2016-03-23 16:11:23 +08:00
Sergey Bekrin
7f78781800
Improve error reporting when using invalid argument types for dialog API methods
2016-03-23 10:44:11 +03:00
Plusb Preco
8939c6ac12
📝 Update Korean readme as upstream
...
[ci skip]
2016-03-23 09:42:14 +09:00
Plusb Preco
c0f13103a4
📝 Update Korean docs as upstream
...
[ci skip]
2016-03-23 09:39:03 +09:00
Arek Sredzki
951bd745aa
Added electron-release-server link to the docs
...
By request from a couple users, I've added a link to the electron-release-server, that makes using the auto-updater much easier.
2016-03-22 16:35:03 -07:00
Kevin Sawicki
6041c7edf9
Merge pull request #4872 from atom/destructured-assignment
...
Destructuring assignment
2016-03-22 13:57:42 -07:00
Kevin Sawicki
2d32956903
Destructure objects
2016-03-22 13:11:42 -07:00
Kevin Sawicki
4127b524d5
Destructure params directly
2016-03-22 13:11:42 -07:00
Kevin Sawicki
43746727aa
Use direct params instead of rest params
2016-03-22 13:11:42 -07:00
Kevin Sawicki
4f4dc2f4d8
Use destructuring assigment
2016-03-22 13:11:42 -07:00
Kevin Sawicki
baa566adae
Merge pull request #4851 from k0kubun/app-doc-set-name
...
Document `app.setName()`
2016-03-22 09:35:49 -07:00
Plusb Preco
8fac75f4ee
📝 Update Korean docs as upstream
...
[ci skip]
2016-03-22 13:48:14 +09:00
Takashi Kokubun
8cf4574198
Document app.setName()
...
[ci skip]
2016-03-22 11:01:23 +09:00
Jessica Lord
b4f1a63f64
Merge pull request #4864 from miniak/fix-menu-api-doc
...
Fix Menu documentation
2016-03-21 13:40:50 -07:00
Kevin Sawicki
8cff36967e
Merge pull request #4871 from atom/add-more-camel-case-options
...
Add minWidth and maxWidth to ints array
2016-03-21 11:12:35 -07:00
Kevin Sawicki
cbfe8b9228
Add minWidth and maxWidth to ints array
2016-03-21 09:12:47 -07:00
Cheng Zhao
52d09e9600
Run callback of setDestructor immediately when GC happens
...
Fix #4733 .
2016-03-21 21:42:12 +09:00
Cheng Zhao
a52285596e
Merge pull request #4846 from atom/rest-parameters
...
Use rest parameters
2016-03-21 21:03:28 +09:00
Cheng Zhao
e08b48ab48
Merge pull request #4840 from atom/undefined-menu-accelerator
...
Undefined menu accelerator
2016-03-21 21:02:44 +09:00
Cheng Zhao
663e42070f
Merge pull request #4845 from atom/node-version-file
...
Add .node-version pinned to 5.1.1
2016-03-21 21:02:03 +09:00
Cheng Zhao
43cb48295b
Merge pull request #4831 from atom/docs-cleanup
...
[WIP] Docs cleanup
2016-03-21 20:57:26 +09:00
Jessica Lord
4abed1f83f
Merge pull request #4853 from preco21/patch-9
...
Docs: Correct link anchor
2016-03-20 21:38:24 -07:00
Jessica Lord
dd1cfdd31c
Merge pull request #4860 from chadluo/master
...
fix link
2016-03-20 21:30:34 -07:00
Milan Burda
f84c41f684
Fix Menu documentation
2016-03-20 19:05:18 +01:00
OctoHuman
116d61185a
Refix alert()
2016-03-20 03:40:12 -05:00
OctoHuman
9f6541228d
Fix alert()
2016-03-20 02:09:30 -05:00
chadluo
a89e79a7ed
fix link
2016-03-20 14:20:43 +11:00
Plusb Preco
d73dc0958b
📝 Update Korean docs as upstream
...
[ci skip]
2016-03-20 04:04:39 +09:00
Plusb Preco
70baf86ce2
📝 Correct link anchor
2016-03-20 03:36:27 +09:00
Kevin Sawicki
a53c7529c1
Remove unneeded slice call
2016-03-18 11:54:34 -07:00
Kevin Sawicki
8889c29866
Use rest parameters
2016-03-18 11:51:02 -07:00
Kevin Sawicki
99d6afb3a1
Add .node-version pinned to 5.1.1
2016-03-18 11:11:56 -07:00
Zeke Sikelianos
827730144b
style nit
2016-03-18 10:53:49 -07:00
Kevin Sawicki
e05804848f
Merge pull request #4829 from atom/deprecated-browser-window-options
...
Report deprecated BrowserWindow options
2016-03-18 09:36:49 -07:00
Kevin Sawicki
6aa452cda4
Set _setDeprecatedOptionsCheck on exports
2016-03-18 09:06:03 -07:00
Kevin Sawicki
7668c1ea0b
Use deprecate.warn instead of deprecate.log
2016-03-18 09:02:58 -07:00
James Wheare
03319a5426
OSX: Capture 3-finger swipe events in NativeWindow
2016-03-18 15:21:19 +00:00
Zeke Sikelianos
344dda4029
ignore set menu item fields
2016-03-17 16:20:23 -07:00
Zeke Sikelianos
e9ba5abe03
test for null accelerator too
2016-03-17 16:14:31 -07:00
Zeke Sikelianos
87395cdef8
add failing spec for undefined accelerator
2016-03-17 16:09:16 -07:00
Kevin Sawicki
737ffd8d7c
Improve deprecated message on webPreferences options
2016-03-17 13:37:08 -07:00
Kevin Sawicki
c31882749d
Correct typos in comments
2016-03-17 13:37:08 -07:00
Kevin Sawicki
90d815ce6c
Add todo about removing hyphenated options
2016-03-17 13:37:08 -07:00
Kevin Sawicki
3e7501579f
Add camel case versions to ints array
2016-03-17 13:37:08 -07:00
Kevin Sawicki
a14380ed01
Set webPrereferences from features tring
2016-03-17 13:37:07 -07:00
Kevin Sawicki
2acfb8ad82
node-integration -> nodeIntegration
2016-03-17 13:37:07 -07:00
Kevin Sawicki
15397bf879
Report deprecated BrowserWindow options
2016-03-17 13:37:07 -07:00
Kevin Sawicki
1b6e01ce6d
Add missing semicolons
2016-03-17 13:37:07 -07:00
Kevin Sawicki
dfd13cf4ca
persistented -> persisted
2016-03-17 13:37:07 -07:00
Kevin Sawicki
1e8e8f18b4
Add failing specs for deprecated options usage
2016-03-17 13:37:07 -07:00
Kevin Sawicki
5c9b19b508
web-preferences -> webPreferences
2016-03-17 13:37:07 -07:00
Cheng Zhao
67db92d500
Merge pull request #4821 from yucheng-inc/master
...
translations zh-CN doc
2016-03-17 22:55:01 +09:00
Cheng Zhao
38d99950f8
Merge pull request #4837 from atom/breakpad-server
...
List breakpad server implementations in crashReporter docs
2016-03-17 22:54:52 +09:00
Cheng Zhao
cbd37ad3b9
docs: List breakpad server implementations
2016-03-17 22:29:32 +09:00
Cheng Zhao
912ec1437b
Merge pull request #4812 from thanpolas/patch-1
...
More info for crash reporter form type and payload
2016-03-17 22:24:10 +09:00
Cheng Zhao
242be31440
Merge pull request #4805 from atom/automatically-set-app-model-id
...
Automatically set app user model ID
2016-03-17 22:21:29 +09:00
Cheng Zhao
48f1eb4584
Merge pull request #4836 from atom/get-native-handle-osx
...
Make it clear that image.getNativeHandle is OS X only
2016-03-17 22:21:21 +09:00
Cheng Zhao
939d69df6e
Throw error with message of "Not implemented".
2016-03-17 22:01:31 +09:00
Cheng Zhao
f8b9a66ead
docs: Make it clear image.getNativeHandle is OS X only
2016-03-17 21:55:44 +09:00
Cheng Zhao
081ab17e13
Merge pull request #4791 from atom/nativeimage-as-nsimage
...
Convert NativeImage instances to OS-specific representations
2016-03-17 21:49:46 +09:00
Cheng Zhao
75ec7a057a
Update brightray for #4681
2016-03-17 21:45:13 +09:00
Zeke Sikelianos
01980dea11
s/troubles/problems/
2016-03-17 00:03:24 -07:00
Zeke Sikelianos
5acfa8611a
link to gyp
2016-03-16 13:15:34 -07:00
Paul Betts
e94da877c2
Fix compile oopses on non-OS X
2016-03-16 12:49:34 -07:00
Paul Betts
148014f99a
Fix spec failure
2016-03-16 12:42:23 -07:00
Paul Betts
fa197ad583
Fix failing test
2016-03-16 12:40:28 -07:00
Zeke Sikelianos
6503f32ef9
add another link to ninja
2016-03-16 09:47:12 -07:00
Zeke Sikelianos
da47b569e8
link to the ninja website
2016-03-16 09:42:33 -07:00
Zeke Sikelianos
0d8994d81d
improve wording in the FAQ
2016-03-16 09:37:04 -07:00
scycbx
c3f343e6c4
Merge pull request #8 from heyunjiang/master
...
final first
2016-03-16 16:02:22 +08:00
heyunjiang
25931d16ab
modify 2days ago update 2files
2016-03-16 15:56:52 +08:00
heyunjiang
7bcb99f823
add last three files first
2016-03-16 15:41:12 +08:00
heyunjiang
3eac767e72
add build-instructions three first
2016-03-16 11:54:33 +08:00
heyunjiang
12f218c747
add build-system-overview first
2016-03-16 10:26:49 +08:00
Thanasis Polychronakis
492269a0fd
More info for crash reporter form type and payload
2016-03-15 15:49:34 +02:00
Cheng Zhao
141f909b68
Merge pull request #4803 from yucheng-inc/master
...
translations zh-CN doc
2016-03-15 21:21:49 +09:00
Cheng Zhao
e50ba35871
Merge pull request #4777 from deepak1556/webview_background_patch
...
webview: allow setting background color
2016-03-15 21:12:04 +09:00
Cheng Zhao
98be7b6299
Merge pull request #4804 from deepak1556/devtools_workspace_patch
...
devtools: update filesystem api
2016-03-15 21:09:54 +09:00
Cheng Zhao
dbb8a6bf52
Update brightray for atom/brightray#204
2016-03-15 21:08:43 +09:00
scycbx
ce855c5685
Merge pull request #7 from heyunjiang/master
...
add web-contents first
2016-03-15 17:10:34 +08:00
heyunjiang
b105bf59c1
add last api files first
2016-03-15 17:03:48 +08:00
heyunjiang
c2c91b6477
add three render process's files first
2016-03-15 15:11:28 +08:00
heyunjiang
3c007d1333
add tray first
2016-03-15 14:00:40 +08:00
Paul Betts
665d3166ed
Update the tests
2016-03-14 21:00:58 -07:00
Paul Betts
3ee4790dab
Automatically set app user model ID
...
We shouldn't ask users to figure out this piece of Windows Arcana when
they're using Squirrel, let's just do it automatically.
2016-03-14 20:36:48 -07:00
heyunjiang
ae701977c6
add web-contents first
2016-03-15 11:13:43 +08:00
Paul Betts
f59752bf4f
Update the docs to match
2016-03-14 19:51:37 -07:00
Paul Betts
d344c1e408
AsNativeRepresentation => getNativeHandle
2016-03-14 19:50:31 -07:00
Paul Betts
e3e6cd6fd8
Remove type parameter
2016-03-14 19:48:40 -07:00
Robo
cdc7b8d15e
devtools: fix filesyatem api usage and use prefs to track filesystem paths
2016-03-15 07:51:36 +05:30
scycbx
cc4da371ff
Merge pull request #6 from heyunjiang/master
...
add session end 3.15
2016-03-15 09:48:37 +08:00
Robo
fd53a4b24d
modify default background for all render views
2016-03-14 19:26:20 +05:30
Robo
f8f3fba433
webview: allow setting background color
2016-03-14 15:01:36 +05:30
Cheng Zhao
e92d002eec
Bump v0.37.2
2016-03-14 17:22:09 +09:00
Cheng Zhao
17f97bed30
Merge pull request #4793 from atom/gtk-dialog-extension
...
Add extension to filename automatically for GTK+ save dialog
2016-03-14 17:21:49 +09:00
Cheng Zhao
c2797e1864
Replace extension with the one in filter
2016-03-14 17:08:32 +09:00
heyunjiang
06a8db8a66
add protocol && session first
2016-03-14 15:43:04 +08:00
Cheng Zhao
81a16b424f
Add extension to filename automatically for GTK+ save dialog
2016-03-14 16:28:01 +09:00
Cheng Zhao
73a5f323e7
Merge pull request #4788 from deepak1556/find_in_page_patch
...
webcontents: provide position of match with found-in-page event
2016-03-14 15:03:38 +09:00
Cheng Zhao
152e6af4b4
spec: Add test case for #4785
2016-03-14 14:54:45 +09:00
Cheng Zhao
5bc400e31f
Merge pull request #4792 from atom/shutdown-v8
...
Leak the JavascriptEnvironment on exit
2016-03-14 14:34:24 +09:00
Cheng Zhao
9a13d559e9
Leak the JavascriptEnvironment on exit
...
This is to work around the bug that V8 would be waiting for background
tasks to finish on exit, while somehow it waits forever in Electron, more
about this can be found at https://github.com/atom/electron/issues/4767 .
On the other handle there is actually no need to gracefully shutdown V8
on exit in the main process, we already ensured all necessary resources get
cleaned up, and it would make quitting faster.
2016-03-14 13:59:31 +09:00
Paul Betts
63d9174822
🔥 build warning on Win32
2016-03-13 20:27:44 -07:00
Paul Betts
248ac5c37b
Add unit tests
2016-03-13 20:25:49 -07:00
Paul Betts
7233c83874
Linting
2016-03-13 20:18:03 -07:00
Paul Betts
5dea4b9b1c
Add documentation
2016-03-13 20:11:43 -07:00
Paul Betts
262abc43f8
First hack at being able to return NSImage pointers
2016-03-13 20:08:53 -07:00
Paul Betts
b3da5370c0
Add a new method to get the representation of an image
2016-03-13 20:08:09 -07:00
Cheng Zhao
92a9c49a77
Update brightray for atom/brightray#203
2016-03-14 10:41:32 +09:00
Cheng Zhao
b428b2e1d5
Merge pull request #4787 from deepak1556/permission_handler_patch
...
browser: fix retrieving webcontents from associated process id
2016-03-14 10:40:59 +09:00
Robo
8378cbb1e8
webcontents: provide position of match with found-in-page event
2016-03-14 06:49:45 +05:30
Robo
48064ee7e9
browser: fix retrieving webcontents from associated process id
2016-03-14 04:14:04 +05:30
heyunjiang
d96836e608
add power-save-blocker first
2016-03-13 22:06:19 +08:00
Cheng Zhao
b2059ec8af
Merge pull request #4774 from twolfson/dev/add.location.to.window.open.sqwished
...
Added support for window.location on window.open windows
2016-03-13 22:22:48 +09:00
Cheng Zhao
a2d86c998f
Merge pull request #4773 from preco21/master
...
Docs: Update Korean docs as upstream
2016-03-13 22:02:45 +09:00
Cheng Zhao
4a6186bfa0
Merge pull request #4763 from HR/patch-3
...
Fix broken/outdated link and push up the version
2016-03-13 20:43:53 +09:00
heyunjiang
29609b6e5d
add powerMonitor first
2016-03-13 14:15:11 +08:00
Cheng Zhao
dd158e172f
Merge pull request #4743 from atom/clean-up-this-wrappers
...
Use arrow functions instead of CoffeeScript this wrapper functions
2016-03-13 13:17:30 +09:00
Cheng Zhao
bc9c48261a
Merge pull request #4775 from atom/delay-load-powrprof
...
Delay loading powrprof.dll
2016-03-13 11:38:39 +09:00
Cheng Zhao
d96e03c402
Bump v0.37.1
2016-03-13 10:11:26 +09:00
Cheng Zhao
78c66da9e8
Update brightray: dealy loading powrprof.dll
2016-03-13 10:11:15 +09:00
Cheng Zhao
c036e8fa3b
Merge pull request #4769 from bbondy/master
...
Fix libffmpeg.dylib path for install_name_tool
2016-03-13 09:39:42 +09:00
Todd Wolfson
7569d180c9
Added support for window.location on window.open windows
2016-03-12 18:05:01 -06:00
Plusb Preco
96d271e57c
📝 Update Korean docs as upstream
...
[ci skip]
2016-03-13 06:10:00 +09:00
Brian R. Bondy
c937568846
Fix libffmpeg.dylib path for install_name_tool
2016-03-12 10:16:26 -05:00
Cheng Zhao
b10f196d16
Bump v0.37.0
2016-03-12 09:54:10 +09:00
Habib Rehman
0e1bb98913
Fix broken/outdated link and push up the version
2016-03-12 00:26:29 +00:00
Cheng Zhao
71fb684069
spec: Skip webview.executeJavaScript in Travis on OS X
...
It is very easy to get timeout.
2016-03-12 09:18:12 +09:00
Cheng Zhao
a8d34ebac9
Merge pull request #4757 from atom/no-copy-system-libraries
...
Do not copy system libraries on Linux
2016-03-12 09:15:28 +09:00
Kevin Sawicki
3556507ab9
Use arrow functions for this binding
2016-03-11 14:08:14 -08:00
Kevin Sawicki
28e9d87d86
Add back return in getter
2016-03-11 11:25:56 -08:00
Kevin Sawicki
0e5e230c03
Remove lint errors due to rebase
2016-03-11 11:25:56 -08:00
Kevin Sawicki
3c11f5dc4d
Remove returns from event handlers
2016-03-11 11:25:56 -08:00
Kevin Sawicki
0ee3446109
Use undefined instead of void 0
2016-03-11 11:25:56 -08:00
Kevin Sawicki
a3f08c9b51
Use arrow functions to replace old CoffeeScript => this wrappers
2016-03-11 11:25:56 -08:00
Kevin Sawicki
100ea975bd
Merge pull request #4761 from atom/appveyor-badge
...
Add AppVeyor badge to README
2016-03-11 11:25:49 -08:00
Kevin Sawicki
a95d0078b5
Link to root build page
2016-03-11 09:39:12 -08:00
Kevin Sawicki
c2b1f630f6
Add AppVeyor badge
2016-03-11 09:37:56 -08:00
Kevin Sawicki
1346122d35
Merge pull request #4744 from atom/remove-unneeded-results-collecting
...
Remove unneeded results collecting/returning
2016-03-11 09:36:02 -08:00
Kevin Sawicki
6b1748d6d6
Don't collect results from delegate.menuWillShow
2016-03-11 08:55:48 -08:00
Kevin Sawicki
3a08aa37de
Don't collect results from Menu::_callMenuWillShow
2016-03-11 08:55:48 -08:00
Kevin Sawicki
93939089ec
Don't collect results in Menu.setApplicationMenu
2016-03-11 08:55:48 -08:00
Kevin Sawicki
3a1e837f8b
Don't collect results in exit event callback
2016-03-11 08:55:47 -08:00
Kevin Sawicki
5ed6c7714b
Don't return attributes from from WebViewImpl::setupWebViewAttributes
2016-03-11 08:55:47 -08:00
Cheng Zhao
0f620a5393
Do not copy system libraries on Linux
2016-03-11 22:29:03 +09:00
Cheng Zhao
cd327e65cb
Revert "Bump v0.37.0"
...
This reverts commit aebfbf7782 .
We have troubles with linux-ia32 release.
2016-03-11 22:20:11 +09:00
Cheng Zhao
aebfbf7782
Bump v0.37.0
2016-03-11 21:47:32 +09:00
Cheng Zhao
6aec1e6949
Merge pull request #4714 from atom/chrome49
...
Upgrade to Chrome 49
2016-03-11 21:39:52 +09:00
Cheng Zhao
ead94b7b1f
Bump v0.36.11
2016-03-11 20:09:19 +09:00
Cheng Zhao
5f63df248a
Fix the chrome version
2016-03-11 19:53:41 +09:00
Plusb Preco
288ef13fb5
📝 Update Korean docs as upstream
...
[ci skip]
📝 Update Korean docs as upstream
[ci skip]
2016-03-11 19:37:03 +09:00
Cheng Zhao
4765445b4f
Merge pull request #4752 from yucheng-inc/master
...
translations zh-CN doc
2016-03-11 19:36:41 +09:00
Cheng Zhao
03ec5ced05
Merge pull request #4751 from maxbeatty/window-blur
...
Add blur method to window
2016-03-11 19:15:51 +09:00
heyunjiang
3e04884a57
add menu.md first
2016-03-11 17:25:38 +08:00
heyunjiang
fe248ac03f
add ipc-main first
2016-03-11 16:05:02 +08:00
scycbx
e2e18200fb
Merge pull request #5 from heyunjiang/master
...
update && add
2016-03-11 15:45:26 +08:00
heyunjiang
328583575d
modify again and add dialog.md
2016-03-11 15:09:08 +08:00
Max Beatty
704b8335aa
Add blur method to window ref #4724
2016-03-10 21:45:51 -08:00
heyunjiang
d25d1f3f8b
add content-tracing && update browser-window
2016-03-11 11:53:04 +08:00
Cheng Zhao
d564727583
spec: Increase timeout for executeJavaScript
2016-03-11 11:17:02 +09:00
Cheng Zhao
83809cef09
Update to master branch of brightray and libchromiumcontent
2016-03-11 10:47:15 +09:00
Cheng Zhao
256c2684ee
spec: Do not enter fullscreen in travis on OS X
...
It is too flaky
2016-03-11 10:36:08 +09:00
Cheng Zhao
abd466ee4a
Merge pull request #4700 from ArekSredzki/async-document-hidden
...
Cache browser visibility state & emit visibilitychange event on change
2016-03-11 10:19:06 +09:00
Arek Sredzki
fcc1f4d7ed
Finalized browser-window show & hide events, added tests & fixed os x implementation
2016-03-10 13:51:31 -08:00
Arek Sredzki
c1267b2320
Added 'show' & 'hide' events to browser-window, fixed visibilitychange event in renderer
2016-03-10 13:51:31 -08:00
Arek Sredzki
ee61ab2d26
Cache browser visibility state & emit visibilitychange event on change
...
Fixes #3788
2016-03-10 13:51:31 -08:00
heyunjiang
0ec7f35c24
finish browser-window first
2016-03-10 23:12:57 +08:00
Cheng Zhao
8e19edd1b5
Move toolchain related configures into one place
2016-03-10 22:40:09 +09:00
Robo
ed2103a49f
update sysroot image revisions
2016-03-10 17:34:42 +05:30
Robo
dfe1641d1e
set path for pkg-config when using sysroot
2016-03-10 17:34:42 +05:30
Robo
91951472bf
use sysroot by default on linux
2016-03-10 17:34:42 +05:30
Robo
e27e3d641c
linux: optionaly allow building x64 targets with sysroot
2016-03-10 17:34:42 +05:30
Cheng Zhao
60f40a6704
Fix linking error for Release build on Linux
2016-03-10 21:01:45 +09:00
Cheng Zhao
0794980d01
pdf.dll is not shipped any more
2016-03-10 17:36:11 +09:00
Cheng Zhao
cadd1969d9
Fix compilation errors on Windows
2016-03-10 17:06:23 +09:00
Cheng Zhao
20466bad8f
Fix cpplint warnings
2016-03-10 17:06:23 +09:00
Cheng Zhao
89f17e0baf
Create complete URLRequestContextGetter for URLRequestFetchJob
...
The trivial one is causing crashes.
2016-03-10 17:06:23 +09:00
Paul Betts
e3af5de7d7
Update pdf_to_emf_converter
2016-03-10 17:06:23 +09:00
Paul Betts
f4ec369873
More boring fixups
2016-03-10 17:06:22 +09:00
Paul Betts
1c01e4955f
Modifiers moved under UI
2016-03-10 17:06:22 +09:00
Paul Betts
7b60ef6261
SetIsDraftMode no longer a thing, see https://groups.google.com/a/chromium.org/forum/m/#!topic/chromium-checkins/6qohfKmEYyg
2016-03-10 17:06:22 +09:00
Paul Betts
e835111195
More type fixups
2016-03-10 17:06:22 +09:00
Paul Betts
12e9b7ab88
Use assignment operator since both sides are scoped now
2016-03-10 17:06:22 +09:00
Paul Betts
60a2495b30
Update Get() => get(), Set() => reset()
2016-03-10 17:06:22 +09:00
Paul Betts
a737baafbf
We don't need Metro
2016-03-10 17:06:22 +09:00
Cheng Zhao
d36b8bca86
Fix compilation errors on Linux
2016-03-10 17:06:22 +09:00
Cheng Zhao
044daee086
Update printing code to latest
2016-03-10 17:06:22 +09:00
Cheng Zhao
bfc6d77bb3
Pending renderer process no longer has render view attached
2016-03-10 17:06:22 +09:00
Cheng Zhao
6de9c4332f
Fix passing Promise with remote
...
Somehow using value.then.bind(value) would result in infinite loop,
could be bug of Chromium.
2016-03-10 17:06:22 +09:00
Cheng Zhao
dd4d3db47b
Fix node integration not working
2016-03-10 17:06:21 +09:00
Cheng Zhao
a31cbd24a1
Final pieces of int16 and .Pass()
2016-03-10 17:06:21 +09:00
Cheng Zhao
f29d633563
Fix cpplint warnings
2016-03-10 17:06:21 +09:00
Cheng Zhao
5fae63a2f5
Fix compilation errors on OS X
2016-03-10 17:06:21 +09:00
Paul Betts
4503aafe64
int32 => int32_t
2016-03-10 17:06:21 +09:00
Paul Betts
d2944c62a5
basictypes.h => macros.h
2016-03-10 17:06:21 +09:00
Paul Betts
7f15a77f3c
startup helper is renamed
2016-03-10 17:06:21 +09:00
Paul Betts
8d021f2596
Goodbye pdf.dll
2016-03-10 17:06:21 +09:00
Cheng Zhao
3600645575
Fix the compilation errors from brightray and crashpad
2016-03-10 17:06:21 +09:00
Cheng Zhao
30643cf118
Update crashpad to lastest branch
2016-03-10 17:06:21 +09:00
Cheng Zhao
9bc9a1a2bd
Upgrade to Chrome 49
2016-03-10 17:06:20 +09:00
Cheng Zhao
377a8eefb2
Merge pull request #4722 from atom/colocate-js
...
[WIP] Colocate JavaScript in root lib folder
2016-03-10 17:05:34 +09:00
Cheng Zhao
1ee4caae2d
Merge pull request #4736 from preco21/patch-7
...
Docs: Adjust 80 chars per line
2016-03-10 16:55:10 +09:00
Plusb Preco
ebf509bbe4
📝 Adjust 80 chars per line
...
[ci skip]
2016-03-10 16:54:07 +09:00
Plusb Preco
4c45c80fb4
📝 Update as upstream
2016-03-10 16:36:50 +09:00
Cheng Zhao
b40a0e6e0c
Merge pull request #4725 from phamdaniel/doc-app-focus
...
Document 'app.focus()'
2016-03-10 16:29:33 +09:00
heyunjiang
51f60d8d73
add window.open
2016-03-09 23:23:22 +08:00
Daniel Pham
0b8c2545b9
📝 Document 'app.focus()'
...
[ci skip]
2016-03-09 09:03:38 -05:00
Cheng Zhao
5efb88e7ea
Merge pull request #4723 from yucheng-inc/master
...
translations zh-CN doc
2016-03-09 21:45:40 +09:00
heyunjiang
937668097a
web-view-tag first finish
2016-03-09 17:00:01 +08:00
wujingke
da0a1eac24
Merge pull request #3 from heyunjiang/master
...
api doc 4th
2016-03-09 09:35:24 +08:00
Kevin Sawicki
c3b058cea3
Update path to ipc.js
2016-03-08 11:22:58 -08:00
Kevin Sawicki
2e9fd7ce77
Update common api path
2016-03-08 11:22:13 -08:00
Kevin Sawicki
4c9f5b71f7
Run eslint over lib folder
2016-03-08 11:14:22 -08:00
Kevin Sawicki
418efbe660
Remove unneeded resolve calls
2016-03-08 11:14:22 -08:00
Kevin Sawicki
006c77a00f
Update requires paths
2016-03-08 11:14:22 -08:00
Kevin Sawicki
f109591d03
Look for JS in lib dir
2016-03-08 11:14:21 -08:00
Kevin Sawicki
c47ad29124
Move default_app to root of repo
2016-03-08 11:14:21 -08:00
Kevin Sawicki
6e3cb9e8eb
Update paths for new JS location
2016-03-08 11:14:21 -08:00
Kevin Sawicki
70aa9b06ee
Move JavaScript to root lib/ folder
2016-03-08 11:14:21 -08:00
heyunjiang
c8a2246952
complete command line switch && add enviroment variables
2016-03-08 20:40:54 +08:00
heyunjiang
d35996b4a0
position modify
2016-03-08 19:57:53 +08:00
Cheng Zhao
a9c40de393
Merge pull request #4680 from atom/resizable-linux
...
Respect initial resizable window option on Linux
2016-03-08 19:46:40 +09:00
Cheng Zhao
549cccfce4
Merge pull request #4715 from dongjoon-hyun/fix_typos_in_comments
...
Fix typos in comments.
2016-03-08 19:45:05 +09:00
Cheng Zhao
1da75f5c18
Merge pull request #4712 from atom/mq-map-selectors-to-roles
...
Map missing selectors to roles
2016-03-08 19:44:26 +09:00
Cheng Zhao
68c413c391
Merge pull request #4674 from atom/normalize-native-image-paths
...
Normalize native image paths
2016-03-08 18:59:56 +09:00
wujingke
83111ad84c
Merge pull request #2 from heyunjiang/master
...
add api doc begin 2.5
2016-03-08 16:36:32 +08:00
heyunjiang
89328c873c
add api doc begin 2.5
2016-03-08 16:30:09 +08:00
Dongjoon Hyun
0c92d44077
Fix typos in comments.
2016-03-07 20:22:03 -08:00
wujingke
6f221cb6b1
Merge pull request #1 from heyunjiang/master
...
menuItem add
2016-03-08 11:01:55 +08:00
heyunjiang
11f64b714d
menuItem add
2016-03-08 10:47:23 +08:00
Kevin Sawicki
4c23e3950a
Add missing semicolon
2016-03-07 16:45:15 -08:00
Kevin Sawicki
44376374b0
path -> paths
2016-03-07 16:45:14 -08:00
Kevin Sawicki
022c2c0d8c
absolute_path -> normalize_path
2016-03-07 16:45:14 -08:00
Kevin Sawicki
0dba0b9cad
MakePathAbsolute -> NormalizePath
2016-03-07 16:45:14 -08:00
Kevin Sawicki
97930fcd84
Add specs for more image path cases
2016-03-07 16:45:14 -08:00
Kevin Sawicki
9c88a5c1ab
Check ReferencesParent before calling MakeAbsoluteFilePath
2016-03-07 16:45:14 -08:00
Kevin Sawicki
7692edf50e
Assert image size as well
2016-03-07 16:45:14 -08:00
Kevin Sawicki
8215d661ca
Add api- prefix to spec
2016-03-07 16:45:14 -08:00
Kevin Sawicki
8f820e09be
Use template string and arrow functions
2016-03-07 16:45:14 -08:00
Kevin Sawicki
145d5abe80
Mention explicit using original path on failures
2016-03-07 16:45:14 -08:00
Kevin Sawicki
b90c0c7895
Use MakeAbsoluteFilePath when creating native image from path
2016-03-07 16:45:13 -08:00
Kevin Sawicki
dda7740399
Add failing spec for native image path normalization
2016-03-07 16:45:13 -08:00
Kevin Sawicki
3f4455a79d
Merge pull request #4713 from atom/mq-doc-actions
...
Link to OS X Cocoa Event Handling guide on actions
2016-03-07 16:40:23 -08:00
Machisté N. Quintana
f47851f1e7
📝 🎨 Hard wrap
2016-03-07 16:19:00 -08:00
Machisté N. Quintana
eb064240f8
📝 Link to OS X Cocoa Event Handling guide on actions
2016-03-07 16:11:58 -08:00
Kevin Sawicki
7b881ebc23
Merge pull request #4711 from atom/realpath-asar-unpacked-specs
...
Add specs for realpath of unpacked asar path
2016-03-07 16:10:50 -08:00
Machisté N. Quintana
2bfc7aa152
Add mapping for performZoom
2016-03-07 16:01:46 -08:00
Machisté N. Quintana
eae5cc9d2c
🎨 [ci skip]
2016-03-07 15:53:09 -08:00
Machisté N. Quintana
03434f45bb
Map webContents.delete to role
2016-03-07 15:50:33 -08:00
Machisté N. Quintana
4ded709307
Map selectors for delete and pasteAndMatchStyle to roles
2016-03-07 15:42:32 -08:00
Kevin Sawicki
4b6639c9fd
Add missing done param
2016-03-07 15:30:33 -08:00
Kevin Sawicki
4b65610d40
Add specs for realpath of unpacked asar path
2016-03-07 15:27:21 -08:00
Kevin Sawicki
755c1f5238
Merge pull request #4706 from atom/update-styleguide
...
Remove CoffeeScript from styleguide
2016-03-07 13:59:07 -08:00
Kevin Sawicki
04c8bc38b2
Tweak lint sentence
2016-03-07 13:58:49 -08:00
Kevin Sawicki
ad3f4a26fd
Restore setting resizable property from ctor on Windows
2016-03-07 13:53:57 -08:00
Kevin Sawicki
7de37859f0
Set resizable on Linux from InitWithOptions
2016-03-07 13:48:33 -08:00
Kevin Sawicki
993b878925
🎨
2016-03-07 10:37:01 -08:00
Kevin Sawicki
38acc7090b
Contrain size in ctor on non-resizable windows
2016-03-07 10:11:30 -08:00
Kevin Sawicki
4ec79d5d18
Add Linux exclusion to describe
2016-03-07 09:53:20 -08:00
Kevin Sawicki
1c68aae43e
Mention npm run lint
2016-03-07 09:46:05 -08:00
Kevin Sawicki
686af28f54
Mention indent and semicolons
2016-03-07 09:45:13 -08:00
Kevin Sawicki
6725523042
Remove CoffeeScript from styleguide
2016-03-07 09:43:04 -08:00
Cheng Zhao
aa8dbbf6b6
Merge pull request #4695 from dongjoon-hyun/fix_link_name
...
Fix link name.
2016-03-07 10:31:49 +09:00
Cheng Zhao
0e2ac2d802
Merge pull request #4646 from phamdaniel/dark-mode
...
Add API to check OSX's Dark theme
2016-03-07 09:53:03 +09:00
Daniel Pham
68b453770b
🍎 Rename 'isDarkModeEnabled' to 'isDarkMode'
2016-03-06 10:55:47 -05:00
Cheng Zhao
2a0be28111
Merge pull request #4682 from phamdaniel/ismaximized
...
Fix `isMaximized()` in window for when resizable is set to false on OSX
2016-03-06 19:23:46 +09:00
Dongjoon Hyun
f9f20957a4
Fix link name.
2016-03-05 23:28:39 -08:00
Cheng Zhao
d93ccd47a8
Merge pull request #4670 from atom/cmd-backtick-order
...
Use sendAction for cycling windows
2016-03-06 16:17:38 +09:00
Cheng Zhao
e152b8850c
Merge pull request #4665 from christoth/christoth-webview-flexbox
...
Use flexbox layout for browserplugin
2016-03-06 15:36:20 +09:00
Cheng Zhao
5bb2c2c5c9
Merge pull request #4666 from SLiNv/zh-CN-documentation
...
Add Pepper Flash doc and match doc style
2016-03-06 15:36:05 +09:00
Cheng Zhao
816b10d8f3
Merge pull request #4694 from atom/common-accelerator
...
Remove duplicated keyboard code
2016-03-06 15:31:59 +09:00
Cheng Zhao
b7a40f3097
docs: Add missing key codes
2016-03-06 15:12:04 +09:00
Cheng Zhao
2515425cd5
Remove duplicated keyboard code
2016-03-06 15:04:05 +09:00
Cheng Zhao
a0c39c64cc
Merge pull request #4686 from atom/fullscreen-logic
...
Improve fullscreen related logic code
2016-03-05 22:20:43 +09:00
Cheng Zhao
114801d412
Remove the duplicate logic on OS X
2016-03-05 21:54:41 +09:00
Cheng Zhao
2be368bded
SetFullScreen should not work at all when not fullscreenable
...
This follows the logic of OS X.
2016-03-05 21:38:06 +09:00
Cheng Zhao
f5d79677fa
Merge branch 'will-fullscreen' of https://github.com/MaxWhere/electron
2016-03-05 21:30:41 +09:00
Cheng Zhao
5f95fea3e2
docs: OS X also has progress bar
2016-03-05 21:20:02 +09:00
Cheng Zhao
c0b87c1a62
Merge pull request #4656 from princejwesley/menu-item-click
...
Add platform predicate for menu item action
2016-03-05 21:13:59 +09:00
Cheng Zhao
054c55a9bb
Merge pull request #4683 from atom/fix-select-certificate
...
Fix passing certificate to select-client-certificate's callback
2016-03-05 19:47:27 +09:00
Cheng Zhao
23b92ef9ec
Fix passing certificate to select-client-certificate's callback
2016-03-05 18:57:46 +09:00
Daniel Pham
d5f5cdb45a
:apple:Fix 'isMaximized()' for non resizable windows
2016-03-05 01:39:48 -05:00
Cheng Zhao
33978455b8
Bump v0.36.10
2016-03-05 12:00:06 +09:00
Cheng Zhao
2bd167663d
Merge pull request #4678 from atom/writable-member-functions
...
Make remote member functions writable/configurable
2016-03-05 11:56:56 +09:00
Kevin Sawicki
bda5bb4a74
Add missing semicolon
2016-03-04 16:15:04 -08:00
Kevin Sawicki
67edcc8f91
Initially set resizable property on Linux
2016-03-04 16:12:58 -08:00
Kevin Sawicki
73f6162f5c
Enable resizable spec on Linux
2016-03-04 16:12:14 -08:00
Kevin Sawicki
fe9e026f9e
getObjectMemebers -> getObjectMembers
2016-03-04 15:57:21 -08:00
Kevin Sawicki
3230927f10
Mention deleting
2016-03-04 15:56:18 -08:00
Kevin Sawicki
f460d81dd0
Allow remote member functions to be deleted
2016-03-04 15:51:17 -08:00
Kevin Sawicki
610a503188
Make member functions writable
2016-03-04 15:49:46 -08:00
Kevin Sawicki
a9e22801e9
Add failing spec for reassigning remote function
2016-03-04 15:44:50 -08:00
Kevin Sawicki
ee1f69062e
Merge pull request #4675 from atom/report-error-in-enumerate-devices-spec
...
Always call done callback in enumerateDevices spec
2016-03-04 14:42:21 -08:00
Kevin Sawicki
20e9a87158
Don't run mediaDevices spec on Linux CI
2016-03-04 13:23:12 -08:00
Kevin Sawicki
a4e04e6083
Always call done callback
2016-03-04 12:29:50 -08:00
Daniel Pham
63294892f0
Rename dark-mode-changed to platform-theme-changed
2016-03-03 23:58:58 -05:00
Kevin Sawicki
be67dca686
Use _cycleWindows selector to implement cmd-`
2016-03-03 20:53:58 -08:00
Daniel Pham
b1eefbdcd9
Simplify the isDarkModeEnabled check
2016-03-03 23:48:30 -05:00
christoth
fed77d1837
Use flexbox layout for browserplugin
2016-03-03 17:22:20 -05:00
Victor Zhu
b46fc8bc4c
Add Pepper Flash doc and match doc style
...
- Add Pepper Flash plugin documentation
- Use and match the same documentaion style for other CN docs.
- Fix some typos and grammar.
2016-03-03 15:42:14 -05:00
Cheng Zhao
b4c48664f8
Merge pull request #4635 from akameco/master
...
Fix JP docs tranlation
2016-03-03 21:00:46 +09:00
Plusb Preco
b6958e5221
Update as upstream
...
[ci skip]
2016-03-03 20:56:46 +09:00
Prince J Wesley
f02affbc18
🐛 Add platform predicate for menu item action
2016-03-03 08:38:32 +05:30
Cheng Zhao
46c6233b62
Merge pull request #4630 from preco21/patch-6
...
Docs: Cleanup docs
2016-03-03 11:37:48 +09:00
Cheng Zhao
d6144d63fb
Merge pull request #4629 from RacioN/master
...
Update docs-translations/jp/README.md tranlation.
2016-03-03 11:32:40 +09:00
Daniel Pham
c4049cb393
🍎 Add 'dark-mode-changed' event to app api
2016-03-01 15:43:38 -05:00
Daniel Pham
eaac67ac60
🍎 Add 'isDarkModeEnabled' to app api
2016-03-01 13:12:21 -05:00
akameco
9c7bb0b370
Fix JP docs tranlation
2016-03-01 01:41:46 +09:00
Plusb Preco
24ae9b0ea9
Cleanup docs
...
* Adjust 80 chars per line
* Line feed after header
2016-02-29 01:38:32 +09:00
RacioN
2d11b1d9eb
Update read me tranlation
2016-02-28 20:55:47 +09:00
RacioN
e3dde12c45
Update read me tranlation
2016-02-28 20:50:16 +09:00
RacioN
681a772f5f
Add list
2016-02-28 20:42:14 +09:00
Cheng Zhao
5839d7dcd5
Merge pull request #4623 from parro-it/patch-1
...
Removed duplicate `isDevToolsFocused` entry
2016-02-28 10:41:27 +08:00
brenca
a06392459e
Making fullsceenable work on Linux
2016-02-27 22:37:42 +01:00
Andrea Parodi
fd11b7e7db
Removed duplicate isDevToolsFocused entry
2016-02-27 20:34:51 +01:00
Heilig Benedek
bb42c85df8
resolve update conflicts
2016-02-27 03:23:10 +01:00
Heilig Benedek
bb0ac688b2
Reverted SetFullscreenable disabling maximize button on Windows and removed that from the docs.
2016-02-27 03:07:53 +01:00
Cheng Zhao
7de97a55f7
Merge pull request #4609 from MaxWhere/framesubscriber-fix
...
🐎 framesubscriber speed and quality improvement
2016-02-26 23:21:42 +08:00
Cheng Zhao
b25c8ca621
Merge pull request #4616 from deepak1556/media_device_enumeration_patch
...
browser: allow enumeration of media device labels
2016-02-26 22:07:35 +08:00
Cheng Zhao
db46e9c203
Merge pull request #4596 from felixrieseberg/ci-docs
...
Add Headless CI Tutorial
2016-02-26 21:32:03 +08:00
Cheng Zhao
ebfc127628
Merge pull request #4522 from deepak1556/async_execute_javascript_patch
...
webContents: provide responses for executeJavscript method
2016-02-26 21:17:47 +08:00
gellert
070772b4b9
Added special key identifiers for OSX and Windows
2016-02-26 20:22:46 +08:00
Cheng Zhao
d9ad51e989
Merge pull request #4607 from rglyall/master
...
Fix Menu template API example
2016-02-26 20:13:40 +08:00
Robo
fce641aab6
browser: allow enumeration of media device labels
2016-02-26 16:31:20 +05:30
Cheng Zhao
a21e095a59
Merge pull request #4515 from deepak1556/ipc_value_conversion_patch
...
ipc: allow passing date instances
2016-02-26 16:16:33 +08:00
Cheng Zhao
a67b29d8d2
Bump v0.36.9
2016-02-26 02:18:27 +00:00
Cheng Zhao
795ac86266
Merge pull request #4608 from atom/harfbuzz
...
Use harfbuzz 1.06
2016-02-26 09:51:13 +08:00
Cheng Zhao
8a744255fa
Update libchromiumcontent, use harfbuzz 1.06
...
Close #4513 .
2016-02-26 09:23:39 +08:00
Felix Rieseberg
a3b8e81c21
📝 Add Headless CI Tutorial
2016-02-25 17:14:43 -08:00
Heilig Benedek
4bfa03e5f4
Removed an include no longer needed
2016-02-26 02:13:17 +01:00
Heilig Benedek
3f0d598a59
Merge atom/master
2016-02-26 02:05:57 +01:00
Robo
1235907835
run webframe methods for webview in its context
2016-02-26 05:14:45 +05:30
Heilig Benedek
1282d6eedb
Merge pull request #6 from atom/master
...
update as upstream
2016-02-25 23:50:13 +01:00
Heilig Benedek
9a0372b61b
Removed size_ since it's not needed anymore
2016-02-25 23:48:58 +01:00
Robert Lyall
6f45678e9c
Fix Menu template API example
2016-02-25 18:28:03 +00:00
Cheng Zhao
0ea80f674b
Merge pull request #4595 from dongjoon-hyun/rename_function_filter_accelerator
...
Rename function `FilterAccecelator` to `FilterAccelerator` in `submenu.cc`
2016-02-25 21:18:57 +08:00
Cheng Zhao
316e6850ae
Merge pull request #4592 from miniak/fix-url-request-converter-crash
...
Fix crash in mate::Converter<const net::URLRequest*>::ToV8
2016-02-25 21:11:43 +08:00
Robo
8386baf267
add spec
2016-02-25 11:46:30 +05:30
Robo
a734326907
track async api requests
2016-02-25 11:45:59 +05:30
Robo
2b547bd44a
webContents: provide responses for executeJavscript method
2016-02-25 11:45:59 +05:30
Robo
a1a17b7ee8
use v8::Object::Get
2016-02-25 11:21:21 +05:30
Cheng Zhao
d00490271b
Merge pull request #4518 from deepak1556/webview_host_window_patch
...
webview: api to get host browser window
2016-02-25 12:26:53 +08:00
Dongjoon Hyun
fee56df400
Rename function FilterAccecelator to FilterAccelerator in submenu_button.cc.
2016-02-24 11:15:21 -08:00
Milan Burda
d2b48b2aa7
Fix crash in mate::Converter<const net::URLRequest*>::ToV8
...
The net::URLRequest::url() method calls vector<GURL>::back(), which is undefined when the url_chain is empty
2016-02-24 14:01:26 +01:00
Robo
467870deb6
use builtin method
2016-02-24 16:30:23 +05:30
Robo
6fcc197db8
webview: api to get webcontents and associated host webcontents
2016-02-24 11:55:15 +05:30
Cheng Zhao
f3c7965cea
Merge pull request #4588 from atom/fix-protocol-crash
...
Revert #4551
2016-02-24 13:48:33 +08:00
Cheng Zhao
8ff30a2abc
Revert "protocol: respect requests from partition"
...
This reverts commit 85800256de .
2016-02-24 13:25:30 +08:00
Cheng Zhao
bb1e4c2208
Revert "add docs"
...
This reverts commit bdfc19ad20 .
2016-02-24 13:25:22 +08:00
Cheng Zhao
820c72af55
Merge pull request #4560 from magicae/magica-translate-docs-to-zh_CN
...
docs: update zh-CN docs translation [WIP]
2016-02-24 13:06:17 +08:00
Cheng Zhao
a63193c826
Merge pull request #4551 from deepak1556/protocol_session_patch
...
protocol: respect requests from partition
2016-02-24 12:03:37 +08:00
Cheng Zhao
3a3a95b0a9
Merge pull request #4581 from atom/linux-menu-fix
...
Notify the global menu bar when window is mapped
2016-02-23 20:41:50 +08:00
Robo
367d12402a
ipc: allow passing date instances
2016-02-23 16:23:15 +05:30
Cheng Zhao
49f995925c
Notify the global menu bar when window is mapped
2016-02-23 15:43:32 +08:00
Robo
bdfc19ad20
add docs
2016-02-23 12:54:20 +05:30
Cheng Zhao
1b3b35926a
Merge pull request #4580 from kanatapple/master
...
docs: update jp doc ipc-renderer.md
2016-02-23 15:11:07 +08:00
Yasunari Fujieda
23268531ae
docs: update jp doc ipc-renderer.md
2016-02-23 15:10:38 +09:00
Cheng Zhao
f47ae3c02f
Merge pull request #4579 from jin5354/master
...
docs: update zh-CN doc debugging-main-process.md
2016-02-23 14:08:46 +08:00
Cheng Zhao
9c6ab6f1e0
Merge pull request #4566 from yamatoya/master
...
Update as upstream
2016-02-23 13:39:34 +08:00
jin5354
331bc42d57
docs: update zh-CN doc debugging-main-process.md
...
update zh-CN doc debugging-main-process.md to be up-to-date with
English ver.
2016-02-23 10:00:28 +08:00
Heilig Benedek
39bb670719
Revert will-enter-full-screen event, matching osx fullscreen: false behaviour on windows instead
2016-02-22 10:23:56 +01:00
Cheng Zhao
537ead8917
Merge pull request #4570 from atom/cleanup-remote
...
Cleanup code of remote module
2016-02-22 16:10:55 +08:00
Cheng Zhao
96b2705bd3
Fix render-view-deleted being emitted twice
2016-02-22 15:24:19 +08:00
Cheng Zhao
6753fcc1b4
Get rid of the ATOM_BROWSER_RELEASE_RENDER_VIEW event
2016-02-22 15:24:19 +08:00
Cheng Zhao
593a79ce20
Separate renderer functions by renderer process ID
...
Close #4324 .
2016-02-22 15:24:18 +08:00
Cheng Zhao
d4c954870a
Remove a few CoffeeScript generated junks
2016-02-22 15:24:18 +08:00
Cheng Zhao
59d6e7d6ef
ObjectsRegistry no longer needs to send events
2016-02-22 15:24:18 +08:00
Cheng Zhao
2b04af4349
No longer need to count the references in webContents
...
All remote objects are now cached in renderer process, so there is
always only one reference to one remote object for each webContents.
2016-02-22 15:24:18 +08:00
Cheng Zhao
fe7462b352
No longer needs cache for methods of remote
...
Refs #4517 .
2016-02-22 13:05:58 +08:00
Cheng Zhao
c65cfadd09
v8Util.createObjectWithName is no longer used
2016-02-22 13:05:58 +08:00
Cheng Zhao
34658473c9
Merge pull request #4568 from atom/remote-proto
...
Keep prototype chain in remote objects
2016-02-22 13:04:34 +08:00
Cheng Zhao
f610e332b3
spec: Tests for remote ES6 class
2016-02-22 12:35:51 +08:00
Cheng Zhao
67324ce732
Keep the prototype chain in remote objects
2016-02-22 12:35:51 +08:00
Takahito Yamatoya
9e1da8f097
Update as upstream
2016-02-22 00:59:18 +09:00
Cheng Zhao
361b9cad0f
Merge pull request #4564 from dongjoon-hyun/rename_const_persist_prefix
...
Rename constant `PERSIST_PERFIX` to `PERSIST_PREFIX` in `session.js`.
2016-02-21 21:53:41 +08:00
Plusb Preco
f63532fa95
📝 Update as upstream
...
[ci skip]
2016-02-21 21:15:36 +08:00
Cheng Zhao
4a47deafc2
Merge pull request #4558 from cesine/update/deps
...
a new version of asar is out 0.10.0
2016-02-21 19:04:06 +08:00
Cheng Zhao
cad26fa606
Merge pull request #4517 from deepak1556/remote_browser_window_patch
...
remote: return webcontents instance from cache
2016-02-21 17:54:48 +08:00
Dongjoon Hyun
078c7bf8ab
Rename constant PERSIST_PERFIX to PERSIST_PREFIX in session.js.
2016-02-21 00:16:53 -08:00
Magica
a05e98f463
Translate auto-updater.md in commit 45739ce434
2016-02-21 14:09:34 +08:00
Magica
f64dc5f57d
Translate app.md in commit 45739ce434
2016-02-21 13:49:51 +08:00
Magica
1db72f8010
Translate accelerator.md of 45739ce434
2016-02-20 18:51:04 +08:00
Magica
060d06d396
Translate electron-faq.md#45739ce434ec3c3eb190d35d3948b702b54706cd
2016-02-20 17:00:58 +08:00
Magica
a737e15ddb
Update README.md to 45739ce434
2016-02-20 16:09:56 +08:00
cesine
e45e246027
a new version of asar is out 0.10.0
2016-02-19 23:24:56 -05:00
Kevin Sawicki
45739ce434
Merge pull request #4547 from Rafaelgfirmino/master
...
Translated
2016-02-19 11:22:15 -08:00
Kevin Sawicki
777ff450cf
Merge pull request #4543 from baconface/patch-2
...
Changed session to app to reflect rest of document
2016-02-19 11:21:10 -08:00
Robo
85800256de
protocol: respect requests from partition
2016-02-19 19:39:01 +05:30
Cheng Zhao
4b18317e7c
Bump v0.36.8
2016-02-19 14:38:36 +08:00
Cheng Zhao
54a7eefa28
Merge pull request #4548 from atom/free-ffmpeg
...
Provide ffmpeg binaries without proprietary codecs
2016-02-19 14:37:09 +08:00
Lee Dohm
bd2c13527d
Merge pull request #4528 from atom/wl-templates
...
Add issue template
2016-02-18 20:49:42 -08:00
Cheng Zhao
daffb4881e
Create and upload free version of ffmpeg
2016-02-19 12:06:48 +08:00
Cheng Zhao
cd30308711
Update libchromiumcontent with free version of ffmpeg
2016-02-19 12:06:48 +08:00
Rafael G Firmino
632c18ab37
Translated
2016-02-18 22:51:23 -02:00
Brad Metcalf
2a6fcf48e5
Changed session to app to reflect rest of document
2016-02-18 13:41:22 -06:00
Kevin Sawicki
d5f4a32435
Merge pull request #4524 from atom/update-default-app-styles
...
Match default app styles to website styles
2016-02-18 10:47:45 -08:00
Kevin Sawicki
d3c6075841
Use background color as border color
2016-02-18 10:15:44 -08:00
Kevin Sawicki
1c37731065
under -> in
2016-02-18 10:15:44 -08:00
Kevin Sawicki
9b373f2e15
on -> to learn
2016-02-18 10:15:44 -08:00
Kevin Sawicki
4d011057b0
Only change background on hover
2016-02-18 10:15:44 -08:00
Kevin Sawicki
de37de1785
Add docs sentence in new paragraph
2016-02-18 10:15:43 -08:00
Kevin Sawicki
1520b2271a
Remove v before version
2016-02-18 10:15:43 -08:00
Kevin Sawicki
793527f82e
Update header style
2016-02-18 10:15:43 -08:00
Kevin Sawicki
db1c29f2f9
Remove parens around version
2016-02-18 10:15:43 -08:00
Kevin Sawicki
d48a61fdff
Tweak holder styles
2016-02-18 10:15:43 -08:00
Kevin Sawicki
c4859c3dc6
Use colors from Electron site
2016-02-18 10:15:43 -08:00
Lee Dohm
cc6ba0fd10
Remove all but prompts for version numbers
2016-02-18 08:57:31 -08:00
Plusb Preco
8ce3ab1e26
📝 Update as upstream
...
[ci skip]
2016-02-18 23:35:29 +08:00
Cheng Zhao
68f48c9456
docs: Add note on Chrome version when using widevine
...
Refs #4519 .
2016-02-18 23:28:19 +08:00
Cheng Zhao
aa03a9d0ef
Merge pull request #4534 from apoco/menu-documentation
...
Link to Menu documentation
2016-02-18 20:14:08 +08:00
Robo
0d77fd4a2c
remote: return webcontents instance from cache
2016-02-18 17:40:10 +05:30
Cheng Zhao
35815387ab
Ship ffmpeg in dist, close #4536
2016-02-18 18:57:31 +08:00
Cheng Zhao
a8cd435e30
Merge pull request #4538 from atom/cmd-tilde
...
mac: Simulate the behavior of cmd+~ when OS X didn't handle it
2016-02-18 18:57:04 +08:00
Cheng Zhao
0446f07884
Merge pull request #4508 from atom/open-external-without-activation
...
Allow shell.openExternal to open URLs in the background
2016-02-18 18:40:22 +08:00
Cheng Zhao
12569f2c9d
mac: Simulate the behavior of cmd+~ when OS X didn't handle it
2016-02-18 18:32:13 +08:00
Jacob Page
9c9759a683
Link to Menu documentation
...
Added link to documentation about `Menu` objects
2016-02-17 21:30:01 -08:00
Cheng Zhao
25156dbd53
Merge pull request #4532 from atom/no-drop-capacities
...
Update libchromiumcontent, fix #3666
2016-02-18 13:01:18 +08:00
Cheng Zhao
1e894df102
Update libchromiumcontent, fix #3666
2016-02-18 12:14:25 +08:00
Cheng Zhao
b13a2fe260
Merge pull request #4531 from atom/fix-win32-specs
...
spec: Fix failing tests on Windows
2016-02-18 12:12:32 +08:00
Cheng Zhao
651264d098
spec: Fix failing tests on Windows
2016-02-18 11:39:35 +08:00
Cheng Zhao
5f42429af1
Merge pull request #4523 from atom/spec-clean-up
...
Clean up specs post CoffeeScript conversion
2016-02-18 11:15:37 +08:00
Cheng Zhao
233961ea29
Merge pull request #4530 from atom/shared-ffmpeg
...
Link with ffmpeg dynamically
2016-02-18 11:13:57 +08:00
Wliu
1f248e6ea6
📝 Move Electron and OS versions above the description
...
[ci skip]
2016-02-17 21:41:14 -05:00
Wliu
f81f4479b6
Drastically simplify the template
...
[ci skip]
2016-02-17 21:29:36 -05:00
Heilig Benedek
2610aa60e9
🎨 lint fix
2016-02-18 01:19:41 +01:00
Heilig Benedek
7bf17f2541
Improved frame subscriber - now we only use framesubscription events as an event, and we copy from the backing store directly (instead of accessing it through a videoframe)
2016-02-18 01:15:00 +01:00
Wliu
a252b9b570
Initial ISSUE_TEMPLATE draft
2016-02-17 16:31:26 -05:00
Kevin Sawicki
31028ab636
Update var declarations
2016-02-17 09:27:25 -08:00
Kevin Sawicki
54d7c580bd
Remove unneeded returns
2016-02-17 09:08:34 -08:00
Kevin Sawicki
8a9395101e
Remove unused results
2016-02-17 09:08:34 -08:00
Kevin Sawicki
12adaa0570
Remove unneeded returns
2016-02-17 09:08:34 -08:00
Kevin Sawicki
e63c3c727a
Add newlines between describe/it blocks
2016-02-17 09:08:34 -08:00
Kevin Sawicki
709661156a
Use const for requires
2016-02-17 09:08:34 -08:00
Kevin Sawicki
b3ac48cf52
Handle argument parsing in C++
2016-02-17 09:05:21 -08:00
Kevin Sawicki
3f42909ecf
Call OpenExternal with new true default to activate arg
2016-02-17 08:56:59 -08:00
Kevin Sawicki
04517caf36
Add missing semicolon
2016-02-17 08:56:59 -08:00
Kevin Sawicki
5e5313d8b1
Return value from bindings method
2016-02-17 08:56:59 -08:00
Kevin Sawicki
42041cd402
Use markdown list for new options param
2016-02-17 08:56:59 -08:00
Kevin Sawicki
f5bed87199
without_activation -> activate
2016-02-17 08:56:58 -08:00
Ben Gotow
52db43eee5
Fix linter error
2016-02-17 08:56:58 -08:00
Ben Gotow
d8679b3899
Allow openExternal to open URLs in the background #3224
2016-02-17 08:56:58 -08:00
Cheng Zhao
3d3fc18a3a
Update libchromiumcontent to use shared ffmpeg
2016-02-17 23:23:36 +08:00
Cheng Zhao
7fece7e9b3
Link with ffmpeg
2016-02-17 22:21:14 +08:00
Cheng Zhao
57f322a818
Merge pull request #4509 from caibirdme/feature-translate-into-Chinese
...
tanslate file-object.md
2016-02-17 19:38:57 +08:00
deenjun
28635e5f2c
remove original English text
2016-02-17 14:54:57 +08:00
Cheng Zhao
723acfa1a1
Merge pull request #4510 from atom/skip-eslint
...
Skip eslint on our Windows build machine for now
2016-02-17 12:07:51 +08:00
Cheng Zhao
01ede11cb8
Skip eslint on our Windows build machine for now
2016-02-17 10:54:44 +08:00
Cheng Zhao
c02a49a1db
Merge pull request #4507 from atom/mb-add-deprecation-handler-api
...
Add API for custom handling of deprecations
2016-02-17 10:51:30 +08:00
deenjun
baf44c7a41
tanslate file-object.md
2016-02-17 10:42:59 +08:00
Cheng Zhao
7810f4293f
Merge pull request #4447 from KevinMartin/patch-3
...
Add ability to specify v8 flags in package.json
2016-02-17 10:42:29 +08:00
Kevin Jose Martin
ee0cac7d54
Remove command line switches, add v8 flags
2016-02-16 21:23:13 -05:00
Plusb Preco
407bef5727
📝 Update as upstream
...
[ci skip]
2016-02-17 09:37:09 +08:00
Max Brunsfeld
3e3e593366
👕 Add missing semicolons
2016-02-16 15:28:33 -08:00
Max Brunsfeld
ccef805e9b
Add API for custom handling of deprecations
2016-02-16 15:21:32 -08:00
Kevin Sawicki
175449f096
Merge pull request #4503 from x87/master
...
fixed typo in the russian translation of README.md
2016-02-16 12:52:37 -08:00
Seemann
2346caf6fb
fixed typo in the russian translation of README.md
2016-02-16 23:19:20 +03:00
Kevin Sawicki
73518cdc8d
Merge pull request #4501 from dmnlk/feature/add_community_jp
...
add Japanese Elecron Community
2016-02-16 10:45:30 -08:00
dmnlk
959c08a1ec
add Japanese Electron Community
2016-02-17 02:28:10 +09:00
Cheng Zhao
0ba86b9716
docs: Make variable names follow previous example
2016-02-16 23:10:05 +08:00
Cheng Zhao
18e7825ff3
Merge pull request #4498 from destan/patch-2
...
add a new platform definition for linux
2016-02-16 23:08:34 +08:00
Destan Sarpkaya
afacca252e
add a new platform definition for linux
...
On Linux in order for changes made to individual `MenuItem`s to take effect, you have to call `setContextMenu` again
Regarding https://github.com/atom/electron/issues/1473
2016-02-16 16:24:05 +02:00
Cheng Zhao
61a9316f67
Merge pull request #4496 from cesine/update/deps
...
fix dependencies badge which shows out of date
2016-02-16 22:18:51 +08:00
Cheng Zhao
e47a815c38
Merge pull request #4482 from lukeapage/patch-7
...
spelling fixes and americanisms
2016-02-16 20:22:31 +08:00
Cheng Zhao
25ac6f0f37
Merge pull request #4480 from apoco/single-instance-clarification
...
makeSingleInstance clarification
2016-02-16 20:17:18 +08:00
Cheng Zhao
5b4f29e7ed
Merge pull request #4471 from rsezille/master
...
Docs: Start french translation
2016-02-16 16:22:55 +08:00
Cheng Zhao
aaca93046c
spec: Give beginFrameSubscription test more time to run
2016-02-16 16:20:15 +08:00
Cheng Zhao
bce11c8913
Merge commit 'd76f6fe'
2016-02-16 16:15:59 +08:00
Cheng Zhao
44260634af
Merge pull request #4364 from atom/launch-url-or-file-directly-from-cli
...
Launch URL or HTML file directly
2016-02-16 16:13:10 +08:00
Cheng Zhao
7ca09de386
Merge remote-tracking branch 'origin/dont-write-empty-dev-tools-extensions-file'
2016-02-16 12:30:42 +08:00
Cheng Zhao
55642d257d
Merge pull request #4494 from pra85/patch-3
...
docs: fix a minor typo
2016-02-16 12:28:08 +08:00
Plusb Preco
81ffde3c2a
📝 Update as upstream
...
[ci skip]
2016-02-16 12:20:21 +08:00
Cheng Zhao
95d8716ffa
Merge pull request #4497 from atom/docs-revise
...
Improve the IPC related docs
2016-02-16 12:20:00 +08:00
Cheng Zhao
fded8d80b1
docs: Remove unnecessary "properties: " suffix
2016-02-16 12:11:05 +08:00
Cheng Zhao
2b406ccaf7
Optional => optional
2016-02-16 11:54:41 +08:00
Cheng Zhao
f58bab70c5
docs: Improve the docs on sharing data
2016-02-16 11:52:47 +08:00
Cheng Zhao
b8e8e4c930
docs: Cleanup the IPC docs
2016-02-16 11:34:39 +08:00
cesine
2aff0c47d0
⬆️ 👕 updated to eslint 2.1.0
...
Verified migration doc (nothing to be done)
http://eslint.org/docs/user-guide/migrating-to-2.0.0
And made sure the eslint tasks passed
2016-02-15 22:30:29 -05:00
Cheng Zhao
63578f9d2b
Merge pull request #4392 from madarche/doc-howto-share-objects
...
Document different techniques to share objects
2016-02-16 11:18:20 +08:00
Cheng Zhao
40a0a6aa8e
Merge pull request #4495 from atom/frame-subscriber
...
Use weak pointer instead of manual bookkeeping
2016-02-16 11:13:11 +08:00
Cheng Zhao
d035fc2816
Merge pull request #4453 from lukeapage/patch-6
...
Docs - clarify ipc arguments
2016-02-16 11:08:35 +08:00
Cheng Zhao
3c4043fd39
spec: Skip autoUpdater tests in MAS build
2016-02-16 11:00:36 +08:00
Cheng Zhao
66bb6a8534
Use weak pointer instead of manual bookkeeping
2016-02-16 10:44:10 +08:00
Cheng Zhao
ed1966ac76
spec: Bring back beginFrameSubscription test
2016-02-16 10:30:18 +08:00
Prayag Verma
367a3524b9
docs: fix a minor typo
...
Remove extra `will`
2016-02-16 07:51:14 +05:30
Cheng Zhao
1232a285e6
Merge pull request #4451 from MaxWhere/framesubscriber-fix
...
Fixing FrameSubscriber memory issue
2016-02-16 10:20:44 +08:00
Cheng Zhao
f3f6fa958e
Merge pull request #4449 from deepak1556/permission_helper_media_patch
...
browser: handle desktop capture devices in media permission request
2016-02-15 23:12:57 +08:00
Cheng Zhao
08e5c1f6fe
Merge branch 'webcontent_invalid_loadurl_patch' of https://github.com/deepak1556/atom-shell into deepak1556-webcontent_invalid_loadurl_patch
2016-02-15 21:14:54 +08:00
Cheng Zhao
e244d0db0c
Merge pull request #4421 from atom/dialog-icon-on-mac
...
Support configurable dialog icon on Mac
2016-02-15 16:48:43 +07:00
Cheng Zhao
7c7e6ffc77
Fix broken links in desktop-environment-integration.md
...
Close #4404 .
2016-02-15 16:36:01 +08:00
Cheng Zhao
18f31d7db9
Merge pull request #4398 from LartSimZ/master
...
Fix for issue #4369
2016-02-15 15:30:06 +07:00
Luke Page
a141d6b3d4
spelling fixes and americanisms
2016-02-15 06:51:20 +01:00
Luke Page
2c6e5d0464
Clarify arguments sent via ipc
2016-02-15 06:29:52 +01:00
Jacob Page
17603d5dfb
makeSingleInstance clarification
...
Removed callback return value from the sample code for makeSingleInstance because it appears to not be used for anything.
2016-02-14 19:13:11 -08:00
Cheng Zhao
09b658b50a
Merge pull request #4361 from ShiningRay/patch-2
...
translate remote.md into Chinese
2016-02-15 09:13:02 +07:00
Plusb Preco
f63d8b4d5e
📝 Update as upstream
...
[ci skip]
2016-02-15 10:05:29 +08:00
Remi Sezille
ef290ffcf2
Add styleguide in french
...
[ci skip]
2016-02-13 19:28:12 +01:00
Remi Sezille
efd25efaf4
Add FAQ
...
[ci skip]
2016-02-13 18:20:34 +01:00
Remi Sezille
a69341f551
Fix line length wrap
...
[ci skip]
2016-02-13 18:19:49 +01:00
Remi Sezille
940c325e7f
Add french docs link on main README
...
[ci skip]
2016-02-13 11:32:47 +01:00
Remi Sezille
adf89a1e0e
Translate README in french
...
[ci skip]
2016-02-13 11:29:08 +01:00
Yuya Ochiai
d76f6fe8e0
:memo: 🏁 Add icon overlays in taskbar to docs
...
[ci skip]
2016-02-13 17:34:12 +09:00
Kevin Sawicki
440eccb7ee
Merge pull request #4455 from preco21/patch-5
...
Remove unnecessary line feeds
2016-02-12 09:38:27 -08:00
Plusb Preco
e71eeda73c
Remove unnecessary line feeds
...
[ci skip]
2016-02-12 22:38:08 +09:00
Marc-Aurèle DARCHE
2677dc6844
Fix: add missing fragment in FAQ section URL
2016-02-12 13:50:15 +01:00
Heilig Benedek
f36e2841bf
Don't fire callbacks after we end the subscription
2016-02-12 13:30:11 +01:00
Heilig Benedek
91c96559fa
Fixing the problem related to FrameSubscriber
2016-02-12 02:18:13 +01:00
Kevin Sawicki
03dd94d2b2
Merge pull request #4450 from HR/patch-1
...
Fix electron binary relative path
2016-02-11 17:00:05 -08:00
Heilig Benedek
a2b0e30714
Merge pull request #5 from atom/master
...
update as upstream
2016-02-12 01:57:08 +01:00
Habib Rehman
3adcaa7681
Fix electron binary relative path
...
The relative path for Electron's binary is Contents/MacOS/Electron
2016-02-12 00:11:02 +00:00
Robo
c09ff40916
browser: handle desktop capture devices in media permission request
2016-02-12 05:07:06 +05:30
Kevin Sawicki
9d6344704e
Merge pull request #4382 from atom/throw-explicit-error-when-webview-api-is-unavailable
...
Throw explicit error when WebView API isn't ready
2016-02-11 13:34:01 -08:00
Kevin Sawicki
042825e8fb
emmitted -> emitted
2016-02-11 13:32:34 -08:00
Kevin Sawicki
9609b36b3c
Add missing semicolon
2016-02-11 13:28:33 -08:00
Kevin Sawicki
da6ebac742
Use assert.throws
2016-02-11 13:28:33 -08:00
Kevin Sawicki
bad4816976
Expand error message
2016-02-11 13:28:33 -08:00
Kevin Sawicki
674af4211c
Use interpolated string
2016-02-11 13:28:33 -08:00
Kevin Sawicki
42a8674cea
Add missing semicolon
2016-02-11 13:28:33 -08:00
Kevin Sawicki
8cacd0b931
Throw custom error when WebView API is unavailable
2016-02-11 13:28:33 -08:00
Kevin Sawicki
6bc48ba123
Add failing spec for custom error message
2016-02-11 13:28:33 -08:00
Kevin Sawicki
a4d21cadfa
Format webview spec post CoffeeScript conversion
2016-02-11 13:28:33 -08:00
Kevin Sawicki
174a492cdb
Merge pull request #4430 from atom/dont-crash-when-missing-ipc-channel
...
Don't crash when IPC channel is missing
2016-02-11 13:28:08 -08:00
Kevin Sawicki
704bd4d191
Improve error message
2016-02-11 13:25:58 -08:00
Kevin Sawicki
3e399d09d7
Match existing function style
2016-02-11 13:25:58 -08:00
Kevin Sawicki
c94f1fc857
Throw error when IPC channel is missing
2016-02-11 13:25:58 -08:00
Kevin Sawicki
cead84d5d1
Add failing spec
2016-02-11 13:25:57 -08:00
Kevin Sawicki
4828835998
Clean up returns after CoffeeScript migration
2016-02-11 13:25:57 -08:00
Kevin Sawicki
55d4db1387
🎨
2016-02-11 13:25:57 -08:00
Kevin Jose Martin
dbb4e21684
Fix index increment
2016-02-11 15:41:36 -05:00
Kevin Jose Martin
6d2ad5ae58
Add ability to specify command line switches in package.json
2016-02-11 15:34:19 -05:00
Robo
5a8bebc2f8
browser: emit did-fail-load for invalid url
2016-02-12 01:52:42 +05:30
Kevin Sawicki
fd30ed0edd
Merge pull request #4439 from atom/add-more-npm-scripts
...
Add more npm scripts
2016-02-11 11:29:46 -08:00
Kevin Sawicki
a8e6e24e58
Sort scripts keys
2016-02-11 11:28:20 -08:00
Kevin Sawicki
03482a4427
Add build script
2016-02-11 11:28:20 -08:00
Kevin Sawicki
16594d6ed0
Add bootstrap script
2016-02-11 11:28:20 -08:00
Kevin Sawicki
38e8208639
Merge pull request #4350 from atom/dont-use-es6-class-for-auto-updater
...
Don't use ES6 class for auto updater
2016-02-11 11:27:10 -08:00
Heilig Benedek
f8fd5dc2a3
Merge pull request #4 from atom/master
...
update as upstream
2016-02-11 02:36:10 +01:00
Kevin Sawicki
3ab14e14e9
Add initial auto updater specs
2016-02-09 14:54:18 -08:00
Kevin Sawicki
7da4c3acf7
Use const for util require
2016-02-09 14:54:18 -08:00
Kevin Sawicki
6617592224
Remove lint errors
2016-02-09 14:54:18 -08:00
Kevin Sawicki
c842ca1f12
Don't use ES6 class for AutoUpdater windows class
2016-02-09 14:54:17 -08:00
Kevin Sawicki
3af20729bd
Merge pull request #4363 from Vj3k0/master
...
Adding support to write RTF to clipboard.
2016-02-09 13:23:47 -08:00
Heilig Benedek
157a290e38
📝 Adding documentation for will-enter-full-screen event
2016-02-09 02:41:19 +01:00
gellert
664f95a7b4
fixes osx request call
2016-02-09 01:39:27 +01:00
Heilig Benedek
a8ae14e94f
Introducing a will-enter-full-screen event that's cancellable
2016-02-09 01:17:05 +01:00
Heilig Benedek
d5bdb17144
Merge pull request #3 from atom/master
...
update as upstream
2016-02-09 00:52:19 +01:00
Kevin Sawicki
756aeffe03
Set icon on NSAlert when specified
2016-02-08 15:18:05 -08:00
Paul Betts
1d0179b192
Merge pull request #4406 from adam-lynch/patch-4
...
Docs: app: small process.argv clarification
2016-02-07 22:40:34 +01:00
Adam Lynch
5911c45b54
Docs: app: small process.argv clarification
2016-02-07 17:31:37 +00:00
Michael Vasseur
702455674b
Using node::Buffer::Copy() instead of node::Buffer::New() to copy the handle bytes to buffer make the buffer really contains the data.
2016-02-07 10:20:38 +01:00
Marc-Aurèle DARCHE
fa734d7824
Document different techniques to share objects
...
This has been discussed in
2016-02-06 19:57:21 +01:00
Kevin Sawicki
18631df88b
Merge pull request #4378 from markisadesignerd/ipc-renderer-doc-typo
...
📝 Fixing typo in ipc-renderer
2016-02-05 10:10:26 -08:00
Vjekoslav Ratkajec
d0d336eee7
Merge remote-tracking branch 'upstream/master'
2016-02-05 09:11:24 +01:00
Vjekoslav Ratkajec
252b12be13
Add readRtf feature with appropriate spec test. Docs updated as well.
2016-02-05 09:06:21 +01:00
Kevin Sawicki
027b5345f8
Merge pull request #4367 from atom/remove-resedit
...
Remove ResEdit link from docs
2016-02-04 13:37:15 -08:00
Kevin Sawicki
bf03be3541
Remove ResEdit links from translations
2016-02-04 13:32:13 -08:00
Kevin Sawicki
45ce16b73f
Remove ResEdit
2016-02-04 13:29:32 -08:00
Kevin Sawicki
fa4ad9d95f
Tweak help message for new path options
2016-02-04 10:45:52 -08:00
Vjekoslav Ratkajec
acd5d40ab0
Adding support to write RTF to clipboard.
2016-02-04 19:38:47 +01:00
Kevin Sawicki
f482ea4902
loadPackagePath -> loadApplicationPackage
2016-02-04 10:35:17 -08:00
Kevin Sawicki
b74dd43ff5
Support opening file: URLs directly
2016-02-04 10:34:36 -08:00
Kevin Sawicki
312182e0bd
Add support for launching HTML files directly
2016-02-04 10:33:22 -08:00
Kevin Sawicki
69687c92e9
Add support for launching http URL directly
2016-02-04 10:26:11 -08:00
Kevin Sawicki
2e96cab6aa
Extract helper function to load specified app
2016-02-04 10:07:19 -08:00
Kevin Sawicki
8df3856c8f
Use const for fs/path requires
2016-02-04 09:16:40 -08:00
Kevin Sawicki
2b5cbe825a
Merge pull request #4356 from chris-ls/patch-1
...
Clarify overlay description
2016-02-04 09:09:44 -08:00
ShiningRay
55950281e8
translate
2016-02-04 23:07:13 +08:00
ShiningRay
6c8d9a5ccf
translate
2016-02-04 23:07:07 +08:00
ShiningRay
e9aa24e340
fix broken link
2016-02-04 18:10:26 +08:00
chris-ls
48c6692311
Clarify overlay description
...
'16px' is ambiguous and not clear (4 x 4 px? or 16 x 16px)
2016-02-04 15:36:41 +13:00
Kevin Sawicki
00261a5571
Remove lint warnings
2016-02-03 17:17:11 -08:00
Kevin Sawicki
adfa4844d1
Don't return anything from will-quit handler
2016-02-03 17:15:28 -08:00
Kevin Sawicki
6252511b7f
Delete extensions file when there are no loaded extensions
2016-02-03 17:12:09 -08:00
Kevin Sawicki
5714ae0b73
Add failing spec for dev tools extensions file
2016-02-03 17:11:12 -08:00
Kevin Sawicki
8bd07af5e5
Correct typo in comment
2016-02-03 16:22:16 -08:00
Mark Potnick
b9e2806042
Fixing typo
2016-02-03 15:15:13 -05:00
Kevin Sawicki
a0792237a0
Merge pull request #4339 from ShiningRay/patch-1
...
fix typo
2016-02-03 09:56:49 -08:00
Cheng Zhao
ff6bf92ee4
Merge pull request #4329 from atom/reliable-shutdown
...
Emit exit event reliably in renderer process
2016-02-03 12:07:39 +08:00
Cheng Zhao
5b8b167cbb
Merge pull request #4333 from Rafaelgfirmino/master
...
translation for pt_BR
2016-02-03 11:49:34 +08:00
ShiningRay
86ed7ca725
fix typo
...
Broswer -> Browser
2016-02-03 11:37:20 +08:00
Rafael Firmino
77d005c5c8
translation for pt_BR
2016-02-02 17:02:43 -02:00
Cheng Zhao
47de3f3f24
Fix failing specs
2016-02-03 00:05:27 +08:00
Cheng Zhao
bc196c016b
Do process.emit('exit') in WillReleaseScriptContext
2016-02-02 23:47:19 +08:00
Cheng Zhao
ffcf609de1
Ensure only main frame get notifications
2016-02-02 23:44:33 +08:00
Cheng Zhao
4b67ff9534
Override WillReleaseScriptContext
2016-02-02 23:38:49 +08:00
Cheng Zhao
808b02edda
Merge pull request #4325 from atom/download-item-cleanup
...
Cleanup DownloadItem related code
2016-02-02 20:36:54 +08:00
Cheng Zhao
50d69fd9bb
Get rid of SavePathData
2016-02-02 20:11:39 +08:00
Cheng Zhao
eaa60e9c17
Destroy the item once item is downloaded
2016-02-02 19:54:41 +08:00
Cheng Zhao
12d311fd29
Gracefully destroy downloadItem
2016-02-02 19:52:09 +08:00
Cheng Zhao
65cf85808f
Calling cancel() should destroy the downloadItem
2016-02-02 19:05:58 +08:00
Cheng Zhao
f1f91828ba
Rely on OnDownloadDestroyed to destroy downloadItem
2016-02-02 18:49:43 +08:00
Cheng Zhao
f624800881
Merge pull request #4314 from deepak1556/download_cancel_patch
...
fix crash when default download is canceled
2016-02-02 18:40:44 +08:00
Robo
2819af9586
fix lifetime of downloadItem class when defaultdownload canceled
2016-02-02 15:54:51 +05:30
Cheng Zhao
fabd897d49
Merge pull request #4320 from runinspring/patch-1
...
Update app.md
2016-02-02 14:34:34 +08:00
ZhangYu
c69971c381
Update app.md
2016-02-02 13:59:02 +08:00
Cheng Zhao
b2d44a94ce
Merge pull request #4312 from deepak1556/host_resolver_cache_clear_patch
...
session: api to clear host resolver cache
2016-02-02 13:49:35 +08:00
Rafael Dantas
aadb131bc7
Update Portuguse docs translation
2016-02-02 10:23:07 +08:00
Plusb Preco
683f9745ad
📝 Update as upstream
...
[ci skip]
2016-02-02 10:12:42 +08:00
Cheng Zhao
1a3c01efca
Update native-mate for #4307
2016-02-02 10:11:04 +08:00
Robo
ce2ea963b9
session: api to clear host resolver cache
2016-02-02 02:06:49 +05:30
Kevin Sawicki
9341f9a6bc
Merge pull request #4309 from diracdeltas/fix/use-strict
...
Fix 'user strict' typo
2016-02-01 12:36:24 -08:00
yan
035c1dd5a1
Fix 'user strict' typo
2016-02-01 11:46:02 -08:00
Robo
045e42a10c
fix crash when default download is canceled
2016-02-02 00:26:37 +05:30
Cheng Zhao
a575192c5f
Merge pull request #4305 from atom/remove-unnecessary-methods
...
Remove a few unneeded overrides
2016-02-01 21:37:24 +08:00
Cheng Zhao
7d68ca21c8
No need of DefaultWebContentsDelegate
2016-02-01 21:09:12 +08:00
Cheng Zhao
159fb857f4
No need to override RequestToLockMouse in CommonWebContentsDelegate
2016-02-01 21:05:29 +08:00
Cheng Zhao
69f93a7528
Merge pull request #4223 from deepak1556/notification_disable_patch
...
session: add setPermissionRequestHandler api
2016-02-01 20:51:22 +08:00
Robo
ff5fb512b8
use mediastreamdevicescontroller from brightray to enumerate available devices
2016-02-01 17:45:53 +05:30
Robo
b575cd0ef9
add fullscreen permission type
2016-02-01 16:22:05 +05:30
Cheng Zhao
9d2cc4f2cc
Merge pull request #4302 from pra85/patch-1
...
docs: fix minor typo
2016-02-01 18:46:42 +08:00
Cheng Zhao
6c282775a9
Merge pull request #4301 from ragingwind/set-icon-crash
...
Fix type cast of sharedApplication
2016-02-01 18:46:20 +08:00
Robo
45eada306f
add pointerlock permission type
2016-02-01 15:13:49 +05:30
Prayag Verma
d8086b6532
docs: fix minor typo
...
Replace `an` with `a`
2016-02-01 14:40:36 +05:30
Cheng Zhao
e450d1586e
Merge pull request #4288 from MaxWhere/master
...
Adding cursor-changed event to webContents
2016-02-01 17:03:16 +08:00
ragingwind
d2ec311c55
Fix type cast of sharedApplication
2016-02-01 17:17:22 +09:00
Robo
db26dcaf4c
expose handler from session and remove permission-request event
2016-02-01 12:23:51 +05:30
Heilig Benedek
745253a369
Quick fix for the memory leak + docs
2016-02-01 07:17:58 +01:00
Cheng Zhao
7fdff522d6
Merge pull request #4292 from be5invis/patch-1
...
Add link to BrowserWindow::setMenu in docs/api/menu.md
2016-02-01 13:19:59 +08:00
Cheng Zhao
e16154889a
Merge pull request #4291 from yamatoya/master
...
📝 Update as upstream
2016-02-01 13:11:01 +08:00
Cheng Zhao
ea2f170b7d
Merge pull request #4289 from wgrafael/patch-1
...
PT/BR Docs Translation: update the "janelas" to "windows"
2016-02-01 13:10:26 +08:00
Plusb Preco
d471952adf
📝 Update as upstream
...
[ci skip]
2016-02-01 12:56:24 +08:00
Cheng Zhao
457c7f55e6
Merge pull request #4271 from thingsinjars/master
...
🍎 Add 'Hide' to App API for OS X only
2016-02-01 12:54:07 +08:00
Robo
04c3e083fb
remove unnecessary getter
2016-02-01 00:43:29 +05:30
Belleve Invis
1d629640bf
Add link to BrowserWindow::setMenu
2016-02-01 00:28:44 +08:00
Heilig Benedek
066c189249
Renamed some cursor types to their CSS names and added a way to handle custom cursors properly.
2016-01-31 17:00:14 +01:00
Takahito Yamatoya
0f539adab9
📝 Update as upstream
...
[ci skip]
2016-02-01 00:20:36 +09:00
wgrafael
07721c28b6
update the "janelas" to "windows"
...
System Operation windows and not literal windows!
2016-01-31 00:02:06 -02:00
Heilig Benedek
61e0219e91
Added documentation, restructured the files to fit better with electron's style and fixed a typo in keyboard_util's name.
2016-01-31 02:27:14 +01:00
Simon Madine
f9efdc4435
🍎 Add Show to API for OS X
2016-01-30 22:30:38 +01:00
Robo
f7556de9fb
add spec for new permissions
2016-01-30 19:10:52 +05:30
Cheng Zhao
0aa0efa439
Do not print warning for FILE_ERROR_NOT_FOUND
...
Close #4282 .
2016-01-30 20:49:35 +08:00
Robo
2a278ceb8f
delegate to permission manager for other permissions
2016-01-30 16:49:18 +05:30
Heilig Benedek
0c9174bc7c
Introduced the cursor-changed event with one parameter - the name of the cursor type
2016-01-30 06:33:55 +01:00
Cheng Zhao
9d8e23c822
Bump v0.36.7
2016-01-30 13:20:46 +08:00
Cheng Zhao
11e2058136
Merge pull request #4281 from atom/fix-object-destroyed
...
Fix the occasional `Object has been destroyed` exception in the main process
2016-01-30 13:20:09 +08:00
Cheng Zhao
d2c757e2a5
Merge pull request #4277 from lukeadams/osx-min-version-bump
...
OS X min version bump (10.8=>10.9)
2016-01-30 13:02:24 +08:00
Cheng Zhao
3f68b2f227
Check whether sender is destroyed before calling sender.send
...
Fix #4279 .
2016-01-30 12:58:21 +08:00
Cheng Zhao
5d16257c2d
Fix "Object has been destroyed" error in "page-title-updated" event
...
Close #4249 .
2016-01-30 12:20:28 +08:00
Cheng Zhao
899294a040
win: Don't close the handle since we already closed the fd
...
Fix #4266 .
2016-01-30 11:47:22 +08:00
Heilig Benedek
e22cb0ca9f
Merge pull request #1 from atom/master
...
update as upstream
2016-01-30 00:14:40 +01:00
Simon Madine
6a643ec3c8
Only add Hide if OS_X is defined
2016-01-29 22:51:06 +01:00
Kevin Sawicki
d89bda5c68
Merge pull request #4274 from petrfelzmann/doc-bullets-formatting
...
fix bullets formatting in documentation
2016-01-29 13:08:13 -08:00
Kevin Sawicki
2194640d20
Merge pull request #4275 from baconface/patch-1
...
Added missing angle bracket to replace() method
2016-01-29 13:07:29 -08:00
Luke Adams
1002d0de74
Bump minimum OSX version to 10.9 (documentation)
2016-01-29 14:03:49 -06:00
Luke Adams
839612c9ae
Bump minimum OSX version to 10.9
2016-01-29 13:57:48 -06:00
Brad Metcalf
bdc2b2559c
Added missing angle bracket to replace() method
2016-01-29 13:27:47 -06:00
Petr Felzmann
0169f31feb
fix bullets formatting in documentation
2016-01-29 20:10:18 +01:00
Simon Madine
7a370ccd0f
🍎 Add 'Hide' to App API for OS X only
2016-01-29 16:09:54 +01:00
Robo
f32bf08eb3
add spec
2016-01-29 15:23:28 +05:30
Robo
85e13333c3
webview: add permission-request event
2016-01-29 15:23:28 +05:30
Cheng Zhao
30b35644f6
Bump v0.36.6
2016-01-29 12:43:35 +08:00
Cheng Zhao
a26cbf640c
docs: cryptographic algorithms used by Electron
...
Fix #3995 .
2016-01-29 12:38:50 +08:00
Cheng Zhao
367590a32f
Merge pull request #4264 from atom/revert-3918
...
Revert "renderer: dont fork the process when there is server redirect"
2016-01-29 12:17:52 +08:00
Cheng Zhao
77cf30f758
Revert "renderer: dont fork the process when there is server redirect"
...
This reverts commit ab9d1bf97e .
2016-01-29 11:52:31 +08:00
Plusb Preco
0fe829cff7
📝 Update as upstream
...
[ci skip]
2016-01-29 09:17:34 +08:00
Cheng Zhao
8348910483
Merge pull request #4260 from fbukevin/master
...
Finished current entries translation of Guides part into zh-TW
2016-01-29 09:14:14 +08:00
fbukevin
8309e38ce9
translate zh-TW tutorial using-pepper-flash-plugin.md
2016-01-28 23:37:16 +08:00
fbukevin
15ce59be64
translate zh-TW tutorial devtools-extension.md
2016-01-28 23:23:19 +08:00
fbukevin
93f268cbd1
translate zh-TW tutorial using-selenium-and-webdriver.md
2016-01-28 22:52:57 +08:00
fbukevin
3b9fb6f9e6
translate zh-TW tutorial debugging-main-process.md
2016-01-28 22:40:13 +08:00
Cheng Zhao
516b01e398
win: Call _close before close file handle
...
Fix #4258 .
2016-01-28 22:38:53 +08:00
fbukevin
7d54bb54cd
translate zh-TW tutorial using-native-node-modules.md
2016-01-28 22:17:48 +08:00
fbukevin
4305e98fcb
translate zh-TW tutorial mac-app-store-submission-guide.md
2016-01-28 21:16:59 +08:00
Paul Betts
05aeceeb52
Always fall back to OpenFolderViaShell when trying to reveal a file
...
We should always fallback to OpenFolderViaShell when revealing a file fails,
since this API seems to be highly subject to Random Bad Things happening to
you.
2016-01-28 19:05:16 +08:00
Cheng Zhao
d195cc3796
docs: uploadData is optional
2016-01-28 18:59:58 +08:00
Cheng Zhao
f820b0db83
docs: Revise the webRequest and protocol docs
2016-01-28 18:59:07 +08:00
Cheng Zhao
30ff18ac64
Merge branch 'webrequest_upload_data_patch' of https://github.com/deepak1556/atom-shell into deepak1556-webrequest_upload_data_patch
2016-01-28 18:41:39 +08:00
fbukevin
223b440bc8
prepare for retaining "Guides" pages
2016-01-28 18:20:39 +08:00
Veck Hsiao
3c9e08faf1
finished translate application-packaging.md
2016-01-28 18:15:44 +08:00
fbukevin
1da13625d1
WIP: docs-translations/zh-TW/tutorial/application-packaging.md
2016-01-28 16:46:28 +08:00
fbukevin
e6fbb0adfa
translate zh-TW tutorial application-distribution.md
2016-01-28 14:20:35 +08:00
Plusb Preco
172fc91768
📝 Update as upstream
...
[ci skip]
2016-01-28 10:44:45 +08:00
Cheng Zhao
e9d00b1fc0
Merge pull request #4247 from deepak1556/common_exports_patch
...
common: export hideInternalModules
2016-01-27 23:20:59 +08:00
Cheng Zhao
c4df96df67
Update brightray to fix compilation error
2016-01-27 23:19:22 +08:00
Robo
a6bcc5d110
common: export hideInternalModules
2016-01-27 18:44:47 +05:30
Robo
dc0151099c
session: provide uploadData with webrequest api when available
2016-01-27 18:39:40 +05:30
Cheng Zhao
3ca941a949
Update brightray for #4223
2016-01-27 21:03:23 +08:00
Cheng Zhao
ab96150016
Merge pull request #4246 from fbukevin/master
...
Add Traditional Chinese Translation Page
2016-01-27 20:12:41 +08:00
Cheng Zhao
f32a486441
Merge pull request #4245 from yamatoya/master
...
Add Japanes translated docs.
2016-01-27 20:12:14 +08:00
Cheng Zhao
3a5949d66a
Merge pull request #4244 from vaenow/patch-1
...
Update application-distribution.md
2016-01-27 20:11:45 +08:00
Cheng Zhao
1ce85a69b9
Merge pull request #4235 from Bipsync/master
...
Autoupdate: Fixed crash after update is downloaded on windows
2016-01-27 20:03:51 +08:00
Veck Hsiao
8011578e8c
Add Traditional Chinese Translation Page
...
supported-platforms.md
2016-01-27 14:48:06 +08:00
Takahito Yamatoya
4ab6846123
:memo:Add Japanes translated docs.
...
[ci skip]
2016-01-27 15:17:24 +09:00
Wen Luo
b01d677086
Update application-distribution.md
...
Remove duplicated words.
2016-01-27 11:41:03 +08:00
Paul P
cbf11f38ca
remove unused variable
2016-01-26 14:55:31 +00:00
Paul P
864449db89
prevent assignment to constant variable (url)
2016-01-26 14:44:46 +00:00
Cheng Zhao
2c7717d98e
Merge pull request #4233 from atom/update-node
...
Ignore errors happened in Node's stdout/stdin stream
2016-01-26 20:50:23 +08:00
Cheng Zhao
f87edba7fb
Merge pull request #4231 from yamatoya/master
...
:memo:Add Japanes translated docs.
2016-01-26 20:32:01 +08:00
Cheng Zhao
d0587a9c52
spec: process.stdout.write
2016-01-26 20:26:42 +08:00
Cheng Zhao
205b2455f2
Update node
2016-01-26 20:23:32 +08:00
Takahito Yamatoya
ab8e6650bd
:memo:Add Japanes translated docs.
...
[ci skip]
2016-01-26 18:17:42 +09:00
Cheng Zhao
4c43be2148
docs: Add more on the "electron.xxx" undefined question
2016-01-26 17:00:12 +08:00
Plusb Preco
2af7c37d13
📝 Update as upstream
...
[ci skip]
2016-01-26 11:29:19 +08:00
Cheng Zhao
b461969114
docs: Add "require('electron').xxx is undefined." to FAQ
2016-01-25 18:47:46 +08:00
Cheng Zhao
a34618866f
Merge pull request #4221 from yamatoya/master
...
Add Japanes translated docs.
2016-01-25 18:21:46 +08:00
Takahito Yamatoya
d8c8214f33
Add Japanes translated docs.
2016-01-25 18:10:34 +09:00
Cheng Zhao
a83aee90e5
No need to use scoped_nsobject for id
2016-01-25 15:15:58 +08:00
Cheng Zhao
059d97e1aa
Merge pull request #4181 from bengotow/scroll-touch-events
...
Extend NativeWindow to track touch-based scroll events on OS X
2016-01-25 14:47:54 +08:00
Cheng Zhao
58127e3d52
Merge pull request #4217 from yamatoya/master
...
Add Japanes translated docs, improve a doc style.
2016-01-24 22:42:51 +08:00
Cheng Zhao
253a4f226f
Merge pull request #4211 from ragingwind/dock-seticon
...
Add app.dock.setIcon to change icon of dock
2016-01-24 22:36:28 +08:00
Cheng Zhao
93cdc91f1a
Merge pull request #4206 from ragingwind/paramter-consistency
...
Update name of paramter for consistency
2016-01-24 22:11:01 +08:00
Cheng Zhao
e1e58b642e
Merge pull request #4182 from deepak1556/debugger_api_patch
...
browser: add webContents.debugger api
2016-01-24 21:43:18 +08:00
Cheng Zhao
7761815339
Merge branch 'bg-color-pr' of https://github.com/evgenyzinoviev/electron
2016-01-24 21:33:53 +08:00
Takahito Yamatoya
42493a7ed3
Add Japanes translated docs, improve a doc style.
2016-01-24 19:47:12 +09:00
Cheng Zhao
45798d1933
Merge pull request #4215 from atom/fix-fullscreenable
...
Add tests for "-able" options and methods
2016-01-24 15:20:16 +08:00
Cheng Zhao
cc560a3900
spec: Fix failing tests on Windows
2016-01-24 14:31:37 +08:00
Cheng Zhao
8239f69139
spec: hasShadow state
2016-01-24 14:31:37 +08:00
Cheng Zhao
c33e8de676
spec: Improve the test for resizable
2016-01-24 14:31:37 +08:00
Cheng Zhao
c41de501cb
spec: Test the -able methods
2016-01-24 14:31:37 +08:00
Cheng Zhao
010cc3276a
Simplify the setStyleMask calls
2016-01-24 14:31:37 +08:00
Cheng Zhao
239bfe970c
Make hasShadow work on Windows/Linux
2016-01-24 14:31:37 +08:00
Cheng Zhao
d704b3f7ba
Reorgnize how attributes work
2016-01-24 14:31:37 +08:00
Cheng Zhao
ae7e96f181
Fix fullscreenable on EL Capitan
2016-01-24 14:31:36 +08:00
Cheng Zhao
5372b6cd91
Fullscreenable => FullScreenable
2016-01-24 14:31:36 +08:00
Plusb Preco
d6f2b7c982
📝 Update as upstream
...
* Update as upstream
* Fix typos
* Improve grammar
[ci skip]
2016-01-24 14:31:23 +08:00
Cheng Zhao
6ab236f9c0
Merge pull request #4204 from yamatoya/master
...
Add Japanes translated docs.
2016-01-24 14:28:59 +08:00
ragingwind
7229d2462a
Add app.dock.setIcon to change icon of dock
2016-01-24 08:30:14 +09:00
ragingwind
09966aec38
Update name of paramter for consistency
2016-01-23 22:59:05 +09:00
Takahito Yamatoya
85df3157c7
Add Japanes translated docs.
2016-01-23 20:03:10 +09:00
Cheng Zhao
31624995bc
Merge pull request #4202 from evgenyzinoviev/shadow-pr
...
Added hasShadow option to BrowserWindow on OS X
2016-01-22 23:56:38 -08:00
Cheng Zhao
8cabe0f008
Merge pull request #4156 from evgenyzinoviev/windows-pr
...
Improvements in BrowserWindow
2016-01-22 23:42:41 -08:00
Robo
d938dd68b0
wrap debugger for lazy initialization
2016-01-23 09:32:21 +05:30
evgenyzinoviev
000af78d41
doc fix
2016-01-23 01:37:18 +01:00
evgenyzinoviev
e071e4f310
doc updated
2016-01-23 01:20:42 +01:00
evgenyzinoviev
ff41b4a267
added hasShadow option to BrowserWindow (osx)
2016-01-23 01:16:08 +01:00
evgenyzinoviev
2fcd3ce7cd
Support alpha in backgroundColor
2016-01-23 00:55:08 +01:00
evgenyzinoviev
85991d312a
mac: SetResizable fix
2016-01-22 23:44:17 +01:00
evgenyzinoviev
3182504969
maximizable, fullscreenable docs
2016-01-22 23:32:09 +01:00
evgenyzinoviev
ef51e4e108
maximizable and fullscreenable
2016-01-22 23:21:46 +01:00
Cheng Zhao
9b28b0e943
Merge pull request #4198 from atom/default-popup-x-y
...
Cleanup the Menu::popup code
2016-01-22 13:33:14 -07:00
Cheng Zhao
984462be44
Remove Menu::Popup
2016-01-22 11:59:08 -07:00
Cheng Zhao
d1051b55cc
docs: Default value of positioningItem
2016-01-22 11:32:14 -07:00
Cheng Zhao
2d8e5e3a16
docs: Default parameter for Menu.popup
2016-01-22 11:29:26 -07:00
Cheng Zhao
ca77c95c6d
No more need to override Menu::Popup
2016-01-22 11:27:17 -07:00
Cheng Zhao
0e3a3d0748
views: Remove PopupAtPoint
2016-01-22 11:25:16 -07:00
Cheng Zhao
5f195a789a
mac: Remove duplicate code of Popup
2016-01-22 11:17:12 -07:00
Cheng Zhao
360266ba5b
positioningItem => positioning_item
2016-01-22 10:51:51 -07:00
Cheng Zhao
ea9b0cfed0
Merge pull request #4192 from evgenyzinoviev/menu-pr
...
Menu.popup: specify positioning item (OS X)
2016-01-22 10:49:17 -07:00
Cheng Zhao
985131d25e
Merge pull request #4190 from ragingwind/strict-compare
...
Using strict comparation
2016-01-22 09:48:40 -07:00
Robo
3a60ab386c
add spec
2016-01-22 19:10:48 +05:30
Robo
df5bad3f89
fix api and docs
2016-01-22 10:27:25 +05:30
evgenyzinoviev
072ab0ddea
specify positioning item for popup menus
2016-01-22 03:18:27 +01:00
Ben Gotow
d186dceb4b
Add correct window check for wheel events. See description
...
Tested that with two windows, events are fired on the correct BrowserWindow instance and not both, and that scrolling a window which is in the background works properly.
2016-01-21 16:36:48 -08:00
Ben Gotow
e96e674201
Properly clean up NSEvent monitor
2016-01-21 16:31:31 -08:00
Ben Gotow
d492ff45d5
Rename up/down => begin/end
2016-01-21 16:31:09 -08:00
ragingwind
63ae73b281
Using strict comparation
2016-01-22 09:04:59 +09:00
Cheng Zhao
a230a89de4
Bump v0.36.5
2016-01-21 17:04:38 -07:00
Cheng Zhao
b039741c6b
Merge pull request #3902 from bengotow/asar-perf
...
Add env var to export a hint file to optimize ASAR ordering
2016-01-21 16:46:49 -07:00
Jessica Lord
b614c484dc
Merge pull request #4189 from atom/update-accelerator
...
Use Alt in OS X 'Hide Others' menu item accelerator
2016-01-21 16:14:14 -07:00
Jessica Lord
980bc7bf32
Use Alt in accelerator
2016-01-21 15:48:06 -07:00
Ben Gotow
ed34e33fbf
Fix typos in environment-variables.md
2016-01-21 14:46:08 -08:00
Ben Gotow
b9d62d2cab
Turn on logging via a command line env var
2016-01-21 14:46:08 -08:00
Jessica Lord
1b8200ea34
Merge pull request #4188 from Rosey/update-menu-doc
...
📝 Use correct shortcut for 'Hide Others' menu item example
2016-01-21 15:45:49 -07:00
Ben Gotow
a3b6f69772
Log ASAR file access to build ordering hint file
...
This is a work in progress—need to make this behavior optional via a new flag.
2016-01-21 14:45:22 -08:00
Cheng Zhao
21f5e27a5e
Merge pull request #4161 from gabriel/master
...
Support backgroundColor for window on mac
2016-01-21 15:42:21 -07:00
Rose Robertson
859d9763e9
📝 Use correct shortcut for 'Hide Others' menu item example
...
As per https://support.apple.com/en-gb/HT201236 , the correct keyboard shortcut
for hiding all but the current window is Command-Option(Alt)-H.
2016-01-21 14:31:18 -08:00
Plusb Preco
4b02a8ead0
📝 Update as upstream
...
[ci skip]
2016-01-21 15:23:07 -07:00
Cheng Zhao
bbf622187c
Merge pull request #4178 from deepak1556/webview_blinkfeatures_attributes_patch
...
webview: add blinkfeatures attribute
2016-01-21 15:03:33 -07:00
Cheng Zhao
a98d576b48
Merge pull request #4177 from deepak1556/default_download_dir_patch
...
browser: change location of default download dir
2016-01-21 14:54:21 -07:00
Cheng Zhao
56e8ddbdaf
Merge pull request #4186 from CharlieHess/webview-load-url
...
Expose loadURL for the webview tag.
2016-01-21 14:53:32 -07:00
Cheng Zhao
000625e23f
Merge pull request #4163 from deepak1556/web_preferences_fonts_patch
...
browser: add font related settings to webpreferences
2016-01-21 14:35:30 -07:00
Charlie Hess
7192a8517b
Expose loadURL for the webview tag.
2016-01-21 13:31:35 -08:00
Cheng Zhao
4cf5982e92
Update brightray for #4169
2016-01-21 14:08:10 -07:00
Gabriel Handford
239baa3e9a
Support backgroundColor for window on mac
2016-01-21 11:07:33 -08:00
Robo
0e2323c9c8
browser: add webContents.debugger api
2016-01-21 23:52:23 +05:30
Ben Gotow
bd2252ea55
Extend NativeWindow to track touch-based scroll events on OS X
...
In N1, we want to implement the famous "swipe to archive" action on threads in the user's inbox. Chrome exposes `scroll` and `wheel` events, but these aren't sufficient to implement the interaction because the element needs to "snap" when the user lifts their fingers from the trackpad, not when they / we stop receiving `wheel` / `scroll` events. These events may stop before the user lifts their fingers, or continue after the user has lifted their fingers if they had enough momentum for the gesture to continue.
This exposes BrowserWindow `scroll-touch-down` and `scroll-touch-up`, which fire immeditaely when the user touches two fingers to the trackpad, and again when the user lifts their fingers. Combined with the existing wheel event should allow for "swipe-to-archive" and other similar interactions.
Note: This is only implemented on Mac OS X and the events don't fire unless you're using a trackpad!
Related: #1486 , #2683 , https://github.com/nylas/N1/issues/541
2016-01-21 09:40:21 -08:00
Kevin Sawicki
fda480d1aa
Merge pull request #4172 from atom/enable-eslint-rules
...
Enable more eslint rules
2016-01-21 09:56:07 -07:00
Kevin Sawicki
3a55647ae3
Add WebView to globals
2016-01-21 09:32:22 -07:00
Kevin Sawicki
b46d8ec91b
Enable no-undef eslint rule
2016-01-21 09:32:22 -07:00
Kevin Sawicki
e9b3a51703
Add missing fs require
2016-01-21 09:32:22 -07:00
Kevin Sawicki
669b815758
Add missing semicolons
2016-01-21 09:32:22 -07:00
Kevin Sawicki
b5cf352312
Add globals to eslint config
2016-01-21 09:32:22 -07:00
Kevin Sawicki
b399455808
Run cpplint from lint npm script
2016-01-21 09:32:21 -07:00
Kevin Sawicki
16b4b58de1
e -> error
2016-01-21 09:32:21 -07:00
Kevin Sawicki
b1f679ff6d
Clean up semicolon lint errors
2016-01-21 09:32:21 -07:00
Kevin Sawicki
70bcb0ac5a
Clean up no-unused-vars lint errors
2016-01-21 09:32:21 -07:00
Kevin Sawicki
ccce284a5b
Clean up no-empty lint errors
2016-01-21 09:32:21 -07:00
Kevin Sawicki
4f4456bde8
Clean up indent eslint errors
2016-01-21 09:32:21 -07:00
Kevin Sawicki
45ddbb6d67
Clean up no-unreachable lint errors
2016-01-21 09:32:21 -07:00
Kevin Sawicki
fbfbf2158a
Add npm run lint script
2016-01-21 09:32:21 -07:00
Robo
fab34b400e
webview: add blinkfeatures attribute
2016-01-21 15:43:41 +05:30
Robo
c14dd71df1
browser: change location of default download dir
2016-01-21 13:51:37 +05:30
Robo
8a00406862
browser: add font related settings to webpreferences
2016-01-21 13:30:05 +05:30
Cheng Zhao
2e8a2c3a7f
Merge pull request #4170 from arniu/patch-1
...
Update coding-style.md
2016-01-20 15:47:32 -07:00
Cheng Zhao
2fba39d719
Merge pull request #4166 from ragingwind/patch-1
...
Add Korean community
2016-01-20 15:34:31 -07:00
Cheng Zhao
40557083f0
Merge pull request #4164 from deepak1556/menu_toggle_crash_patch
...
browser: fix crash when switching to sibling menu from submenus
2016-01-20 15:32:53 -07:00
Cheng Zhao
ee2d2cc532
Merge pull request #4165 from yamatoya/master
...
Add Japanes translated docs.
2016-01-20 15:28:17 -07:00
Kevin Sawicki
cac8466fb1
Merge pull request #4168 from atom/cpplint-utility-folder
...
Run cpplint on utility folder
2016-01-20 10:00:50 -07:00
Cheng Zhao
5bd2d4b08d
docs: win.destroy() is safe
2016-01-20 09:46:38 -07:00
Kevin Sawicki
8140adb6bc
Remove trailing whitespace
2016-01-20 09:43:32 -07:00
Kevin Sawicki
5d249e2a94
Run cpplint on utility folder
2016-01-20 09:43:32 -07:00
Cheng Zhao
54b5369215
Merge pull request #4158 from atom/desktop-capturer-error-message
...
Fix error calling desktopCapturer.getSources twice
2016-01-20 09:42:51 -07:00
Hailin Tseng
f1ef24b359
Update coding-style.md
2016-01-21 00:03:41 +08:00
Jimmy Moon
9a82c5a1c0
Add Korean community
2016-01-20 19:05:35 +09:00
Takahito Yamatoya
a874abd5a8
Add Japanes translated docs.
2016-01-20 16:09:01 +09:00
Robo
65325dc63f
browser: fix crash when switching to sibling menu from submenus
2016-01-20 10:54:12 +05:30
Cheng Zhao
af3def91f2
Merge pull request #4146 from yamatoya/master
...
Add Japanes translated docs.
2016-01-19 12:12:41 -08:00
Kevin Sawicki
b014eea8d3
Tweak spec description
2016-01-19 11:05:57 -08:00
Kevin Sawicki
517dce443b
Remove unused errorMessage reference
2016-01-19 11:02:12 -08:00
Kevin Sawicki
c719b252cb
Add failing spec
2016-01-19 10:57:18 -08:00
Kevin Sawicki
fb3ab9e1f1
Use const and remove extra returns
2016-01-19 10:54:12 -08:00
Kevin Sawicki
01e1d0dfef
Merge pull request #4153 from sunaiwen/patch-1
...
Update debugging-main-process.md
2016-01-19 10:12:26 -08:00
Kevin Sawicki
d3186a9665
Merge pull request #4150 from hamxiaoz/patch-1
...
Fix a broken link
2016-01-19 10:10:17 -08:00
evgenyzinoviev
fd5c249cb8
fix for windows
2016-01-19 16:58:19 +01:00
evgenyzinoviev
0a79204abb
IsMovable to return true on Linux
2016-01-19 16:44:04 +01:00
evgenyzinoviev
c3049e1e99
docs updated
2016-01-19 16:14:59 +01:00
evgenyzinoviev
2a554cb138
added or/and improved closable, minimizable, movable, resizable features for windows on os x and windows
2016-01-19 16:14:57 +01:00
Takahito Yamatoya
140bc4effc
Add Japanes translated docs.
2016-01-19 17:23:17 +09:00
Niven Su
b9c9da3f4e
Update debugging-main-process.md
...
fix doc typo
2016-01-19 13:49:49 +08:00
Andrew Zheng
b4aaaed843
Fix a broken link
...
The reference-style link uses a relative path, which doesn't work well on the main site http://electron.atom.io/ .
2016-01-18 13:50:33 -08:00
Takahito Yamatoya
fc42e97144
Add Japanes translated docs.
2016-01-18 23:38:44 +09:00
Cheng Zhao
7842a657d0
Merge pull request #4142 from Rokt33r/patch-2
...
Update frameless-window.md
2016-01-18 18:33:03 +08:00
Dick Choi
2907c4f068
Update frameless-window.md
...
`-title-bar-style` => `titleBarStyle“
https://github.com/atom/electron/blob/master/docs/api/browser-window.md#class-browserwindow
2016-01-18 18:35:14 +09:00
Cheng Zhao
307add22b2
Merge pull request #4138 from yamatoya/master
...
Add Japanes translated docs.
2016-01-18 15:37:07 +08:00
Takahito Yamatoya
def1477466
Add Japanes translated docs.
2016-01-18 01:00:28 +09:00
Cheng Zhao
40a93f1374
Merge pull request #4135 from atom/add-npm-start
...
Add npm start script
2016-01-17 14:33:28 +08:00
Kevin Sawicki
4e183df997
Add npm start script
2016-01-16 12:31:09 -08:00
Cheng Zhao
6f1fe2e478
Merge pull request #4133 from yamatoya/master
...
Update Japanese translated docs.
2016-01-17 00:11:52 +08:00
Takahito Yamatoya
6ecacd18be
Update Japanese translated docs.
2016-01-17 01:02:02 +09:00
Cheng Zhao
3b62ce7fa6
modules.exports => module.exports
2016-01-16 14:26:01 +08:00
Cheng Zhao
775e475d5c
Merge pull request #4131 from etiktin/add_is_DWM_enabled
...
Add API for checking if DWM composition (Aero Glass) is enabled
2016-01-16 14:16:22 +08:00
Cheng Zhao
5a83f94524
Merge pull request #4126 from atom/add-eslint
...
Run eslint on CI
2016-01-16 13:26:07 +08:00
Cheng Zhao
25afcf2673
Merge pull request #4121 from atom/format-coffee-helpers
...
Format leftover CoffeeScript helpers
2016-01-16 13:24:26 +08:00
Eran Tiktin
f42d283fcd
Add documentation
2016-01-16 07:18:20 +02:00
Eran Tiktin
83b36ce40b
Add API for checking if AeroGlass/DWM is enabled
...
Resolves #1020
2016-01-16 06:27:44 +02:00
Cheng Zhao
712f11a9a3
Merge pull request #4112 from evgenyzinoviev/resize-animate-pr
...
Animate window resizing on OS X
2016-01-16 12:12:00 +08:00
Cheng Zhao
b132c0dde8
Update brightray, close #4124
2016-01-16 11:43:46 +08:00
Cheng Zhao
d779f8d898
Merge pull request #4129 from etiktin/fix_4127
...
Fix freeing asar fd on Windows
2016-01-16 11:41:28 +08:00
Eran Tiktin
85449e953e
Fix Windows crash when trying to free asar fd
2016-01-16 03:48:07 +02:00
Kevin Sawicki
0fe539f2c3
Remove unneeded semicolon
2016-01-15 15:30:07 -08:00
Kevin Sawicki
ae20292322
Add missing {
2016-01-15 15:30:07 -08:00
Kevin Sawicki
f830af49c2
Use ES6 style class
2016-01-15 15:30:01 -08:00
Kevin Sawicki
503cd04c75
Disable linebreak-style rule
2016-01-15 14:58:46 -08:00
Kevin Sawicki
da120d8874
Lint entire atom folder
2016-01-15 14:43:23 -08:00
Kevin Sawicki
2869869a99
Combine duplicate eslint keys
2016-01-15 14:40:37 -08:00
Kevin Sawicki
1d3e7dc6e4
Run eslint on CI
2016-01-15 14:38:07 -08:00
Kevin Sawicki
b87599a6a2
Rename eslintrc-src to eslintrc-base
2016-01-15 14:37:51 -08:00
Kevin Sawicki
5fc671f522
Add back v8Util binding
2016-01-15 14:29:36 -08:00
Kevin Sawicki
aab2821122
Use ES6 style class
2016-01-15 14:28:12 -08:00
Kevin Sawicki
aab1568682
Use ES6 style class
2016-01-15 14:16:38 -08:00
Kevin Sawicki
02f055b784
Use ES6 style class
2016-01-15 14:12:57 -08:00
Kevin Sawicki
756f8039e5
Lint spec js files
2016-01-15 14:02:05 -08:00
Kevin Sawicki
0a3331a07c
Add eslint dev dependency
2016-01-15 13:52:42 -08:00
Kevin Sawicki
4db4d409a7
Add initial eslint script
2016-01-15 13:52:18 -08:00
Kevin Sawicki
ad3376b9dc
Add initial eslint config
2016-01-15 13:37:03 -08:00
Kevin Sawicki
caf7cf5582
Use const instead of var
2016-01-15 11:46:52 -08:00
Eran Tiktin
b9789ef191
Merge pull request #11 from atom/master
...
Update from upstream
2016-01-15 21:00:37 +02:00
Kevin Sawicki
79f1029d59
Remove unneeded .constructor segments
2016-01-15 10:29:00 -08:00
Kevin Sawicki
34030d7b2b
Use util.inherits instead of CoffeeScript's extend function
2016-01-15 10:17:45 -08:00
Kevin Sawicki
2b95aeba3c
Declare vars one per line
2016-01-15 10:17:45 -08:00
Kevin Sawicki
2833db78ad
Use [].inclues where appropriate
2016-01-15 10:17:45 -08:00
Kevin Sawicki
c2d473cf65
Remove unneeded [].indexOf fallback
2016-01-15 10:17:45 -08:00
Kevin Sawicki
1b0da44f38
Merge pull request #4122 from atom/remove-cpp-lint-warning
...
Fix lint errors in archive.cc
2016-01-15 10:17:16 -08:00
Kevin Sawicki
741d148776
Add missing semicolon
2016-01-15 10:09:19 -08:00
Kevin Sawicki
b119704ea9
Use 2 space indent instead of 3
2016-01-15 10:05:35 -08:00
evgenyzinoviev
64f310168c
code style fix
2016-01-15 17:40:42 +01:00
evgenyzinoviev
b75dccb0be
arguments handing rewritten, doc updated
2016-01-15 17:31:31 +01:00
Cheng Zhao
63278aeec2
Merge pull request #4118 from Ivshti/patch-1
...
Ensure we close FD on Windows
2016-01-15 23:58:57 +08:00
Cheng Zhao
d6e2db22b3
Merge pull request #4116 from 0b61d29/patch-1
...
Spelling: bellow → below
2016-01-15 23:33:25 +08:00
Cheng Zhao
7e7175b6a5
Merge pull request #4113 from importcjj/master
...
fix incorrect markdown tag
2016-01-15 23:32:39 +08:00
Cheng Zhao
0937144849
Merge pull request #4111 from evgenyzinoviev/movable
...
Added an option to prevent a window from being moved on OS X
2016-01-15 23:24:22 +08:00
evgenyzinoviev
4b0119f996
added a note that this option is only implemented on osx
2016-01-15 16:02:23 +01:00
Ivo Georgiev
7586078d0a
Ensure we close FD on Windows
2016-01-15 16:54:29 +02:00
Florian Hämmerle
187cb54c25
spelling: bellow -> below
2016-01-15 13:43:44 +01:00
Cheng Zhao
233e2d7288
Merge pull request #4082 from atom/web-contents-lifetime
...
Fix some junk output when running tests
2016-01-15 17:24:47 +08:00
Cheng Zhao
9ccc7ee30d
Small ajustments on lifetime of webContents
2016-01-15 16:36:35 +08:00
Cheng Zhao
63c646242a
spec: Group session.cookies tests
2016-01-15 16:36:35 +08:00
Cheng Zhao
60d44b3b04
spec: Remove annoying outputs from savePage test
2016-01-15 16:36:35 +08:00
Cheng Zhao
c10c419f1d
No need to call sender.callbacks.remove
...
The IDWeakMap automatically removes the key when object is garbage
collected.
2016-01-15 16:36:35 +08:00
Cheng Zhao
3875b30fcf
Merge pull request #4109 from atom/const
...
[WIP] Use `const` for requires
2016-01-15 16:32:07 +08:00
Importcjj
a5cc105311
fix incorrect markdown tag
2016-01-15 15:26:16 +08:00
Cheng Zhao
39225ac5ec
Bump v0.36.4
2016-01-15 14:27:19 +08:00
evgenyzinoviev
f93d890874
Fix doc
2016-01-15 06:00:06 +01:00
evgenyzinoviev
2598b00b41
Animate window resizing on OS X
2016-01-15 05:59:58 +01:00
evgenyzinoviev
cda88db77c
Added option to prevent a window from being moved on OS X
2016-01-15 03:58:57 +01:00
Jessica Lord
003de0debe
Clean up variable declarations
2016-01-14 18:07:29 -08:00
Kevin Sawicki
d4b8c65017
Merge pull request #4110 from atom/add-missing-spec-suffix
...
Add missing spec suffix to desktopCapturer spec filename
2016-01-14 17:50:02 -08:00
Kevin Sawicki
572f53dc5e
Expand spec description
2016-01-14 17:20:44 -08:00
Jessica Lord
5a4a8e1fa7
🔥 stray ref
2016-01-14 17:03:55 -08:00
Kevin Sawicki
047975609d
Add missing -spec suffix to desktop capturer spec
2016-01-14 17:03:51 -08:00
Jessica Lord
2be7f6c693
Merge pull request #4102 from Mingling94/documentation
...
Styled the removeListener & removeAllListeners
2016-01-14 15:48:09 -08:00
Jessica Lord
ae2893ceaa
Inline var
2016-01-14 15:44:33 -08:00
Jessica Lord
5412ecdcc1
Use const
2016-01-14 14:52:05 -08:00
Jessica Lord
ab8908a4af
Use const
2016-01-14 14:41:46 -08:00
Jessica Lord
1779701445
Use const
2016-01-14 14:40:12 -08:00
Jessica Lord
3a0fb42737
Use const
2016-01-14 14:33:45 -08:00
Jessica Lord
9103253f62
Use const
2016-01-14 14:26:10 -08:00
Kevin Sawicki
f31289c735
Merge pull request #4106 from atom/clean-up-comments
...
Clean up comments from CoffeeScript migration
2016-01-14 14:10:26 -08:00
Kevin Sawicki
030d2a843c
Remove extra newlines around comments
2016-01-14 11:10:12 -08:00
Kevin Sawicki
990dc30e8d
Use // for multi-line comments
2016-01-14 10:44:21 -08:00
Kevin Sawicki
f4af744519
Use // for single line comments
2016-01-14 10:35:29 -08:00
Ming Luo
ad9c254730
Styled the removeListener & removeAllListeners
...
They were previously not written with the same style as other parts of
the doc. Also there was a couple grammar errors
2016-01-14 09:27:24 -05:00
Cheng Zhao
26350f4ccb
GetHttpCacheInIO => DoCacheActionInIO
2016-01-14 20:48:14 +08:00
Cheng Zhao
f93b4e76cb
Merge pull request #4098 from deepak1556/session_cache_size_patch
...
session: api to get current cache size
2016-01-14 20:18:21 +08:00
Robo
10e4698baa
session: api to get current cache size
2016-01-14 17:15:45 +05:30
Cheng Zhao
88725d4fd7
Merge pull request #4091 from deepak1556/webview_attributes_patch
...
webview: respect properties provided during webview creation
2016-01-14 12:22:57 +08:00
Cheng Zhao
bc699a9dbe
Merge pull request #4088 from Mingling94/documentation
...
Detail ipc.removeListener & ipc.removeAllListeners
2016-01-14 12:19:47 +08:00
Plusb Preco
918825cb58
📝 Update as upstream
...
[ci skip]
2016-01-14 09:56:28 +08:00
Cheng Zhao
463bc8738a
Merge pull request #4089 from yamatoya/master
...
Add Japanese translated docs.
2016-01-14 09:48:18 +08:00
Robo
8b38bbcf18
webview: respect properties provided during webview creation
2016-01-13 22:40:55 +05:30
Kevin Sawicki
9bfc8c9bd0
Merge pull request #4090 from lukeapage/patch-5
...
docs - fix typo leading to bad link
2016-01-13 09:00:17 -08:00
Luke Page
edbf1994dd
docs - fix typo leading to bad link
2016-01-13 16:52:07 +00:00
大和屋 貴仁
b373fbc552
Add Japanese translated docs.
2016-01-14 01:33:06 +09:00
Ming Luo
a82ecfda06
Detail ipc.removeListener & ipc.removeAllListeners
2016-01-13 10:18:12 -05:00
Cheng Zhao
489539d62e
Merge pull request #4071 from deepak1556/session_flush_data_patch
...
session: api to flush DOMStorage data
2016-01-13 16:18:37 +08:00
Cheng Zhao
884a8a753f
Merge pull request #4080 from atom/insert-text
...
Add insertText API for webFrame, webContents and webview tag
2016-01-13 16:17:49 +08:00
Cheng Zhao
8ae836d82d
Unlisten the zoom-level-changed event when webview is detached
2016-01-13 14:58:16 +08:00
Cheng Zhao
44b8343585
Fix crash when closing page with webview
2016-01-13 14:47:39 +08:00
Cheng Zhao
af02739c4e
Change webview's zoom level on JavaScript side
2016-01-13 12:50:02 +08:00
Cheng Zhao
118924ba7a
docs: webFrame.executeJavaScript
2016-01-13 12:20:49 +08:00
Cheng Zhao
350c572a8c
Handle default parameter of executeJavaScript in C++
2016-01-13 12:17:56 +08:00
Cheng Zhao
55dfddba77
Handle executeJavaScript in JavaScript
2016-01-13 12:11:46 +08:00
Cheng Zhao
5b7d1a9890
Add insertText to WebContents
2016-01-13 11:55:49 +08:00
Robo
8433d94cac
session: api to flush DOMStorage data
2016-01-13 08:56:00 +05:30
Cheng Zhao
5567baf335
Add webFrame.insertText API
2016-01-13 11:21:16 +08:00
Cheng Zhao
d9d821cea5
Merge pull request #4065 from atom/coffee-to-js
...
[WIP] Convert from CoffeeScript to JavaScript
2016-01-13 11:13:04 +08:00
Cheng Zhao
640ad65cc2
Merge pull request #4075 from j5a/japanese-translation-patch
...
Add and update Japanese translated docs.
2016-01-13 09:57:52 +08:00
Kevin Sawicki
b547a38b3f
Add wrapper functions to mirror old CoffeeScript
2016-01-12 16:24:06 -08:00
Kevin Sawicki
78aff6a39f
🎨
2016-01-12 16:24:06 -08:00
Kevin Sawicki
ab73f4c94a
Copy JS files to tempdir before packing asar
2016-01-12 16:24:06 -08:00
Kevin Sawicki
ed63441688
Remove coffee compile script
2016-01-12 16:24:06 -08:00
Kevin Sawicki
61af98cf94
Remove CoffeeScript register in specs
2016-01-12 16:24:06 -08:00
Kevin Sawicki
dd902c61fa
Expect .js specs
2016-01-12 16:24:06 -08:00
Kevin Sawicki
088a39ea9d
Convert gyp targets to use JavaScript
2016-01-12 16:24:06 -08:00
Kevin Sawicki
ddfe4809e7
Remove unused dependencies
2016-01-12 16:24:06 -08:00
Kevin Sawicki
714e544b51
Remove coffeelint usage
2016-01-12 16:24:06 -08:00
Kevin Sawicki
1f9691ae13
Convert all source files to JavaScript
2016-01-12 16:24:06 -08:00
Kevin Sawicki
403870a27e
Migrate to block comments
2016-01-12 16:22:34 -08:00
Joe Naha
1fd1ae9694
📝 Add and update Japanese translated docs.
...
[ci skip]
2016-01-13 08:46:14 +09:00
Cheng Zhao
630cd091a0
Merge pull request #4070 from atom/flash-drm
...
Respond to GetDeviceID message from pepper plugin
2016-01-12 23:45:59 +08:00
Cheng Zhao
57da8908b2
Use volume serial number as device id
2016-01-12 23:17:07 +08:00
Cheng Zhao
8832d7b77b
Import PepperFlashDRMHost class
2016-01-12 22:17:24 +08:00
Cheng Zhao
c2f6f64e6a
Merge pull request #4069 from atom/destroyed-webcontents-methods
...
Destroy the native class when webContents is destroyed
2016-01-12 21:40:18 +08:00
Cheng Zhao
d674db6606
spec: Calling methods of destroyed webContents should not crash
2016-01-12 21:15:12 +08:00
Cheng Zhao
eb63e6b9a7
Destroy the native class when webContents is destroyed
2016-01-12 21:10:24 +08:00
Cheng Zhao
554575b029
Upgrade to Chrome 47.0.2526.110
2016-01-12 20:46:47 +08:00
Cheng Zhao
6d850ea61f
docs: Mention the session object
2016-01-12 10:59:45 +08:00
Cheng Zhao
1242fe04a8
Merge pull request #4062 from j5a/master
...
Update some Japanese translated docs.
2016-01-12 10:07:45 +08:00
Kevin Sawicki
17be978ced
Merge pull request #4064 from weiway/patch-1
...
missing "var" in line 201 menu.md
2016-01-11 10:52:33 -08:00
Wei Wang
7333e403b7
missing "var" in line 201 menu.md
...
in line 201 at menu.md,
should be ```var menu = Menu.buildFromTemplate(template);```
2016-01-11 10:47:32 -08:00
Joe Naha
4702b3e0c7
📝 Update some Japanese translated docs.
...
[ci skip]
2016-01-12 02:58:50 +09:00
Cheng Zhao
c7a89b6e29
Merge pull request #4058 from kyku/master
...
Pass --touch-devices to chromium contents under X11
2016-01-11 22:57:00 +08:00
Cheng Zhao
9e82334b67
Merge pull request #4057 from princejwesley/browser-window
...
Return null for no focused window when calling BrowserWindow.getFocusedWindow
2016-01-11 22:53:38 +08:00
Cheng Zhao
192fa4c86b
Cleanup docs and code of setProxy
2016-01-11 22:45:34 +08:00
Cheng Zhao
34c9279fc5
Merge pull request #4046 from deepak1556/session_proxy_patch
...
session: allow user to isolate pac script and proxy bypass rules
2016-01-11 21:49:15 +08:00
Cheng Zhao
a1da3c278b
Merge pull request #4056 from cdaringe/patch-1
...
Specify enumerable property accessibility
2016-01-11 21:42:54 +08:00
Cheng Zhao
b25435c465
Merge pull request #4054 from yamatoya/master
...
Add Japanese translation documentation for faq and tutorial
2016-01-11 21:42:10 +08:00
Cheng Zhao
26bd97d6cf
Fix style issues of #4029
2016-01-11 21:12:07 +08:00
Cheng Zhao
edcd34d4ce
Merge pull request #4029 from leethomas/show-message-box-default-button
...
Show message box default button
2016-01-11 20:58:03 +08:00
Cheng Zhao
e3d3cd1198
docs: Update link of VS Community
...
Also fix the version of VS requried.
Close #3962 .
2016-01-11 20:52:32 +08:00
Krzysztof
440c588a33
Pass --touch-devices to chromium contents under X11
2016-01-11 12:23:53 +01:00
Cheng Zhao
91ca84d106
Merge pull request #4050 from etiktin/cosmetic
...
Remove unneeded extra semicolons (;; -> ;)
2016-01-11 15:41:06 +08:00
Cheng Zhao
fe45a4ac98
Merge pull request #4048 from etiktin/fix_win_failing_test
...
Fix failing test on Windows
2016-01-11 15:40:08 +08:00
Prince J Wesley
018ae5189b
Return null for no focused window when calling BrowserWindow.getFocusedWindow()
2016-01-11 12:58:44 +05:30
Robo
8557cd223c
maintain api compatibility
2016-01-11 12:24:01 +05:30
Cheng Zhao
33b7b774c1
docs: Notification on Windows can use http:// icon now
2016-01-11 14:41:38 +08:00
Cheng Zhao
1944472c2f
docs: Make win.getNativeWindowHandle more clear
2016-01-11 13:43:24 +08:00
Cheng Zhao
54e1d7b3bf
Merge pull request #4023 from omrilitov/master
...
Added getNativeWindowHandle method
2016-01-11 13:32:29 +08:00
Cheng Zhao
76a34a27ea
Merge pull request #4055 from atom/backport-1500713003
...
Backport https://codereview.chromium.org/1500713003
2016-01-11 13:24:55 +08:00
大和屋 貴仁
630819e1d6
Merge branch 'master' of https://github.com/atom/electron
2016-01-11 14:12:43 +09:00
Christopher Dieringer
12f5e5072d
Specify enumerable property accessibility
2016-01-10 21:02:07 -08:00
Cheng Zhao
1de9cfd4eb
Backport https://codereview.chromium.org/1500713003
2016-01-11 12:59:02 +08:00
大和屋 貴仁
4f1be903c4
Fix a document
2016-01-11 13:19:14 +09:00
Cheng Zhao
20a92d7d1e
Merge pull request #4044 from j5a/translate_docs_into_japanese
...
Update docs-translations/jp/tutorial/quick-start.md
2016-01-11 12:06:39 +08:00
Cheng Zhao
7bec597ea0
Merge pull request #4042 from ZhangYueqiu/patch-1
...
Update supported-platforms.md
2016-01-11 12:06:16 +08:00
Plusb Preco
373bed33c5
📝 Update as upstream
...
[ci skip]
2016-01-11 12:04:48 +08:00
大和屋 貴仁
595a3469d9
Add Japanese translation documentation for faq and tutorial
2016-01-11 13:03:37 +09:00
Cheng Zhao
1ee565ab81
Merge pull request #4030 from lukeapage/patch-4
...
Correct misleading sentence on progress for transparent click through
2016-01-11 11:21:18 +08:00
leethomas
fee301e768
follow style guidelines
2016-01-10 19:15:40 -08:00
Cheng Zhao
0f2c35e2b8
Merge pull request #4052 from atom/right-way-to-fix-path
...
Change brightray's PATH_START to 11000
2016-01-11 11:04:06 +08:00
Cheng Zhao
adcdf123af
Change brightray's PATH_START to 11000
2016-01-11 10:40:45 +08:00
Cheng Zhao
da52017d82
Revert "fix chrome app and user path conflicts"
...
This reverts commit 25aaafde45 .
2016-01-11 10:30:17 +08:00
Eran Tiktin
29939dc0b7
Remove unneeded extra semicolons (;; -> ;)
2016-01-11 02:11:40 +02:00
leethomas
803b06b7de
🏁 support defaultId for dialog boxes on Windows
2016-01-10 15:55:26 -08:00
leethomas
ae5c6add11
rename all references to default_button_index -> default_id to keep consistent with cancel_id
2016-01-10 15:33:27 -08:00
Eran Tiktin
f1d388fb36
Fix failing test on Windows
...
The exit code tests include an assert on the output we get from a
spawned electron process. This doesn't currently work on Windows, so we
skip it for now
2016-01-11 01:33:22 +02:00
Robo
be50ca2653
session: allow user to isolate pac script and proxy bypass rules
2016-01-11 03:55:56 +05:30
Joe Naha
8b07918650
📝 Update to follow the latest version.
...
[ci skip]
2016-01-11 04:00:03 +09:00
ZhangYueqiu
56d1235bbd
Update supported-platforms.md
...
Change a wrong word
2016-01-10 15:43:25 +08:00
Eran Tiktin
c5dee6a3d8
Merge pull request #10 from atom/master
...
Update from upstream
2016-01-10 01:46:26 +02:00
Omri Litov
a4636ba18c
Update browser-window.md
2016-01-08 20:53:59 +02:00
leethomas
dfce803045
🏁 update windows message_box function signatures to accept default_button_index....and do nothing with it
2016-01-08 08:23:06 -08:00
leethomas
c4c145ef6a
📝 add defaultButtonIndex to dialog docs
2016-01-08 08:22:11 -08:00
leethomas
22c455175a
🐧 add default button index for linux/gtk
2016-01-08 08:22:10 -08:00
leethomas
f1edd5f26f
🍎 add default button index for osx
2016-01-08 08:21:54 -08:00
Luke Page
6728d9291d
Correct misleading sentence on progress for transparent click through
2016-01-08 10:56:51 +00:00
Cheng Zhao
df27cda36c
Bump v0.36.3
2016-01-08 13:40:47 +08:00
Cheng Zhao
9a707b7c69
Merge pull request #4027 from atom/fix-locale
...
Fix loading locale on OS X
2016-01-08 13:32:53 +08:00
Cheng Zhao
5514e89276
Copy locales in Cocoa format
2016-01-08 12:38:00 +08:00
Cheng Zhao
ec4c5e58ff
Initialize resource bundle on browser process separately
2016-01-08 12:06:06 +08:00
Cheng Zhao
5f6a8a7c24
Merge pull request #4009 from atom/remove-getobject-handler
...
Remove custom WM_GETOBJECT handler
2016-01-08 09:55:24 +08:00
Omri Litov
943e46f3bd
Fix linux and mac build errors
2016-01-08 00:27:53 +02:00
Omri Litov
224955d6ac
Update browser-window.md
2016-01-07 23:17:23 +02:00
Omri Litov
3f0c007578
Added getNativeWindowHandle
2016-01-07 22:38:35 +02:00
Cheng Zhao
9e254821bb
docs: Mention the limitation of globalShortcut
...
Close #3816 .
2016-01-07 21:28:14 +08:00
Cheng Zhao
0d799601d7
Merge pull request #4018 from imiuka/faq-link
...
update faq link
2016-01-07 20:34:13 +08:00
Cheng Zhao
3d908f1483
docs: Mention third party packing tools
...
Fix #1723 .
2016-01-07 20:32:57 +08:00
Cheng Zhao
04d626f0b0
docs: Document the display object
...
Fix #3571 .
2016-01-07 20:21:11 +08:00
foxy
e323c6dad9
update faq link
2016-01-07 22:26:21 +11:00
Cheng Zhao
3a32dc5da7
Fix "name" of Error object not serialized
...
Close #3364 .
2016-01-07 16:35:05 +08:00
Cheng Zhao
24779a8589
Merge pull request #4016 from atom/el-capitan-fullscreen
...
Fix hiding fullscreen button on EL Capitan
2016-01-07 16:24:35 +08:00
Cheng Zhao
10f663d017
Fix hiding fullscreen button on EL Capitan
2016-01-07 15:46:40 +08:00
Cheng Zhao
ae6c2d46b8
Merge pull request #4014 from atom/blink-features
...
Add blinkFeatures option
2016-01-07 14:58:10 +08:00
Cheng Zhao
c0e728ab6a
docs: Orgnize the options of BrowserWindow
2016-01-07 14:23:21 +08:00
Cheng Zhao
3f2b26ddb7
Add blinkFeatures option
2016-01-07 14:10:18 +08:00
Cheng Zhao
bd20b3f32a
Rely on content switches for implementing experimental features
2016-01-07 12:49:00 +08:00
Cheng Zhao
16d23bbda5
Remove pageVisibility option
...
The original purpose of this option is not working anymore, also adds
docs on the current way to disable process backgrounding.
2016-01-07 12:28:20 +08:00
Cheng Zhao
c6e03f8390
Remove overlayScrollbars and sharedWorker options
...
They are already enabled by default.
2016-01-07 12:17:19 +08:00
Paul Betts
705001a50e
Remove custom WM_GETOBJECT
...
As of Chromium 47 this seems to be handled automatically, nvda still reports
elements and the typing lag issue described in #4001 is fixed
2016-01-06 10:37:12 -08:00
Cheng Zhao
3ca5b0ce23
win: Don't change transparent window's style
...
Close #1952 .
2016-01-06 23:02:33 +08:00
Cheng Zhao
0c287d0424
Merge pull request #4007 from atom/fix-offiline-protocol
...
Fix crash when request failed
2016-01-06 22:21:52 +08:00
Cheng Zhao
e6b9b0e5dc
Merge pull request #4006 from DerNivel/patch-1
...
Update debugging-main-process.md
2016-01-06 22:11:11 +08:00
Levin Rickert
062253bdfc
Update debugging-main-process.md
2016-01-06 14:43:13 +01:00
Levin Rickert
aaf5f3331a
Update debugging-main-process.md
2016-01-06 14:41:51 +01:00
Cheng Zhao
89fccb7eb2
Fix crash when request failed
2016-01-06 21:07:07 +08:00
Cheng Zhao
aefddc0146
Merge pull request #4004 from lukeapage/patch-3
...
Add info on how to debug from 0.30 onwards
2016-01-06 20:37:27 +08:00
Luke Page
3259664637
Add info on how to debug from 0.30 onwards
2016-01-06 07:13:25 +00:00
Cheng Zhao
4401991e15
Merge pull request #4003 from atom/asar-mkdir
...
Throw ENOTDIR when calling mkdir inside asar archive
2016-01-06 13:10:24 +08:00
Cheng Zhao
9a55021609
spec: Fix failing specs on Windows
2016-01-06 12:27:12 +08:00
Cheng Zhao
c4071a7f66
Throw ENOTDIR when calling mkdir inside asar archive
2016-01-06 12:04:16 +08:00
Cheng Zhao
ace7c62e5e
Merge pull request #3997 from leethomas/fix-tray-icon-toggle
...
:apple:🐛 make displaying alternate tray image depend on mouse dow…
2016-01-06 11:04:40 +08:00
Plusb Preco
bf327cf5f0
📝 Update as upstream
...
[ci skip]
2016-01-06 10:52:46 +08:00
Cheng Zhao
99e2871be1
Merge pull request #3992 from atom/faqs
...
Add FAQ
2016-01-06 10:40:51 +08:00
leethomas
59eda67ba4
:apple: 🐛 make displaying alternate tray image depend on mouse down event instead of highlight state
2016-01-05 09:49:27 -08:00
Cheng Zhao
554bb69101
Add FAQ
2016-01-05 19:57:15 +08:00
Cheng Zhao
5f0be5636a
Merge pull request #3987 from atom/dialog
...
Do not write our own filter code
2016-01-05 14:13:28 +08:00
Cheng Zhao
2b6ac966c0
Do not write our own filter code
...
The Win32 API has done everything for us, there is no need to do this
oursevles.
2016-01-05 13:45:34 +08:00
Cheng Zhao
96c8bd677b
Merge pull request #3986 from atom/fix-menu
...
Fix problems of window menu bar
2016-01-05 12:38:24 +08:00
Cheng Zhao
698700716b
Show menu by clicking the menu button
2016-01-05 12:05:27 +08:00
Cheng Zhao
43bfce26a7
Do not behave like bookmarkbar menu
2016-01-05 11:57:58 +08:00
Cheng Zhao
48451032e3
Update brightray to fix menu not loading resources
2016-01-05 10:22:42 +08:00
Cheng Zhao
88ba4fb36a
Merge pull request #3983 from atom/fix-capture-page
...
Fix distorted image when calling `capturePage` with no rect
2016-01-04 20:52:17 +08:00
Cheng Zhao
0df03a23a3
Pass origin in capturePage
2016-01-04 20:06:36 +08:00
Cheng Zhao
7a1717156e
Revert "browser: dont lose coordinates in capturepage src rect"
...
This reverts commit 3c5e5053e3 .
2016-01-04 19:37:25 +08:00
Cheng Zhao
9f40309487
Merge pull request #3981 from atom/did-navigate
...
Rename did-navigate-to-different-page to did-navigate
2016-01-04 12:32:59 +08:00
Cheng Zhao
4844e68ba1
Rename did-navigate-to-different-page to did-navigate
2016-01-04 12:09:11 +08:00
Cheng Zhao
941232a76b
Merge pull request #3975 from leethomas/add-webview-navigation-events
...
Add webview navigation events
2016-01-04 11:24:27 +08:00
Cheng Zhao
cf09e7cb51
Update libchromiumcontent for #3958
2016-01-04 10:59:52 +08:00
Cheng Zhao
6ff79eddb4
Merge pull request #3958 from deepak1556/content_strings_localzation_patch
...
browser: provide localized string from resourcebundle
2016-01-04 10:59:09 +08:00
Cheng Zhao
14db4a1946
Add isDevToolsFocused to webview
2016-01-04 10:46:30 +08:00
Cheng Zhao
4cdee5547f
Merge pull request #3974 from leethomas/fix-devtools-api
...
Fix devtools api
2016-01-04 10:41:33 +08:00
Plusb Preco
ef58c6d36b
📝 Update as upstream
...
* Update as upstream
* Add `using-widevine-cdm-plugin.md`
2016-01-04 10:25:33 +08:00
leethomas
ce733e5927
✅ add tests to insure window.location.hash changes & window.history.replaceState cause 'did-navigate-in-page' to fire
2016-01-01 18:51:47 -08:00
leethomas
26397d9155
✅ add tests for will-navigate, did-navigate-to-different-page, did-navigate-in-page events in webview
2016-01-01 18:13:07 -08:00
leethomas
9e2b76361f
📝 add 'did-navigate-in-page', 'did-navigate-to-different-page', 'will-navigate' to docs
2016-01-01 17:22:25 -08:00
leethomas
911e60b507
add did-navigate-in-page event to webview & webcontents (triggers on hash/ref changes, anchor links...), pass url into events
2016-01-01 17:13:39 -08:00
leethomas
9f6319dd71
add will-navigate, did-navigate-to-different-page events to webview
2016-01-01 13:36:35 -08:00
leethomas
54c8c3e3fc
📝 update webview docs to include devtools-* events
2016-01-01 04:49:34 -08:00
leethomas
8857eb9cba
✅ add tests for webview devtools-* events
2016-01-01 04:49:29 -08:00
leethomas
96d68b9285
🐛 add isDevToolsFocused to WebContents to fix #3928 , add devtools-[focused|open|close] events to WebView to fix #3783 .
2015-12-31 22:21:54 -08:00
Cheng Zhao
8aced2c31e
Add comment on why checking empty set
2015-12-31 18:58:16 +08:00
Cheng Zhao
b308cd6f96
Merge pull request #3967 from leethomas/fix-osx-crash-when-extensions-empty
...
🍎 fix #3864 where saving a file causes a crash if file extensio…
2015-12-31 18:51:55 +08:00
Cheng Zhao
be2f900d93
Merge pull request #3968 from leethomas/fix-window-submenu-crashes
...
🍎 only add sub menus to Window when they actually have menu ite…
2015-12-31 18:51:45 +08:00
Cheng Zhao
af5e76f6ae
Merge pull request #3959 from deepak1556/remote_object_patch
...
remote: support arguments of type Date
2015-12-31 18:46:22 +08:00
leethomas
eac2f6fec3
🍎 only add sub menus to Window when they actually have menu items. fixes #3873
2015-12-30 19:38:14 -08:00
leethomas
ba26a4b4e6
🍎 fix #3864 where saving a file causes a crash if file extension array is empty
2015-12-30 13:26:38 -08:00
Cheng Zhao
d4de4505b8
Merge pull request #3961 from atom/widevine-docs
...
Add documentation for using Widevine plugin
2015-12-30 16:46:31 +08:00
Cheng Zhao
b3832629a2
Update libchromiumcontent: component_updater is not needed
2015-12-30 16:14:50 +08:00
Cheng Zhao
fe87570876
docs: Using Widevine CDM Plugin
2015-12-30 16:10:00 +08:00
Robo
1585a7a0ad
browser: provide localized string from resourcebundle
2015-12-30 10:58:46 +05:30
Cheng Zhao
cb5d79e0df
Merge pull request #3957 from atom/widevine
...
Merge #3830
2015-12-30 12:46:19 +08:00
Cheng Zhao
82a293a132
Merge pull request #3955 from nishanths/feature/osx-clear-recent-docs
...
osx: Implement clear recent documents
2015-12-30 12:07:41 +08:00
Cheng Zhao
d8d3a56c25
Merge pull request #3926 from adam-lynch/patch-3
...
Fixing link to web contents from ipcMain
2015-12-30 12:00:35 +08:00
Plusb Preco
1f7d72bcc0
📝 Update as upstream
...
[ci skip]
2015-12-30 11:57:57 +08:00
Cheng Zhao
c5238bb8f0
Update brightray and libchromiumcontent with widevine support
2015-12-30 11:45:39 +08:00
Nishanth Shanmugham
20d03b10d9
osx: Implement clear recent documents
...
Fixes #3932
2015-12-29 18:36:16 -06:00
Robo
72374b6e31
remote: support arguments of type Date
2015-12-30 01:41:31 +05:30
Adam Lynch
4fd08cccb4
Fixing link to web contents from ipcMain
2015-12-29 16:30:00 +00:00
Cheng Zhao
c47aebaeb4
Do not ship widevine plugin
2015-12-29 21:38:01 +08:00
Cheng Zhao
c0f0685296
Merge pull request #3944 from nishanths/feature/tray-file-drop-osx-dock
...
tray: Support file-drop from OS X Dock
2015-12-29 19:59:24 +08:00
Cheng Zhao
b392aeb16a
Merge pull request #3945 from deepak1556/web_frame_api_patch
...
webFrame: support fetch api for schemes that are privileged.
2015-12-29 19:48:50 +08:00
Cheng Zhao
c76db0ba1d
Fix coding styles
2015-12-29 18:59:27 +08:00
Robo
2e78aba090
webFrame: support fetch api for schemes that are privileged.
2015-12-29 15:57:59 +05:30
Nishanth Shanmugham
2bbf86c524
tray: Support file-drop from OS X Dock
...
A long-standing Apple bug does not call `prepareForDragOperation:sender`
for file drag-and-drop operations from the Dock. So we manually
call our custom `handleDrop:sender` for all drag-and-drop cases (that
is, from the Dock and from Finder).
References to the bug in question:
- http://stackoverflow.com/q/9534543/3309046
- http://openradar.appspot.com/radar?id=1745403
However, we still need to return YES from `prepareForDragOperation:sender`,
otherwise the "drag failed" animation occurs. For the same reason, we also
return YES from `performDragOperation:sender`.
2015-12-29 03:27:59 -06:00
Cheng Zhao
8ca1bea58b
Do not link with unnecessary libraries
2015-12-29 15:45:34 +08:00
Cheng Zhao
38adaf5b3c
Remove hacky build settings
2015-12-29 14:51:00 +08:00
Cheng Zhao
19ab68abfb
Update libchromiumcontent to include widevine libraries
2015-12-29 14:51:00 +08:00
Cyrille Lebeaupin
9d878ad6b2
Add widevine third party
...
Add 2 new command options to use widevine:
- widevine-cdm-path: Path to widevine plugin
- widevine-cdm-version: Version of the widevine plugin
2015-12-29 14:50:59 +08:00
Cheng Zhao
5f3c6107d5
Merge pull request #3942 from atom/remote-memory-leak
...
Fix memory leak in remote module
2015-12-29 11:03:34 +08:00
Cheng Zhao
2294a5ce69
Leak FunctionTemplateHandle
...
They are cached through the app's lifetime, and freeing them at the
right time is complicate, so just leak them.
2015-12-29 10:40:10 +08:00
Cheng Zhao
d8d963b780
Cache function templates created by CreateObjectWithName
2015-12-29 10:29:48 +08:00
Cheng Zhao
ffc2870ccb
Fix circular reference caused by Object.defineProperty
2015-12-29 10:17:35 +08:00
Cheng Zhao
3d2163230b
Optimize the case when creating plain object
2015-12-28 22:51:40 +08:00
Cheng Zhao
6785870dde
Variables are not shadowed in inline class
2015-12-28 22:51:40 +08:00
Cheng Zhao
b5fd491c2d
Fix circular reference caused by RemoteMemberFunction
2015-12-28 22:51:40 +08:00
Cheng Zhao
6fe39e79f4
Merge pull request #3931 from leftstick/master
...
add zh-CN translation for devtools
2015-12-28 19:22:57 +08:00
Howard.Zuo
6e43be99d7
add zh-CN translation for devtools
2015-12-28 13:10:15 +08:00
Cheng Zhao
dad2586a8a
Merge pull request #3920 from flaub/patch-1
...
s/Phrase/Phase
2015-12-28 09:58:40 +08:00
Frank Laub
ab53e04a80
s/Phrase/Phase
2015-12-24 23:04:44 -08:00
Cheng Zhao
9ffe502fb1
Bump v0.36.2
2015-12-25 13:45:07 +08:00
Cheng Zhao
fb032b03b0
Merge pull request #3918 from deepak1556/renderer_process_fork_patch
...
renderer: dont fork the process when there is server redirect
2015-12-25 13:43:34 +08:00
Plusb Preco
2f99a1ac8e
📝 Update as upstream
...
[ci skip]
2015-12-25 12:20:08 +08:00
Cheng Zhao
26f9f83cfd
Upgrade brightray for atom/brightray#188
2015-12-25 11:57:35 +08:00
Robo
ab9d1bf97e
renderer: dont fork the process when there is server redirect
2015-12-25 02:19:56 +05:30
Cheng Zhao
f5a093db58
Merge pull request #3915 from juanpaulo/master
...
Removed unnecessary backtick
2015-12-24 20:11:59 +08:00
Cheng Zhao
673c6e6917
Upgrade brightray for #3866
2015-12-24 20:08:16 +08:00
Juan Paulo Gutierrez
67e19cac85
Removed unnecessary backtick.
2015-12-24 20:22:22 +09:00
Cheng Zhao
7f02e0a716
spec: Surppess did-change-theme-color test
...
It is too flaky.
2015-12-24 19:05:28 +08:00
Cheng Zhao
405aadc7d8
Merge pull request #3914 from atom/fix-remvoe-headers
...
onBeforeSendHeaders should reset the whole headers
2015-12-24 18:39:04 +08:00
Cheng Zhao
c36ae86fab
spec: Increase timeout for window.open
2015-12-24 17:08:32 +08:00
Cheng Zhao
2b5c91bbb5
spec: onBeforeSendHeaders should reset the whole headers
2015-12-24 17:02:30 +08:00
Cheng Zhao
e96f89133c
Reset whole headers when requestHeaders is set
2015-12-24 16:59:13 +08:00
Cheng Zhao
6aa3464aad
Merge pull request #3912 from tylergibson/FixingMoveItemToTrash-Windows7
...
Adding check for Windows version and alternate flags for Windows Vista/7
2015-12-24 15:32:09 +08:00
Tyler Gibson
2d0e1c313a
Adding check for Windows version and alternate flags for Windows Vista/7
2015-12-24 06:08:43 +00:00
Cheng Zhao
e41dad5153
Merge pull request #3913 from atom/fix-nsurl
...
Fix converting string to NSURL
2015-12-24 13:06:08 +08:00
Cheng Zhao
7bd9f2e5d0
Fix converting string to NSURL
2015-12-24 12:43:07 +08:00
Cheng Zhao
aa85258d56
Merge pull request #3911 from atom/fix-alt
...
linux: Fix pressing Alt not toggling window menu bar
2015-12-24 12:10:07 +08:00
Cheng Zhao
d3d8ab7c66
linux: Fix pressing Alt not toggling window menu bar
2015-12-24 11:43:14 +08:00
Cheng Zhao
c9fafc0c3a
Merge pull request #3910 from atom/no-ship-libnotify
...
No longer need to ship with libnotify.so
2015-12-24 11:37:52 +08:00
Cheng Zhao
8b88c99685
No longer need to ship with libnotify.so
2015-12-24 11:17:32 +08:00
Cheng Zhao
046839cb56
Update brightray for #2294
2015-12-24 11:16:46 +08:00
Cheng Zhao
9e9d74a5a4
Merge pull request #3905 from fscherwi/patch-2
...
upgrade asar
2015-12-24 10:14:16 +08:00
fscherwi
3cdd5dd418
⬆️ asar
2015-12-23 19:08:51 +01:00
Cheng Zhao
a6074f89a3
Merge pull request #3900 from bbondy/theme-color
...
Theme color
2015-12-23 16:09:57 +08:00
Cheng Zhao
7f1081a594
Merge pull request #3904 from atom/hidden-inset-no-visual-artifacts
...
Fix visual artifacts of hidden-inset window
2015-12-23 13:14:50 +08:00
Cheng Zhao
e90435e236
Remove visual artifacts of hidden-inset window
2015-12-23 12:38:11 +08:00
Brian R. Bondy
29b00ae0d6
Add tests for did-change-theme-color event
2015-12-22 23:05:03 -05:00
Cheng Zhao
79b507bda6
Merge pull request #3890 from jaanus/hidden-inset-fullscreen-fix
...
Fixes #2810 : correct look of hidden-inset windows in full screen.
2015-12-23 11:26:06 +08:00
Cheng Zhao
a1936ecf82
Merge pull request #3903 from atom/fix-webrequest-crash
...
Fix crash when using webRequest API
2015-12-23 10:44:19 +08:00
Cheng Zhao
3e1edfc9d0
Cancel callback in OnComplete event
2015-12-23 10:20:59 +08:00
Brian R. Bondy
11b2015535
Add did-change-theme-color event to webview
2015-12-22 17:28:22 -05:00
jaanus
aa2f7aaf3a
Fixes #2810 : correct look of hidden-inset windows in full screen.
...
`hidden` and `hidden-inset` windows differ only by the hidden-inset window having a toolbar. Yet, the toolbar yields an incorrect look in fullscreen mode. So, we hide and recreate the toolbar for such windows when going to/from fullscreen.
There are some visible artifacts during the fullscreen animations, as the toolbar gets created and destroyed. When entering fullscreen, you see a toolbar that then disappears. When going back to normal window, you see the traffic light buttons jump around a little bit. Yet, this is definitely better than the current broken fullscreen look.
2015-12-22 20:31:55 +02:00
Cheng Zhao
c8c4381085
Cancel callback when URLRequest is destroyed
2015-12-22 23:35:23 +08:00
Cheng Zhao
e14d472934
Merge pull request #3892 from jasssonpet/patch-1
...
Formatting app.md
2015-12-22 19:16:04 +08:00
Plusb Preco
9aa37580e3
📝 Update as upstream
...
[ci skip]
2015-12-22 19:11:29 +08:00
Cheng Zhao
c4931bb2d1
Merge pull request #3865 from deepak1556/visibility_api_patch
...
browser: fix document.hidden value
2015-12-22 19:04:23 +08:00
Cheng Zhao
8ca42e9d9f
Merge pull request #3855 from deepak1556/find_api_patch
...
webContents: adding findInPage api
2015-12-22 19:01:39 +08:00
Jason Zhekov
2f732a7c0f
Formatting app.md
...
This looks a bit odd on the site: http://electron.atom.io/docs/v0.36.0/api/app/#app-setusertasks-tasks-windows
2015-12-22 09:04:36 +02:00
Robo
61004f0e46
fix cpplint warning
2015-12-21 19:16:02 +05:30
Robo
cc7040d75f
add test
2015-12-21 18:47:52 +05:30
Robo
ff51e4033a
browser: fix value of document.hidden
2015-12-21 17:43:46 +05:30
Robo
d162180196
add api to webview
2015-12-21 17:13:23 +05:30
Robo
39e615ed87
webContents: adding findInPage api
2015-12-21 17:09:56 +05:30
Cheng Zhao
c68e38f480
Merge pull request #3882 from deepak1556/chromium_spec_patch
...
spec: serviceWorker registration with file scheme
2015-12-21 18:39:18 +08:00
Cheng Zhao
144b73c267
Merge pull request #3877 from bbondy/master
...
Add media play events to webview
2015-12-21 18:22:30 +08:00
Cheng Zhao
fa8d251370
Merge pull request #3875 from deepak1556/history_navigation_patch
...
navigaton: handle history operations from renderer
2015-12-21 18:18:45 +08:00
Cheng Zhao
b269485d37
Merge pull request #3867 from WenryXu/master
...
docs: Fix markdown code language
2015-12-21 14:38:41 +08:00
Cheng Zhao
d08b7fdb5d
Merge pull request #3880 from adam-lynch/patch-1
...
Desktop Environment Integration: typo
2015-12-21 11:33:21 +08:00
Cheng Zhao
3fcfe24b82
Merge pull request #3881 from adam-lynch/patch-2
...
Desktop Environment Integration: rearranged sentence
2015-12-21 11:33:14 +08:00
Plusb Preco
6c26aa8d05
📝 Update as upstream
...
[ci skip]
2015-12-21 11:31:38 +08:00
Cheng Zhao
99a661e2d2
Code cleanup of browser_mac.mm
2015-12-21 10:52:49 +08:00
Cheng Zhao
8d094d99da
Merge pull request #3853 from jrehbein/fix-issue-3739-mac-dockshow
...
DockShow workaround for issue #3739
2015-12-21 10:38:52 +08:00
Cheng Zhao
3b3c5a0edb
Update brightray for #3831
2015-12-21 10:09:20 +08:00
Robo
68733eb8df
spec: serviceWorker registration with file scheme
2015-12-21 01:32:08 +05:30
Adam Lynch
520b537362
Desktop Environment Integration: rearranged sentence
2015-12-20 18:34:57 +00:00
Adam Lynch
da9c202d86
Desktop Environment Integration: typo
2015-12-20 18:34:05 +00:00
Brian R. Bondy
fed0c43970
Add media play events to webview
2015-12-19 22:37:51 -05:00
Robo
7b03ac6d61
navigaton: handle history operations from renderer
2015-12-20 01:23:47 +05:30
WenryXu
7e0775f9d7
docs: Fix markdown code language
2015-12-19 14:27:47 +08:00
Cheng Zhao
bff2861311
Bump v0.36.1
2015-12-18 13:16:30 +08:00
Cheng Zhao
7d66b37901
Merge pull request #3859 from atom/phantom-callback
...
Update node: Use phantom callback in CallbackInfo
2015-12-18 13:15:56 +08:00
Cheng Zhao
62c4a471d9
Merge pull request #3854 from deepak1556/browser_client_crash_patch
...
browser: check for rvh existence
2015-12-18 12:10:41 +08:00
Cheng Zhao
cefce45ffa
Update node: Use phantom callback in CallbackInfo
2015-12-18 12:00:10 +08:00
Cheng Zhao
4ad79b2a8c
docs: Standarize the "(**required**)"
2015-12-18 11:12:48 +08:00
Cheng Zhao
d5168f09d6
docs: Use "(optional)" instead of "__optional__"
2015-12-18 11:12:48 +08:00
Cheng Zhao
d7946b9c41
Merge pull request #3851 from preco21/master
...
Update as upstream
2015-12-18 09:53:45 +08:00
Cheng Zhao
7d000807c5
Merge pull request #3849 from herrmannplatz/improvement/escape-url-openexternal
...
escape url string
2015-12-18 09:45:39 +08:00
Cheng Zhao
177cfd9958
Revert "Upgrade node to fix crash in Buffer"
...
This reverts commit fe9c09ef64 .
2015-12-18 09:19:13 +08:00
Robo
836c13b330
browser: check for rvh existence
2015-12-18 04:45:32 +05:30
Jeff Rehbein
a39834740c
DockShow workaround
...
Implemented workaround in DockShow for TransformProcessType bugginess
based on discussion at http://stackoverflow.com/questions/7596643/
2015-12-17 14:00:04 -06:00
Plusb Preco
ac92917353
📝 Update as upstream
...
[ci skip]
2015-12-18 03:10:08 +09:00
rehez
9eb797296c
escape url string
2015-12-17 16:23:30 +01:00
Cheng Zhao
fe016d393f
Merge pull request #3848 from atom/no-sync-message-on-start
...
Remove usages of synchronous messages on startup
2015-12-17 22:31:33 +08:00
Cheng Zhao
353f08e477
Remove sync call in remote module
2015-12-17 22:03:16 +08:00
Cheng Zhao
0282d424bf
Pass opener ID in command line
2015-12-17 21:27:14 +08:00
Cheng Zhao
c7bfd5f09d
Upgrade libchromiumcontent: enable sending sync message to UI thread
2015-12-17 20:12:05 +08:00
Cheng Zhao
afedce0b18
docs: |options| is not optional
...
Close #3845 .
2015-12-17 18:40:52 +08:00
Cheng Zhao
19835cf346
Merge pull request #3844 from atom/fix-node-crash
...
Upgrade node to fix crash in Buffer
2015-12-17 15:04:03 +08:00
Cheng Zhao
fe9c09ef64
Upgrade node to fix crash in Buffer
2015-12-17 13:07:41 +08:00
Cheng Zhao
b7cbc49c01
Merge pull request #3833 from atom/no-renderer-pump
...
Don't pump message loop when sending sync msg
2015-12-16 23:38:43 +08:00
Cheng Zhao
71303d4804
Fix context menu not working in devtools
2015-12-16 22:57:03 +08:00
Cheng Zhao
c6634b1ea5
Don't pump message loop when sending sync msg
...
In old days sending sync message to browser process requires pumping
message loop in the renderer process, but now in Chrome 47 it is not
true anymore. And even when we do it, the Send method may fail
sometimes, so this change seems to be required for the Chrome 47
upgrade.
2015-12-16 22:38:04 +08:00
Cheng Zhao
349f401476
Merge pull request #3829 from atom/remote-xpc-call
...
Update libchromiumcontent
2015-12-16 19:42:04 +08:00
Cheng Zhao
a29abf1e34
Update libchromiumcontent
...
Remove usages of private xpc_ APIs, fix #3823 .
2015-12-16 18:06:47 +08:00
Cheng Zhao
2b4e6080a8
Merge pull request #3826 from atom/remote-crash-reporting-defaults
...
Require submitURL and companyName options to crashReporter.start
2015-12-16 12:02:28 +08:00
Cheng Zhao
c39a6c49de
Merge pull request #3825 from atom/maxogden-patch-1
...
mention getUserMedia options in desktop-capturer docs
2015-12-16 11:30:05 +08:00
Cheng Zhao
bc33b4e594
Merge pull request #3822 from hashedhyphen/support-strict-mode
...
🐛 Support strict mode on Tutorial
2015-12-16 11:13:26 +08:00
Kevin Sawicki
d863fd5c6c
Set process.throwDeprecation as early as possible
2015-12-15 17:02:33 -08:00
Kevin Sawicki
5fb5526b06
Improve spec description
2015-12-15 16:49:19 -08:00
Kevin Sawicki
67c0de36a3
📝 Add missing period
2015-12-15 16:47:19 -08:00
Kevin Sawicki
d44a9d1fcc
🎨 Remove parens
2015-12-15 16:46:53 -08:00
Kevin Sawicki
aedfd3bf0e
Add specs for companyName/submitURL being required
2015-12-15 16:44:38 -08:00
Kevin Sawicki
80e9631220
Use better signature match in deprecation message
2015-12-15 16:27:01 -08:00
Kevin Sawicki
4718c726f6
Remove starting crash reporter from quick start
2015-12-15 16:24:24 -08:00
Kevin Sawicki
524649797f
Make companyName and submitURL required options
2015-12-15 16:22:31 -08:00
Kevin Sawicki
dcc99dd5cb
Remove duplicate start calls
2015-12-15 16:10:04 -08:00
Kevin Sawicki
58106e53c8
Mark companyName and submitURL as required
2015-12-15 16:09:01 -08:00
=^._.^=
c98db82668
mention getUserMedia options in desktop-capturer docs
2015-12-15 14:07:55 -08:00
Hashed Hyphen
e729104d00
🐛 Support strict mode on Tutorial
...
[ci skip]
2015-12-16 00:52:14 +09:00
Cheng Zhao
063231cf0c
Merge pull request #3819 from preco21/master
...
Update as upstream
2015-12-15 22:40:09 +08:00
Cheng Zhao
8d2a41a987
Merge pull request #3818 from atom/fix-add-recent-document-crash
...
Fix crash when passing invalid path to addRecentDocument
2015-12-15 18:28:04 +08:00
Plusb Preco
2470ff1b14
📝 Update as upstream
...
[ci skip]
2015-12-15 18:45:13 +09:00
Cheng Zhao
d0962b1a93
Fix crash when passing empty path to addRecentDocument
2015-12-15 17:17:24 +08:00
Cheng Zhao
02e0c169a2
Merge pull request #3815 from bjrmatos/master
...
Add A5 Page Size to printToPDF
2015-12-15 16:55:17 +08:00
Cheng Zhao
dcd71cb835
Merge pull request #3817 from atom/fix-node-crash
...
Upgrade node, fix #3786
2015-12-15 16:54:24 +08:00
Cheng Zhao
6347f0e321
Upgrade node, fix #3786
2015-12-15 16:25:44 +08:00
Cheng Zhao
8ddf4da9ad
Merge pull request #3809 from deepak1556/capture_page_api_patch
...
browser: dont lose coordinates in capturepage src rect
2015-12-15 15:33:02 +08:00
Cheng Zhao
e7090887d9
Merge pull request #3812 from atom/make-opener-a-proxy
...
Make window.opener a BrowserWindowProxy
2015-12-15 15:01:28 +08:00
BJR Matos
86bf7341b7
Add A5 Page Size to printToPDF
2015-12-14 23:28:25 -05:00
Kevin Sawicki
aa9c7662a3
Inline JSON message response
2015-12-14 17:09:31 -08:00
Kevin Sawicki
d1989b3624
Mention source in spec description
2015-12-14 17:02:58 -08:00
Kevin Sawicki
b8de1bd9de
Assert that source id matches opener
2015-12-14 17:02:36 -08:00
Kevin Sawicki
d133553c6a
Remove unused ipc event handler
2015-12-14 16:58:32 -08:00
Kevin Sawicki
c5936a024d
Remove unneeded custom postMessage on window.opener
2015-12-14 16:54:26 -08:00
Kevin Sawicki
184b11be4c
Use id from source window when building proxy for event source
2015-12-14 16:47:33 -08:00
Kevin Sawicki
0ef0ce7345
Add comment about window.opener tweaks
2015-12-14 14:57:38 -08:00
Kevin Sawicki
574eec3e74
Make window.opener a BrowserWindowProxy
2015-12-14 14:55:48 -08:00
Plusb Preco
4fa6d4aead
📝 Update as upstream
...
[ci skip]
2015-12-15 05:40:13 +09:00
Cheng Zhao
606fb0615f
Merge pull request #3805 from andela-earinde/patch-1
...
Remove typo in auto-updater doc
2015-12-14 20:01:22 +08:00
Plusb Preco
bd1b6fdc74
📝 Update as upstream
...
[ci skip]
2015-12-14 19:18:27 +08:00
Cheng Zhao
551f07860d
Merge pull request #3799 from bbondy/patch-1
...
Indicate that Update 5 is required for VS2013
2015-12-14 19:11:49 +08:00
Sean Francis N. Ballais
2d2ad0d33b
Addeda versionin package.json.
2015-12-14 18:17:04 +08:00
Cheng Zhao
2fa7088fd1
Upgrade brightray for atom/brightray#184
2015-12-14 18:11:01 +08:00
Arinde Eniola
f48c28f22b
Update auto-updater.md
2015-12-14 01:02:30 +01:00
Robo
3c5e5053e3
browser: dont lose coordinates in capturepage src rect
2015-12-14 00:52:05 +05:30
Plusb Preco
582fb6f519
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-12-13 16:37:26 +09:00
Plusb Preco
d0fe2ac904
📝 Fix confused translation
...
[ci skip]
2015-12-13 16:33:27 +09:00
Plusb Preco
db73647d07
Revert " 📝 Update as upstream"
...
This reverts commit efac12ed89 .
2015-12-13 16:29:18 +09:00
Brian R. Bondy
8ae99ebd1f
Indicate that Update 5 is required for VS2013
2015-12-12 22:25:45 -05:00
Cheng Zhao
550830c4d9
Merge pull request #3792 from atom/backport-v8-patch
...
Backport https://codereview.chromium.org/1406133003
2015-12-12 22:44:10 +08:00
Cheng Zhao
0df9eeb2dd
Backport https://codereview.chromium.org/1406133003
2015-12-12 22:16:28 +08:00
Plusb Preco
c6085f5178
📝 Update as upstream
...
[ci skip]
2015-12-12 21:41:17 +09:00
Cheng Zhao
84cea1b494
Merge pull request #3789 from atom/template-web-request
...
Cleanup the webRequest and cookies code
2015-12-12 16:34:10 +08:00
Cheng Zhao
10cad5d9ec
Passing '' to fromPartiion should return default partition
2015-12-12 15:47:15 +08:00
Cheng Zhao
56c1f04a51
docs: Update webRequest API
2015-12-12 15:45:02 +08:00
Cheng Zhao
ab14a4466d
docs: Improve the cookies docs
2015-12-12 15:41:04 +08:00
Cheng Zhao
4d1e223044
Cleanup the cookies code
2015-12-12 15:33:51 +08:00
Cheng Zhao
3c48198c3c
spec: Suppress navigator.webkitGetUserMedia test
...
It is stressing the whole test case.
2015-12-12 15:32:49 +08:00
Cheng Zhao
9438d42322
Use generic function to handle events
2015-12-12 13:49:58 +08:00
Cheng Zhao
f976e1eda3
Add generic version for FillDetailsObject
2015-12-12 13:20:53 +08:00
Cheng Zhao
d3e723557e
spec: Add test cases for webRequest
2015-12-12 11:31:19 +08:00
Cheng Zhao
fed94aada0
Make the webRequest listener asynchronous
2015-12-12 00:09:03 +08:00
Cheng Zhao
d3c8363450
EventType can not be OR'ed
2015-12-11 21:22:23 +08:00
Cheng Zhao
15cc8164b8
Use lower case for getters
2015-12-11 21:21:02 +08:00
Cheng Zhao
67886cf513
Parse filters in API code
2015-12-11 21:14:13 +08:00
Cheng Zhao
79a627014c
Unify how listeners are handled
2015-12-11 21:02:44 +08:00
Cheng Zhao
9d406b695f
Simpily the code that fills |details|
2015-12-11 20:40:39 +08:00
Cheng Zhao
e295eb0de7
Fix memory leak
2015-12-11 20:11:59 +08:00
Cheng Zhao
467e3b25b2
EvenTypes => EventType
2015-12-11 20:11:22 +08:00
Cheng Zhao
62f4b25cf9
Allow passing null to webRequest
2015-12-11 19:13:56 +08:00
Cheng Zhao
b7fce578d5
docs: Improve the webRequets docs
2015-12-11 19:02:56 +08:00
Cheng Zhao
98ba1a24db
Merge pull request #3640 from deepak1556/webrequest_api_patch
...
session: add webrequest api
2015-12-11 16:56:00 +08:00
Plusb Preco
efac12ed89
📝 Update as upstream
...
[ci skip]
2015-12-11 14:26:01 +09:00
Cheng Zhao
9495392a1a
Bump v0.36.0
2015-12-11 11:49:01 +08:00
Cheng Zhao
ced6aae6df
Merge pull request #3762 from atom/run-specs-with-grep
...
Allow running specs with --grep option from command line
2015-12-11 11:21:57 +08:00
Laekh
fdef3d56b8
Update browser-window.md
...
Made it more clear on how to define BrowserWindow (outside of the main process, specifically)
2015-12-11 11:20:44 +08:00
Cheng Zhao
a6976b7d83
Merge pull request #3768 from atom/window-post-message-origin
...
Fix window.postMessage event.origin value
2015-12-11 11:18:37 +08:00
Cheng Zhao
6351e28f00
Merge pull request #3769 from atom/reuse-browser-window-proxies
...
Reuse BrowserWindowProxy objects across events
2015-12-11 11:16:42 +08:00
Kevin Sawicki
8401ece537
removeWindow -> remove
2015-12-10 17:22:05 -08:00
Kevin Sawicki
49ca7509c7
Reuse BrowserWindowProxy instances
2015-12-10 17:20:10 -08:00
Kevin Sawicki
7dfca3c293
Expect event source and opened window to be equal
2015-12-10 17:04:36 -08:00
Kevin Sawicki
dd01466f3c
sequnce -> sequence
2015-12-10 17:02:35 -08:00
Kevin Sawicki
9bc7c62588
Use source origin in window.postMessage event
2015-12-10 16:52:39 -08:00
Kevin Sawicki
2cb752e3de
Add failing spec for event origin
2015-12-10 16:49:23 -08:00
Kevin Sawicki
afd736d9f9
Guard against null guest or embedder
...
Uncaught exceptions would occur when these were null and
the target origin was '*'
2015-12-10 15:51:15 -08:00
Robo
053c77d6f4
default session should be persistent
2015-12-11 00:27:15 +05:30
Robo
658accab94
fix pointer usage
2015-12-11 00:25:25 +05:30
Kevin Sawicki
49b6e5bcac
Add npm test script
2015-12-10 10:44:11 -08:00
Kevin Sawicki
065887e712
Pass through mocha invert option from test CLI
2015-12-10 10:42:07 -08:00
Kevin Sawicki
69c0a33c85
Pass mocha grep command line option through to spec app
2015-12-10 10:33:43 -08:00
Kevin Sawicki
a42fa5d5c2
Parse spec arguments using yargs library
2015-12-10 10:33:18 -08:00
Cheng Zhao
1683dd6197
Merge pull request #3759 from preco21/master
...
Update as upstream
2015-12-10 23:28:28 +08:00
Plusb Preco
ec16c6a146
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-12-10 23:30:55 +09:00
Plusb Preco
5f75bc36d9
📝 Update as upstream
...
[ci skip]
2015-12-10 23:19:50 +09:00
Cheng Zhao
a05aa81570
Merge pull request #3701 from deepak1556/protocol_post_data_patch
...
protocol: provide upload data when available
2015-12-10 19:38:35 +08:00
Cheng Zhao
991c8b1aa6
Merge pull request #3733 from deepak1556/service_worker_scheme_patch
...
protocol: api to register schemes that can handle service worker
2015-12-10 19:29:51 +08:00
Cheng Zhao
b42695a0b5
win: Don't attach console for third party terms
...
Close #3692 .
2015-12-10 14:37:09 +08:00
Cheng Zhao
150250f3d9
Merge pull request #3752 from atom/appveyor
...
Run tests on Appveyor
2015-12-10 13:38:12 +08:00
Cheng Zhao
bf5c3bc9dd
Avoid duplicate building for PR
2015-12-10 13:18:23 +08:00
Cheng Zhao
5cf369086c
Also disable test phase
2015-12-10 13:16:22 +08:00
Cheng Zhao
f11f408420
Do not automatically build everything
2015-12-10 12:48:10 +08:00
Cheng Zhao
8c31148f7d
Remove unneeded things
2015-12-10 12:35:22 +08:00
Cheng Zhao
cb806aa362
Use default node 0.12.7
...
Otherwise we would spend some time reinstalling node.
2015-12-10 12:23:39 +08:00
Cheng Zhao
33db4a6ac1
Run cibuild
2015-12-10 12:22:35 +08:00
Plusb Preco
966bc8408e
📝 Update as upstream
...
[ci skip]
2015-12-10 13:21:08 +09:00
Cheng Zhao
aa8efd90cc
Bring back AppVeyor
2015-12-10 12:09:46 +08:00
Cheng Zhao
f4f4b9428d
Merge pull request #3750 from atom/fullscreen-menu-item
...
Don't add the "Enter Full Screen" menu item automatically
2015-12-10 11:54:26 +08:00
Cheng Zhao
c180607ef6
Merge pull request #3721 from atom/emit-process-exit-event-with-code
...
Emit process exit event with app exit code
2015-12-10 11:39:14 +08:00
Cheng Zhao
2d940b7df7
Don't add the "Enter Full Screen" menu item automatically
2015-12-10 11:27:41 +08:00
Cheng Zhao
388a18b265
Don't emit will-quit event when calling app.exit
2015-12-10 11:22:55 +08:00
Kevin Sawicki
f5774e3fb2
Exit from a setImmediate callback
2015-12-09 18:40:10 -08:00
Kevin Sawicki
516ff0644c
Just include exit code in spec output
2015-12-09 18:24:24 -08:00
Kevin Sawicki
e1654ee334
📝 Document quit event includes exit code
2015-12-09 18:22:54 -08:00
Kevin Sawicki
ea1479a651
Revert comment tweak
2015-12-09 18:20:53 -08:00
Kevin Sawicki
3e5caf7e54
Get exit code from within App::OnQuit
2015-12-09 18:19:51 -08:00
Kevin Sawicki
c4389ad70f
Remove grep value setting
2015-12-09 18:12:19 -08:00
Kevin Sawicki
fc724b51e8
Move event forwarding back to init
2015-12-09 18:11:38 -08:00
Kevin Sawicki
92433be888
Include exit code with quit event
2015-12-09 18:09:59 -08:00
Kevin Sawicki
aa82eddca8
Add spec for exit code on event
2015-12-09 14:40:53 -08:00
Kevin Sawicki
63c0095efb
Emit process exit event with app exit code
2015-12-09 14:40:53 -08:00
Robo
461ee49988
fix response headers modification
2015-12-09 20:14:18 +05:30
Robo
c5b5bbbeb2
add documentation
2015-12-09 20:14:18 +05:30
Robo
29f32c5ec7
support filtering event with url regex
2015-12-09 20:14:18 +05:30
Robo
13b5cab738
session: add webrequest api
2015-12-09 20:14:18 +05:30
Robo
e80a95dc37
add test
2015-12-09 20:10:57 +05:30
deepak1556
fbb5091f94
provide option to set content for POST request with url_fetcher
2015-12-09 20:10:57 +05:30
deepak1556
940289639e
protocol: provide upload data when available
2015-12-09 20:10:57 +05:30
Cheng Zhao
d2e63dfc64
Use HTTPS for libchromiumcontent's URL
...
Without using the subdomain we should be able to work around the domain
license problem of python.
2015-12-09 18:14:37 +08:00
Cheng Zhao
f3c67586dc
Merge pull request #3743 from preco21/master
...
Update as upstream
2015-12-09 18:10:48 +08:00
Plusb Preco
4943414274
Update as upstream
...
[ci skip]
2015-12-09 17:16:54 +09:00
Plusb Preco
a190b964c8
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-12-09 16:41:23 +09:00
Cheng Zhao
f7b7b3407c
Update brightray for #3720
2015-12-09 12:34:10 +08:00
Cheng Zhao
0a81697116
Merge pull request #3732 from deepak1556/path_config_patch
...
fix chrome app and user path conflicts
2015-12-09 12:25:54 +08:00
Cheng Zhao
d4355a0533
Merge pull request #3729 from preco21/master
...
Update as upstream
2015-12-09 12:15:40 +08:00
Cheng Zhao
8aee0f52e9
Merge pull request #3715 from atom/do-not-edit-menu-template
...
Do not modify the specified menu template
2015-12-09 12:13:07 +08:00
Cheng Zhao
7bb3bf0f48
docs: win.setIgnoreMouseEvents
2015-12-09 12:05:47 +08:00
Cheng Zhao
774ba2a235
Merge pull request #3706 from billyct/master
...
support an api with SetIgnoreMouseEvents for osx
2015-12-09 12:00:16 +08:00
Cheng Zhao
3db78202da
Merge pull request #3705 from arturts/pt-br-linux-build-instructions
...
📝 [ci skip] translation build instructions
2015-12-09 11:56:01 +08:00
Cheng Zhao
445b4a1834
Merge pull request #3704 from leftstick/master
...
add ZH-CN translation for using-selenium-and-webdriver
2015-12-09 11:43:26 +08:00
Cheng Zhao
9df0fd53a6
Merge pull request #3703 from Cfeusier/patch-1
...
Fix broken link in Docs > Synopsis
2015-12-09 11:43:07 +08:00
Cheng Zhao
5be45dc268
Merge pull request #3700 from arturts/pt-br-browser-window
...
📝 [ci skip] browser window translation
2015-12-09 11:38:39 +08:00
Cheng Zhao
2f0e732351
Merge pull request #3698 from lukeapage/patch-2
...
Docs: Fix link to webcontents send channel
2015-12-09 11:38:05 +08:00
Andriy Tsok
48d07423f9
Ukrainian translation (uk-UA)
2015-12-09 11:30:04 +08:00
Robo
855d49100f
protocol: api to register schemes that can handle service worker
2015-12-09 03:11:58 +05:30
Robo
f77bb44952
fix chrome app and user path conflicts
2015-12-08 23:00:08 +05:30
Kevin Sawicki
8cdddcd562
Merge pull request #3726 from acburdine/patch-1
...
Fix grammatical error in desktop notification docs
2015-12-08 08:21:14 -08:00
Cheng Zhao
5e9aca4524
Merge pull request #3727 from atom/desktop-capture-api-continue
...
Merge the desktopCapturer API
2015-12-08 19:46:01 +08:00
Cheng Zhao
505193e239
Link with libyuv_neon.a on ARM
2015-12-08 18:15:01 +08:00
Cheng Zhao
9daeafbace
Install libxtst-dev on travis ci
2015-12-08 17:32:42 +08:00
Cheng Zhao
9548a3801b
Update brightray: Link a few more X libraries
2015-12-08 17:03:10 +08:00
Cheng Zhao
640b4c3c66
Update brightray for various linking problems
2015-12-08 16:56:20 +08:00
Cheng Zhao
98169032fd
Update libchromiumcontent and brightray
2015-12-08 14:49:13 +08:00
Plusb Preco
54b62a2f31
Update as upstream
...
[ci skip]
2015-12-08 15:39:58 +09:00
Plusb Preco
ea2054c516
Revert "Update as upstream"
...
This reverts commit 06acc8b208 .
2015-12-08 15:39:01 +09:00
Plusb Preco
06acc8b208
Update as upstream
2015-12-08 15:38:10 +09:00
Cheng Zhao
9eb5627225
Update clang to the same version with Chrome 47
2015-12-08 14:21:23 +08:00
Cheng Zhao
836a8b1794
Simplify the desktopCapturer code
2015-12-08 13:49:26 +08:00
Cheng Zhao
f6c9000f5f
spec: Add a simple test case for desktopCapturer
2015-12-08 13:49:11 +08:00
Austin Burdine
468dd9e7c8
📝 fix grammatical error in desktop notification docs [ci skip]
2015-12-07 23:13:45 -06:00
Cheng Zhao
b517b0c598
docs: Improve docs of desktopCapturer
2015-12-08 13:09:36 +08:00
Cheng Zhao
51368952a2
Remove deprecated API usages
2015-12-08 12:58:39 +08:00
Cheng Zhao
785bc2986b
Update brightray and libchromium for desktopCapturer
2015-12-08 12:47:07 +08:00
Cheng Zhao
d458b24945
Add desktopCapturer to electron
2015-12-08 12:44:55 +08:00
Cheng Zhao
04f7ceab73
Merge branch 'master' into desktop-capture-api
2015-12-08 12:43:44 +08:00
Cheng Zhao
ed2c18c724
Merge pull request #3724 from atom/node5
...
Upgrade to Node v5.1.1
2015-12-08 12:26:24 +08:00
Cheng Zhao
407e88cbad
Update brightray
2015-12-08 12:08:33 +08:00
Cheng Zhao
da208b5155
We are now on 0.36.0
2015-12-08 11:41:47 +08:00
Cheng Zhao
0f2f9b5543
No need to use CommandDispatcher
2015-12-08 11:20:07 +08:00
Cheng Zhao
4af2190890
Upgrade to Node v5.1.1
2015-12-08 11:14:30 +08:00
Cheng Zhao
c1673eb666
Merge pull request #3714 from atom/chrome47
...
Upgrade to Chrome 47
2015-12-08 10:48:04 +08:00
Cheng Zhao
c63a8c944b
Fix release title
2015-12-08 10:42:51 +08:00
Cheng Zhao
c3f7f2447c
Update the libspeechd_loader
2015-12-08 10:26:32 +08:00
Cheng Zhao
e8b5a6dedf
Merge pull request #3718 from atom/chrome47-linux
...
Port Chrome47 on Linux
2015-12-08 10:14:27 +08:00
Cheng Zhao
e78a02806e
Make it safe to use sendSync
2015-12-08 10:07:47 +08:00
Cheng Zhao
ac2e500cf7
Merge pull request #3716 from atom/chrome47-win
...
Port Chrome47 on Windows
2015-12-08 09:52:50 +08:00
Paul Betts
9a0cecf943
Rig GlobalMenuBarRegistrarX11 for Atom
2015-12-07 14:30:26 -08:00
Paul Betts
fe86239a9c
Update to Chrome47 version of tts_linux
2015-12-07 14:28:42 -08:00
Paul Betts
4a8d58f914
Update to Chrome47 version of GlobalMenuBarRegistrarX11
2015-12-07 14:25:52 -08:00
Paul Betts
8d5c153e9b
Update to Chrome 47 version of tts_win
2015-12-07 14:23:01 -08:00
Paul Betts
af28900189
Fix up Chrome47 changes
2015-12-07 13:27:05 -08:00
Kevin Sawicki
68d937ed47
🎨
2015-12-07 11:20:15 -08:00
Kevin Sawicki
96ef09742c
Directly assign submenu when constructor is Menu
2015-12-07 11:16:36 -08:00
Kevin Sawicki
83c69b56a4
Use ipc eval in spec
2015-12-07 11:12:55 -08:00
Paul Betts
3931ebb7ef
Fix up Windows build errors
2015-12-07 10:02:06 -08:00
Kevin Sawicki
e62092ebb2
Move ipc handler to be near others
2015-12-07 09:47:15 -08:00
Kevin Sawicki
a139a62ebf
Mention conversion using Menu.buildFromTemplate
2015-12-07 09:36:21 -08:00
Kevin Sawicki
d5c740957f
🎨
2015-12-07 09:29:03 -08:00
Kevin Sawicki
26ac86c95c
Convert submenu when non-Menu is passed into MenuItem ctor
2015-12-07 09:28:48 -08:00
Kevin Sawicki
f178787737
Add failing spec for Menu.buildFromTemplate
2015-12-07 09:28:17 -08:00
Cheng Zhao
d0be6c7411
Fix cppling warning
2015-12-07 22:44:35 +08:00
Cheng Zhao
27dd233820
spec: Make the "remote listeners" test more reliable
2015-12-07 21:28:58 +08:00
Cheng Zhao
647f151906
Fix the failing sendSync
2015-12-07 21:25:19 +08:00
Cheng Zhao
95e7c796ec
V8 now checks strictly when callin Neuter()
2015-12-07 20:48:39 +08:00
Cheng Zhao
73e7773d84
Update to API changes of Chrome 47
2015-12-07 19:56:23 +08:00
Cheng Zhao
766bbfcb05
Chrome 47.0.2526.73
2015-12-07 15:14:31 +08:00
billyct
5f092a6c65
support an api with SetIgnoreMouseEvents, and worked fine with osx
2015-12-06 10:14:54 +08:00
Artur de Oliveira Tsuda
e6adf36d98
📝 [ci skip] translation build instructions
2015-12-05 10:39:03 -02:00
howard.zuo
a1154ad816
add ZH-CN translation for using-selenium-and-webdriver
2015-12-05 14:49:01 +08:00
Clark Feusier
c6167bdf0a
Fix broken link in Docs > Synopsis
2015-12-04 21:51:33 -08:00
Artur de Oliveira Tsuda
dcfbd294bb
📝 [ci skip] browser window translation
2015-12-04 21:55:03 -02:00
Luke Page
220d05a398
Docs: Fix link to webcontents send channel
2015-12-04 21:07:33 +00:00
Cheng Zhao
e1d7ef7e24
Bump v0.35.4
2015-12-04 19:23:48 +08:00
Cheng Zhao
d14f15c33a
Update native_mate: isDestroy => isDestroyed
2015-12-04 19:23:30 +08:00
Cheng Zhao
af2eee603c
Merge pull request #3690 from leftstick/master
...
add translation of using-native-node-modules for ZH-CN
2015-12-04 18:46:56 +08:00
Cheng Zhao
427a2642a9
Merge pull request #3688 from preco21/master
...
Update as upstream
2015-12-04 18:46:33 +08:00
Cheng Zhao
c8e2be7b28
Bump v0.35.3
2015-12-04 16:43:23 +08:00
Howard.Zuo
c4f2d946e1
add translation of using-native-node-modules for ZH-CN
2015-12-04 15:18:55 +08:00
Cheng Zhao
ec541b2a18
Merge pull request #3686 from atom/fix-flaky-tests
...
Fix a few flaky tests
2015-12-04 13:53:07 +08:00
Cheng Zhao
7c1ea0b0f4
spec: Suppress flaky tests on Travis
2015-12-04 13:17:36 +08:00
Plusb Preco
0bcc23d8fe
Update as upstream
...
[ci skip]
2015-12-04 13:52:03 +09:00
Plusb Preco
01f9107f00
Update as upstream
...
[ci skip]
2015-12-04 13:48:38 +09:00
Plusb Preco
4a2bfa0b06
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-12-04 13:38:21 +09:00
Cheng Zhao
1cb35cd172
Merge pull request #3664 from clevertonh/master
...
Add electron-br
2015-12-04 12:10:00 +08:00
Cheng Zhao
13c737823b
spec: Suppress execFileSync test
...
It somehow makes the test flaky after refresh.
2015-12-04 11:52:34 +08:00
Cheng Zhao
5e5ae81c53
'key of' is better than Object.keys
2015-12-04 11:40:35 +08:00
Cheng Zhao
973ae06f21
Destroy the native window in next tick
...
It fixes a possible crash when native code is iterating all windows
while the JavaScript code decides to destroy a window.
2015-12-04 11:35:04 +08:00
Cheng Zhao
2c6d232254
Don't add too much listeners in BrowserWindowProxy
2015-12-04 11:12:36 +08:00
Cheng Zhao
504d3d3088
Merge pull request #3670 from mixmaxhq/jeff/fix_window_open
...
Fix `window.open` not respecting the features string
2015-12-04 10:55:51 +08:00
Cheng Zhao
f6dbc3001e
Merge pull request #3683 from zeke/coc
...
add Contributor Covenant 1.3 code of conduct
2015-12-04 10:52:44 +08:00
Cheng Zhao
afa8f8b166
Merge pull request #3672 from CharlieHess/web-contents-download-url
...
DownloadURL from webContents
2015-12-04 10:52:11 +08:00
Plusb Preco
06a9ad3984
Add contributing guide
...
[ci skip]
2015-12-04 10:06:37 +09:00
Zeke Sikelianos
53350d26ae
add placeholder CoC content to Korean README
2015-12-03 18:08:10 -06:00
Zeke Sikelianos
7951226f5c
link to CoC from README and CONTRIBUTING
2015-12-03 18:06:58 -06:00
Zeke Sikelianos
149859c97b
add CODE_OF_CONDUCT.md
2015-12-03 18:06:18 -06:00
Plusb Preco
d583cf7d8c
Update as upstream
...
[ci skip]
2015-12-04 07:54:09 +09:00
Jessica Lord
37bcdfdd45
Merge pull request #3680 from atom/newline-before-code-block
...
Add newline before example code block
2015-12-03 12:16:32 -08:00
Charlie Hess
c412b9b892
Revert accidental change to this submodule.
2015-12-03 12:14:08 -08:00
Charlie Hess
f2797d2eab
Merge commit '58567834c7cb9c290ef48c9e8f54ae37246ef665' into web-contents-download-url
...
Conflicts:
atom/browser/api/atom_api_web_contents.cc
2015-12-03 10:31:51 -08:00
Kevin Sawicki
dec714bda4
Add newline before example code block
2015-12-03 08:40:47 -08:00
Cheng Zhao
58567834c7
Merge pull request #3663 from preco21/master
...
Update as upstream
2015-12-03 21:44:54 +08:00
Cheng Zhao
f3645c6661
Merge pull request #3676 from atom/callback-race-condition
...
Make sure V8 handles are deleted on UI thread
2015-12-03 18:06:34 +08:00
Cheng Zhao
48a11bd237
Weak map only needs to be deleted for once
2015-12-03 17:10:14 +08:00
Cheng Zhao
eb8426269f
Remove itself from the cleanup list when it is destroyed
2015-12-03 17:04:40 +08:00
Cheng Zhao
1e7c8c9fda
It is fine to leak a V8 handle on exit
2015-12-03 16:33:57 +08:00
Cheng Zhao
117b7462de
window.id is no longer available when window is closed
2015-12-03 16:17:10 +08:00
Cheng Zhao
a15f9fab5b
Use BuildPrototype to build prototype
...
This saves the step of manually keeping the global template object,
which is easy to forget then leak.
2015-12-03 16:04:46 +08:00
Cheng Zhao
6795bd1d96
Do not manually manage native resources
...
We should rely on the destructor to cleanup everything, instead of
putting them in the Destroy method.
2015-12-03 15:38:43 +08:00
Cheng Zhao
e5358d405a
Make sure V8 Function passed to native code are destroyed on UI thread
2015-12-03 11:24:33 +08:00
Charlie Hess
b1391270ed
This spec is a little unreliable; up the timeout.
2015-12-02 18:40:57 -08:00
Charlie Hess
b369d4991e
Write a spec for downloading from the webview tag.
2015-12-02 18:40:39 -08:00
Charlie Hess
0d30a8d70c
Make downloadURL available on the webview tag.
2015-12-02 18:40:02 -08:00
Charlie Hess
5839df66e4
Document the new method.
2015-12-02 13:49:42 -08:00
Charlie Hess
c311c6cf1b
Add a DownloadURL method on WebContents.
2015-12-02 13:49:30 -08:00
Jeff Wear
225fe72d03
Ensure that window.open does not override the child options
...
Fixes https://github.com/atom/electron/issues/3652 .
2015-12-02 12:00:51 -08:00
Jeff Wear
32e949efed
Read window size properly in window.open test
...
`BrowserWindow#getSize` returns `[width, height]`, not `{width, height}`.
2015-12-02 11:50:44 -08:00
Cléverton Heming
0553b9c672
Add electron-br
2015-12-02 15:27:23 +00:00
Plusb Preco
75c28ff993
Update as upstream
2015-12-03 00:21:34 +09:00
Plusb Preco
cc841242b5
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-12-03 00:21:28 +09:00
Cheng Zhao
4252c17db0
Merge pull request #3660 from atom/tray-custom-menu
...
Add `menu` parameter for Tray.popUpContextMenu
2015-12-02 20:55:02 +08:00
Cheng Zhao
47b74ff820
Merge pull request #3659 from lukeapage/patch-1
...
Update debugging-main-process.md
2015-12-02 19:59:43 +08:00
Cheng Zhao
615ce45849
win: Implement menu parameter
2015-12-02 19:58:10 +08:00
Cheng Zhao
3cdd0f35c7
mac: Implement menu parameter
2015-12-02 19:05:22 +08:00
Cheng Zhao
2fba05b5e7
Add menu parameter for Tray.popUpContextMenu
2015-12-02 18:43:11 +08:00
Luke Page
9567599698
Update debugging-main-process.md
2015-12-02 10:23:21 +00:00
Cheng Zhao
202475f5a9
Deprecating a property with method of same name causes trouble
...
Close #3511 .
2015-12-02 17:29:58 +08:00
Cheng Zhao
c493bec089
Make sure temp file will be cleaned up when base::Move fails
2015-12-02 11:36:29 +08:00
Cheng Zhao
c3645e3f95
Don't call Move if there is no need to move
2015-12-02 11:07:48 +08:00
Cheng Zhao
c691094aa1
spec: Fix failing tests on win32
2015-12-02 11:00:28 +08:00
Cheng Zhao
0d50e08ed1
Merge pull request #3648 from jviotti/jviotti/fix/exec-file-asar-bat
...
🏁 Preserve file extension when extracting from asar
2015-12-02 10:45:24 +08:00
Cheng Zhao
17f4bf2ce8
Merge pull request #3650 from arturts/patch-5
...
📝 [ci skip] Update to match english docs, fix typos
2015-12-02 10:21:10 +08:00
Cheng Zhao
8122d63cd2
Merge pull request #3649 from arturts/pt-BR-auto-updater
...
📝 [ci skip] Add translation to auto-updater, change links
2015-12-02 10:20:58 +08:00
Artur de Oliveira Tsuda
5cae8397cc
📝 [ci skip] fix more typos
2015-12-01 21:57:07 -02:00
Artur de Oliveira Tsuda
9a93ecc3cf
📝 [ci skip] fix typos
2015-12-01 21:46:13 -02:00
Artur de Oliveira Tsuda
d76e21853b
Change header
2015-12-01 21:38:25 -02:00
Artur de Oliveira Tsuda
229dc02a41
📝 [ci skip] Update to match english docs, fix typos
2015-12-01 21:34:35 -02:00
Artur de Oliveira Tsuda
1b1c4bec4e
📝 [ci skip] Add translation to auto-updater, change links
2015-12-01 21:09:20 -02:00
Juan Cruz Viotti
a99c193cf2
🏁 Preserve file extension when extracting from asar
...
Currently, when calling `copyFileOut`, the original extension from the
file is lost, and a generic `*.tmp` is added instead.
This becomes problematic in the scenario where we use
`child_process.execFile` on a Windows Batch script that lives inside the
`asar` package.
Windows relies on the extension being present in order to interpret the
script accordingly, which results in the following bug because the
operating system doesn't know what do to with this `*.tmp` file:
```
Error: spawn UNKNOWN
```
Steps to reproduce:
1. Create a dummy batch script (test.bat):
```
@echo off
echo "Hello world"
```
2. Create an electron app that attemps to call this script with
`child_process.execFile`:
```js
var child_process = require('child_process');
var path = require('path');
child_process.execFile(path.join(__dirname, 'test.bat'), function(error, stdout) {
if (error) throw error;
console.log(stdout);
});
```
3. Package this small application as an asar archive:
```sh
> asar pack mytestapp app.asar
```
4. Execute the application:
```sh
> electron.exe app.asar
```
2015-12-01 14:55:58 -04:00
Cheng Zhao
85b7aa6933
Merge pull request #3645 from atom/fix-page-title-set
...
Delay the page-title-updated event to next tick
2015-12-01 19:12:34 +08:00
Cheng Zhao
e5974e44ed
Deprecate the page-title-set event
...
We have two names for the same event, page-title-updated wins.
2015-12-01 18:50:56 +08:00
Cheng Zhao
c95117fb22
Delay the page-title-set event to next tick
2015-12-01 18:34:58 +08:00
Cheng Zhao
83ee78451a
Emit event when title becomes empty
2015-12-01 17:53:13 +08:00
Cheng Zhao
8d20dda6d7
No need to override TitleWasSet in NativeWindow
2015-12-01 17:51:09 +08:00
Cheng Zhao
782af41c7c
Merge pull request #3643 from atom/fix-did-fail-load-crash
...
Delay the did-fail-provisional-load event to next tick
2015-12-01 17:19:52 +08:00
Cheng Zhao
1b3eb1cc5d
Delay the did-fail-provisional-load event to next tick
...
Chrome is doing some stuff after the DidFailProvisionalLoad event, if we
call LoadURL at this time crash would happen.
2015-12-01 17:00:42 +08:00
Cheng Zhao
0f17a0163d
Put common constants in atom_constants
2015-12-01 16:21:15 +08:00
Cheng Zhao
a2f1390b0d
Merge pull request #3641 from atom/process-no-asar
...
Add process.noAsar to toggle asar support
2015-12-01 14:40:37 +08:00
Cheng Zhao
165b464a15
docs: process.noAsar
2015-12-01 13:43:52 +08:00
Cheng Zhao
900dc78a47
spec: process.noAsar
2015-12-01 13:09:50 +08:00
Cheng Zhao
e3ec1fe8ab
Add process.noAsar to turn off asar support
2015-12-01 13:09:37 +08:00
Cheng Zhao
757b644909
Merge pull request #3567 from atom/cors
...
Enable all origins via CORS header for custom schemes
2015-12-01 12:43:38 +08:00
Paul Betts
7fd1db192b
Lint harder
2015-11-30 18:12:00 -08:00
Cheng Zhao
bd5d52f825
Merge pull request #3638 from arturts/pt-br-translation
...
📝 [ci skip] Add translation to app.md
2015-12-01 10:06:55 +08:00
Cheng Zhao
dd0b2bc8d5
Merge pull request #3636 from arturts/patch-4
...
📝 [ci skip] Update to match english docs.
2015-12-01 10:06:38 +08:00
Cheng Zhao
290c0c37f4
Merge pull request #3635 from arturts/patch-3
...
📝 [ci skip] Fix typos
2015-12-01 10:06:13 +08:00
Artur de Oliveira Tsuda
7da78a9fa8
📝 [ci skip] Add translation to app.md
2015-11-30 21:56:19 -02:00
Artur de Oliveira Tsuda
97f535251b
📝 [ci skip] Update to match english docs.
2015-11-30 19:43:19 -02:00
Artur de Oliveira Tsuda
c83976dfdc
📝 [ci skip] Fix typos
2015-11-30 19:14:33 -02:00
Paul Betts
549da7fd91
Linting
2015-11-30 11:10:18 -08:00
Paul Betts
15b8d7680e
Add tests to verify behavior
2015-11-30 11:08:45 -08:00
Paul Betts
7cce3987eb
Add CORS header to file jobs
2015-11-30 11:08:45 -08:00
Paul Betts
65cb1488b0
Fix CORS header code to be cleaner
2015-11-30 11:08:44 -08:00
Paul Betts
7622bb40a9
Enable all origins via CORS header for custom schemes
...
This PR disables CORS for custom schemes, which allows you to serve Font
resources from custom schemes after using registerCustomSchemeAsSecure
2015-11-30 11:08:43 -08:00
Cheng Zhao
f931e165d5
Merge pull request #3634 from atom/fix-crash-on-exit
...
Delete BridgeTaskRunner when main message loop is ready
2015-11-30 22:40:48 +08:00
Cheng Zhao
44e24ebf7a
Delete BridgeTaskRunner when main message loop is ready
2015-11-30 22:29:01 +08:00
Cheng Zhao
a7dd6596f1
Merge pull request #3628 from lovemyliwu/patch-1
...
🎨 add miss charactor
2015-11-30 18:26:04 +08:00
Smite Chow
4d5028fb4c
🎨 add miss charactor
2015-11-30 17:16:35 +08:00
Plusb Preco
9fa6527460
Update as upstream
2015-11-30 17:24:43 +09:00
Cheng Zhao
dbdfac1133
Merge pull request #3626 from arturts/patch-2
...
Update 'Estilo de código' link.
2015-11-30 16:01:05 +08:00
Cheng Zhao
b9c6f719f3
Merge pull request #3625 from arturts/patch-1
...
Remove 'Google Translator'-like translation
2015-11-30 16:01:01 +08:00
Cheng Zhao
f30a7f5636
Merge pull request #3622 from atom/wl-docs-skip-ci
...
Suggest [ci skip] in documentation-only commits
2015-11-30 15:33:49 +08:00
Cheng Zhao
bf4b94561e
docs: Mention submitting to MAC costs money
...
Close #3617 .
2015-11-30 15:21:39 +08:00
Cheng Zhao
91395102cf
Merge pull request #3618 from preco21/master
...
Update as upstream
2015-11-30 15:01:08 +08:00
Cheng Zhao
23560ff570
Merge pull request #3616 from leftstick/master
...
add packaging translation for ZH-CN
2015-11-30 15:00:33 +08:00
Cheng Zhao
8ba02fb899
Merge pull request #3612 from gunmetal313/translate_to_ru
...
init russian lang docs
2015-11-30 14:57:16 +08:00
Artur de Oliveira Tsuda
45e9ed5f0c
Update 'Estilo de código' link.
...
'Estilo de código' in 'Desenvolvimento' section now points to the translated coding-style.md
2015-11-29 23:25:16 -02:00
Artur de Oliveira Tsuda
7d827c2f3e
Remove 'Google Translator'-like translation
2015-11-29 22:56:34 -02:00
Paul Betts
b67e70334a
Merge pull request #3621 from lukewestby/patch-1
...
fix misspelling in "rotation" string
2015-11-29 15:33:55 -08:00
Wliu
9c0afcd901
Wrap [ci skip] in backticks
2015-11-29 14:57:48 -05:00
Wliu
c7420e17ab
Suggest [ci skip] in documentation-only commits
2015-11-29 14:04:57 -05:00
Luke Westby
df9ecefe01
fix typo in "rotation" string
2015-11-29 12:22:53 -06:00
Plusb Preco
22dbf5e9fc
Small fixes
2015-11-29 23:06:01 +09:00
Plusb Preco
dab7058aa2
Update as upstream
2015-11-29 23:03:31 +09:00
Plusb Preco
9fbe2e6c0f
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-29 18:46:01 +09:00
howard.zuo
5bbc46930f
add packaging translation for ZH-CN
2015-11-29 12:14:49 +08:00
Ivan Kulikov
eeb1143deb
init russian lang docs
2015-11-27 22:32:45 +03:00
Cheng Zhao
62add3abcc
Bump v0.35.2
2015-11-27 22:23:19 +08:00
Cheng Zhao
b529efcd8e
Merge pull request #3608 from atom/cp-execfile
...
Add docs and tests for child_process.execFile
2015-11-27 22:21:33 +08:00
Cheng Zhao
cfdcfcbd80
Add executable permission in CopyFileOut
2015-11-27 22:06:37 +08:00
Cheng Zhao
6ef6a83042
spec: Test execFile and execFileSync
2015-11-27 21:38:43 +08:00
Cheng Zhao
a1fdc701ee
docs: Add notes on spawn and exec
2015-11-27 21:29:31 +08:00
Cheng Zhao
6fb944c842
Merge pull request #3604 from niedzielski/patch-2
...
Update docs for webContents.addWorkSpace
2015-11-27 18:39:11 +08:00
Cheng Zhao
8472528909
Merge pull request #3603 from niedzielski/patch-1
...
Update docs for globalShortcut.register
2015-11-27 18:38:39 +08:00
Cheng Zhao
628ee93b0b
Merge pull request #3606 from preco21/master
...
Update as upstream
2015-11-27 18:38:13 +08:00
Plusb Preco
a96c408df5
Update as upstream
2015-11-27 17:28:09 +09:00
Plusb Preco
8a7aa0171b
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-27 17:27:58 +09:00
Stephen Niedzielski
62c65280a1
Update docs for webContents.addWorkSpace
...
Specify that webContents.addWorkSpace cannot be called before DevTools
creation and include example.
Fix : #3536
2015-11-26 23:16:00 -07:00
Stephen Niedzielski
0b245b96e4
Update docs for globalShortcut.register
...
Document return value for globalShortcut.register and common failure scenario.
Fix : #3600
2015-11-26 22:38:47 -07:00
Cheng Zhao
42454b07d0
Merge pull request #3595 from jviotti/jviotti/fix/3512/execFile-override-exec-permissions
...
🐛 Fix missing execution permission bit in execFile override
2015-11-27 11:39:45 +08:00
Juan Cruz Viotti
585ff9062c
🐛 Fix missing execution permission bit in execFile override
...
Consider an electron application that uses `execFile` to run a script
that lives within the application code base:
```coffee
child_process = require 'child_process'
child_process.execFile __dirname + '/script.sh', (error) ->
throw error if error?
```
An application like this will fail when being packaged in an `asar` with
an following error:
```
Error: spawn EACCES
```
Electron overrides certain `fs` functions to make them work within an
`asar` package. In the case of `execFile`, the file to be executed is
extracted from the `asar` package into a temporary file and ran from
there.
The problem is that during the extraction, the original permissions of
the file are lost.
We workaround this by:
1. Extending `asar.stat` to return whether a file is executable or not,
which is information that's already saved in the `asar` header.
2. Setting execution permissions on the extracted file if the above
property holds true.
Fixes: https://github.com/atom/electron/issues/3512
2015-11-26 23:30:23 -04:00
Plusb Preco
43b73a0ced
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-27 12:19:47 +09:00
Cheng Zhao
932cd92bf6
Fix wrong deprecation wrappers of BrowserWindow
2015-11-27 10:30:51 +08:00
Cheng Zhao
ed866900e7
Merge pull request #3594 from atom/public-env
...
Add ELECTRON_RUN_AS_NODE environment variable
2015-11-26 21:51:35 +08:00
Cheng Zhao
59402eb23f
Add ELECTRON_NO_ATTACH_CONSOLE env var
...
Close #1556 .
2015-11-26 21:11:28 +08:00
Cheng Zhao
682b48095a
docs: Add example
2015-11-26 20:44:07 +08:00
Cheng Zhao
6534a0e616
docs: Add Environment Variables
2015-11-26 20:37:48 +08:00
Cheng Zhao
b1e6d4f64c
Check ELECTRON_RUN_AS_NODE env var
2015-11-26 20:37:21 +08:00
Cheng Zhao
5ee9e61445
Update brightray for #1369
2015-11-26 19:10:43 +08:00
Cheng Zhao
a551b8eaaa
Merge pull request #3590 from vQuagliaro/doc-windows-open-file
...
[doc] open-file and open-url events are only available on OS X
2015-11-26 18:34:12 +08:00
Vincent Quagliaro
fe4638ef33
📝 open-file and open-url events are only available on OS X
2015-11-26 09:09:45 +01:00
Cheng Zhao
086734cb57
Merge pull request #3588 from atom/fix-fullscreen-crash
...
Clears the delegate when window is going to be closed
2015-11-26 14:10:17 +08:00
Cheng Zhao
b0d4aa211d
Fix compatibility with activate-with-no-open-windows event
2015-11-26 13:57:48 +08:00
Cheng Zhao
6c1878d15b
mac: Clears the delegate when window is going to be closed
...
Since EL Capitan it is possible that the methods of delegate would get
called after the window has been closed.
Refs atom/atom#9584 .
2015-11-26 13:56:56 +08:00
Cheng Zhao
8ce19d8059
Merge pull request #3586 from atom/ipc-fasterer
...
Ensure calling webview.send will not block the renderer
2015-11-26 13:15:08 +08:00
Cheng Zhao
9c62be8fc9
Improve the deprecation notice for ipc module
...
Close #3577 .
2015-11-26 11:06:56 +08:00
Cheng Zhao
873bfd0538
Merge pull request #3574 from preco21/master
...
Update as upstream
2015-11-26 11:02:01 +08:00
Cheng Zhao
ec88567683
Merge pull request #3573 from rprichard/fix_3565
...
Fix https://github.com/atom/electron/issues/3565 by adding a typeof
2015-11-26 11:00:29 +08:00
Paul Betts
789380dfad
Ensure calling webview.send will not block the renderer
...
When the browser process is busy, calling webview.send (a method that appears
on its face to be non-blocking) will actually block, because most webview methods
are remoted to a guest view instance in the browser. Instead, define a few methods
which will instead send its call over an async IPC message.
2015-11-25 15:54:30 -08:00
Plusb Preco
34aecc9327
Update as upstream
2015-11-25 08:55:04 +09:00
Ryan Prichard
0f5a3baff4
Fix https://github.com/atom/electron/issues/3565 by adding a typeof
2015-11-24 16:49:52 -06:00
Cheng Zhao
bf5e9e4f4d
Merge pull request #3568 from laiso/fix_docs
...
docs: s/loadUrl/loadURL/g in docs-translations/
2015-11-24 22:03:46 +08:00
laiso
4acbd3e03f
s/loadUrl/loadURL/g in docs-translations/
2015-11-24 21:02:14 +09:00
Cheng Zhao
b9fd095b04
docs: Mark code blocks
2015-11-24 18:40:50 +08:00
Cheng Zhao
24e892dd17
Update brightray for #3550
2015-11-24 18:39:16 +08:00
Cheng Zhao
bab603d33a
Merge pull request #3550 from etiktin/support_proxy_bypass_list
...
Add support for --proxy-bypass-list command line argument
2015-11-24 18:38:33 +08:00
Cheng Zhao
fe88cb01fc
Merge pull request #3531 from deepak1556/fetch_job_nocontent_patch
...
protocol: handle http responses with no content
2015-11-24 15:45:07 +08:00
Cheng Zhao
a4a14a5f0e
Update brightray for #3458
2015-11-24 15:14:48 +08:00
Cheng Zhao
e634dc567e
Merge pull request #3561 from preco21/master
...
Update as upstream
2015-11-24 13:40:16 +08:00
Plusb Preco
6e6cee3ac6
Small fixes
2015-11-24 10:23:52 +09:00
Plusb Preco
6636effb1d
Update as upstream
...
* Update as upstream
* Add caution of translation version
2015-11-24 10:21:30 +09:00
Plusb Preco
d353a3a204
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-23 20:34:00 +09:00
Cheng Zhao
c2197d8a05
Merge pull request #3554 from meowlab/docs-fix
...
docs: Fix deprecated usage tips
2015-11-23 18:19:37 +08:00
Cheng Zhao
9e74b10825
Merge pull request #3548 from dongjoon-hyun/fix_typos_in_koKR_api_ipc_main
...
Fix typos in Korean api/ipc-main.md
2015-11-23 17:45:48 +08:00
Cheng Zhao
422e40d08c
Merge pull request #3544 from dongjoon-hyun/fix_typo
...
Fix a typo in Korean quick-start tutotial
2015-11-23 17:45:44 +08:00
Cheng Zhao
e98d4c4a2e
Merge pull request #3549 from bengotow/fix-hide-others
...
Remove trailing colons from default menu roles
2015-11-23 17:44:06 +08:00
Plusb Preco
54f16a5568
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-23 18:23:15 +09:00
Cheng Zhao
360a747acf
Merge pull request #3542 from etiktin/fix_menu_item_using_deprcated_api
...
Fix menu-item using deprecated API
2015-11-23 17:11:44 +08:00
Cheng Zhao
ba8b448c36
docs: Add indent for items in list
...
Some markdown renderers require it to be able to render the list
correctly.
2015-11-23 16:59:15 +08:00
Cheng Zhao
634fef2508
Merge pull request #3537 from etiktin/make_BrowserWindow_options_optional
...
Make BrowserWindow options argument optional
2015-11-23 16:56:30 +08:00
Cheng Zhao
812e105d4f
Merge pull request #3535 from etiktin/use_the_correct_docs_version
...
Use the correct docs version
2015-11-23 16:45:26 +08:00
Cheng Zhao
1a1d5aba94
Merge pull request #3533 from preco21/master
...
Update as upstream
2015-11-23 16:41:02 +08:00
Sunny
6d46c3a75e
docs: Fix deprecated usage tips
2015-11-23 13:40:23 +08:00
Eran Tiktin
baab0486f0
Add documentation for --proxy-bypass-list
...
Depends on atom/brightray#179
2015-11-22 23:44:20 +02:00
Robo
167f11e797
protocol: handle http responses with no content
2015-11-23 01:07:14 +05:30
Ben Gotow
fbdef9e112
Remove trailing colons from default menu roles
...
`hideothers` and `unhide` had trailing colons which prevented them from being enabled / working in the default app. #3543
2015-11-22 09:08:35 -08:00
Dongjoon Hyun
df570269e3
Fix typos in Korean api/ipc-main.md
2015-11-22 23:16:56 +09:00
Dongjoon Hyun
10a7ecee46
Add space, too
2015-11-22 19:55:36 +09:00
Dongjoon Hyun
b406774055
Fix a typo in Korean quick-start tutotial
2015-11-22 19:50:52 +09:00
Eran Tiktin
6db6842c14
Fix menu-item using deprecated API
...
Some of the roles in menu-item use methods on BrowserWindow instead of
WebContents which outputs a deprecation warning.
I changed it to use the correct methods.
2015-11-22 01:13:57 +02:00
Eran Tiktin
651254424d
Expand the descriptions of options with defaults
...
Resolves #3367
2015-11-21 21:50:23 +02:00
Eran Tiktin
4027d04662
Add test
2015-11-21 06:58:17 +02:00
Eran Tiktin
ab693ca571
Update docs
2015-11-21 06:42:40 +02:00
Eran Tiktin
18de28c3ff
Make BrowserWindow options argument optional
...
Resolves #3473
2015-11-21 06:22:19 +02:00
Plusb Preco
1cf3216f50
Add missed translation
2015-11-21 13:15:37 +09:00
Eran Tiktin
df8cc85d2c
Rephrased the note
2015-11-21 04:22:16 +02:00
Eran Tiktin
5730d588d0
Add a note to readme about docs versioning
...
Added a note to readme about using the correct docs version. Hopefully
this will reduce users confusion.
2015-11-21 03:31:52 +02:00
Eran Tiktin
4d4bb0a73e
Added ctags cache files to .gitignore
2015-11-21 02:32:53 +02:00
Eran Tiktin
9341b9d640
Make links to docs, point to the correct version
...
- Links to docs in the default app, pointed to the docs in the master
branch. I changed them to point to the docs that match Electron's
version.
- Added Electron's version to the header of the default app, so it will
be easier to figure out what version is currently running.
2015-11-21 02:26:59 +02:00
Plusb Preco
ecdce2b214
Update as upstream
2015-11-21 07:51:52 +09:00
Eran Tiktin
f374508a61
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-20 19:25:23 +02:00
Eran Tiktin
50083017bc
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-20 18:44:51 +02:00
Cheng Zhao
29052b0498
Bump v0.35.1
2015-11-20 13:36:59 +08:00
Cheng Zhao
153c751fd7
Update brightray for #3493
2015-11-20 13:33:42 +08:00
Cheng Zhao
8e2faba8f7
Small style fix
2015-11-20 13:06:42 +08:00
Cheng Zhao
c1d6d68783
Merge pull request #3509 from bengotow/macosx-desktop-window
...
Support the "desktop" window type on Mac OS X
2015-11-20 13:02:05 +08:00
Cheng Zhao
866cff8b9c
Merge pull request #3519 from preco21/master
...
Update as upstream, some cleanups
2015-11-20 10:52:53 +08:00
Cheng Zhao
784d2633a9
Make child_process.execFileSync support asar
2015-11-20 10:33:57 +08:00
Cheng Zhao
eec93665b7
Merge pull request #3514 from atom/session
...
Add session module
2015-11-20 10:23:38 +08:00
Plusb Preco
79397abbeb
Update as upstream
2015-11-20 04:58:51 +09:00
Plusb Preco
80dfa4bf09
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-20 04:46:07 +09:00
Plusb Preco
962134c612
Cleanup docs
...
* Adjust line wrap to 80
* Fix typos
* Improve grammar
2015-11-20 04:46:05 +09:00
Ben Gotow
65c823407d
Address feedback
2015-11-19 10:14:14 -08:00
Plusb Preco
eca98b85fc
Cleanup docs, fix typos
2015-11-20 02:25:44 +09:00
Cheng Zhao
026a1f9a4f
Merge pull request #3515 from sotayamashita/japanese-localization
...
Format structure
2015-11-19 22:23:14 +08:00
Sota Yamashita
fd3b8ad623
Rename: READE.md -> README.md
2015-11-19 22:54:40 +09:00
Sota Yamashita
bee1af3264
Create README.md
2015-11-19 22:54:01 +09:00
Sota Yamashita
f2472274b7
Rename quick-start.md -> tutorial/quick-start.md
2015-11-19 22:52:37 +09:00
Cheng Zhao
1b464c82e1
docs: Put webContents.session under Properties
2015-11-19 21:48:45 +08:00
Cheng Zhao
611f87d17f
spec: Use session.defaultSession in tests
2015-11-19 21:42:22 +08:00
Cheng Zhao
08c13cf446
Deprecate app.resolveProxy
...
There is now a public API to get default session, this helper is no
longer necessary.
2015-11-19 21:32:46 +08:00
Cheng Zhao
44c562ebd9
docs: New session methods
2015-11-19 21:31:39 +08:00
Cheng Zhao
dd8ef33e42
docs: webContents.savePage is placed at wrong place
2015-11-19 21:10:50 +08:00
Cheng Zhao
1392873cbc
Add session.defaultSession and remove app.defaultSession
...
The latter has never been a public API, no need to keep it.
2015-11-19 21:03:42 +08:00
Cheng Zhao
47d7d49d19
Add session module
2015-11-19 20:47:11 +08:00
Cheng Zhao
b9ddb0c268
Merge pull request #3510 from atom/is-destroyed
...
Add "isDestroyed" method for objects with "destroy" method
2015-11-19 17:28:59 +08:00
Cheng Zhao
9a20b33d97
Add isDestroyed method for classes with destroy method
2015-11-19 17:08:16 +08:00
Ben Gotow
d427ae1030
Support the "desktop" window type on Mac OS X
...
Adds the desktop window type referenced in https://github.com/atom/electron/issues/2899 for compatiblity with the linux version. Note that on Mac OS X, the desktop window cannot receive input events (seems to be a limitation of being behind the desktop).
In this diff I also removed the `standardWindow` option from the docs, in favor of an additional `textured` value for window `type` on Mac OS X. The old `standardWindow` option continues to work, but seemed more confusing. If this seems like a bad idea, I can revert that change.
2015-11-19 00:39:45 -08:00
Cheng Zhao
ed1f9989b0
Merge pull request #3507 from atom/upload-dsym
...
Upload the dSYM symbols
2015-11-19 16:38:58 +08:00
Cheng Zhao
2c06afad6a
Upload the dSYM symbols
2015-11-19 15:10:33 +08:00
Cheng Zhao
52e34ca0f9
Merge pull request #3506 from atom/linux-dpi
...
Update libchromiumcontent
2015-11-19 14:45:30 +08:00
Cheng Zhao
c63121c2f6
Update libchromiumcontent
...
Backport https://codereview.chromium.org/1324513002 .
2015-11-19 13:50:54 +08:00
Cheng Zhao
69388e185c
Merge pull request #3504 from KevinRamsunder/patch-1
...
mac-app-store-submission-guide.md: typo correction
2015-11-19 11:00:43 +08:00
Cheng Zhao
2affc44000
Merge pull request #3503 from etiktin/patch-2
...
Update ipc-renderer.md
2015-11-19 11:00:13 +08:00
Cheng Zhao
afbceab2ab
Merge pull request #3496 from preco21/master
...
Update as upstream and some fixes
2015-11-19 10:57:21 +08:00
Cheng Zhao
e9b8e66f2b
Merge pull request #3497 from etiktin/patch-1
...
Update browser-window.md
2015-11-19 10:54:32 +08:00
Cheng Zhao
8900d67c67
Merge pull request #3492 from vitorgalvao/patch-2
...
web-view-tag.md: small typo correction ('the' position swap)
2015-11-19 10:44:15 +08:00
Kevin Ramsunder
ba5f8aa096
mac-app-store-submission-guide.md: typo correction
2015-11-18 20:04:16 -05:00
Plusb Preco
0232b77ce3
Cleanup docs, Improve grammar
2015-11-19 09:32:44 +09:00
Eran Tiktin
b7ae9d3337
Update ipc-renderer.md
...
Removed duplication.
2015-11-19 02:11:32 +02:00
Plusb Preco
e4803e6f97
Translate docs
2015-11-19 05:12:38 +09:00
Eran Tiktin
f581730516
Update browser-window.md
...
Changed the description of the preload key to make it clear you need to provide an absolute file path and not a file url.
Also mentioned that it's possible to reintroduce Node globals when node integration is off and referenced the example from process.md (related to https://github.com/atom/electron/issues/254#issuecomment-157769756 ).
2015-11-18 21:06:06 +02:00
Plusb Preco
ef64a211a2
Standardize platform labels
2015-11-19 04:01:50 +09:00
Plusb Preco
82e2da1d9a
Translate docs
2015-11-19 03:53:10 +09:00
Vítor Galvão
e2cd0578f3
web-view-tag.md: small typo correction ('the' position swap)
2015-11-18 18:13:48 +00:00
Plusb Preco
70c7abbbfe
Small changes
2015-11-19 02:51:27 +09:00
Plusb Preco
f0d2bc87e8
Add translation, improve grammar
2015-11-19 02:50:04 +09:00
Plusb Preco
cc5a4f1dfe
Update as upstream
2015-11-18 23:42:03 +09:00
Plusb Preco
9db4af4cf3
Fix platform label to uppercase (ko)
2015-11-18 23:36:20 +09:00
Plusb Preco
0c2d769b8a
Fix platform label to uppercase
2015-11-18 23:35:36 +09:00
Plusb Preco
6058c7e14d
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-18 23:33:38 +09:00
Plusb Preco
250575719d
Translate docs
2015-11-18 23:32:47 +09:00
Plusb Preco
6892f0d2d4
Add missed translation
2015-11-18 22:14:24 +09:00
Cheng Zhao
87546bd4f8
Merge pull request #3479 from bengotow/tray-resizing
...
Fix sizing of Mac OS X tray icon after image change
2015-11-18 18:49:15 +08:00
Cheng Zhao
1ee69540b0
Merge pull request #3484 from bengotow/remote-errors
...
Improve exception messages from remote calls
2015-11-18 18:21:02 +08:00
Cheng Zhao
151f8e7f8a
Merge pull request #3485 from leftstick/master
...
[Doc update]: Use loadURL since loadUrl is deprecated
2015-11-18 18:12:09 +08:00
Cheng Zhao
a3460e8e19
Merge pull request #3483 from preco21/patch-4
...
'app-command' event is only available in Windows
2015-11-18 18:11:37 +08:00
Cheng Zhao
bcdd0952f8
docs: Fix typo
2015-11-18 17:56:50 +08:00
Cheng Zhao
9e67dc385b
Merge pull request #3476 from preco21/master
...
Update as upstream, add new translation and some fixes
2015-11-18 13:18:44 +08:00
Cheng Zhao
45e3d4ea6b
Merge pull request #3487 from atom/certificate-api
...
Rework of the certificate API
2015-11-18 12:06:52 +08:00
Plusb Preco
25e5c38556
Small changes
2015-11-18 12:45:33 +09:00
Cheng Zhao
47d7f2c050
Fix cpplint warning
2015-11-18 11:45:15 +08:00
Cheng Zhao
9ca022c98a
docs: Update the certificate APIs
2015-11-18 11:35:26 +08:00
Cheng Zhao
c5bfac1969
Add session.setCertificateVerifyProc
2015-11-18 11:17:08 +08:00
Plusb Preco
3af4a40860
Translation docs
2015-11-18 11:43:16 +09:00
Cheng Zhao
e432abfb42
Add certificate-error event
2015-11-18 10:39:25 +08:00
Plusb Preco
74e8c8d6a5
Translate docs, small changes
2015-11-18 11:28:03 +09:00
Cheng Zhao
341341bf28
Rename select-certificate to select-client-certificate
2015-11-18 10:10:21 +08:00
Cheng Zhao
9a0dc3bfd7
Add Delegate for AtomBrowserClient
2015-11-18 10:07:03 +08:00
Howard.Zuo
c2eddb20f7
use loadURL since loadUrl is deprecated
2015-11-18 09:37:45 +08:00
Ben Gotow
1022179a1f
Improve exception messages from remote calls
...
Spent a while tracking down `Error processing argument -1`, caused by a missing param (`app.exit()` now takes an exit code.) Improve the rpc-server so that it prints the function name when possible, so it's much easier to identify which remote call is causing the error.
2015-11-17 17:36:37 -08:00
Plusb Preco
d129aa9085
Update as upstream
2015-11-18 09:50:14 +09:00
Plusb Preco
0e8ab0688d
Fix wrong markdown
2015-11-18 09:43:28 +09:00
Plusb Preco
0dd14ad204
'app-command' event is only available in Windows
2015-11-18 09:36:14 +09:00
Plusb Preco
7cc965b178
Translate docs
2015-11-18 09:21:49 +09:00
Plusb Preco
57aecbc415
Small changes
2015-11-18 07:09:10 +09:00
Ben Gotow
9c69416e32
Fix sizing of Mac OS X tray icon after image change
...
- Consolidate logic that applies view dimensions into a function
- Use `NSVariableStatusItemLength` instead of trying to sync status item width
- Use modern Obj-C syntax `@[], @{}` in a few places
- Recompute view bounds after updating image in `setImage:`
2015-11-17 13:43:55 -08:00
Plusb Preco
c21d7b537a
Update as upstream
2015-11-18 03:40:58 +09:00
Plusb Preco
78dac21b84
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-18 03:10:18 +09:00
Plusb Preco
b4eca40d07
Improve grammar
...
* Improve grammar
* Standardize docs
* Fix typos
2015-11-18 03:09:51 +09:00
Plusb Preco
456154a6a2
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-18 02:13:01 +09:00
Plusb Preco
247a0a8ae2
Add BrowserWindow translation
2015-11-18 02:12:40 +09:00
Cheng Zhao
ab54fedc9a
Merge pull request #3469 from atom/cleanup-verify-certificate
...
Emit verify-certificate only when default verifier fails
2015-11-17 21:57:58 +08:00
Cheng Zhao
961ee5a4d9
Rename verify-certificate to untrusted-certificate
2015-11-17 21:41:36 +08:00
Cheng Zhao
ebe66daa56
Emit verify-certificate only when default verifier fails
2015-11-17 21:36:36 +08:00
Cheng Zhao
e3517b701e
Create a new CertVerifierRequest for each request
...
It greatly simplifies the code.
2015-11-17 19:44:55 +08:00
Cheng Zhao
ea1e4160ea
Move AtomSSLConfigService to atom/browser/net
2015-11-17 19:05:38 +08:00
Cheng Zhao
37f355724a
Move AtomCertVerifier to atom/browser/net
2015-11-17 19:03:09 +08:00
Cheng Zhao
217311ef21
No need to use weak reference
...
Ref-counting manages everything.
2015-11-17 19:00:33 +08:00
Cheng Zhao
24f573eceb
Merge pull request #3344 from deepak1556/certificate_verifier_api_patch
...
session: api to allow handling certificate verification
2015-11-17 18:53:35 +08:00
Moises lopes ferreira
855c1ead00
Portuguese translation of coding-style.md
2015-11-17 18:42:03 +08:00
Cheng Zhao
9a9f912f24
Merge pull request #3464 from dongjoon-hyun/add_missing_translations_in_menu_items
...
Add missing Korean translations in menu-item.md
2015-11-17 18:20:17 +08:00
Dongjoon Hyun
5995451366
Add missing translations
2015-11-17 16:49:08 +09:00
tom
099da729c7
Added korean translations for webContents
2015-11-17 11:58:37 +08:00
Cheng Zhao
69a6e80ab8
Merge pull request #3462 from atom/absolut-url-docs
...
docs: Use absolute URLs
2015-11-17 11:50:19 +08:00
Cheng Zhao
68099a71b0
docs: Use absolute URLs
...
Relative paths in GitHub's repo do not work very well, and our docs site
can not recognize them.
2015-11-17 11:47:57 +08:00
Cheng Zhao
b4d3c8f248
Merge pull request #3460 from preco21/master
...
Small fixes, add translation
2015-11-17 11:42:57 +08:00
Cheng Zhao
3b826ed1a5
Update brightray: fix #3458
2015-11-17 11:22:14 +08:00
Plusb Preco
ee12dc3d17
Improve grammar
2015-11-17 11:22:05 +09:00
Plusb Preco
83dfef2e66
Fix missed changes
2015-11-17 10:53:24 +09:00
Plusb Preco
5b8e94ca28
Improve grammar
2015-11-17 10:50:06 +09:00
Plusb Preco
7ef347e69e
Small changes
2015-11-17 10:44:30 +09:00
Plusb Preco
d05def1e3e
Small changes
2015-11-17 05:17:24 +09:00
Plusb Preco
f312a4e6ec
Change the translation encoding
2015-11-17 05:09:27 +09:00
Plusb Preco
66816ea2e0
Add Mac App Store guide translation
2015-11-17 05:05:11 +09:00
Robo
92c3ee8e16
use delegate to notify verification requests
2015-11-16 20:45:49 +05:30
Plusb Preco
62e6332366
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-16 23:55:46 +09:00
Plusb Preco
7dcc537359
Update as upstream
2015-11-16 23:47:09 +09:00
Cheng Zhao
202d2eeb8a
Merge pull request #3454 from brenca/keyboard-pr
...
Adding further options to specify the character being sent with sendInputEvent (keyboard)
2015-11-16 22:13:09 +08:00
Heilig Benedek
14740eeb8a
Merging keyCode and keyIdentifier and adjusting the docs accordingly
2015-11-16 14:51:26 +01:00
Cheng Zhao
1d800d5e26
Merge pull request #3432 from deepak1556/navigation_patch
...
browser: fix reloadignoringcache api
2015-11-16 20:55:16 +08:00
Cheng Zhao
9e70d35afa
Bump v0.35.0
2015-11-16 16:48:51 +08:00
Cheng Zhao
728a5db3b4
Update brightray: fix building on Windows
2015-11-16 16:47:51 +08:00
Cheng Zhao
feedd0c43d
Merge pull request #3456 from meowlab/improve-translation-zh-CN
...
Fix a dead link and add a new Chinese document translation
2015-11-16 16:29:09 +08:00
Cheng Zhao
3f0f1a2ce9
Update brightray
2015-11-16 16:18:57 +08:00
Cheng Zhao
2a9a66144c
Merge pull request #3453 from preco21/master
...
Update as upstream
2015-11-16 16:11:51 +08:00
Cheng Zhao
0f89573719
Merge pull request #3441 from brenca/master
...
Fixing memory leak in FrameSubscriber
2015-11-16 16:03:58 +08:00
Sunny
c27c7b05fe
Add Simplified Chinese translation for source code structure
2015-11-16 13:06:14 +08:00
Plusb Preco
ceee820d4a
Fix typos in download-item.md
2015-11-16 13:44:25 +09:00
Plusb Preco
266c22903b
Small fixes
2015-11-16 13:43:16 +09:00
Plusb Preco
c5e706bc30
Add download-item.md translation
2015-11-16 13:41:47 +09:00
Plusb Preco
19a2c24927
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-16 13:41:29 +09:00
Heilig Benedek
5fff06d2c2
Added documentation for the changes in KeyboardEvent and added missing mouseMove event type
2015-11-16 04:54:48 +01:00
Heilig Benedek
bb6d7d1498
Added the option to KeyboardEvent to specify the sent character by it's name (if it can't be sent via the keyCode parameter)
2015-11-16 04:54:21 +01:00
Cheng Zhao
abba83397b
Merge pull request #3450 from eddiezane/patch-1
...
Fix typo in notifications example docs
2015-11-16 11:17:41 +08:00
Plusb Preco
1254331c5e
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-16 12:15:38 +09:00
Plusb Preco
e12e119381
Update as upstream
...
* Update as upstream
* Fix typos
* Improve grammar
2015-11-16 12:15:21 +09:00
Plusb Preco
ad776887da
Update README.md
2015-11-16 08:34:41 +09:00
Plusb Preco
42a3771f98
Small change
2015-11-16 08:30:08 +09:00
Eddie Zaneski
c1373d7480
Fix typo in notifications example docs
2015-11-15 10:48:09 -05:00
Heilig Benedek
9f9436d6dc
Moved scope creation before the allocation of the buffer in FrameSubscriber
2015-11-14 23:59:38 +01:00
Plusb Preco
78542ab54c
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-15 07:58:21 +09:00
Heilig Benedek
9987082de5
Merge pull request #3 from atom/master
...
Update from original
2015-11-14 21:11:26 +01:00
Robo
e2959ed3fc
add docs
2015-11-14 12:09:18 +05:30
Robo
2a7f874373
browser: fix reloadignoringcache api
2015-11-14 02:25:23 +05:30
Cheng Zhao
fe214e0806
Merge pull request #3428 from atom/remote-enhance
...
Make it easier to use browser side modules
2015-11-14 00:26:03 +08:00
Cheng Zhao
5cacf79bc5
docs: Document the new style of remote module
2015-11-13 22:34:00 +08:00
Cheng Zhao
94e24abb99
Use the new style remote module in Electron
2015-11-13 22:22:25 +08:00
Cheng Zhao
b925ac0056
Send sync message to get list of modules
2015-11-13 22:15:16 +08:00
Cheng Zhao
099278855c
Simplify how remote.require('electron') is optimized
2015-11-13 21:54:56 +08:00
Cheng Zhao
9bf0a8647e
Make it easier to use remote
2015-11-13 21:52:27 +08:00
Cheng Zhao
e76a7f7b7d
Fix typo, tray => Tray
2015-11-13 21:52:05 +08:00
Cheng Zhao
5d52ff76ab
Merge pull request #3425 from atom/tray-api
...
Rename the "clicked" event to "click" in Tray
2015-11-13 18:52:56 +08:00
Cheng Zhao
e8ffd24e4e
Rename the "clicked" event to "click" in Tray
2015-11-13 16:41:33 +08:00
Cheng Zhao
52f1431bde
Merge pull request #3424 from atom/api-rename
...
Replace "Url" in API names with "URL"
2015-11-13 16:27:38 +08:00
Cheng Zhao
fbb8e61958
Replace "Url" in API names with "URL"
2015-11-13 16:03:40 +08:00
Sunny
9ac87e844a
Fix node_bindings link in Simplified Chinese document translation
2015-11-13 15:41:20 +08:00
Cheng Zhao
8f56387bd9
Merge pull request #3422 from atom/windows-fix
...
Separate options from switches
2015-11-13 15:04:51 +08:00
Cheng Zhao
860c46b3c1
Separate options from switches
...
On Windows the case sensitivity of command line switches are ignored, so
--nodeIntegraion will become --nodeintegration.
We should separate options from switches so we use "nodeIntegraion" in
options, while passing "--node-integration" in command line.
2015-11-13 14:05:49 +08:00
Cheng Zhao
0f23d6faa9
Merge pull request #3421 from atom/chrome-paths
...
Add a few more paths for app.getPath
2015-11-13 13:53:55 +08:00
Cheng Zhao
fdc19f2d3a
Fix building on Windows
2015-11-13 13:23:13 +08:00
Cheng Zhao
d3caea91b0
Add paths from chrome_paths
2015-11-13 13:05:16 +08:00
Cheng Zhao
05d2e431de
Fix building on OS X
2015-11-13 13:03:00 +08:00
Cheng Zhao
83ae9f8d71
Import the chrome_paths code
2015-11-13 12:45:02 +08:00
Cheng Zhao
996a3c2a35
Merge branch 'content_tracing_patch' of https://github.com/deepak1556/atom-shell into deepak1556-content_tracing_patch
2015-11-13 12:29:18 +08:00
Cheng Zhao
78934dceb9
Cleanup and docs for the --js-flags
2015-11-13 12:22:08 +08:00
Cheng Zhao
0321a77a94
Merge pull request #3412 from skhameneh/master
...
Add --js-flags support for main thread.
2015-11-13 12:10:59 +08:00
Cheng Zhao
3a5160f799
Merge pull request #3415 from atom/exports-electron
...
Move all public APIs to "electron" module
2015-11-13 11:21:45 +08:00
Cheng Zhao
f2439cefd0
linux: Don't throw error when using autoUpdater
...
Fix #3194 .
2015-11-13 10:58:10 +08:00
Robo
bfaa50a79e
retrieve download directory using on linux
2015-11-13 07:44:05 +05:30
Cheng Zhao
852500e5fa
Fix a few places using old style require
2015-11-13 09:38:22 +08:00
Robo
37e6e6fab7
emit verify-certificate event for handling verification
2015-11-13 06:44:49 +05:30
Robo
bb439c5f1c
browser: check window liveness before setting title
2015-11-13 02:43:21 +05:30
Robo
3d5437e0a4
tracing: fix docs and allow null values in file path conversion fromv8
2015-11-13 02:36:38 +05:30
Robo
d072e61282
session: api to allow handling certificate verification
2015-11-13 01:27:30 +05:30
Cheng Zhao
ce6a7c7d08
spec: Disable old APIs in tests
2015-11-12 23:02:39 +08:00
Cheng Zhao
edd807d227
Fix a typo
2015-11-12 22:56:18 +08:00
Cheng Zhao
c5913c3149
docs: Add notes on old APIs
2015-11-12 22:24:11 +08:00
Cheng Zhao
2ca5a33d28
Add electron.hideInternalModules
2015-11-12 21:46:03 +08:00
Cheng Zhao
c649c4cf4f
Rename the env to ELECTRON_HIDE_INTERNAL_MODULES
2015-11-12 21:37:44 +08:00
Cheng Zhao
eac2e7cc61
docs: Update codes in docs to use require('electron')
2015-11-12 21:20:09 +08:00
Cheng Zhao
8b2942c279
Optimize remote.require('electron')
2015-11-12 20:30:40 +08:00
Cheng Zhao
1d1f911b09
Use require('electron') in Electron's code
2015-11-12 20:29:30 +08:00
Shawn K
fb5beb9af5
Add --js-flags support for main thread.
...
Allow use of flags that must be set before V8 is initialized, such as
"--harmony_proxies", e.g. --js-flags="--harmony_proxies
--harmony_collections"
2015-11-12 01:48:23 -08:00
Cheng Zhao
f9d7e7ce55
Add ELECTRON_DISABLE_OLD_STYLE_MODULES env
2015-11-12 17:02:04 +08:00
Cheng Zhao
c2c09daa23
Add "electron" module
2015-11-12 16:40:27 +08:00
Cheng Zhao
ce0167756e
Update node for atom/node#13
2015-11-12 16:27:28 +08:00
Cheng Zhao
cb1dc6b2e2
Merge pull request #3409 from preco21/master
...
Update as upstream
2015-11-12 12:49:51 +08:00
Plusb Preco
020214ff95
Update as upstream
2015-11-12 12:24:28 +09:00
Cheng Zhao
ca49ddc95d
Update brightray
2015-11-12 09:49:15 +08:00
Heilig Benedek
c571776da6
Merge pull request #2 from atom/master
...
Update from original
2015-11-12 01:20:33 +01:00
Cheng Zhao
28db51ad83
docs: Update BrowserWindow's options
2015-11-11 23:56:17 +08:00
Cheng Zhao
f08bd721f3
Merge pull request #3392 from Mingling94/master
...
Suggest adding arguments when running webdriver
2015-11-11 22:57:30 +08:00
Cheng Zhao
0e9415a256
docs: More notes on --proxy-server, close #3390
2015-11-11 22:55:32 +08:00
Cheng Zhao
0a5b234e3d
Merge pull request #3354 from nishanths/master
...
Add drag-entered and drag-exited events to Tray
2015-11-11 22:44:05 +08:00
Cheng Zhao
e41cf8111a
Merge pull request #3400 from atom/browser-window-options
...
Remove the "-" in BrowserWindow's option names
2015-11-11 11:29:02 +08:00
Cheng Zhao
f63a4a05b7
spec: Make the crash-reporter test more reliable
2015-11-11 10:37:34 +08:00
Cheng Zhao
60ec1ca3f7
Use new styles of browserWindow options
2015-11-11 10:37:34 +08:00
Cheng Zhao
ba457681b2
Avoid storing unrelated things in WebContentsPreferences
2015-11-11 10:37:34 +08:00
Cheng Zhao
b807685453
Deep copy the options
...
Otherwise a window's options is possible to be affected by others.
2015-11-11 10:37:34 +08:00
Cheng Zhao
960d325a58
Be compatible with old BrowserWindow options
2015-11-11 10:37:34 +08:00
Cheng Zhao
5cca947f4d
Remove unneeded override code
2015-11-11 10:37:34 +08:00
Cheng Zhao
737e22b003
Use minWidth style for options instead of min-width
2015-11-11 10:37:34 +08:00
Cheng Zhao
d37aa8bed9
Reorder switches
2015-11-11 10:37:34 +08:00
Cheng Zhao
961e06ba6c
Merge pull request #3398 from preco21/master
...
Update as upstream
2015-11-11 10:06:47 +08:00
Cheng Zhao
3af1d907d8
Merge pull request #3397 from preco21/patch-2
...
Standardize the webContents object names
2015-11-11 10:06:12 +08:00
Plusb Preco
319acc1e8a
Update as upstream
2015-11-11 09:44:33 +09:00
Plusb Preco
b611154f43
Standardize the webContents object name
2015-11-11 09:03:49 +09:00
Plusb Preco
8774e7cf8d
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-11 07:57:59 +09:00
Ming Luo
916671d4d2
Suggest adding arguments when running webdriver
2015-11-10 14:58:38 -05:00
Nishanth Shanmugham
ed179ecf03
docs: Update tray docs with drop and drag-end events
2015-11-10 10:14:55 -06:00
Nishanth Shanmugham
d1e8e71e3f
Tray: Add drag-end and drop events
2015-11-10 10:02:50 -06:00
Nishanth Shanmugham
f98147ea01
Tray: Rename events to drag-enter and drag-leave
...
Previously, the names were drag-entered and drag-exited. The new names mirror the HTML Drag and Drop event names
2015-11-10 09:27:39 -06:00
Cheng Zhao
f6a0e5ad31
Update brightray for atom/brightray#167
2015-11-10 20:32:16 +08:00
Cheng Zhao
6c7acd8aa5
Merge pull request #3385 from DerNivel/patch-1
...
Fix typo
2015-11-10 20:25:48 +08:00
Levin Rickert
08e245e3dc
Fix typo
2015-11-10 12:42:05 +01:00
Cheng Zhao
1f01a4535a
Fix compilation error of brightray
2015-11-10 18:04:59 +08:00
Cheng Zhao
d582ddf790
Update brightray for win7 crash of using notification
2015-11-10 17:44:14 +08:00
Cheng Zhao
682433028c
docs: Clean up the desktop-environment-integration.md
2015-11-10 17:43:29 +08:00
Cheng Zhao
20c8637810
Merge pull request #3382 from felixrieseberg/notifications
...
Document Notifications
2015-11-10 17:30:08 +08:00
Cheng Zhao
0af1308ad7
Merge pull request #3384 from atom/ipc-renderer
...
Use different names for "ipc" module in main and renderer processes
2015-11-10 17:29:07 +08:00
Cheng Zhao
d234f10177
Implement event.sender for ipcRenderer
2015-11-10 16:59:08 +08:00
Cheng Zhao
90a7d4a906
docs: Update with new IPC modules
2015-11-10 16:48:24 +08:00
Cheng Zhao
05611f5e60
spec: Use multiparty instead of formidable
...
The latter is buggy and affects our specs.
2015-11-10 16:21:08 +08:00
Cheng Zhao
751af25f37
Use ipcMain in Electron's code
2015-11-10 16:04:34 +08:00
Cheng Zhao
844cea8f21
Deprecate ipc module for ipcMain
2015-11-10 15:41:24 +08:00
Cheng Zhao
6515a445a0
Use ipcRenderer in Electron's code
2015-11-10 15:29:43 +08:00
Felix Rieseberg
765cfb1094
Document Notifications
2015-11-10 08:28:14 +01:00
Cheng Zhao
828d911ed1
Deprecate ipc module for ipcRenderer
2015-11-10 15:12:07 +08:00
Cheng Zhao
5d1f7ed029
Update brightray for atom/brightray#161
2015-11-09 22:56:12 +08:00
Cheng Zhao
bd1f6e2edf
Merge pull request #3372 from atom/deprecation-notice
...
Show warnings for deprecated APIs
2015-11-09 22:40:36 +08:00
Cheng Zhao
91c4ed26fc
Print warnings for deprecated APIs
2015-11-09 21:51:30 +08:00
Cheng Zhao
f0bd28ca8d
Do not turn off deprecation notice by default
...
It is v4 now, people should be punished if they are still using
deprecated Node.js APIs.
2015-11-09 21:19:16 +08:00
Cheng Zhao
89ff62b1b5
Add "deprecate" module
2015-11-09 21:19:16 +08:00
Cheng Zhao
a23ffd7a1b
Rely on "download" script for argument verification
2015-11-09 18:24:32 +08:00
Cheng Zhao
13b917dd95
Update brightray for atom/electron#3310
2015-11-09 16:38:51 +08:00
Cheng Zhao
dd8fb9739d
Merge pull request #3368 from tejaspathak/master
...
Add option to build local libchromiumcontent
2015-11-09 16:37:00 +08:00
Cheng Zhao
5e3b8d51e4
docs: Fix typo
2015-11-09 11:42:37 +08:00
Plusb Preco
91c7043a1b
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-09 08:17:12 +09:00
Plusb Preco
429723c8a9
Update as upstream
2015-11-09 07:48:40 +09:00
tejaspathak
ae2b004db7
Fix pylint errors
2015-11-08 17:41:16 +09:00
tejaspathak
09169ed402
Add option to build local libchromiumcontent
...
- Currently libchromiumcontent is downloaded by default.
- Now developer can choose to provide local libchromiumcontent src, shared and static path
2015-11-08 16:18:22 +09:00
Cheng Zhao
3465095c49
Update brightray for #3357
2015-11-07 12:12:17 +08:00
Cheng Zhao
312a79165b
Bump v0.34.3
2015-11-06 21:37:37 +08:00
Cheng Zhao
829c396efe
Merge pull request #3356 from atom/process-exit
...
Make process.exit() quit program gracefully
2015-11-06 21:25:27 +08:00
Cheng Zhao
c4ee8c1b1f
spec: Fix refreshing on Windows
2015-11-06 21:00:38 +08:00
Cheng Zhao
d70706f876
Make sure handles of callbacks are releases on exit
...
Some callbacks are stored in native resources that not managed by
JavaScript, so when those resources are destroyed the JavaScript context
may already be destroyed, and releasing callbacks then would result in
crash.
2015-11-06 21:00:32 +08:00
Cheng Zhao
acf4372cf7
win: Add ELECTRON_DEFAULT_ERROR_MODE env
...
It is useful to help debugging crashes without opening debugger.
2015-11-06 20:25:20 +08:00
Cheng Zhao
863199348f
Make process.exit() quit gracefully
...
Instead of abrupting the whole program immediately, we should close all
windows and release all native resources gracefully on exit. This avoids
possible crashes.
Fix #3350 .
2015-11-06 20:25:20 +08:00
Cheng Zhao
c10c74b23a
Merge pull request #3355 from preco21/master
...
Update as upstream
2015-11-06 11:31:44 +08:00
Plusb Preco
0e950e6d26
Update as upstream
2015-11-06 10:52:55 +09:00
Nishanth Shanmugham
8a296f82a0
Tray: Remove extra qualification in header
2015-11-05 19:02:24 -06:00
Nishanth Shanmugham
ee783a13ad
docs: Add Tray drag-entered and drag-exited events
2015-11-05 18:49:34 -06:00
Nishanth Shanmugham
818892d474
Tray: Add drag-entered and drag-exited events
2015-11-05 18:46:49 -06:00
Cheng Zhao
5b0ea5bd46
Merge pull request #3343 from atom/fix-crash-of-crash-reporter
...
win: Guard against failure of RtlAddFunctionTable
2015-11-05 22:41:52 +08:00
Cheng Zhao
2505ebb9a6
win: Guard against failure of RtlAddFunctionTable
...
On some machines this call will fail and CHECK will abort the
application.
2015-11-05 22:00:40 +08:00
Cheng Zhao
47649ffd17
win: Fix calling showItemInFolder in renderer process
2015-11-05 20:47:27 +08:00
Tyler Gibson
4ff5ce4d6d
Fixing MoveItemToTrash behavior in Windows
...
Modifying MoveItemToTrash for Windows to actually verify file can be
moved to a drive's recycle bin before attempting to delete it.
PR: #3337 .
2015-11-05 20:42:30 +08:00
Ryan Molden
4ce840d8e6
Re-enable accessibility in Electron on Windows
...
In conjunction with commit 7c41f0e .
2015-11-05 19:49:48 +08:00
Cheng Zhao
fbe1200dc7
Merge pull request #3313 from kevinsimper/patch-1
...
Update devtools-extension with a note about it not working
2015-11-05 10:12:03 +08:00
Kevin Simper
e4f74bb87e
Update devtools-extension with a note about it not working
2015-11-04 15:21:02 +01:00
Cheng Zhao
9f536f4783
Merge pull request #3328 from atom/wrapper-cleanup
...
Clean up native resources on exit
2015-11-04 19:24:32 +08:00
Cheng Zhao
d56b34de3b
Make sure all native resources get freed on exit
2015-11-04 18:21:03 +08:00
Cheng Zhao
07c55f321f
Destroy JS env immediately after running destruction callbacks
2015-11-04 17:31:10 +08:00
Cheng Zhao
84410a7e1c
mac: Destroy the app delegate before running destruction callbacks
...
Otherwise users might be able to access wrapper functions after they are
destroyed.
2015-11-04 17:23:27 +08:00
Cheng Zhao
323abef362
Merge pull request #3326 from preco21/master
...
Update as upstream
2015-11-04 17:13:14 +08:00
Cheng Zhao
75f49477ca
Cleanup wrapper function when app has done quitting
...
The app may still do something when quitting, we need to make sure the
wrapper function is still there at that time.
2015-11-04 16:54:36 +08:00
Cheng Zhao
441cc3e57e
Style fix
2015-11-04 16:50:19 +08:00
Plusb Preco
96cc5485cb
Update as upstream
2015-11-04 17:47:14 +09:00
Plusb Preco
526b2083c4
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-04 17:47:03 +09:00
mgarciaisaia
4013b652ff
:checkered_flag: 🐛 Buffer overflows in tooltips
...
Fixes #3290 .
2015-11-04 15:34:58 +08:00
Cheng Zhao
28abc8defe
Merge pull request #3323 from joaomoreno/win-keyboard-accessibility
...
Enable Windows keyboard accessibility
2015-11-04 15:14:36 +08:00
Cheng Zhao
1ad77da9d6
Merge pull request #3308 from frankenbot/master
...
Update redirects
2015-11-04 10:08:13 +08:00
Plusb Preco
df5a3d4e68
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-11-04 10:50:33 +09:00
Joao Moreno
7c41f0e0e3
remove kDisableLegacyIntermediateWindow switch set
2015-11-03 16:12:01 -08:00
frankenbot
8c989c4630
Update nodejs url
2015-11-03 09:13:48 -08:00
Cheng Zhao
053cd3dad0
Merge pull request #3309 from atom/app-model-id
...
Fix a few problems around Application User Model ID
2015-11-03 17:58:03 +08:00
Cheng Zhao
1b165559f5
win: Use electron.app.$1 as default user model id
...
This is to keep compatibility with old apps that don't set app user
model id explicitly.
2015-11-03 15:50:43 +08:00
Cheng Zhao
726910df39
docs: app.setAppUserModelId
2015-11-03 15:36:44 +08:00
Cheng Zhao
8a3268b70c
docs: Add notes for working together with Squirrel
2015-11-03 15:30:54 +08:00
Cheng Zhao
7b47b70c9e
Fix building on POSIX
2015-11-03 15:30:37 +08:00
Cheng Zhao
9047f81835
win: Set app user model ID in one place
...
Fix #3297 .
Fix #2573 .
2015-11-03 15:09:31 +08:00
Cheng Zhao
7c7a7b96de
win: Do not set app user model id by default
...
When user drags exe file into taskbar directly the pinned icon will not
has an app user model id, so if we set app user model id in the
application two icons will show in the taskbar.
For apps installed with a installer it is not a problem since the
shortcut icon will be created with app user model id, but we should also
keep the ability to make portable apps work out of box.
Fix #3303 .
2015-11-03 14:55:43 +08:00
frankenbot
d332f2ab1c
Update redirects
2015-11-02 21:16:12 -08:00
Cheng Zhao
9236adfbf5
Translate menu template directly in C++
2015-11-02 23:31:44 +08:00
Cheng Zhao
56e6b28370
Merge pull request #3288 from deepak1556/flash_context_menu_pathc
...
browser: handle flash context menu request
2015-11-02 21:20:44 +08:00
Cheng Zhao
f7c0418bd8
Ignore case for type of savePage
2015-11-02 21:19:00 +08:00
Cheng Zhao
4804d6b79b
Update native-mate
2015-11-02 21:08:29 +08:00
Cheng Zhao
b5f7c433c6
Merge pull request #3292 from ggamel/patch-2
...
Update auto-updater.md to improve readability
2015-11-02 20:30:47 +08:00
Cheng Zhao
647a0c4e2b
Code cleanup for remote module
2015-11-02 20:28:01 +08:00
Cheng Zhao
88fc4e9d05
Merge pull request #3291 from maxcnunes/better-error-handling
...
Improve error handling from remote
2015-11-02 19:10:50 +08:00
Cheng Zhao
72d7fb7b8a
Merge pull request #3281 from MrSurly/patch-1
...
Update dialog.md
2015-11-02 19:08:47 +08:00
Cheng Zhao
c763cbe298
Merge pull request #3282 from bureken/master
...
Replace Mac with OS X
2015-11-02 18:33:27 +08:00
Jesus David Rojas
f7108af36b
Spanish translations of the documents
2015-11-02 12:41:42 +08:00
Greg Gamel
d097082baf
Update auto-updater.md to improve readability
...
Fix minor grammatical mistakes, correct sentence structures, and improve readability.
2015-10-31 21:25:07 -05:00
Max Claus Nunes
bbb5aef5d2
Improve error handling from remote
...
This way copy all properties available in the error object and keep the real stack trace
2015-10-31 21:20:54 -02:00
Eric Poulsen
5b49655d1f
Update dialog.md
2015-10-31 16:04:01 -07:00
Robo
c969052f12
browser: handle flash context menu
2015-11-01 01:13:17 +05:30
Paul Betts
6a02586176
Add Windows version of running cmd
2015-10-31 08:57:04 -07:00
Cheng Zhao
cb91d4487b
Clean up the code handling renderer callback
2015-10-31 15:00:06 +08:00
Cheng Zhao
323ab92299
Merge pull request #3251 from deepak1556/remote_callback_patch
...
remote: track listeners on browser side
2015-10-31 14:18:58 +08:00
Jesus David Rojas
db3cd1af36
Translate "Diferencias Técnicas con NW.js"
2015-10-31 14:10:24 +08:00
bureken
a957ea1ed9
Replace Mac with OS X
2015-10-31 05:30:18 +03:00
Eric Poulsen
aa98720356
Update dialog.md
...
Clarification of showErrorBox behavior on Linux if called before app `ready` event.
2015-10-30 14:46:18 -07:00
Robo
2c59f4567e
use webcontents id to identify callbacks
2015-10-30 19:51:19 +05:30
Cheng Zhao
d223faa9f4
Merge pull request #3275 from atom/as-optimize-fs-read-file-sync
...
Allow v8 to optimize fs.readFileSync
2015-10-30 20:02:34 +08:00
Cheng Zhao
58595a23fe
Merge pull request #3278 from michaelzoidl/patch-1
...
Update autoUpdater api docs
2015-10-30 19:52:03 +08:00
Michael J. Zoidl
95ef73ebc1
Update autoUpdater api docs
...
The event `quitAndUpdate` event changed to `quitAndInstall`
2015-10-30 12:17:30 +01:00
Antonio Scandurra
9c69877421
Allow v8 to optimize fs.readFileSync
2015-10-30 10:30:27 +01:00
Cheng Zhao
21a7c459d8
Bump v0.34.2
2015-10-30 14:50:57 +08:00
Thomas Johansen
aeeada546f
Merge pull request #3272 from sk2/patch-1
...
fix capital I -> i in isDocumentEdited
2015-10-30 07:41:52 +01:00
Simon Knight
8cd8495df7
fix capital I -> i in isDocumentEdited
...
Uncaught Exception:
TypeError: mainWindow.IsDocumentEdited is not a function
2015-10-30 16:10:46 +10:30
Cheng Zhao
28fb0d0e92
Merge pull request #3270 from preco21/master
...
Update as upstream
2015-10-30 10:24:48 +08:00
Robo
3a154ab8ea
add line and column values to callback id
2015-10-29 21:21:30 +05:30
Robo
ac4df34ecd
create binding to idweakmap
2015-10-29 17:51:56 +05:30
Robo
eae7c840b7
use idweakmap for holding callbacks in browser
2015-10-29 17:51:56 +05:30
Robo
62d15953ff
remote: track listeners for browser side
2015-10-29 17:51:56 +05:30
Cheng Zhao
386325915b
Merge pull request #3261 from preco21/patch-1
...
Remove extra spaces
2015-10-29 13:53:02 +08:00
Plusb Preco
72e8660245
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-10-29 14:23:21 +09:00
Plusb Preco
b8cc2e1649
Remove extra spaces
2015-10-29 14:22:00 +09:00
Plusb Preco
c7372f8f93
Update as upstream
2015-10-29 14:18:07 +09:00
Cheng Zhao
917b33dbe7
Small code cleanup
2015-10-29 10:55:08 +08:00
Cheng Zhao
0f89f67a84
Merge pull request #3254 from templateK/master
...
Fix remove boolean parameter at IsSwitchEnabled function
2015-10-29 10:54:56 +08:00
Cheng Zhao
bf9e6ba11e
Merge pull request #3256 from omrilitov/master
...
Use WPARAM as uint64_t and LPARAM as int64_t
2015-10-29 10:41:11 +08:00
Cheng Zhao
f13a02e4fa
Merge pull request #3250 from atom/basic-auth
...
Add support for basic auth
2015-10-29 10:20:51 +08:00
Omri Litov
ef038257d1
Returns buffer instead of WPARAM and LPARAM
2015-10-29 03:00:44 +02:00
Omri Litov
f22837523f
Use WPARAM as uint64_t and LPARAM as int64_t
2015-10-28 21:54:50 +02:00
Omri Litov
2ac40cc28e
Added .idea to .gitignore
2015-10-28 21:30:52 +02:00
taemu
16eafdb0ce
Fix remove boolean parameter at IsSwitchEnabled function
2015-10-29 03:22:08 +09:00
Jessica Lord
2384c9f493
Merge pull request #3249 from antoinepairet/patch-1
...
Fix documentation for module types available in the renderer process
2015-10-28 09:58:22 -07:00
Antoine Pairet
4efff08007
Fix comments from @jlord
2015-10-28 17:55:18 +01:00
Antoine Pairet
974b5005bc
Update from @jlord
2015-10-28 14:28:30 +01:00
Cheng Zhao
51ba37440d
Guard against multiple calls of auth
2015-10-28 21:20:08 +08:00
Cheng Zhao
862c3187f5
docs: login event
2015-10-28 21:14:00 +08:00
Cheng Zhao
569e87035a
Also emit "login" on WebContents
2015-10-28 21:00:39 +08:00
Cheng Zhao
f40a3f72d7
Converted callback can only be called for once
2015-10-28 20:44:46 +08:00
Cheng Zhao
4eac6b31b1
Also pass "webContents" in "login" event
2015-10-28 20:23:18 +08:00
Cheng Zhao
131531219e
Pass auth_info and request in "login" event
2015-10-28 20:13:06 +08:00
Cheng Zhao
d05255179a
Add login event for "app" module
2015-10-28 19:54:59 +08:00
Cheng Zhao
54dad72d92
Don't leak TranslaterHolder
2015-10-28 19:54:59 +08:00
Cheng Zhao
9847747736
Use the callback converter in JsAsker
2015-10-28 19:54:59 +08:00
Cheng Zhao
5d8a31c140
spec: Return early on error
2015-10-28 19:54:59 +08:00
Cheng Zhao
3881ad1c4b
Don't leak FunctionTemplate when converting C++ callback
2015-10-28 19:54:59 +08:00
Cheng Zhao
9df89cf79b
Add dummy LoginHandler
2015-10-28 19:54:59 +08:00
Cheng Zhao
b86267aa3b
Use uint64_t instead of LPARAM
...
LPARAM is defined to differnt types on differnt machines with different
SDKs, so there is no way to represent it on all platforms safely, using
uint64_t seems to be the only safe choice.
2015-10-28 19:51:24 +08:00
Cheng Zhao
5fd310c75f
Add converter for LPARAM
2015-10-28 19:43:05 +08:00
Antoine Pairet
0c5fe03999
Fix module types available in the renderer process
...
The doc previously stated `only GUI-unrelated` modules are available to the renderer process. I think it should be `only GUI-related`
2015-10-28 11:40:01 +01:00
Cheng Zhao
079796de26
Merge pull request #3247 from matiasinsaurralde/master
...
+supported-platforms.md (spanish version)
2015-10-28 14:52:30 +08:00
Matias Insaurralde
e90961ac4f
Creating supported-platforms.md
2015-10-28 03:19:19 -03:00
Cheng Zhao
c9b53a6e8b
Merge pull request #3240 from atom/reland-win-remove-wildcard-extension
...
Reland win remove wildcard extension
2015-10-27 20:52:43 +08:00
Cheng Zhao
142f380376
Merge pull request #3231 from omrilitov/master
...
Hooking windows messages
2015-10-27 20:48:19 +08:00
Haojian Wu
f69bafd48a
Win: Fix adding '.*' to filename in callback.
2015-10-27 20:15:43 +08:00
Haojian Wu
fa24e15d8b
Win: Remove adding '*.*' to file name in a save dialog.
2015-10-27 20:15:20 +08:00
Omri Litov
e355532d27
Change windows messages api to hook instead of emitter
2015-10-27 14:00:08 +02:00
Cheng Zhao
b4d9b92ecb
Merge pull request #3236 from atom/mas-fix
...
Update libchromiumcontent: fix private API call
2015-10-27 15:05:11 +08:00
Cheng Zhao
dacd921a04
Revert "Win: Remove adding default file filter(*.*) in a save dialog."
...
This reverts commit 00493f64b7 .
2015-10-27 14:58:44 +08:00
Cheng Zhao
9b17241f6f
Merge pull request #3235 from sitdh/master
...
Translate docs to Thai
2015-10-27 14:31:01 +08:00
Cheng Zhao
3042f604cc
Merge pull request #3234 from atom/win-remove-default-filter
...
Win: Remove adding default file filter(*.*) in a save dialog.
2015-10-27 14:30:35 +08:00
Cheng Zhao
2a85bd3360
Update libchromiumcontent: fix private API call
2015-10-27 14:25:42 +08:00
Sitdhibong Laokok
f1fad96b56
Fix missing spell
2015-10-27 12:36:43 +07:00
Sitdhibong Laokok
a84f4dc3e6
Remove original msg
2015-10-27 12:20:54 +07:00
Haojian Wu
00493f64b7
Win: Remove adding default file filter(*.*) in a save dialog.
2015-10-27 13:10:34 +08:00
Sitdhibong Laokok
2e3a5f5a3e
Translate README.md
2015-10-27 12:09:49 +07:00
Cheng Zhao
d1c5d07451
Merge pull request #3227 from nekuz0r/load-url-headers
...
Add extra headers option to webContents.loadUrl
2015-10-27 11:37:27 +08:00
Omri Litov
edbebf84b9
Added browser-window event 'message'
2015-10-27 03:12:01 +02:00
Gohy Leandre
b29a8c94b9
Add extra headers option to webContents.loadUrl
2015-10-26 22:18:16 +01:00
Cheng Zhao
65ece4b1ca
Merge pull request #3215 from atom/fix-remote-call
...
Fix calling showItemInFolder in renderer
2015-10-26 17:13:20 +08:00
Cheng Zhao
f399f50e9e
Fix calling showItemInFolder in renderer
...
The remote method always assumes the existence of the remote object but
doesn't keep a reference to it, so if we only keep the reference of a
remote method we will get into troubles once the remote object is
garbage collected.
We should probably fix this in remote module, but since most things are
already working quite good, I'm using the work-around for now.
Fix #3139 .
2015-10-26 16:48:27 +08:00
Cheng Zhao
e6f54f447c
Merge pull request #3213 from rubixware/source-code-directory-structure-translation
...
Add source code directory structure spanish translation
2015-10-26 16:17:48 +08:00
Cheng Zhao
adb11225d2
Ship LICENSES.chromium.html in zip archive
2015-10-26 16:16:50 +08:00
Cheng Zhao
c973357752
Merge pull request #3198 from deepak1556/callback_patch
...
nativemate: use maybe version of v8::Function::call to avoid unhandled exceptions
2015-10-26 16:15:58 +08:00
Everardo Medina
b71ec748ad
📝 Add source code directory structure spanish translation
2015-10-26 00:04:11 -06:00
Robo
70fe169b0f
nativemate: use maybe version of v8::Function::Call to avoid exceptions
2015-10-26 10:59:40 +05:30
Cheng Zhao
8976708e67
Merge pull request #3212 from rubixware/coding-style-translation
...
Add coding style spanish translation
2015-10-26 13:01:37 +08:00
Everardo Medina
da82eaefa7
📝 Add coding style spanish translation
2015-10-25 22:37:06 -06:00
Cheng Zhao
3dd6425592
Merge pull request #3203 from etiktin/patch-1
...
Update web-contents.md
2015-10-26 10:34:13 +08:00
Cheng Zhao
37240c2235
Merge pull request #3200 from jhen0409/patch-3
...
Sync zh-TW docs from upstream
2015-10-26 09:19:50 +08:00
Paul Betts
d528704bd6
Merge pull request #3207 from diegowifi/patch-1
...
Remove english words in description
2015-10-25 13:29:34 -07:00
Diego Ponce
fd94ff97e7
Remove english words in description
2015-10-25 14:04:03 -06:00
Eran Tiktin
9b36abc816
Update web-contents.md
...
The `did-fail-load` event returns an error code and error description. The error description is at least sometimes empty (e.g. when the error code is -102 on Windows), so you're left with an error code without knowing what happened. So I add a link to Chromium's net_error_list.h.
2015-10-25 17:00:29 +02:00
Jhen
8e5c1a505e
Update tutorial/quick-start.md for zh-TW docs
2015-10-25 01:34:17 +08:00
Cheng Zhao
2effe6eff5
Merge pull request #3192 from preco21/master
...
Update as upstream
2015-10-24 15:46:59 +08:00
Plusb Preco
8555aea40f
Update as upstream
2015-10-24 05:57:37 +09:00
Cheng Zhao
30ec7fdeed
Bump v0.34.1
2015-10-23 20:32:02 +08:00
Cheng Zhao
0e3e1be85c
Merge pull request #3186 from atom/auto-updater-fix
...
Clean up the code of auto-updater
2015-10-23 20:31:20 +08:00
Cheng Zhao
df9ea104c2
Merge pull request #3188 from alexandrubau/master
...
Updated docs
2015-10-23 20:13:00 +08:00
Cheng Zhao
88b05cff3e
docs: auto-updater on Windows
2015-10-23 20:11:59 +08:00
Cheng Zhao
fae2c7bc7a
win: Make auto-updater really work
...
Apparently that PR was never tested.
2015-10-23 19:41:54 +08:00
Alexandru Bau
96130dd4c2
Updated docs
...
Updated docs to better understand how to use electron-rebuild on all
platforms
2015-10-23 14:15:39 +03:00
Alexandru Bau
79e593aca6
Updated docs
...
Updated docs to better understand how to use electron-rebuild on Windows
2015-10-23 11:37:51 +03:00
Cheng Zhao
aeafc46ded
Keep compatibility with old API style
2015-10-23 15:50:55 +08:00
Cheng Zhao
f89d28a63e
Simplify the auto-updater implementations
...
We used to use Sparkle on OS X, and the design was reserved to be
extended to all platforms, which are all wrong now.
2015-10-23 15:40:56 +08:00
Cheng Zhao
d74ef5c078
Move implementation of auto-updater on OS X to another file
2015-10-23 15:13:24 +08:00
Cheng Zhao
85c84a0eb0
Emit Date object in C++ directly
2015-10-23 14:58:19 +08:00
Cheng Zhao
a3f62da615
Fix passing Date object in remote
...
Close #2017 .
2015-10-23 14:51:41 +08:00
Cheng Zhao
95fe4beda8
Pass real Error object in error event
2015-10-23 14:37:35 +08:00
Cheng Zhao
d5c964c68c
Fix passing Error object in remote
...
Closes #3089
2015-10-23 14:37:28 +08:00
Cheng Zhao
07adbc8e8a
Merge pull request #1984 from patrickdet/windows-auto-updater
...
Windows Auto Updater
2015-10-23 13:54:29 +08:00
Cheng Zhao
90e3f726e4
Merge pull request #3184 from atom/windows-background-color
...
Make background-color work on Windows
2015-10-23 13:53:12 +08:00
Cheng Zhao
83ef23ff8d
docs: background-color on Windows
2015-10-23 13:32:04 +08:00
Cheng Zhao
e36d455d51
Add setBackgroundColor method
2015-10-23 11:35:33 +08:00
Cheng Zhao
4a6134f3f7
win: Set native window's background color
2015-10-23 11:17:14 +08:00
Cheng Zhao
6182e4ce81
Merge pull request #3179 from deepak1556/session_api_patch
...
session: allow setproxy to use external pac script
2015-10-23 10:36:37 +08:00
Cheng Zhao
79d4d52172
Merge pull request #3178 from deepak1556/node_debugger_patch
...
debugger: expose v8debug
2015-10-23 10:36:06 +08:00
Cheng Zhao
e3ce1b50ec
Merge pull request #3175 from atom/improve-make-single-instance
...
Fix some problems of makeSingleInstance
2015-10-23 09:13:57 +08:00
Robo
e9a5d05b27
session: allow setproxy to use external pac script
2015-10-22 23:03:47 +05:30
Cheng Zhao
61f07307cb
docs: New behaviors of makeSingleInstance
2015-10-22 19:26:05 +08:00
Cheng Zhao
6bfe06ec4e
Pass original argv in callback
2015-10-22 19:02:21 +08:00
Robo
7b5a1b06ba
debugger: expose v8debug
2015-10-22 16:20:48 +05:30
Cheng Zhao
d52ef50b01
win: Pass original command line
2015-10-22 17:52:06 +08:00
Cheng Zhao
93a3a946f3
posix: Pass original command line
2015-10-22 17:43:55 +08:00
Cheng Zhao
afc1fff792
Remove the need for ProcessSingletonStartupLock
2015-10-22 17:12:09 +08:00
Cheng Zhao
70e74d05e0
Revert "app.makeSingleInstance is not available on OS X"
...
This reverts commit bcb78ebc00 .
2015-10-22 17:03:18 +08:00
Cheng Zhao
f9d797d1ea
win: Fix compiler warning
2015-10-22 16:55:54 +08:00
Cheng Zhao
e14fd62f46
Correctly handle notification callback when shutting down
...
When returning false in the notification callback the ProcessSingleton
will assume current process is quitting, we should met its expectation.
2015-10-22 16:24:35 +08:00
Cheng Zhao
ca876e424b
Fix crash when calling app.quit() before app is ready
2015-10-22 16:06:37 +08:00
Cheng Zhao
230f2760e7
linux: Delay creating watcher until message loop is ready
2015-10-22 15:57:37 +08:00
Cheng Zhao
f01e84a418
linux: Delay listening to socket until message loop is ready
2015-10-22 15:54:58 +08:00
Cheng Zhao
05c6300329
Don't discard tasks in BridgeTaskRunner
2015-10-22 15:54:27 +08:00
Cheng Zhao
bcb78ebc00
app.makeSingleInstance is not available on OS X
2015-10-22 15:02:32 +08:00
Cheng Zhao
310954713f
Simplify the usage of singleton
2015-10-22 14:59:12 +08:00
Cheng Zhao
acb2c099f6
Make sure current task runner is available
...
When calling makeSingleInstance we have to ensure current task runnder
is available, otherwise crash may happen.
2015-10-22 14:56:57 +08:00
Cheng Zhao
63cc2ec369
docs: Make code more JS-style
2015-10-22 14:24:09 +08:00
Cheng Zhao
04d3eed60e
Merge pull request #3145 from atom/single-instance
...
Implement Single-Instance for Windows / Linux
2015-10-22 14:18:31 +08:00
Cheng Zhao
f7840e7379
docs: background-color is Linux-only for now
2015-10-22 14:16:17 +08:00
Cheng Zhao
15e0248d82
Merge pull request #3168 from deepak1556/window_background_color_patch
...
browser: option to set window background color
2015-10-22 14:13:37 +08:00
Robo
9411508d3e
browser: option to set window background color
2015-10-22 09:54:29 +05:30
Cheng Zhao
f5659cd9a9
Merge pull request #3173 from tommoor/patch-5
...
Update crash-reporter.md
2015-10-22 11:10:30 +08:00
Cheng Zhao
803b3c8d5b
Merge pull request #3172 from thomasjfox1/master
...
quick fix removing excess character
2015-10-22 11:08:30 +08:00
Tom Moor
bac3d2e372
Update crash-reporter.md
2015-10-21 17:07:36 -07:00
Paul Betts
759b6a1534
📝 for makeSingleInstance
2015-10-21 13:52:17 -07:00
Paul Betts
de66888051
Remove atom_process_singleton, just use the Chrome classes directly
2015-10-21 13:38:39 -07:00
Paul Betts
d020a7dc86
cpplinting
2015-10-21 13:17:56 -07:00
Paul Betts
938d68eb36
Move all the browser.cc code over to atom_api_app.cc
2015-10-21 13:04:50 -07:00
Thomas J Fox
b61c2e6ff7
quick fix removing excess character
2015-10-21 15:03:12 -05:00
Paul Betts
658a9872fb
Only cleanup if we are the main process
2015-10-21 12:29:21 -07:00
Paul Betts
a160891a27
If a user calls makeSingleInstance more than once, just ignore it
2015-10-21 12:29:00 -07:00
Plusb Preco
acbd7d7541
Update as upstream
2015-10-22 03:36:14 +09:00
Paul Betts
38d6ff79c8
Need to free this early or get a SIGSEGV on Linux
2015-10-21 11:06:42 -07:00
Plusb Preco
bca88c1fb9
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-10-22 02:58:07 +09:00
Cheng Zhao
73f4aa1113
Merge pull request #3169 from atom/fix-node-buffer
...
Fix memory corruption when cleaning timer
2015-10-21 21:23:25 +08:00
Cheng Zhao
444f461269
Fix memory corruption when cleaning timer
2015-10-21 20:46:16 +08:00
Cheng Zhao
2d410ede48
Initialize things in the same sequence with main process
2015-10-21 16:24:54 +08:00
Cheng Zhao
ed9579a2f7
Merge pull request #3165 from roadev/master
...
Grammatical corrections for spanish translations at api, styleguide a…
2015-10-21 13:28:48 +08:00
Cheng Zhao
567d8e7434
Merge pull request #3163 from atom/fix-osx-app-region
...
osx: Implement draggable region with mouseDownCanMoveWindow
2015-10-21 09:53:02 +08:00
Cheng Zhao
d092c6acc9
osx: Implement draggable region with mouseDownCanMoveWindow
...
Previously we implemented draggable region by tracking mouse position,
it is buggy and causing some problems. But it is interesting that until
this didn't cause troubles until recently.
2015-10-21 08:54:46 +08:00
Paul Betts
99c496471b
Allow WM_COPYDATA from all processes
2015-10-20 17:36:05 -07:00
Paul Betts
e5094fff3e
Since setting up process_singleton is now conditional, its cleanup / unlock must be too
2015-10-20 17:27:28 -07:00
Juan Roa
fe25f3e747
grammatical corrections for spanish translations at api, styleguide and README
2015-10-20 18:10:08 -05:00
Cheng Zhao
b6859cab91
Merge pull request #3158 from ngoldman/patch-1
...
use webContents.openDevTools for quick start guide
2015-10-21 06:58:16 +08:00
Cheng Zhao
26d922d18d
Merge pull request #3156 from preco21/master
...
Update as upstream
2015-10-21 06:52:10 +08:00
Paul Betts
15f00db1bf
I don't think we need this
2015-10-20 15:03:59 -07:00
Paul Betts
4a7a09aae1
Infinite Linting
2015-10-20 15:00:10 -07:00
Paul Betts
f759471e01
Update to use Chromium sources
2015-10-20 14:36:01 -07:00
Paul Betts
4bc54ac5e3
Fix up filenames to include Chrome source
2015-10-20 14:33:34 -07:00
Paul Betts
5886398f22
Port our changes over
2015-10-20 14:24:45 -07:00
Paul Betts
7491d5cfb5
Copy back the original versions of Chromium files in
2015-10-20 14:05:07 -07:00
Paul Betts
b6f1729acd
Move initialization of Single Instance into MakeSingleInstance call
2015-10-20 13:38:57 -07:00
Paul Betts
5d4c29a1e3
Ditch double-callback, just use mate directly
2015-10-20 13:27:34 -07:00
Paul Betts
a2eedcc027
Wire up the final callback to JS
2015-10-20 13:17:26 -07:00
Paul Betts
63417bc975
I am not good at C++ at all
2015-10-20 13:17:25 -07:00
Paul Betts
4a4b829cfc
Fix callback handle usage
2015-10-20 13:17:25 -07:00
Paul Betts
50fab0733b
At Browser ctor time, DIR_USER_DATA is unset, wait
2015-10-20 13:16:49 -07:00
Paul Betts
b02f89e63b
Typo
2015-10-20 13:16:49 -07:00
Paul Betts
cdd51fa96d
Wire everything up
2015-10-20 13:16:48 -07:00
Paul Betts
c38f2fcf75
Add a native mate converter for command lines
2015-10-20 13:15:12 -07:00
Paul Betts
7491ae4000
Set up Browser to create the process singleton
2015-10-20 13:15:12 -07:00
Paul Betts
4d5495a0a0
Bring in chrome_process_singleton but nuke the active dialog bits
2015-10-20 13:15:11 -07:00
Paul Betts
717aba9631
Create a dummy method in app that we'll twerk
2015-10-20 13:15:11 -07:00
Paul Betts
8288a22458
Fix build against old OneShotTimer
2015-10-20 13:14:08 -07:00
Paul Betts
88dd1480cc
Get POSIX mostly compiling
2015-10-20 13:14:08 -07:00
Paul Betts
c46579b1ac
Remove a bunch of stuff we don't need in process_singleton_win
2015-10-20 13:14:07 -07:00
Paul Betts
1b3363c811
Get process finder working
2015-10-20 13:14:07 -07:00
Paul Betts
daa65a138b
Come Correct with headers
2015-10-20 13:14:06 -07:00
Paul Betts
d3b23a2032
Renames to avoid confusion, add file
2015-10-20 13:14:06 -07:00
Paul Betts
05b22b9372
Import process_finder verbatim
2015-10-20 13:14:05 -07:00
Paul Betts
ff2d9759d5
Start to remove / rearrange some header files
2015-10-20 13:14:05 -07:00
Paul Betts
90b997ef08
Add the files to filenames.gypi
2015-10-20 13:14:05 -07:00
Paul Betts
27fa5d880a
Copy some relevant files over from Chromium
2015-10-20 13:14:04 -07:00
Paul Betts
285a4789b3
Update app.md
2015-10-20 12:35:56 -07:00
Nate Goldman
da7161d5a7
use webContents.openDevTools
...
https://github.com/atom/electron/issues/3125#issuecomment-148975593
2015-10-20 10:44:02 -07:00
Patrick Detlefsen
db3bc28937
PR feedback adressed
2015-10-20 19:25:03 +02:00
Jessica Lord
a0e2af6fac
Merge pull request #3157 from IonicaBizauKitchen/doc-improvements
...
Doc improvements
2015-10-20 10:20:11 -07:00
Ionică Bizău
1ad979f9bd
Add some missing words ("be" and "the")
2015-10-20 19:44:01 +03:00
Plusb Preco
f7a9b02c63
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-10-21 00:26:30 +09:00
Plusb Preco
7a0db35d91
Update as upstream
2015-10-21 00:25:24 +09:00
Cheng Zhao
c928894627
docs: app.allowNTLMCredentialsForAllDomains
2015-10-20 13:56:31 +08:00
Cheng Zhao
a7a399dcd8
Code cleanup
2015-10-20 13:52:39 +08:00
Cheng Zhao
14e2bbe4c7
Update brightray for #3120
2015-10-20 13:50:19 +08:00
Cheng Zhao
370cb5b5e1
Merge pull request #3120 from atom/ntlm-part-two
...
Optionally allow NTLM authentication for all domains
2015-10-20 13:48:12 +08:00
Cheng Zhao
78261973fb
Merge pull request #3153 from atom/development-env
...
Add a few environment variables helpful for debugging
2015-10-20 13:47:17 +08:00
Cheng Zhao
be36a17dbf
docs: Mention the ELECTRON_ENABLE_LOGGING env
2015-10-20 13:06:41 +08:00
Cheng Zhao
fb8ca33d5d
Add ELECTRON_ENABLE_STACK_DUMPING env
...
It enables in-process stack dumping, which is convenient for debugging.
2015-10-20 13:02:48 +08:00
Cheng Zhao
2c4a24d26b
Add ELECTRON_ENABLE_LOGGING env
...
It is the same with --enable-logging.
2015-10-20 13:00:28 +08:00
Cheng Zhao
4005e65e28
Merge pull request #3150 from atom/jl-upadate-qs
...
Update Quick Start HTML
2015-10-20 11:17:30 +08:00
Cheng Zhao
86327fb4bb
Merge pull request #3149 from atom/jl-add-quick-start-repo
...
Add links to electron-quick-start Repository
2015-10-20 11:17:23 +08:00
Cheng Zhao
5a46147e9b
Update brightray for atom/brightray#158
2015-10-20 10:34:33 +08:00
Cheng Zhao
bb8bb3dbea
Merge pull request #3147 from deepak1556/cipher_suite_disable_patch
...
browser: flag to disable specified cipher suites
2015-10-20 10:29:49 +08:00
Jessica Lord
d09b09b744
Match the electron-quick-start repo
2015-10-19 16:37:18 -07:00
Jessica Lord
bc7c7da799
Add links to electron-quick-start
2015-10-19 15:52:02 -07:00
Robo
9f8479e9d8
browser: flag to diable specified cipher suites
2015-10-20 02:51:56 +05:30
Paul Betts
e3535d664b
Fixed linter issues but now the code looks awful
2015-10-19 13:12:17 -07:00
Paul Betts
b3c7e2bf33
Plumb the method back
2015-10-19 13:07:14 -07:00
Paul Betts
489090fcf8
Set up our browser context to use new delegate-based API
2015-10-19 13:03:20 -07:00
Cheng Zhao
0afefe13f6
Merge pull request #3141 from jhen0409/patch-2
...
Sync recently updated docs to zh-TW docs-translations
2015-10-19 22:09:06 +08:00
Jhen
7f15d63552
Update README.md for zh-TW docs-translations
2015-10-19 21:54:29 +08:00
Jhen
09ee24514e
Replace Mac with OS X for zh-TW docs translation
2015-10-19 21:49:57 +08:00
Jhen
d9c7401d0b
Replace io.js with node.js for zh-TW docs translation
2015-10-19 21:29:10 +08:00
Cheng Zhao
de3e16ce60
Merge pull request #3129 from brandoncash/fix-tray-notify-typo
...
Fix: tray NotfiyDropFiles typo
2015-10-19 19:11:26 +08:00
Haojian Wu
9c861b9ad3
Fix always passing the first result to renderer when the API is called multiple
...
time at once.
2015-10-19 18:07:35 +08:00
Cheng Zhao
72e0da069c
Merge pull request #3132 from princejwesley/issue-readFileSync
...
Fix: honor fs.readFileSync contract for empty packed asar file
2015-10-19 16:59:47 +08:00
Cheng Zhao
0d9e0a38c0
Merge pull request #3128 from atom/fix-save-page-position
...
Fix: 'savePage API' saves external resources in a wrong directory.
2015-10-19 16:40:45 +08:00
Prince J Wesley
810af2f95d
🐛 Honor fs.readFileSync contract for empty packed asar file
2015-10-19 08:43:50 +05:30
Haojian Wu
fb4efec55d
Add options check.
...
This patch avoids main process never response back to renderer if the options is
invalid.
2015-10-19 11:06:56 +08:00
Plusb Preco
0aefa98e5a
Small fix in README
2015-10-19 11:34:13 +09:00
Cheng Zhao
0e50b00fdf
Merge pull request #3111 from preco21/master
...
Add app.md translation into ko-KR, some fixes
2015-10-18 21:45:25 +08:00
Brandon Cash
60b14d03e9
Fix: tray NotfiyDropFiles typo
2015-10-18 00:32:13 -05:00
Haojian Wu
49d25d0069
Fix: savePage API saves external resources in a wrong directory.
2015-10-18 11:28:05 +08:00
Plusb Preco
82e6058607
Update as upstream
2015-10-18 03:30:37 +09:00
Plusb Preco
c46ed897dd
Update translation progress in README.md
2015-10-18 03:22:35 +09:00
Haojian Wu
214f8477b3
Fix some typos.
2015-10-17 19:28:14 +08:00
Ivan Žužak
c7d9352972
Merge pull request #3118 from learningjs/thcm
...
[Tiny correction of misspelling]
2015-10-17 10:10:06 +02:00
Jessica Lord
cd2f924db8
Merge pull request #3117 from ggamel/patch-1
...
Update MAS tutorial to improve readability
2015-10-16 17:56:32 -07:00
Paul Betts
b958982d99
Rollback submodule change
2015-10-16 17:00:31 -07:00
Paul Betts
a3fc25110e
Linter fixes
2015-10-16 16:55:28 -07:00
Paul Betts
5ae6bd2ef4
Wire it up
2015-10-16 16:46:05 -07:00
Paul Betts
7ac643d5f8
Create a new method on App to override URL Security Manager's decisions wrt NTLM
2015-10-16 16:45:54 -07:00
Greg Gamel
5e7a30deea
Additional updates to adhere to styleguide
...
Per @jlord's recommendations.
2015-10-16 18:25:30 -05:00
max_devjs
72078f7b02
[truly humble correction of a misspelling]
...
Substituting webp with web in frameless-window.md .
2015-10-16 19:56:45 -03:00
Greg Gamel
b5478eaef7
Update MAS tutorial to improve readability
...
Adjusted tutorial body copy and headings to improve readability, clarify sentences, and fix some (minor) grammatical missteps.
2015-10-16 17:50:41 -05:00
Jessica Lord
1ae4be7571
Merge pull request #3115 from romankl/doc-osx
...
replace Mac with OS X
2015-10-16 14:21:54 -07:00
Roman Klauke
32523ae352
replace Mac with OS X
...
Commit 691d8dd replaced "Mac" with "OS X". This commit replaces some
other occurrences.
2015-10-16 22:03:47 +02:00
Eran Tiktin
f0c4c806b5
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-10-16 22:30:18 +03:00
Plusb Preco
c0ee8f4e60
Merge remote-tracking branch 'refs/remotes/atom/master'
2015-10-16 22:36:01 +09:00
Plusb Preco
edd6032ed0
Improve grammar for more readability
2015-10-16 22:26:27 +09:00
Plusb Preco
f05fc3c0ea
Improve grammar, some fixes
...
* Improve grammar
* Fix typos
* Fix some mistranslations
* Fix quotes (' to `)
2015-10-16 22:23:31 +09:00
Cheng Zhao
f0825bf7ef
Merge pull request #3109 from fplucas/master
...
Translation of debugging-main-process to pt-br.
2015-10-16 20:28:34 +08:00
Cheng Zhao
d9fdfb711f
Clean up CallbackRegistry
...
There were some ancient code there.
2015-10-16 20:25:30 +08:00
Cheng Zhao
94f64c755d
spec: Load url after event listener is set up
2015-10-16 20:22:04 +08:00
Cheng Zhao
4871ea715c
Merge pull request #3103 from bengotow/bengotow/debug-release
...
Allow "released callback" errors to be traced to remote calls
2015-10-16 20:21:46 +08:00
Cheng Zhao
115bb31ab4
docs: Small fix on mas guide
2015-10-16 20:21:06 +08:00
Lucas
2725068a0c
Updating README.md
2015-10-16 09:11:30 -03:00
Lucas Pugliesi
5e5caf2e86
Translation of debugging-main-process to pt-br.
2015-10-16 09:09:24 -03:00
Ben Gotow
aeb24b784d
Allow "released callback" errors to be traced to remote calls
2015-10-15 18:46:59 -07:00
Plusb Preco
b61baacfe1
Merge pull request #1 from ibocon/translateIntoKR
...
Add `app.md` translation
2015-10-15 07:59:25 +09:00
Yegun Kim
79311af8eb
translate "/docs-translations/ko-KR/api/app.md"
2015-10-15 16:26:24 -05:00
Plusb Preco
af8049941e
Update as upstream
2015-10-13 20:53:04 +09:00
Haojian Wu
dcb457e76e
Refine API design: desktopCapturer.getSources.
2015-10-07 11:10:35 +08:00
Haojian Wu
36c0ad7fda
Refine more about desktop capturer API.
...
* Simplify the coffeescript code.
* Add more options in desktopCapturer.startUpdating.
2015-10-05 12:47:01 +08:00
Haojian Wu
1e69ef79de
Refine: make desktop-capturer as a renderer module.
2015-10-04 22:04:41 +08:00
Haojian Wu
48fbd47416
Make desktop capture API work on Windows.
2015-10-03 10:51:02 +08:00
Haojian Wu
c9fbde321c
Implement desktop capture API on OS X.
2015-10-02 19:17:28 +08:00
Patrick Detlefsen
6c4016af46
make sure the query params are stripped from the updateUrl
2015-06-22 15:51:47 +02:00
Patrick Detlefsen
154ca8575c
limit the auto-updater-win api to very few methods
2015-06-22 15:33:08 +02:00
Patrick Detlefsen
ae5411c37b
move squirrel bahaviour into proper place
2015-06-22 15:17:07 +02:00
Patrick Detlefsen
62882fe49e
auto updater win is an EventEmitter already
2015-06-16 16:13:23 +02:00
Patrick Detlefsen
a8469fc79d
auto-updater extends event-emitter
2015-06-16 12:31:55 +02:00
Patrick Detlefsen
7aa60baafb
switch statement coffee else instead of default
2015-06-16 11:48:39 +02:00
Patrick Detlefsen
99f352228c
addresses suggestions from pull-request
2015-06-16 11:04:37 +02:00
Patrick Detlefsen
621178f558
initial idea
2015-06-15 20:28:47 +02:00