Limit number of opened tabs in brower 23/49323/15 accepted/tizen/tv/20151020.020053 submit/tizen_tv/20151019.233835
authorm.kawonczyk <m.kawonczyk@samsung.com>
Mon, 12 Oct 2015 13:11:53 +0000 (15:11 +0200)
committerJanusz Majnert <j.majnert@samsung.com>
Mon, 19 Oct 2015 12:30:17 +0000 (05:30 -0700)
commit8085f7314fdc6f07f5f756db980a0f950c514998
treed2675a4c31a79c0bac5f7dbe2a25c1c975342ec9
parentb46a6e7bed3d766a6ec24e5f613c9e7f6b6d7b84
Limit number of opened tabs in brower

[Issue]        https://bugs.tizen.org/jira/browse/TT-174
[Problem]      When more than 30 tabs are opened the browser crashes.
[Solution]     Limit the number of simultaneously opened tabs to 10.
               If user wants to add another tab, popup is shown.
               WebCore Part must check, if sending out=NULL in __newWindowRequest doesn't create
               another bug.
[Verification] Please open 10 tabs and try to add another one, with either + in tab manager
               or "Open link in new tab" in popup.

Change-Id: I342fe4dda10e6ae11e2199893ce3a8412c01227e
core/AbstractWebEngine/AbstractWebEngine.h
core/Config/Config.cpp
services/SimpleUI/SimpleUI.cpp
services/SimpleUI/SimpleUI.h
services/WebKitEngineService/WebKitEngineService.cpp
services/WebKitEngineService/WebView.cpp