Added "Copy" context menu in case that selected node has imageURL.
authorYuni Jeong <yhnet.jung@samsung.com>
Mon, 20 May 2013 14:26:38 +0000 (23:26 +0900)
committerGerrit Code Review <gerrit@gerrit.vlan144.tizendev.org>
Wed, 10 Jul 2013 03:06:03 +0000 (03:06 +0000)
commitd8803adf21c9f41f0388e6ecadae10472a012395
treed70ac10e40fed0fe56a108cba25910a4f32f30af
parent6ef8e73ccf67afaa2663727d56a1f0da040a9107
Added "Copy" context menu in case that selected node has imageURL.

[Title] Added "Copy" context menu in case that selected node has imageURL.
[Issue#] P130517-3062
[Problem] when "SelectMode" context menu is selected after longtap on image in reader view,
          context menu(ex - Copy...) for text selection is not displayed.
[Cause] If selected node has linkURL, "Copy" context menu is added.
        In this case, selected node has only imageURL and does not has linkURL.
        So, "Copy" context menu is not added.
[Solution] Added "Copy" context menu in case that selected node has imageURL.

Change-Id: Ifedc0aa5a8b91a176653d7add6637fa9e669975b
Source/WebCore/page/ContextMenuController.cpp