Use new Crosswalk Extension C API
authorCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Wed, 4 Sep 2013 22:10:29 +0000 (19:10 -0300)
committerCaio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Wed, 11 Sep 2013 14:54:09 +0000 (11:54 -0300)
commit717e9f3f116f6cd9a6f9ee23c7ec883f6f8f239d
treef463dffefe7cedbe04aa0d6b68cb027be579b6c4
parente7a6cb3ba15be3f8a2c4d6dfa74a8c87f38ced40
Use new Crosswalk Extension C API

This commit changed ExtensionAdapater to use new Extension API without
changing any of the existing Context classes. That said,
ExtensionAdapter could be rewrote now with less templates and in a more
straightforward way.
16 files changed:
bluetooth/bluetooth_context.cc
common/XW_Extension.h [new file with mode: 0644]
common/XW_Extension_SyncMessage.h [new file with mode: 0644]
common/common.gypi
common/extension_adapter.cc [new file with mode: 0644]
common/extension_adapter.h
download/download_context.cc
network_bearer_selection/network_bearer_selection_context_desktop.cc
network_bearer_selection/network_bearer_selection_context_mobile.cc
notification/notification_context.cc
power/power_context.cc
system_info/system_info_context.cc
system_setting/system_setting_context.cc
tizen/tizen_context.cc
tools/check-coding-style
xwalk_extension_public.h [deleted file]