Nitish Sakhawalkar
|
c06c4c0ccb
|
Reverting formatting changes made by clang format.
|
2017-03-01 14:04:41 -08:00 |
|
Nitish Sakhawalkar
|
879082b1a6
|
Issue #8735:Support base URL option to loadURL for data URLs
|
2017-02-28 16:49:03 -08:00 |
|
Kevin Sawicki
|
8e4bdec6b6
|
Merge pull request #8758 from electron/use-local-buffer
Use local Buffer variable in module.js require wrapper
|
2017-02-24 10:35:35 -08:00 |
|
Kevin Sawicki
|
6c40b1eead
|
Verify global.Buffer is undefined
|
2017-02-24 09:57:32 -08:00 |
|
Kevin Sawicki
|
ad03ba73a4
|
Upgrade node for Buffer wrapper fix
|
2017-02-24 09:57:32 -08:00 |
|
Kevin Sawicki
|
e6fec57bd8
|
Add failing spec for Buffer from preload required module
|
2017-02-24 09:57:32 -08:00 |
|
Kevin Sawicki
|
b936221b63
|
Merge pull request #8733 from electron/macos-cancel-id
Support explicit cancelId on macOS
|
2017-02-24 09:32:07 -08:00 |
|
Kevin Sawicki
|
be16e75be2
|
Support explicit cancelId on macOS
|
2017-02-24 09:05:55 -08:00 |
|
Kevin Sawicki
|
d01250eceb
|
Merge pull request #8739 from electron/pepper-context-menu
Use owner browser window in pepper context menu
|
2017-02-24 09:05:33 -08:00 |
|
Kevin Sawicki
|
739f3ed102
|
Popup pepper menu in owner browser window
|
2017-02-24 08:39:22 -08:00 |
|
Kevin Sawicki
|
c951e253c6
|
Default to focused window whenever param is null/undefined
|
2017-02-24 08:39:22 -08:00 |
|
Kevin Sawicki
|
3e05350d6b
|
Check that window is non-null before accessing constructor prop
|
2017-02-24 08:39:22 -08:00 |
|
Kevin Sawicki
|
5819acbc20
|
Merge pull request #8745 from electron/async-web-dialog-helper
Use callback dialog methods in RunFileChooser
|
2017-02-24 08:38:19 -08:00 |
|
Kevin Sawicki
|
ef085a1f15
|
Remove unneeded AddRef/Release calls handled by base::Bind
|
2017-02-24 08:15:02 -08:00 |
|
Kevin Sawicki
|
6837ec8576
|
Check render frame host before getting context
|
2017-02-24 07:49:26 -08:00 |
|
Kevin Sawicki
|
a62c2f9e2e
|
Remove unused include
|
2017-02-24 07:37:28 -08:00 |
|
Kevin Sawicki
|
29f92bfb53
|
Extend RefCounted and add private destructor
|
2017-02-24 07:37:28 -08:00 |
|
Kevin Sawicki
|
a33ffd621f
|
Use callback dialog methods in RunFileChooser
|
2017-02-24 07:37:28 -08:00 |
|
Kevin Sawicki
|
cc688d7fa6
|
Merge pull request #8760 from popod/popod-startDrag-doc
update startDrag(item) doc
|
2017-02-23 13:45:22 -08:00 |
|
Kevin Sawicki
|
eb260c3593
|
Update parameter prefix
|
2017-02-23 13:03:22 -08:00 |
|
popod
|
ea3b14f0bb
|
update startDrag(item) doc
add doc for `files` option
|
2017-02-23 21:28:36 +01:00 |
|
Kevin Sawicki
|
62f4a77755
|
Merge pull request #8702 from electron/async-menu-popup
Add async menu.popup option
|
2017-02-22 12:50:57 -08:00 |
|
Kevin Sawicki
|
211bedf910
|
Invoke close callback after itemSelected runs
|
2017-02-22 11:47:58 -08:00 |
|
Kevin Sawicki
|
d0b07d5c36
|
Check that x is non-null
|
2017-02-22 10:49:25 -08:00 |
|
Kevin Sawicki
|
a8d1a7aed4
|
Make variables private instead of protected
|
2017-02-22 10:30:28 -08:00 |
|
Kevin Sawicki
|
2006e22aa4
|
🎨
|
2017-02-22 10:30:28 -08:00 |
|
Kevin Sawicki
|
6c6506e5aa
|
Document menu.closePopup
|
2017-02-22 10:30:28 -08:00 |
|
Kevin Sawicki
|
ce5ac1b056
|
Implement ClosePopupAt on Windows/Linux
|
2017-02-22 10:30:28 -08:00 |
|
Kevin Sawicki
|
91d1af053f
|
Implement Menu.closePopup on Windows/Linux
|
2017-02-22 10:30:28 -08:00 |
|
Kevin Sawicki
|
0a5ccdccb4
|
Add spec for async Menu.popup
|
2017-02-22 10:30:28 -08:00 |
|
Kevin Sawicki
|
6a023dc4fe
|
Add Menu.closePopup API on macOS
|
2017-02-22 10:30:28 -08:00 |
|
Kevin Sawicki
|
947556a23f
|
Move MenuItem spec into root describe
|
2017-02-22 10:30:28 -08:00 |
|
Kevin Sawicki
|
55f90b4a4b
|
Add new menu.popup signature to planned breaking changes
|
2017-02-22 10:30:28 -08:00 |
|
Kevin Sawicki
|
d686cf77e9
|
Update menu.popup docs to take options object
|
2017-02-22 10:30:28 -08:00 |
|
Kevin Sawicki
|
66b6b4f1cb
|
Map async option to MenuRunner::ASYNC flag
|
2017-02-22 10:30:28 -08:00 |
|
Kevin Sawicki
|
4430927f98
|
Add async option to menu.popup
|
2017-02-22 10:30:28 -08:00 |
|
Kevin Sawicki
|
b091d104f5
|
Add async menu.popup on Windows/Linux
|
2017-02-22 10:30:28 -08:00 |
|
Kevin Sawicki
|
636ef0fd29
|
Add async menu.popup on macOS
|
2017-02-22 10:30:28 -08:00 |
|
Kevin Sawicki
|
85bdce0722
|
Merge pull request #8731 from herrmannplatz/patch-1
update setCertificateVerifyProc example
|
2017-02-22 08:22:21 -08:00 |
|
Kevin Sawicki
|
91bd95a0b2
|
Add space after if
|
2017-02-22 08:11:21 -08:00 |
|
René Herrmann
|
c4280612c1
|
update setCertificateVerifyProc example
setCertificateVerifyProc example should reflect new api
|
2017-02-22 11:49:14 +01:00 |
|
Kevin Sawicki
|
92092bed41
|
Bump v1.6.1
|
2017-02-21 08:49:50 -08:00 |
|
Kevin Sawicki
|
f80af6e3ed
|
Merge pull request #8718 from demopark/master
add translations files for zh-CN
|
2017-02-21 08:48:15 -08:00 |
|
Kevin Sawicki
|
1dd37eaab7
|
Merge pull request #8717 from gerhardberger/vibrancy-version-fix
Fix OS version check of vibrancy
|
2017-02-21 08:45:10 -08:00 |
|
DemoPark
|
c78d7fc125
|
add translations files for zh-CN
add zh-CN translations file - debug-instructions-windows.md
add zh-CN translations file - debugging-instructions-macos.md
update zh-CN translations file - README.md
|
2017-02-19 21:38:37 +08:00 |
|
gellert
|
a1ede4a4b0
|
fixes os version check of vibrancy
|
2017-02-18 20:25:03 +01:00 |
|
Kevin Sawicki
|
1f75df0253
|
Merge pull request #8693 from electron/zoom_specs
webContents: add basic zoom specs
|
2017-02-17 12:50:26 -08:00 |
|
deepak1556
|
a57af31b99
|
add zoom specs based on standard protocols
|
2017-02-18 01:41:39 +05:30 |
|
deepak1556
|
0c022fdc36
|
set zoom changes for in page navigaitons
|
2017-02-18 01:34:32 +05:30 |
|
deepak1556
|
403e7681c1
|
add basic webview zoom specs
|
2017-02-18 01:34:32 +05:30 |
|