electron/atom
Robo d4d6b9862f
fix: make StreamSubscriber ref counted (#17221)
It is owned by URLRequestStreamJob on the IO thread once request starts,
but if the ownership was abondoned while transfering it to IO thread
which is possible when a request is aborted, then we need to make sure
its destroyed on the right thread to avoid lock in v8.
2019-03-07 20:50:03 +05:30
..
app chore: use c++ manifests instead of json 2019-02-14 23:59:26 +05:30
browser fix: make StreamSubscriber ref counted (#17221) 2019-03-07 20:50:03 +05:30
common refactor: prevent node macros from overriding base (#17178) 2019-03-01 10:04:30 -08:00
renderer build: enable gn check for //electron:electron_lib (#17100) 2019-03-05 10:38:55 +05:30
utility More migration of ServiceContext to ServiceBinding 2019-02-14 23:59:22 +05:30