deepak1556
|
80ce60f644
|
spec: check if pdf has loaded
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
6be779c777
|
update spec with new asset
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
eda413861a
|
update spec
|
2017-03-14 00:26:27 +05:30 |
|
Cheng Zhao
|
210f40dd53
|
Convert "\" to "/" in file:// url
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
a4400dc549
|
add basic spec
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
3baa186c0a
|
fix failing download spec
|
2017-03-14 00:26:27 +05:30 |
|
Kevin Sawicki
|
3349e32196
|
Verify selectedIndex to prevent NSRangeException
|
2017-03-10 10:09:18 -08:00 |
|
Kevin Sawicki
|
3b2faf7b89
|
Add initial TouchBarSegmentedControl spec
|
2017-03-10 10:04:22 -08:00 |
|
Kevin Sawicki
|
14e8e463b3
|
Merge pull request #8864 from electron/zoom_controller_webview_patch
browser: track origin zoom with HostZoomMap
|
2017-03-09 11:27:34 -08:00 |
|
Kevin Sawicki
|
2946f624ac
|
Add spec for adding representation to existing image
|
2017-03-09 09:56:42 -08:00 |
|
Kevin Sawicki
|
6e977cbc3a
|
Assert emptiness and size of built up images
|
2017-03-09 09:56:42 -08:00 |
|
Kevin Sawicki
|
7e039d92ec
|
Support adding representation from data URL
|
2017-03-09 09:56:42 -08:00 |
|
Kevin Sawicki
|
17b70670f8
|
Add initial NativeImage.addRepresentation specs
|
2017-03-09 09:56:42 -08:00 |
|
Kevin Sawicki
|
ff5081816f
|
Remove unneeded done call
|
2017-03-09 09:53:01 -08:00 |
|
John Kleinschmidt
|
d5a658bbe4
|
Fixed pass by reference and added spec
|
2017-03-08 22:06:26 -05:00 |
|
deepak1556
|
224ffe44aa
|
add spec
|
2017-03-08 19:16:55 +05:30 |
|
Kevin Sawicki
|
31cae8e1aa
|
Add more scale factor specs
|
2017-03-07 12:34:31 -08:00 |
|
Kevin Sawicki
|
82a81bb26e
|
Support scale factor to buffer APIs
|
2017-03-07 12:27:55 -08:00 |
|
Kevin Sawicki
|
e4ead6d018
|
Remove hasRepresentation and just use 1x png result
|
2017-03-07 12:27:55 -08:00 |
|
Kevin Sawicki
|
8bc65ef495
|
Add failing spec for toPNG with scale factor
|
2017-03-07 12:27:55 -08:00 |
|
Kevin Sawicki
|
50ade57700
|
Add more hasRepresentation asserts
|
2017-03-07 12:27:55 -08:00 |
|
Kevin Sawicki
|
0bbbeb307e
|
Support toDataURL without 1x representation
|
2017-03-07 12:27:55 -08:00 |
|
Kevin Sawicki
|
8eaf48e552
|
Add spec for 1x1 PNG data URL
|
2017-03-07 12:27:55 -08:00 |
|
Kevin Sawicki
|
b46e48cae1
|
Add failing toDataURL spec
|
2017-03-07 12:27:55 -08: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 |
|
Kevin Sawicki
|
886b47e713
|
Merge pull request #8724 from electron/defer_load_url
webContents: defer url load when there is a pending navigation entry
|
2017-03-06 10:18:36 -08:00 |
|
Kevin Sawicki
|
d26e4a4abf
|
Merge pull request #8800 from electron/https-website
Update website URLs to use HTTPS
|
2017-03-06 09:32:20 -08:00 |
|
deepak1556
|
90885d1d8c
|
simply spec
|
2017-03-06 00:22:20 +05:30 |
|
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 |
|
Kevin Sawicki
|
ca2898a60e
|
Check that window responds to touchBar selector for pre-10.12.1 compat
|
2017-03-03 14:00:39 -08:00 |
|
Kevin Sawicki
|
c349aeff80
|
Add initial touch bar specs
|
2017-03-03 14:00:39 -08:00 |
|
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 |
|
Kevin Sawicki
|
7fb77ee1cb
|
Set isolated world security origin
|
2017-03-02 08:49:18 -08:00 |
|
Kevin Sawicki
|
7f6283352f
|
Add failing spec for fetch from isolated world
|
2017-03-02 08:49:18 -08:00 |
|
Zeke Sikelianos
|
69f0cb26e7
|
use https for all Electron website URLs
|
2017-02-28 21:19:55 -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
|
ca8983bf6c
|
Add initial spec for remote modules
|
2017-02-28 08:45:39 -08:00 |
|
Kevin Sawicki
|
54232ee21a
|
Emit event after listener is registered
|
2017-02-28 08:23:00 -08:00 |
|
Kevin Sawicki
|
1d84d83fd4
|
Forward webview visibility change events from browser process
|
2017-02-28 08:23:00 -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
|
0a5ccdccb4
|
Add spec for async Menu.popup
|
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 |
|
deepak1556
|
a57af31b99
|
add zoom specs based on standard protocols
|
2017-02-18 01:41:39 +05:30 |
|
deepak1556
|
403e7681c1
|
add basic webview zoom specs
|
2017-02-18 01:34:32 +05:30 |
|