Cheng Zhao
|
e3e450613d
|
Merge pull request #7157 from Mossop/moveguest
Allow moving a webcontents to a different webview
|
2016-09-20 14:28:42 +09:00 |
|
Kevin Sawicki
|
48fd2bd35f
|
binding -> bindings
|
2016-09-19 09:31:59 -07:00 |
|
Felix Rieseberg
|
29fa48d8c3
|
🔧 Ensure correct types for commandLine
This commit ensures that arguments passed to `appendSwitch` and `appendArgument` are turned into strings before passing them over to the binding.
|
2016-09-19 09:31:59 -07:00 |
|
Felix Rieseberg
|
90bff4d9de
|
🔧 Ensure correct types for commandLine
This commit ensures that arguments passed to `appendSwitch` and `appendArgument` are turned into strings before passing them over to the binding.
|
2016-09-19 09:31:59 -07:00 |
|
Yuya Ochiai
|
43f955194e
|
🏁 Use Ctrl+Y as the accelerator of redo on Windows
|
2016-09-18 17:07:34 +09:00 |
|
Cheng Zhao
|
df3f0a4516
|
Merge pull request #7175 from bsuh/fix-twitch-navigation
Fix navigation controller
|
2016-09-13 16:01:00 +09:00 |
|
Cheng Zhao
|
9a56959647
|
Merge pull request #7140 from liusy182/url-fix
fix a bug in navigation-controller where string is used as object
|
2016-09-12 14:46:05 +09:00 |
|
Brian Suh
|
5fc1f57fb5
|
Fix navigation controller
In-page navigation has not actually started if the current entry is
being replaced. Do not set inPageIndex if replaceEntry is true.
|
2016-09-11 14:46:17 -07:00 |
|
Dave Townsend
|
313b2faa3c
|
Add a guestinstance attribute to webviews reflecting their current guest
instance ID and allowing moving a guest instance to a new webview.
|
2016-09-09 10:32:05 -07:00 |
|
Kevin Sawicki
|
902bd0564e
|
Require Buffer explicitly instead of relying on global
|
2016-09-08 10:17:06 -07:00 |
|
liusy182
|
2c7690be45
|
simplify logic
|
2016-09-08 21:36:39 +08:00 |
|
liusy182
|
180a77e671
|
fix a minor bug in navigation-controller where a string is used as an object
|
2016-09-08 21:31:42 +08:00 |
|
Kevin Sawicki
|
28b33074cf
|
Setup stdin in both processes on Windows
|
2016-09-07 14:45:56 -07:00 |
|
Kevin Sawicki
|
b54b74c310
|
Prevent missing Menu.buildFromTemplate function
|
2016-09-06 11:31:14 -07:00 |
|
Kevin Sawicki
|
01e69353d5
|
Don't serialize ArrayBuffer as Array
|
2016-08-24 15:18:42 -07:00 |
|
bridiver
|
3b11bf5e41
|
clear the storage for the webContentsId when the render view is deleted
|
2016-08-15 21:53:58 -07:00 |
|
Cheng Zhao
|
01f92a83ab
|
Merge pull request #6780 from electron/update-available-check
Mark update available until restart
|
2016-08-09 20:44:26 +09:00 |
|
Kevin Sawicki
|
dd6c69c90b
|
Use const instead of var
|
2016-08-08 13:07:01 -07:00 |
|
Kevin Sawicki
|
49908fd818
|
Keep update available flag set until restart
|
2016-08-08 13:03:02 -07:00 |
|
Kevin Sawicki
|
af607f8b67
|
🎨 function -> =>
|
2016-08-08 11:09:30 -07:00 |
|
Kevin Sawicki
|
bcc372568f
|
Add zoom menu item roles
|
2016-08-08 11:09:30 -07:00 |
|
Milan Burda
|
edc1a9614c
|
Add macOS specific speaking roles for MenuItem
|
2016-08-08 00:02:32 +02:00 |
|
Cheng Zhao
|
8c0a033b6f
|
Fix lint errors of using __proto__
|
2016-08-02 21:02:28 +09:00 |
|
Cheng Zhao
|
edb573d69e
|
Make WebContents inherit NavigationController
|
2016-08-02 20:55:56 +09:00 |
|
Cheng Zhao
|
025034127a
|
Set JavaScript APIs on prototype of WebContents
|
2016-08-02 20:52:07 +09:00 |
|
Cheng Zhao
|
844f32aa36
|
Set prototype of constructor directly
|
2016-08-02 20:38:35 +09:00 |
|
Cheng Zhao
|
895b8b47ee
|
Save the prototype of EventEmitter
|
2016-08-02 18:07:58 +09:00 |
|
Cheng Zhao
|
892026458d
|
Cleanup init.js
|
2016-08-02 17:45:46 +09:00 |
|
Cheng Zhao
|
6e0cde5b24
|
All native objects have prototype now
|
2016-08-02 17:12:17 +09:00 |
|
Cheng Zhao
|
56b1abd64a
|
Merge pull request #6685 from electron/document-contents-zoom
Implement and Document the zoom methods that are mapped to the webContents object
|
2016-08-02 14:41:09 +09:00 |
|
Samuel Attard
|
a498cf5b79
|
Fix linting issues
|
2016-08-02 13:13:17 +10:00 |
|
Samuel Attard
|
e4f6083753
|
Implement asynchronous versions of getZoomFactor and GetZoomLevel on the webContents object
|
2016-08-02 13:02:55 +10:00 |
|
Gabriel Handford
|
7bde92deb9
|
Add isVisible() to app.dock
|
2016-08-01 15:22:37 -07:00 |
|
Cheng Zhao
|
ffed3e9c0c
|
Move the code to native
|
2016-08-01 20:11:17 +09:00 |
|
Cheng Zhao
|
d23d9dcf01
|
Do not garbage collect sessions
|
2016-08-01 19:35:51 +09:00 |
|
Cheng Zhao
|
1e61743242
|
Merge pull request #6602 from electron/appusermodelid-remove-spaces
Remove all spaces from potential appUserModelID as it isn't allowed by the spec
|
2016-07-27 10:53:52 +09:00 |
|
Samuel Attard
|
9f0299cc31
|
Use better regex to match spaces
|
2016-07-27 09:38:49 +10:00 |
|
Samuel Attard
|
12dba2cb67
|
Remove all spaces from potential appUserModelID as it isn't allowed by the spec
|
2016-07-26 11:44:01 +10:00 |
|
Samuel Attard
|
20e26a9639
|
Move auto-updater-win to ES6
|
2016-07-26 11:40:55 +10:00 |
|
Feross Aboukhadijeh
|
d6a7ced32c
|
MenuItem: Use 'Close Window' for 'close' role label
On OS X, the standard label that's used for the 'close' role is 'Close
Window'. You can see this in the default macOS apps from Apple.
|
2016-07-25 15:13:17 -07:00 |
|
Cheng Zhao
|
9ddb62c42a
|
Use Buffer.from instead of deprecated new Buffer
|
2016-07-25 16:40:22 +09:00 |
|
Cheng Zhao
|
1c9421bc89
|
Use ArrayBuffer.isView to detect Buffer and ArrayBuffer
|
2016-07-25 16:39:09 +09:00 |
|
Cheng Zhao
|
200d09cc70
|
Merge pull request #6572 from haadcode/master
Add support for TypedArrays in IPC.
|
2016-07-25 16:22:29 +09:00 |
|
Cheng Zhao
|
751ee53683
|
Do not throw exception when channel name is "error"
|
2016-07-24 21:08:25 +09:00 |
|
haad
|
fac330fb50
|
Fix TypedArray check, add check when instanceof doesn't work for TypedArrays.
|
2016-07-23 12:43:49 +01:00 |
|
haad
|
c717cd9192
|
🐛 Add support for TypedArrays in IPC.
Fixes https://github.com/electron/electron/issues/2104.
|
2016-07-22 19:44:19 +01:00 |
|
Cheng Zhao
|
9eacd07eda
|
Merge pull request #6489 from electron/webcontents-static-api
Document static methods on webContents
|
2016-07-15 11:02:00 +09:00 |
|
Cheng Zhao
|
2791f71c03
|
webContents is now a public module
|
2016-07-15 10:59:19 +09:00 |
|
Samuel Attard
|
d42e6b3c1f
|
Fix casing issue on the windows update JS file
|
2016-07-15 10:05:36 +12:00 |
|
Kevin Sawicki
|
a7badd43d5
|
Expose getAllWebContents() API
|
2016-07-14 08:59:49 -07:00 |
|