electron/shell/common/api
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
..
remote fix: properly free remote objects (#20671) 2019-10-22 16:54:38 -07:00
api.mojom chore: bump chromium to e049d599a8332b9b2785b0178be74 (master) (#20314) 2019-10-18 12:57:34 -07:00
atom_api_asar.cc refactor: move CompileAndCall to a helper (#20675) 2019-10-23 09:26:32 -07:00
atom_api_clipboard.cc chore: bump chromium to 62327c655093c821aa0fcfc6db53f5fd943e08c7 (master) (#19792) 2019-08-23 18:14:23 -07:00
atom_api_clipboard.h chore: bump chromium to 62327c655093c821aa0fcfc6db53f5fd943e08c7 (master) (#19792) 2019-08-23 18:14:23 -07:00
atom_api_clipboard_mac.mm refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_api_command_line.cc refactor: replace includes for atom with shell 2019-06-19 17:33:28 -07:00
atom_api_crash_reporter.cc chore: remove native_mate (Part 8) (#20598) 2019-10-18 09:31:29 +09:00
atom_api_key_weak_map.h chore: remove native_mate (Part 7) (#20561) 2019-10-15 10:15:23 +09:00
atom_api_native_image.cc chore: remove native_mate (Part 11) (#20719) 2019-10-25 22:03:28 +09:00
atom_api_native_image.h chore: remove native_mate (Part 11) (#20719) 2019-10-25 22:03:28 +09:00
atom_api_native_image_mac.mm chore: remove native_mate (Part 11) (#20719) 2019-10-25 22:03:28 +09:00
atom_api_shell.cc chore: remove native_mate (Part 8) (#20598) 2019-10-18 09:31:29 +09:00
atom_api_v8_util.cc chore: remove native_mate (Part 11) (#20719) 2019-10-25 22:03:28 +09:00
BUILD.gn refactor: use v8 serialization for ipc (#20214) 2019-10-09 13:59:08 -04:00
constructor.h chore: fix linting after shell rename 2019-06-19 17:33:28 -07:00
electron_bindings.cc chore: remove native_mate (Part 4) (#20146) 2019-09-09 00:10:18 +09:00
electron_bindings.h refactor: make util::Promise type safe when chaining in native (#19809) 2019-08-22 17:03:28 -07:00
event_emitter_caller_deprecated.cc chore: remove native_mate (Part 3) (#20131) 2019-09-06 14:52:54 +09:00
event_emitter_caller_deprecated.h chore: remove native_mate (Part 3) (#20131) 2019-09-06 14:52:54 +09:00
features.cc build: add enable_remote_module build flag (#19821) 2019-09-18 09:52:06 -07:00
locker.cc refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
locker.h chore: fix linting after shell rename 2019-06-19 17:33:28 -07:00