Cheng Zhao
|
affa21600c
|
Remove unnecessary methods on WebContentsPreferences
|
2018-02-13 15:57:54 +09:00 |
|
Samuel Attard
|
4d7b85bd01
|
Appease the linter
|
2017-12-20 10:21:38 +09:00 |
|
Samuel Attard
|
98e9311669
|
Give user access to the URL that is attempting to be openExternal'ed
|
2017-12-20 10:21:38 +09:00 |
|
Aleksei Kuzmin
|
7608a0489c
|
Network Traffic Annotation added to DownloadURLParams.
https://chromium-review.googlesource.com/c/530307
|
2017-11-24 10:58:16 +09:00 |
|
Ahmed Mohamed Ali
|
05035eb1e3
|
Fix linefeeds
|
2017-10-18 17:36:56 +02:00 |
|
Ahmed Mohamed Ali
|
8763e8ee35
|
Fixing coding style
|
2017-10-14 11:17:52 +02:00 |
|
Ahmed Mohamed Ali
|
5030db000a
|
Applying changes requested by @deepak1556 after the review:
- Move RenderFrameHost methods in the UI thread
- Check GetAssociatedRenderFrame return value
|
2017-10-14 11:09:05 +02:00 |
|
Ahmed Mohamed Ali
|
1ad95eca4a
|
Add support for pdf in sub frames (https://github.com/electron/electron/issues/9192#issuecomment-335543866)
|
2017-10-13 19:56:20 +02:00 |
|
Boik
|
4fb1fffe44
|
fix lint
|
2017-07-15 10:57:16 +08:00 |
|
Boik
|
8d6ee5aad2
|
add some minor fixes
|
2017-07-15 10:34:25 +08:00 |
|
Boik
|
9a7651a93f
|
fix a pdf-viewer's parsing logic, and this should resolve the related issue at https://github.com/electron/electron/issues/10007
|
2017-07-14 12:09:14 +08:00 |
|
rreimann
|
65da983ccb
|
Move preferences check to OnPdfResourceIntercepted
|
2017-05-22 14:14:59 -07:00 |
|
rreimann
|
7982754958
|
Fix linting violations
|
2017-05-22 14:14:59 -07:00 |
|
rreimann
|
1b75e45a62
|
Suppress pdf plugin dispatch if plugins are disabled
|
2017-05-22 14:14:59 -07:00 |
|
deepak1556
|
15e2b2335f
|
address review comments
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
d022d108a3
|
Dont intercept pdf request for subframes
Will not work without OOPIF support
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
5a8e522526
|
StreamManager class is no longer required.
Stream lifetime is managed by webui
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
c982af991d
|
request for pdf resource from the webui
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
6987e3ecd0
|
check if target stream is intercepted for correct request
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
a4400dc549
|
add basic spec
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
3aba23b471
|
view_id=>stream_id and add some code comments.
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
e90fd1444f
|
move constants to atom_constants.h
|
2017-03-14 00:26:27 +05:30 |
|
deepak1556
|
c15f6af892
|
fix crash when pdf viewer is reloaded
|
2017-03-14 00:25:59 +05:30 |
|
deepak1556
|
ddc2e0df71
|
code cleanup
|
2017-03-14 00:25:59 +05:30 |
|
deepak1556
|
945e26750e
|
manage the lifetime of streams created
|
2017-03-14 00:25:59 +05:30 |
|
deepak1556
|
578b717b5f
|
fix cpplint error
|
2017-03-14 00:25:59 +05:30 |
|
deepak1556
|
8a2b9c893e
|
initialize webui with message handlers
|
2017-03-14 00:25:59 +05:30 |
|
deepak1556
|
fdd574cea5
|
browser: implement pdf renderer as webui
|
2017-03-14 00:25:59 +05:30 |
|
Cheng Zhao
|
6eaa30e94c
|
Update AtomResourceDispatcherHostDelegate
|
2017-02-06 10:34:28 -08:00 |
|
Cheng Zhao
|
f28e8d7168
|
Fix API changes of Chrome 53
|
2016-09-14 16:22:43 +09:00 |
|
Cheng Zhao
|
86338290fb
|
win: Fix openExternal not working with non-ASCII characters
|
2016-07-11 17:12:11 +09:00 |
|
deepak1556
|
414183e0fd
|
fix dereferencing null pointer
|
2016-06-09 10:39:18 +05:30 |
|
deepak1556
|
ca756c3c24
|
session: allow providing permission to handle external protocols
|
2016-04-21 05:27:07 +05:30 |
|
Cheng Zhao
|
5fae63a2f5
|
Fix compilation errors on OS X
|
2016-03-10 17:06:21 +09:00 |
|
Kevin Sawicki
|
3f42909ecf
|
Call OpenExternal with new true default to activate arg
|
2016-02-17 08:56:59 -08:00 |
|
Ben Gotow
|
52db43eee5
|
Fix linter error
|
2016-02-17 08:56:58 -08:00 |
|
Ben Gotow
|
d8679b3899
|
Allow openExternal to open URLs in the background #3224
|
2016-02-17 08:56:58 -08:00 |
|
Cheng Zhao
|
9df89cf79b
|
Add dummy LoginHandler
|
2015-10-28 19:54:59 +08:00 |
|
Cheng Zhao
|
21f7316a18
|
Code cleanup
|
2015-09-30 10:56:42 +08:00 |
|
Cheng Zhao
|
d46e986e80
|
Remove AtomResourceDispatcherHostDelegate
|
2015-06-03 10:08:05 +08:00 |
|
Cheng Zhao
|
d16d5b290a
|
Remove the "X-Frame-Options" from response headers for devtools
|
2015-03-18 09:57:43 +08:00 |
|
Cheng Zhao
|
81170d81b3
|
Remove iframe related security code
|
2014-10-25 19:08:21 +08:00 |
|
Cheng Zhao
|
80c77ef3a8
|
Fix cpplint warning.
|
2014-08-11 15:56:23 +08:00 |
|
Cheng Zhao
|
73262be2c2
|
Filter out x-frame-options header on user's request.
|
2014-08-11 15:03:57 +08:00 |
|
Cheng Zhao
|
0ad4c3ca93
|
Add custom ResourceDispatcherHostDelegate.
|
2014-08-11 14:08:23 +08:00 |
|