Ryohei Ikegami
|
7ac93045b7
|
Merge branch 'master' into native-window-open
|
2017-05-11 13:51:43 +09:00 |
|
Kevin Sawicki
|
8c856922f3
|
Merge pull request #9292 from 22222/issue8911
Fix #8911
|
2017-05-09 09:06:26 -07:00 |
|
22222
|
042b511a27
|
Fix #8911
|
2017-05-03 12:47:00 -05:00 |
|
Thiago de Arruda
|
a8640fb8a3
|
Add test to verify memory is released after sandboxed popup is closed
|
2017-05-01 11:30:07 -03:00 |
|
deepak1556
|
5e976be43b
|
remove page-title-updated workaround for #3380
|
2017-05-01 16:53:55 +09:00 |
|
deepak1556
|
e4524ce42e
|
add spec
|
2017-05-01 16:53:55 +09:00 |
|
Ryohei Ikegami
|
3c5179b717
|
Merge branch 'native-window-open' of github.com:seanchas116/electron into native-window-open
|
2017-04-30 19:37:23 +09:00 |
|
Ryohei Ikegami
|
0034b306f5
|
Add test for nativeWindowOpen + contextIsolation
|
2017-04-30 19:33:40 +09:00 |
|
Ryohei Ikegami
|
edeac2f59e
|
Split test HTML file into separate ones
|
2017-04-30 18:54:08 +09:00 |
|
Ryohei Ikegami
|
1d73e84a29
|
Merge branch 'master' into native-window-open
|
2017-04-27 12:03:55 +09:00 |
|
Kevin Sawicki
|
dc8b43901b
|
Merge pull request #9108 from yuya-oc/add-macos-sheet-events
Add sheet-begin and sheet-end events to macOS BrowserWindow
|
2017-04-20 10:33:31 -07:00 |
|
Kevin Sawicki
|
6b13fab83a
|
Wait for full screen event before leaving kiosk mode
|
2017-04-19 09:13:26 -07:00 |
|
Ryohei Ikegami
|
91f31506ef
|
Skip native addon test in Windows
|
2017-04-19 00:11:23 +09:00 |
|
Yuya Ochiai
|
75184046f6
|
Add events to manage sheets of macOS BrowserWindow
|
2017-04-15 16:26:45 +09:00 |
|
Ryohei Ikegami
|
659722924d
|
Don't show BrowserWindow in test
|
2017-04-06 11:44:20 +09:00 |
|
Ryohei Ikegami
|
349ea3a15a
|
Add test for native addon after reload
|
2017-04-06 11:43:57 +09:00 |
|
Ryohei Ikegami
|
61fa8693d2
|
Merge branch 'master' into native-window-open
|
2017-04-04 20:54:37 +09:00 |
|
Ryohei Ikegami
|
051e133ce3
|
Add test for opeing HTML file
|
2017-04-04 19:05:13 +09:00 |
|
Kevin Sawicki
|
e699e88b4c
|
Add initial tabbingIdentifier spec
|
2017-03-30 13:46:58 -07:00 |
|
Ryohei Ikegami
|
3af9f572ac
|
Fix spec description
|
2017-03-19 20:10:25 +09:00 |
|
Ryohei Ikegami
|
6bbfe89f96
|
Add spec for useNativeWindowOpen
|
2017-03-19 18:11:20 +09:00 |
|
Kevin Sawicki
|
6fcb784f6e
|
Add failing spec for no callback
|
2017-03-06 10:49:23 -08:00 |
|
Kevin Sawicki
|
f549bda9fc
|
Merge pull request #8799 from nitsakh/baseURLForDataURL
Support base URL option to loadURL for data URLs
|
2017-03-06 10:25:53 -08:00 |
|
deepak1556
|
eb827eb020
|
update spec
|
2017-03-06 00:10:46 +05:30 |
|
deepak1556
|
dead1ae1ba
|
webContents: defer url load when there is a pending navigation entry
|
2017-03-06 00:10:46 +05:30 |
|
Nitish Sakhawalkar
|
d75db0ea1a
|
Fixed js lint issues.
|
2017-03-02 14:37:09 -08:00 |
|
Nitish Sakhawalkar
|
370562b129
|
Moving data url test outside post navigation block. Trailing separator comment in the docs.
|
2017-03-02 12:14:18 -08:00 |
|
Nitish Sakhawalkar
|
e8c0813f46
|
Changes based on review.
|
2017-03-02 10:58:39 -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
|
70010fdb8e
|
Add spec for Buffer global
|
2017-02-14 08:42:34 -08:00 |
|
Cheng Zhao
|
c72438f09f
|
WebInspector has been split up
|
2017-02-06 10:34:29 -08:00 |
|
Kevin Sawicki
|
dc1c11a841
|
Merge pull request #8487 from leethomas/feature/osx-relative-window-levels
Feature/macOS relative window levels
|
2017-01-30 15:34:24 -08:00 |
|
leethomas
|
edbb786fb4
|
use kCGMinimumWindowLevelKey to get the minimum level
|
2017-01-26 19:12:10 -08:00 |
|
Kevin Sawicki
|
76e5589a31
|
Schedule function after executeJavaScript completes
|
2017-01-26 16:15:10 -08:00 |
|
Kevin Sawicki
|
2cfa67bdff
|
Remove linter warning
|
2017-01-26 09:59:07 -08:00 |
|
Kevin Sawicki
|
a851695bb9
|
Clear interval before setting new one
|
2017-01-26 09:57:53 -08:00 |
|
Kevin Sawicki
|
e2e33a8cf0
|
Guard against destroyed window or web contents
|
2017-01-26 09:57:00 -08:00 |
|
Kevin Sawicki
|
515f689814
|
Use helper function to show last dev tools panel
|
2017-01-26 09:42:45 -08:00 |
|
leethomas
|
9e189b9d2d
|
fix js lint errors
|
2017-01-26 07:14:47 -08:00 |
|
leethomas
|
1234b61fa6
|
spec to ensure an error is thrown when relativeLevel is set out of bounds
|
2017-01-25 19:39:57 -08:00 |
|
Kevin Sawicki
|
8e39aea34a
|
Merge pull request #8478 from deepak1556/load_url_max_char_patch
WebContents: emit did-fail-load event when url exceeds character limit
|
2017-01-25 09:46:40 -08:00 |
|
deepak1556
|
d8a16a8ffb
|
fix spec
|
2017-01-25 14:20:33 +05:30 |
|
Kevin Sawicki
|
6bb331356e
|
Finish spec when full screen is left
|
2017-01-24 11:55:13 -08:00 |
|
Kevin Sawicki
|
284ca3114b
|
Wait for window to transition before leaving full screen
|
2017-01-24 11:55:13 -08:00 |
|
deepak1556
|
593a3de850
|
add spec
|
2017-01-23 19:57:47 +05:30 |
|
Kevin Sawicki
|
873e6e5e6b
|
Append form to body before submitting
|
2017-01-19 09:05:59 +02:00 |
|
Kevin Sawicki
|
f7bdf5d04e
|
Merge pull request #8399 from watilde/feature/fixes-8338
save a fullscreen state when Kiosk mode is called
|
2017-01-17 13:03:51 -08:00 |
|
Kevin Sawicki
|
1d824d4645
|
Assert document visibility in main context
|
2017-01-16 13:03:38 -08:00 |
|
Kevin Sawicki
|
3f7b3c4bd7
|
Implement window overrides in main context
|
2017-01-16 12:38:16 -08:00 |
|
Kevin Sawicki
|
95054f443f
|
Enable context isolation on child windows
|
2017-01-16 12:38:16 -08:00 |
|