Files
electron/atom/renderer
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
..
2016-05-23 10:59:39 +09:00
2015-09-03 17:50:23 +09:00
2015-09-03 17:50:23 +09:00
2016-05-13 11:12:01 +09:00