electron/shell
Cheng Zhao 0ab9cc30d2
refactor: pass base::Value by value in JS API implementations (#20809)
* refactor: move the arg instead of const reference it

* refactor: avoid unnecessary copies of base::Value in arg

* refactor: pass-by-value in dict_util

* refactor: avoid unnecessary reference
2019-10-30 14:30:59 +09:00
..
app chore: bump chromium to f5b345dd470f14eef6e44732ccf23 (master) (#20649) 2019-10-28 15:12:35 -07:00
browser refactor: pass base::Value by value in JS API implementations (#20809) 2019-10-30 14:30:59 +09:00
common refactor: pass base::Value by value in JS API implementations (#20809) 2019-10-30 14:30:59 +09:00
renderer fix: do not DCHECK non-const methods (#20833) 2019-10-29 13:35:38 -07:00
utility