Cheng Zhao
|
21a2feaf23
|
Merge pull request #6480 from electron/webcontents-focus
Execute role-based menu items on focused web contents
|
2016-07-14 12:47:07 +09:00 |
|
Kevin Sawicki
|
7877fa7c0a
|
Add webContents.isFocused()
|
2016-07-13 14:16:56 -07:00 |
|
Cheng Zhao
|
6db75a3458
|
Fix building on Linux
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
753e92c845
|
Add cache option for session
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
e213e09c3e
|
Add options to session.fromPartition
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
00804e5f98
|
Move the ability to create BrowserContext to embedder
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
400bb8d0f3
|
Hide in_memory parameter in native interface
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
06a41cedab
|
Move check of isReady to native code
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
4ebb83e999
|
Move the warning of registerStandardSchemes to native code
|
2016-07-13 12:23:14 +09:00 |
|
Cheng Zhao
|
13e1818bf7
|
Bump v1.2.7
|
2016-07-13 12:22:42 +09:00 |
|
Cheng Zhao
|
e5ccb3fd5d
|
Remove lock in AtomCertVerifier
|
2016-07-13 12:07:57 +09:00 |
|
Cheng Zhao
|
24c60019b7
|
Create AtomCertVerifier on IO thread
|
2016-07-13 12:05:57 +09:00 |
|
Kevin Sawicki
|
15f7dc6609
|
Initialize to constraints to current constraints
|
2016-07-12 16:36:25 -07:00 |
|
Kevin Sawicki
|
afd5e51d6a
|
Add Browser namespace
|
2016-07-12 09:10:48 -07:00 |
|
Kevin Sawicki
|
3d358ee7ea
|
Fix Windows compilation issues
|
2016-07-12 09:10:47 -07:00 |
|
Kevin Sawicki
|
af907163a2
|
Enable LoginItemSettings converter on all platforms
|
2016-07-12 09:10:47 -07:00 |
|
Kevin Sawicki
|
5a36c5596c
|
Add initial windows login item implementation
|
2016-07-12 09:10:47 -07:00 |
|
Kevin Sawicki
|
64f9c6a1d7
|
Add get/setLoginItemSettings on all platforms
|
2016-07-12 09:10:47 -07:00 |
|
Cheng Zhao
|
3335792200
|
Remove some unneeded hacks for old OS X versions
|
2016-07-12 15:15:47 +09:00 |
|
Cheng Zhao
|
2ee8142136
|
Fix transparent window having border on OS X 10.9
|
2016-07-12 15:01:37 +09:00 |
|
Cheng Zhao
|
5a604f8e79
|
Destroy the native tray in next tick
|
2016-07-12 14:23:38 +09:00 |
|
Cheng Zhao
|
df0d2b89cd
|
Merge pull request #6446 from electron/accessibility-api
Add API for Chrome's accessibility support state
|
2016-07-12 10:59:12 +09:00 |
|
Kevin Sawicki
|
f5d371e180
|
Remove linter warnings
|
2016-07-11 14:46:28 -07:00 |
|
Kevin Sawicki
|
131bff48ea
|
IsAccessibilitySupportEnabled -> isAccessibilitySupportEnabled
|
2016-07-11 14:44:32 -07:00 |
|
Kevin Sawicki
|
34f7ddec9f
|
Update API to isAccessibilitySupportEnabled
|
2016-07-11 14:32:14 -07:00 |
|
Kevin Sawicki
|
3fcbac78ac
|
Implement accessiblity change events on Windows
|
2016-07-11 14:23:25 -07:00 |
|
Kevin Sawicki
|
68d7ae75b0
|
Implement accessiblity change events on mac
|
2016-07-11 14:09:01 -07:00 |
|
Kevin Sawicki
|
fc36ac8c1b
|
Add API for accessibility state and changes
|
2016-07-11 14:04:56 -07:00 |
|
Milan Burda
|
38016b8144
|
Remove unnecessary >= Windows Vista check
|
2016-07-11 18:23:33 +02:00 |
|
Cheng Zhao
|
5208bbd2e8
|
Remove unneeded include
|
2016-07-11 17:13:21 +09:00 |
|
Cheng Zhao
|
86338290fb
|
win: Fix openExternal not working with non-ASCII characters
|
2016-07-11 17:12:11 +09:00 |
|
Cheng Zhao
|
31e67788a2
|
mac: Do not change window size when in fullscreen
|
2016-07-11 16:44:42 +09:00 |
|
Cheng Zhao
|
381366daf1
|
Fix indention
|
2016-07-11 16:43:01 +09:00 |
|
Cheng Zhao
|
db8787fce1
|
The fullscreen button should always be hidden for frameless window
|
2016-07-11 16:00:29 +09:00 |
|
Cheng Zhao
|
8269e7b1ef
|
Suppress unresponsive event when showing menu
|
2016-07-11 15:31:24 +09:00 |
|
Cheng Zhao
|
7848608198
|
Replace DialogScope with UnresponsiveSuppressor
The latter is global-wide.
|
2016-07-11 15:29:03 +09:00 |
|
Cheng Zhao
|
fc72df3ba1
|
win: Use FOS_FORCESHOWHIDDEN for showHiddenFiles
|
2016-07-11 13:49:51 +09:00 |
|
Cheng Zhao
|
6e0fadbe26
|
gtk: Set show-hidden property for showHiddenFiles
|
2016-07-11 13:47:24 +09:00 |
|
Cheng Zhao
|
f08ac07737
|
mac: Add showHiddenFiles property for showOpenDialog
|
2016-07-11 13:30:18 +09:00 |
|
Cheng Zhao
|
a1a870fe43
|
Auto-hide menubar when in fullscreen
|
2016-07-11 13:10:19 +09:00 |
|
Cheng Zhao
|
e8e2763131
|
win: Add toolbar type for BrowserWindow
|
2016-07-11 12:46:50 +09:00 |
|
Haojian Wu
|
4ac4dacffe
|
Some manual change to for-ranged loop.
Use "const auto&" where possible.
|
2016-07-10 15:57:51 +02:00 |
|
Haojian Wu
|
55b3f1936f
|
Modernize to C++11: Use for-range loop.
|
2016-07-10 13:33:15 +02:00 |
|
Haojian Wu
|
3bdeac98bf
|
Modernize to C++11: use override.
|
2016-07-10 13:21:42 +02:00 |
|
Haojian Wu
|
04f9d35312
|
Modernize to C++11: Use auto key to improve code readability and maintainability.
|
2016-07-10 13:11:47 +02:00 |
|
Haojian Wu
|
fab02809c6
|
Modernize to C++11: NULL => nullptr.
No functional change.
|
2016-07-10 11:57:04 +02:00 |
|
Cheng Zhao
|
f77b9db069
|
Fix unmaximize() not working
|
2016-07-09 23:16:57 +09:00 |
|
Cheng Zhao
|
5979c1464f
|
Remember bounds instead of size
|
2016-07-09 23:10:36 +09:00 |
|
Cheng Zhao
|
c4de246bfb
|
Correctly handle unmaximize
|
2016-07-09 23:04:42 +09:00 |
|
Cheng Zhao
|
baff744601
|
Use setBounds to implement maximize for window without thickFrame
|
2016-07-09 22:49:55 +09:00 |
|