Kevin Sawicki
|
d6eb0d6629
Implement insertCSS on webFrame
|
8 years ago |
Kevin Sawicki
|
c8ff67ab75
Use spread syntax instead of function apply
|
8 years ago |
Kevin Sawicki
|
9a5df9da41
Expose setVisualZoomLevelLimits on webContents and <web-view>
|
8 years ago |
Paul Betts
|
e2649ce7d8
Add new method to set layout-based zoom level limit
|
8 years ago |
Kevin Sawicki
|
8e203592e2
:art: Remove extra returns
|
8 years ago |
Samuel Attard
|
9f18a6e65c
Use ES6 template strings, fix docs and remove _ERROR_ IPC event
|
8 years ago |
Samuel Attard
|
857e1da6a3
Make executeJavaScript return a Promise so that caught errors can be sent to the caller
|
8 years ago |
Kevin Sawicki
|
b54b74c310
Prevent missing Menu.buildFromTemplate function
|
8 years ago |
Cheng Zhao
|
edb573d69e
Make WebContents inherit NavigationController
|
8 years ago |
Cheng Zhao
|
025034127a
Set JavaScript APIs on prototype of WebContents
|
8 years ago |
Cheng Zhao
|
844f32aa36
Set prototype of constructor directly
|
8 years ago |
Cheng Zhao
|
6e0cde5b24
All native objects have prototype now
|
8 years ago |
Samuel Attard
|
a498cf5b79
Fix linting issues
|
8 years ago |
Samuel Attard
|
e4f6083753
Implement asynchronous versions of getZoomFactor and GetZoomLevel on the webContents object
|
8 years ago |
Kevin Sawicki
|
a7badd43d5
Expose getAllWebContents() API
|
8 years ago |
Kevin Sawicki
|
72cdba2b8e
:art:
|
8 years ago |
Kevin Sawicki
|
06e595e7cc
Add webContents.getFocusedWebContents()
|
8 years ago |
Kevin Sawicki
|
7877fa7c0a
Add webContents.isFocused()
|
8 years ago |
Kevin Sawicki
|
f67e2043c8
Add back options param
|
8 years ago |
Kevin Sawicki
|
56001b481e
Emit web-contents-created on app
|
8 years ago |
Kevin Sawicki
|
c8c60dd313
Add devtools from web-contents-created event
|
8 years ago |
Cheng Zhao
|
0864d3b1ee
Cleanup the printToPDF code
|
9 years ago |
Cheng Zhao
|
eb882855bc
Cleanup the CoffeeScript converted code
|
9 years ago |
Cheng Zhao
|
5bb8da6073
Explicitly initialize session before webContents
|
9 years ago |
Cheng Zhao
|
0565c42add
Merge pull request #5812 from vasumahesh1/feature-pdf
|
9 years ago |
Cheng Zhao
|
d105524135
Cleanup the JavaScript code of session
|
9 years ago |
Vasu Mahesh
|
fc6628d159
Add: custom pageSize for printToPDF
|
9 years ago |
Cheng Zhao
|
5f3fdbe635
Simplify the implementation of sendToAll
|
9 years ago |
Cheng Zhao
|
dfe7ae2124
Add webContents.fromId
|
9 years ago |
Cheng Zhao
|
9ab76fb884
Add webContents.sendToAll to send message to all frames
|
9 years ago |