projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31dc726
)
Revert "Show window after launch for remote URL"
77/105077/1
author
jaekuk lee
<juku1999@samsung.com>
Thu, 15 Dec 2016 09:46:59 +0000
(
01:46
-0800)
committer
jaekuk lee
<juku1999@samsung.com>
Thu, 15 Dec 2016 09:46:59 +0000
(
01:46
-0800)
This reverts commit
31dc726d6753f186c4e815335e8d08edd1f901b7
.
Change-Id: Icb8cd8b26c44ae53403ae2ad894eea90ead7851c
runtime/browser/web_application.cc
patch
|
blob
|
history
diff --git
a/runtime/browser/web_application.cc
b/runtime/browser/web_application.cc
index fbf281721d471cd346f9347c2f92d107413bd3c2..59b8611a4d40f237f05249707f0b17888fd52003 100755
(executable)
--- a/
runtime/browser/web_application.cc
+++ b/
runtime/browser/web_application.cc
@@
-444,14
+444,6
@@
void WebApplication::Launch(std::unique_ptr<common::AppControl> appcontrol) {
}
launched_ = true;
-
-#ifdef PROFILE_MOBILE
- if (!common::utils::StartsWith(view->GetUrl(), kFileScheme)) {
- LOGGER(DEBUG) << "Show window after launch for remote URL";
- window_->Show();
- window_->Active();
- }
-#endif // PROFILE_MOBILE
}
void WebApplication::AppControl(