From: Daniel Waślicki Date: Thu, 26 Feb 2015 10:00:24 +0000 (+0100) Subject: Temporary disable Drag&Drop X-Git-Tag: submit/tizen/20201118.160233~1167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9332cdb101f773d8052c4aaadb5e3e4d9e114639;p=platform%2Fframework%2Fweb%2Fchromium-efl.git Temporary disable Drag&Drop As agress with Gyuyoung Kim, Drag&Drop currently is not officaly supported with W3C standard. Although we want to have implementation in engine to be able to simply turn it on when it will land in official standard. For now we will turn it off to see how things in W3C will go. Change-Id: Iad55c48f7be1805596978a62565c6d85bf817796 Signed-off-by: Daniel Waślicki --- diff --git a/tizen_src/impl/command_line_efl.cc b/tizen_src/impl/command_line_efl.cc index aa5ead2..6c57e99 100644 --- a/tizen_src/impl/command_line_efl.cc +++ b/tizen_src/impl/command_line_efl.cc @@ -87,8 +87,6 @@ content::MainFunctionParams CommandLineEfl::GetDefaultPortParams() { switches::kAcceleratedCanvas2dMSAASampleCount, "4"); #endif - p_command_line->AppendSwitch(switches::kEnableTouchDragDrop); - if (p_command_line->HasSwitch(switches::kDisableIpcSandbox)) p_command_line->AppendSwitch(switches::kDisableRendererZygote);