electron/shell/renderer
Cheng Zhao eaf2c61bef
refactor: migrates util::Promise to gin (#20871)
* refactor: use gin in Promise

* refactor: separate Promise impl that returns nothing

* refactor: use Promise<void> for promise that returns nothing

* fix: methods should be able to run on both browser and renderer process

* fix: should not pass base::StringPiece across threads

* refactor: no more need to use different ResolvePromise for empty Promise

* refactor: move Promise to gin_helper
2019-11-01 15:10:32 +09:00
..
api refactor: migrates util::Promise to gin (#20871) 2019-11-01 15:10:32 +09:00
extensions feat: preliminary support for //extensions (#17440) 2019-07-24 16:01:08 -07:00
printing refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
resources/mac
atom_autofill_agent.cc chore: bump chromium to f5b345dd470f14eef6e44732ccf23 (master) (#20649) 2019-10-28 15:12:35 -07:00
atom_autofill_agent.h chore: bump chromium to f5b345dd470f14eef6e44732ccf23 (master) (#20649) 2019-10-28 15:12:35 -07:00
atom_render_frame_observer.cc chore: bump chromium to f5b345dd470f14eef6e44732ccf23 (master) (#20649) 2019-10-28 15:12:35 -07:00
atom_render_frame_observer.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_renderer_client.cc fix: do not DCHECK non-const methods (#20833) 2019-10-29 13:35:38 -07:00
atom_renderer_client.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
atom_sandboxed_renderer_client.cc chore: remove native_mate (Part 12) (#20869) 2019-10-31 16:56:00 +09:00
atom_sandboxed_renderer_client.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
content_settings_observer.cc refactor: run clang-tidy (#20231) 2019-09-16 18:12:00 -04:00
content_settings_observer.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
electron_api_service_impl.cc chore: remove native_mate (Part 12) (#20869) 2019-10-31 16:56:00 +09:00
electron_api_service_impl.h chore: bump chromium to f5b345dd470f14eef6e44732ccf23 (master) (#20649) 2019-10-28 15:12:35 -07:00
guest_view_container.cc refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
guest_view_container.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00
renderer_client_base.cc feat: enable builtin spellchecker (#20692) 2019-10-31 13:11:51 -07:00
renderer_client_base.h feat: enable builtin spellchecker (#20692) 2019-10-31 13:11:51 -07:00
web_worker_observer.cc fix: do not DCHECK non-const methods (#20833) 2019-10-29 13:35:38 -07:00
web_worker_observer.h refactor: rename the atom namespace to electron 2019-06-19 17:33:28 -07:00