electron/shell/browser/net
Cheng Zhao 0fe6767d6b
chore: remove native_mate (Part 11) (#20719)
* refactor: convert Menu and globalShortcut to gin

* refactor: convert api::Cookies to gin

* refactor: convert View and WebContentsView to gin

* refactor: convert WebContents related classes to gin

* refactor: convert powerMonitor to gin

* refactor: prepare for header change

* refactor: remove last uses of mate::EventEmitter

* refactor: remove mate::EventEmitter

* refactor: move trackable_object to gin_helper

* fix: custom converter should not use Handle

* fix: no more need to check if icon is empty

It was a bug that the Handle<NativeImage> can be non-empty when the
image file does not exist. The bug was caused by the converter code
writing out the image even when the convertion fails.

The bug was work-arounded by adding an additional check, but since the
original bug had been fixed, the additional check is no longer needed.

* fix: should always set frameId even when callback is null

* fix: do not mix gin/mate handles for NativeImage
2019-10-25 22:03:28 +09:00
..
asar chore: bump chromium to 63be48daea281d4f8c834c2e707a7 (master) (#19923) 2019-09-18 15:58:00 -04:00
atom_url_loader_factory.cc chore: remove native_mate (Part 11) (#20719) 2019-10-25 22:03:28 +09:00
atom_url_loader_factory.h chore: remove native_mate (Part 7) (#20561) 2019-10-15 10:15:23 +09:00
cert_verifier_client.cc chore: remove pre network service classes from shell/browser/net (#19644) 2019-08-07 11:04:09 -04:00
cert_verifier_client.h chore: remove pre network service classes from shell/browser/net (#19644) 2019-08-07 11:04:09 -04:00
cookie_details.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
network_context_service.cc chore: bump chromium to 63be48daea281d4f8c834c2e707a7 (master) (#19923) 2019-09-18 15:58:00 -04:00
network_context_service.h chore: bump chromium to 63be48daea281d4f8c834c2e707a7 (master) (#19923) 2019-09-18 15:58:00 -04:00
network_context_service_factory.cc refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
network_context_service_factory.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
node_stream_loader.cc fix: backport Node nested microtask fix (#20303) 2019-09-25 17:38:50 -04:00
node_stream_loader.h chore: bump chromium to 63be48daea281d4f8c834c2e707a7 (master) (#19923) 2019-09-18 15:58:00 -04:00
proxying_url_loader_factory.cc chore: bump chromium to 63be48daea281d4f8c834c2e707a7 (master) (#19923) 2019-09-18 15:58:00 -04:00
proxying_url_loader_factory.h chore: remove _ns suffixes (#20691) 2019-10-24 09:51:06 +09:00
resolve_proxy_helper.cc refactor: apply some 'clang-tidy -fix' changes (#20172) 2019-09-13 10:26:59 -04:00
resolve_proxy_helper.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
system_network_context_manager.cc chore: bump chromium to 63be48daea281d4f8c834c2e707a7 (master) (#19923) 2019-09-18 15:58:00 -04:00
system_network_context_manager.h chore: bump chromium to 63be48daea281d4f8c834c2e707a7 (master) (#19923) 2019-09-18 15:58:00 -04:00
url_pipe_loader.cc chore: bump chromium to 0239d631f03d0111f77b0b98c7765 (master) (#20285) 2019-09-21 10:51:28 -04:00
url_pipe_loader.h chore: bump chromium to 0239d631f03d0111f77b0b98c7765 (master) (#20285) 2019-09-21 10:51:28 -04:00