Skip to content

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

Closed
wants to merge 2 commits into from

Conversation

gurpreet319
Copy link
Contributor

Reverting changes related to JSRuntimeLauncher.

Gurpreet Sarngal added 2 commits June 16, 2025 12:51
This reverts commit 064d334, reversing
changes made to 7d48e60.
This reverts commit 7d48e60, reversing
changes made to a9410f1.
@gurpreet319 gurpreet319 requested a review from a team as a code owner June 16, 2025 07:26
@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


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)
Copy link
Contributor

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)
Copy link
Contributor

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);
Copy link
Contributor

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)
Copy link
Contributor

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

Copy link
Contributor

@madanagopalt madanagopalt left a 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

@gurpreet319 gurpreet319 deleted the topic/RDKEMW-5230 branch June 17, 2025 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants