electron/atom
Cheng Zhao 1bfbd215ea Don't rely on AddAdditionalSchemes for setting standard schemes
On Linux because of the existence of zygote process, it becomes very
tricky to correctly set standard schemes, basically we have to:
1. Pass --standard-schemes to both zygote and render processes
2. Init standard schemes for both zygote and render processes

The )1 is very hard to achieve, so instead of using
AddAdditionalSchemes, we just call url::AddStandardScheme directly.
2016-06-08 16:32:02 +09:00
..
app Don't rely on AddAdditionalSchemes for setting standard schemes 2016-06-08 16:32:02 +09:00
browser Mark standard scheme as safe scheme 2016-06-08 15:49:26 +09:00
common Make sure standard schemes are also set in child process 2016-06-08 15:46:50 +09:00
node Fix passing fd across modules 2016-05-19 16:38:37 +09:00
renderer Don't rely on AddAdditionalSchemes for setting standard schemes 2016-06-08 16:32:02 +09:00
utility Do no load PDF library from DLL 2016-04-14 17:15:20 +09:00