electron/atom/browser/net
Cheng Zhao 93bbc0bca9 Don't reference RequestContextGetter in JS objects
V8 doesn't guarrentee the C++ class of JS objects will get destroyed, so
this will result in RequestContextGetter never getting freed
2015-09-09 19:27:28 +08:00
..
asar Fix building on Windows 2015-09-03 20:07:29 +08:00
atom_url_request_job_factory.cc Initial implementation of new protocol API 2015-08-12 13:30:19 +08:00
atom_url_request_job_factory.h Initial implementation of new protocol API 2015-08-12 13:30:19 +08:00
http_protocol_handler.cc support https, ws, wss builtin schemes to be intercepted 2015-05-11 12:56:36 +05:30
http_protocol_handler.h support https, ws, wss builtin schemes to be intercepted 2015-05-11 12:56:36 +05:30
js_asker.cc Completion callback is called on IO thread 2015-08-12 23:16:17 +08:00
js_asker.h Don't reference RequestContextGetter in JS objects 2015-09-09 19:27:28 +08:00
url_request_async_asar_job.cc Make session parameter work with null value 2015-08-12 22:57:25 +08:00
url_request_async_asar_job.h Make session parameter work with null value 2015-08-12 22:57:25 +08:00
url_request_buffer_job.cc Make session parameter work with null value 2015-08-12 22:57:25 +08:00
url_request_buffer_job.h Make session parameter work with null value 2015-08-12 22:57:25 +08:00
url_request_fetch_job.cc Fix API changes 2015-09-03 17:50:23 +09:00
url_request_fetch_job.h Make session parameter work with null value 2015-08-12 22:57:25 +08:00
url_request_string_job.cc Make session parameter work with null value 2015-08-12 22:57:25 +08:00
url_request_string_job.h Make session parameter work with null value 2015-08-12 22:57:25 +08:00