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