Cheng Zhao
|
217311ef21
|
No need to use weak reference
Ref-counting manages everything.
|
2015-11-17 19:00:33 +08:00 |
|
Robo
|
92c3ee8e16
|
use delegate to notify verification requests
|
2015-11-16 20:45:49 +05:30 |
|
Robo
|
37e6e6fab7
|
emit verify-certificate event for handling verification
|
2015-11-13 06:44:49 +05:30 |
|
Robo
|
d072e61282
|
session: api to allow handling certificate verification
|
2015-11-13 01:27:30 +05:30 |
|
Cheng Zhao
|
75f49477ca
|
Cleanup wrapper function when app has done quitting
The app may still do something when quitting, we need to make sure the
wrapper function is still there at that time.
|
2015-11-04 16:54:36 +08:00 |
|
Robo
|
e9a5d05b27
|
session: allow setproxy to use external pac script
|
2015-10-22 23:03:47 +05:30 |
|
Haojian Wu
|
facd0fbc08
|
Implement webContents.savePage API.
|
2015-10-16 09:23:08 +08:00 |
|
Robo
|
fc7f4ae24b
|
session: api to emulate network conditions
|
2015-09-27 18:55:26 +05:30 |
|
Haojian Wu
|
0861d5d44b
|
Redefine 'will-download' design.
|
2015-09-24 16:04:44 +08:00 |
|
Haojian Wu
|
5ec74451ef
|
Introduce DownloadItem for supporting more downloading features.
|
2015-09-20 18:56:10 +08:00 |
|
Haojian Wu
|
87b9b0bc31
|
Implement session.setOpenDownloadDialog() API.
|
2015-09-20 18:45:34 +08:00 |
|
Cheng Zhao
|
e365cb6b1c
|
No longer needs to define node_includes.h at last
|
2015-09-07 16:41:49 +08:00 |
|
Cheng Zhao
|
e2bd1abce6
|
Make sure BrowserContext is destroyed on exit
|
2015-09-06 10:54:34 +08:00 |
|
Cheng Zhao
|
0b1a3f3ef3
|
Manage the life of BrowserContext in Session
|
2015-09-06 10:54:34 +08:00 |
|
Robo
|
4062ca5f68
|
implement wrapSession
|
2015-09-01 16:50:42 +05:30 |
|
Robo
|
aed487ef40
|
app: add will-download event to defaultSession
|
2015-08-31 12:57:56 +05:30 |
|
Cheng Zhao
|
c295979270
|
BrowserContext::GetRequestContext can only be called on UI thread
|
2015-08-10 15:02:16 +08:00 |
|
Cheng Zhao
|
2ff104d012
|
Move callback converter from native mate to electron
|
2015-08-07 19:35:35 +08:00 |
|
Cheng Zhao
|
0e779e20c3
|
Fix compilation error caused by #2340
|
2015-07-30 10:38:04 +08:00 |
|
Haojian Wu
|
fef53d18c4
|
Add session.setDownloadPath API.
|
2015-07-26 16:51:27 +08:00 |
|
Robo
|
d3055a5ca0
|
session: api to set proxy
|
2015-07-20 15:21:47 +05:30 |
|
Cheng Zhao
|
868dee55de
|
The options of clearStorageData should be optional
|
2015-07-13 15:13:17 -07:00 |
|
Cheng Zhao
|
7dba4d1d8d
|
Call callback of ClearCache after cache is doomed
|
2015-07-13 14:27:07 -07:00 |
|
Robo
|
628fb5f5e9
|
app: api to clear data from different storage types
|
2015-07-10 11:31:30 +05:30 |
|
Cheng Zhao
|
aa20f75335
|
Clean up ResolveProxyHelper
Since the ResolveProxyHelper is deleted after the callback is called,
there is no need to use weak reference.
|
2015-06-26 11:04:12 +08:00 |
|
deepak1556
|
c15a9e7d5c
|
session: using storageparttion to retrieve requestcontext
|
2015-06-25 19:55:57 +05:30 |
|
Cheng Zhao
|
0ebd4d04ad
|
Make Session trackable
|
2015-06-24 15:39:05 +08:00 |
|
Cheng Zhao
|
ea69e91e49
|
Move resolveProxy From app to session
|
2015-06-24 11:59:11 +08:00 |
|
Cheng Zhao
|
33c2768a77
|
Add app.defaultSession
|
2015-06-23 23:40:41 +08:00 |
|
Cheng Zhao
|
1ce86b6dfc
|
win: Fix building, close #2018
|
2015-06-23 10:18:43 +08:00 |
|
Haojian Wu
|
bafbee805c
|
Fix more code styles.
|
2015-06-20 10:41:40 +08:00 |
|
Haojian Wu
|
969916442f
|
Use webContents BrowserContext.
Also fix some code styles.
|
2015-06-19 13:57:54 +08:00 |
|
Haojian Wu
|
99bfc9b7f5
|
Move cookies APIs to webContents.session.cookies namespace.
|
2015-06-19 10:30:08 +08:00 |
|