Extract appid from AtomCommandLine and remove redundant code 98/191498/6
authork2.nagaraju <k2.nagaraju@samsung.com>
Wed, 17 Oct 2018 11:41:25 +0000 (17:11 +0530)
committerk2.nagaraju <k2.nagaraju@samsung.com>
Tue, 23 Oct 2018 06:13:20 +0000 (11:43 +0530)
commitd31781cac3b024a3baf8784373de328162623107
tree1844cbb40bb857af4b807939fc2857a9daeed814
parent5ad16fd74e2b533dc4e90887e0b22da4dd684e43
Extract appid from AtomCommandLine and remove redundant code

In prelaunch atom commandLine initialized with |/usr/bin/wrt-loader|.
When actual application is loaded, its command line arguments are
appending to already existing command line parameters. That is the reason
argv[1] is returning appid. Clearing the commandline |argv_| vector in
|atom::AtomCommandLine::Init| before pushing the new command line arguments.

Removed the unused files.
Extract app id from atom command line and parse for base name.

Change-Id: Ia4945208186ffbbe82fb15ab67d4881f7ef5305c
Signed-off-by: k2.nagaraju <k2.nagaraju@samsung.com>
atom/app/atom_main.cc [deleted file]
atom/app/atom_main.h [deleted file]
atom/app/atom_main_delegate.cc
atom/browser/browser.cc
atom/common/atom_command_line.cc
atom/renderer/atom_renderer_client.cc
electron.gyp
filenames.gypi
tizen/common/command_line.cc [deleted file]
tizen/common/command_line.h [deleted file]
tizen/src/wrt_main.cc