electron/shell/common/gin_helper
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
..
arguments.cc chore: remove native_mate (Part 9) (#20645) 2019-10-21 16:05:40 +09:00
arguments.h chore: remove native_mate (Part 9) (#20645) 2019-10-21 16:05:40 +09:00
callback.cc chore: remove native_mate (Part 12) (#20869) 2019-10-31 16:56:00 +09:00
callback.h chore: remove native_mate (Part 12) (#20869) 2019-10-31 16:56:00 +09:00
destroyable.cc
destroyable.h
dictionary.h chore: remove native_mate (Part 12) (#20869) 2019-10-31 16:56:00 +09:00
error_thrower.cc chore: remove native_mate (Part 3) (#20131) 2019-09-06 14:52:54 +09:00
error_thrower.h chore: remove native_mate (Part 3) (#20131) 2019-09-06 14:52:54 +09:00
event_emitter.cc chore: remove native_mate (Part 12) (#20869) 2019-10-31 16:56:00 +09:00
event_emitter.h chore: remove native_mate (Part 12) (#20869) 2019-10-31 16:56:00 +09:00
event_emitter_caller.cc chore: remove native_mate (Part 12) (#20869) 2019-10-31 16:56:00 +09:00
event_emitter_caller.h chore: remove native_mate (Part 3) (#20131) 2019-09-06 14:52:54 +09:00
function_template.cc chore: remove native_mate (Part 2) (#20106) 2019-09-04 08:45:25 -07:00
function_template.h refactor: pass base::Value by value in JS API implementations (#20809) 2019-10-30 14:30:59 +09:00
locker.cc chore: remove native_mate (Part 12) (#20869) 2019-10-31 16:56:00 +09:00
locker.h chore: remove native_mate (Part 12) (#20869) 2019-10-31 16:56:00 +09:00
object_template_builder.cc chore: remove native_mate (Part 9) (#20645) 2019-10-21 16:05:40 +09:00
object_template_builder.h chore: remove native_mate (Part 9) (#20645) 2019-10-21 16:05:40 +09:00
persistent_dictionary.cc chore: remove native_mate (Part 12) (#20869) 2019-10-31 16:56:00 +09:00
persistent_dictionary.h chore: remove native_mate (Part 12) (#20869) 2019-10-31 16:56:00 +09:00
promise.cc refactor: migrates util::Promise to gin (#20871) 2019-11-01 15:10:32 +09:00
promise.h refactor: migrates util::Promise to gin (#20871) 2019-11-01 15:10:32 +09:00
trackable_object.cc chore: remove native_mate (Part 12) (#20869) 2019-10-31 16:56:00 +09:00
trackable_object.h chore: remove native_mate (Part 11) (#20719) 2019-10-25 22:03:28 +09:00