electron/shell/renderer/api
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
..
context_bridge feat: add a new contextBridge module (#20307) 2019-10-18 12:57:09 -07:00
atom_api_context_bridge.cc refactor: migrates util::Promise to gin (#20871) 2019-11-01 15:10:32 +09:00
atom_api_context_bridge.h chore: remove native_mate (Part 12) (#20869) 2019-10-31 16:56:00 +09:00
atom_api_renderer_ipc.cc refactor: migrates util::Promise to gin (#20871) 2019-11-01 15:10:32 +09:00
atom_api_spell_check_client.cc chore: remove native_mate (Part 12) (#20869) 2019-10-31 16:56:00 +09:00
atom_api_spell_check_client.h chore: remove native_mate (Part 12) (#20869) 2019-10-31 16:56:00 +09:00
atom_api_web_frame.cc refactor: migrates util::Promise to gin (#20871) 2019-11-01 15:10:32 +09:00