Display select all menu in context menu only in text selection mode
authorTaeyun An <ty.an@samsung.com>
Wed, 22 May 2013 11:42:03 +0000 (20:42 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 5 Jun 2013 07:49:41 +0000 (16:49 +0900)
commit5bab5b82a2bec3f4ac2c29cd72d2002eefbbf3e8
tree943a1ef22c3ded1df1badd2b57c38676a23398f2
parent70fffc7f804c28b07d06cb7b7275421a26c2ea49
Display select all menu in context menu only in text selection mode

[Title] Display select all menu in context menu only in text selection mode
[Issue#] N_SE-39211
[Problem] Select all menu is appeared when it is not selection mode
[Cause] There is no selection mode check routine
[Solution] Add selection status check routine

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