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 |
|