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