fixup! Add command line switches for memory optimization patches recently merged.
authorAntonio Gomes <a1.gomes@samsung.com>
Tue, 21 Jul 2015 20:33:49 +0000 (16:33 -0400)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
Patch disables the kLimitMemoryAllocationInScheduleDelayedWork switch.
After [1], overall touch interaction got broken including link clicking.

Broken scenario: open WCS pages like gesture.html or
select_picker_test.html and try to touch/click; it fails.
Problem reproduced on target (note4) and desktop builds
(ubrowser --mobile).

Note that [1], only enables the switch. Feature itself was worked on in
[2].

[1] http://165.213.202.130/gerrit/#/c/83144/
[2] http://165.213.202.130/gerrit/#/c/81312/
Reviewed by: Karol Furmaniak, Prashant Nevase, Tomasz Weglarski

Change-Id: Ib3cb5259e574ff1cd53132ae7fc9029e01e1f80d
Signed-off-by: Antonio Gomes <a1.gomes@samsung.com>
tizen_src/ewk/efl_integration/command_line_efl.cc

index cda2ade..b30fc2d 100644 (file)
@@ -130,9 +130,6 @@ void CommandLineEfl::AppendMemoryOptimizationSwitches(
   // For adding runtime switch to configure the discardable image cache size.
   command_line->AppendSwitchASCII(switches::kImageCacheSize, "0");
 
-  // For reuse of timers with message pump
-  command_line->AppendSwitch(switches::kLimitMemoryAllocationInScheduleDelayedWork);
-
   // For testing link disambiguation popup
   command_line->AppendSwitch(switches::kEnableLinkDisambiguationPopup);