Skip to content

RDKEMW-5230: JSRuntimeLauncher component - RDKE#35

Closed
gurpreet319 wants to merge 2 commits into
developfrom
topic/RDKEMW-5230
Closed

RDKEMW-5230: JSRuntimeLauncher component - RDKE#35
gurpreet319 wants to merge 2 commits into
developfrom
topic/RDKEMW-5230

Conversation

@gurpreet319

Copy link
Copy Markdown
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 June 16, 2025 07:26
@CLAassistant

Copy link
Copy Markdown

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.

Comment thread utils/utils.js
clearMarks()
{
for (var key in this.entries)
for (var key in entries)

Copy link
Copy Markdown
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

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
Copy Markdown
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

Comment thread src/NativeJSRenderer.cpp
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
Copy Markdown
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

Comment thread src/NativeJSRenderer.cpp
return ;
}
JavaScriptContext* context = (JavaScriptContext*)mContextMap[id].context;
#if defined(ENABLE_JSRUNTIME_LAUNCHER)

Copy link
Copy Markdown
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

@madanagopalt madanagopalt left a comment

Copy link
Copy Markdown
Contributor

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