electron/atom/common/native_mate_converters
Shelley Vohr 9f328abe19 refactor: remove instances of createDeepCopy (#13703)
* add new native_mate converters for base::Value

* fix converter swapping

* remove createDeepCopy from browser/api

* replace missing ListValue converter

* convert bulk of remaining createDeepCopy instances

* convert last remaining instances of createDeepCopy

* incremental progress and helper methods for value conversion

* convert Get and add template function for GetString

* final DictionaryValue method conversions

* remove usage of base::DictionaryValue in web_contents_preferences

* use IsEnabled helper where possible

* Update atom_api_web_view_manager.cc
2018-08-04 07:23:07 +10:00
..
accelerator_converter.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
accelerator_converter.h clang-format atom files 2018-04-18 20:48:45 -04:00
blink_converter.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
blink_converter.h clang-format atom files 2018-04-18 20:48:45 -04:00
callback.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
callback.h clang-format atom files 2018-04-18 20:48:45 -04:00
content_converter.cc chore: Annotate fallthrough switch paths with FALLTHROUGH 2018-06-20 14:38:18 -07:00
content_converter.h Create network_converter for services/network/* types 2018-06-19 11:49:42 +10:00
file_path_converter.h clang-format atom files 2018-04-18 20:48:45 -04:00
gfx_converter.cc Add gfx:PointF support to mate::Converter 2018-06-19 11:49:45 +10:00
gfx_converter.h Add gfx:PointF support to mate::Converter 2018-06-19 11:49:45 +10:00
gurl_converter.h clang-format atom files 2018-04-18 20:48:45 -04:00
image_converter.cc also format missing .cc files 2018-04-18 20:48:45 -04:00
image_converter.h clang-format atom files 2018-04-18 20:48:45 -04:00
net_converter.cc fix: inline vector allocation (#13449) 2018-06-27 12:57:10 -07:00
net_converter.h clang-format atom files 2018-04-18 20:48:45 -04:00
network_converter.cc fix: inline vector allocation (#13449) 2018-06-27 12:57:10 -07:00
network_converter.h Create network_converter for services/network/* types 2018-06-19 11:49:42 +10:00
string16_converter.h don't use native_mate/compat.h macros (#12984) 2018-05-18 09:08:28 +09:00
ui_base_types_converter.h clang-format atom files 2018-04-18 20:48:45 -04:00
v8_value_converter.cc refactor: remove deprecated GetAs methods (#13425) 2018-06-27 14:52:48 -07:00
v8_value_converter.h perf: don't use JSON to send the result of ipcRenderer.sendSync. (#8953) 2018-06-13 17:38:31 +10:00
value_converter.cc refactor: remove instances of createDeepCopy (#13703) 2018-08-04 07:23:07 +10:00
value_converter.h refactor: remove instances of createDeepCopy (#13703) 2018-08-04 07:23:07 +10:00