Cheng Zhao
|
cb3c5ded0f
|
Merge pull request #9975 from wayne-kim/patch-5
this code is not care a bubbling event
|
2017-07-24 16:07:44 +09:00 |
Cheng Zhao
|
bd87982b5c
|
Merge pull request #10075 from alexstrat/fix/fix-content_scripts-match
Fix content scripts matches
|
2017-07-24 15:27:55 +09:00 |
Cheng Zhao
|
25f168cecb
|
Merge pull request #9951 from alexstrat/fix-chrome-storage
Fix chrome storage access scope
|
2017-07-24 14:01:15 +09:00 |
Aleš Pergl
|
54e03d6edd
|
Merge pull request #10053 from electron/debug_mode
|
2017-07-23 00:44:45 +02:00 |
Ales Pergl
|
8e34aad410
|
Fixed invalid empty vector subscript access
|
2017-07-22 14:45:50 +02:00 |
Ales Pergl
|
bdbf9e5d6a
|
Suppress assert dialog boxes when running CI tests
|
2017-07-22 14:45:50 +02:00 |
Ales Pergl
|
cd9d0c1b0f
|
Enabled true debug mode
|
2017-07-22 14:45:46 +02:00 |
Kevin Sawicki
|
fac32e52fc
|
Merge pull request #10071 from electron/update-external-binaries
Update the external binaries version
|
2017-07-21 09:04:50 -07:00 |
Alexandre Lachèze
|
a2ba4e0a6a
|
fix content scripts matches
|
2017-07-20 20:01:49 +02:00 |
Alexandre Lachèze
|
498f344e2e
|
Correct mkdir
|
2017-07-20 19:50:55 +02:00 |
Josh Abernathy
|
ad14ccd195
|
Update the external binaries version
|
2017-07-20 10:04:21 -04:00 |
Zeke Sikelianos
|
3283238555
|
Merge pull request #10058 from electron/installation-woes-q-and-a
add installation advice to FAQ
|
2017-07-19 09:35:26 -07:00 |
Cheng Zhao
|
52c6c7e676
|
Merge pull request #9819 from ferreus/dev/vladimir_fix9231
🐛 Fix #9231: Don't load url when detached.
|
2017-07-19 11:15:30 +09:00 |
Zeke Sikelianos
|
eeeee2cde8
|
Merge pull request #9989 from electron/check-for-leaks
check for secrets before git push and npm publish
|
2017-07-18 15:30:03 -07:00 |
Zeke Sikelianos
|
f5ed6c36cc
|
add installation advice to FAQ
|
2017-07-18 13:23:03 -07:00 |
Kevin Sawicki
|
959231f766
|
Merge pull request #9834 from shubham2892/input-type-file-treating-packaged-app-as-directory
Fix treat packaged app as directory
|
2017-07-18 10:21:07 -07:00 |
Kevin Sawicki
|
7db3009234
|
Remove s
|
2017-07-18 10:19:00 -07:00 |
Kevin Sawicki
|
908c1fdfa0
|
Mark treatPackageAsDirectory as mac only
|
2017-07-18 10:18:23 -07:00 |
Shubham
|
b25a1d10a2
|
🍎 Add treatPackageasDirectory as an option
|
2017-07-18 10:13:25 -07:00 |
Kevin Sawicki
|
1d9f69e742
|
Merge pull request #10008 from qazbnm456/fix-pdf-viewer
Fix a query string parsing problem happend to PDF Viewer
|
2017-07-18 09:10:55 -07:00 |
Kevin Sawicki
|
2bac358064
|
Merge pull request #10015 from electron/input-dialog-filter-titles
Add filter descriptions for common accept types
|
2017-07-18 09:10:11 -07:00 |
Kevin Sawicki
|
5b9d31d3ff
|
Bump v1.7.5
|
2017-07-17 12:45:30 -07:00 |
Kevin Sawicki
|
8ae7401f7c
|
Merge pull request #10050 from electron/native-window-open-experimental
Mark nativeWindowOpen as experimental
|
2017-07-17 12:45:04 -07:00 |
Kevin Sawicki
|
a2554080ea
|
Mark nativeWindowOpen as experimental
|
2017-07-17 12:40:59 -07:00 |
Kevin Sawicki
|
c567448cf6
|
Merge pull request #10049 from electron/debugging-typo
fix typo in macOS debugging doc
|
2017-07-17 12:39:14 -07:00 |
Kevin Sawicki
|
65fe703dc2
|
Merge pull request #9972 from electron/merge-web-preferences
Inherit webPreferences in windows opened via sandbox or nativeWindowOpen
|
2017-07-17 12:38:50 -07:00 |
Zeke Sikelianos
|
34c27468dd
|
fix typo in macOS debugging doc
|
2017-07-17 12:12:44 -07:00 |
Kevin Sawicki
|
fc53ac3d38
|
Always register closed listeners
|
2017-07-17 11:55:16 -07:00 |
Kevin Sawicki
|
208be2a542
|
Set preload script on opened windows
|
2017-07-17 11:55:16 -07:00 |
Kevin Sawicki
|
fdb1fddc26
|
Only reset preferences when conversion succeeds
|
2017-07-17 11:55:16 -07:00 |
Kevin Sawicki
|
3925bfde8e
|
Add spec for reloading opened window cross-origin
|
2017-07-17 11:55:15 -07:00 |
Kevin Sawicki
|
0c8f773dec
|
Remove debug logging
|
2017-07-17 11:55:15 -07:00 |
Kevin Sawicki
|
9d7c2e2294
|
Add specs for nativeWindowOpen inheritance and new-window support
|
2017-07-17 11:55:15 -07:00 |
Kevin Sawicki
|
86b1deedfa
|
Inherit enabled-sandbox in opened windows
|
2017-07-17 11:55:15 -07:00 |
Kevin Sawicki
|
c71b0a5441
|
Add spec for configuring web preferences from sandboxed new-window event
|
2017-07-17 11:55:15 -07:00 |
Kevin Sawicki
|
06e60e5d4d
|
Map pending process id to webContents for frame host initiating navigation
|
2017-07-17 11:55:15 -07:00 |
Kevin Sawicki
|
34c5abfe43
|
Update web preferences when creating with existing webContents
|
2017-07-17 11:55:15 -07:00 |
Kevin Sawicki
|
61167ca296
|
Inherit nativeWindowOpen from parent window
|
2017-07-17 11:55:15 -07:00 |
Kevin Sawicki
|
553021bc9c
|
Only assign opener when not using nativeWindowOpen
|
2017-07-17 11:55:15 -07:00 |
Kevin Sawicki
|
25e1ed97b5
|
Use constants from content_switches.h
|
2017-07-17 11:55:15 -07:00 |
Kevin Sawicki
|
eb0022363e
|
Merge pull request #10048 from electron/revert-debug-build-9934
Revert #9934
|
2017-07-17 11:54:25 -07:00 |
Kevin Sawicki
|
968759b823
|
Revert "Suppress assert dialog boxes when running CI tests"
This reverts commit 3574bcacca .
|
2017-07-17 10:05:21 -07:00 |
Kevin Sawicki
|
fa7c006a3d
|
Revert "Enabled true debug mode"
This reverts commit df90fb7f75 .
|
2017-07-17 10:05:12 -07:00 |
Kevin Sawicki
|
0298f9e00a
|
Merge pull request #10046 from omerfarukozdemir/master
Update readme.md
|
2017-07-17 09:48:19 -07:00 |
Ales Pergl
|
3574bcacca
|
Suppress assert dialog boxes when running CI tests
|
2017-07-17 17:59:40 +02:00 |
Ales Pergl
|
df90fb7f75
|
Enabled true debug mode
|
2017-07-17 17:59:40 +02:00 |
Ömer Faruk ÖZDEMİR
|
3e946dfe55
|
Update readme.md
Typo fix
|
2017-07-17 17:25:36 +03:00 |
Vladimir Vainer
|
e0518444da
|
Minor changes to match style, init variables
|
2017-07-17 16:52:02 +03:00 |
Cheng Zhao
|
a43553aa25
|
Merge pull request #9962 from ferreus/dev/vladimir_fix_8768
Fix #8768: Show() on already open modal
|
2017-07-17 10:49:18 +03:00 |
Zeke Sikelianos
|
fb519274e0
|
Merge pull request #10004 from TiagoDanin/RevisionDoc-PT_BR
[docs-translations] Correct words in PT-BR
|
2017-07-15 21:47:37 -07:00 |