-
Notifications
You must be signed in to change notification settings - Fork 0
RDKEMW-5230: JSRuntimeLauncher component - RDKE #35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Gurpreet Sarngal seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
@@ -85,12 +85,12 @@ class Performance | |||
|
|||
clearMarks() | |||
{ | |||
for (var key in this.entries) | |||
for (var key in entries) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please retain these changes, as this is common and part of jsruntime
@@ -447,18 +447,6 @@ if (mModuleSettings.enablePlayer) | |||
runFile("modules/linkedjsdom.js", nullptr/*, true*/); | |||
runFile("modules/linkedjsdomwrapper.js", nullptr/*, true*/); | |||
runFile("modules/windowwrapper.js", nullptr/*, true*/); | |||
if(getenv("FIREBOLT_ENDPOINT")!=NULL) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please retain these changes
context->runScript(window.str().c_str(),true, url, nullptr, true); | ||
#endif | ||
NativeJSLogger::log(INFO, "Running test application: %s\n", url.c_str()); | ||
NativeJSLogger::log(INFO, "Running test application: %s\n", url); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please retain these changes . Remove macro check ENABLE_JSRUNTIME_LAUNCHER
@@ -326,15 +326,9 @@ void NativeJSRenderer::runApplicationInternal(ApplicationRequest& appRequest) | |||
return ; | |||
} | |||
JavaScriptContext* context = (JavaScriptContext*)mContextMap[id].context; | |||
#if defined(ENABLE_JSRUNTIME_LAUNCHER) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please retain these changes . Remove macro check ENABLE_JSRUNTIME_LAUNCHER
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please loot at comments
Reverting changes related to JSRuntimeLauncher.