Initial work on the new JavaScript port#4677
Draft
shai-almog wants to merge 61 commits intomasterfrom
Draft
Conversation
Contributor
✅ Continuous Quality ReportTest & Coverage
Static Analysis
Generated automatically by the PR CI workflow. |
Collaborator
Author
Android screenshot updatesCompared 37 screenshots: 36 matched, 1 updated.
Native Android coverage
Benchmark ResultsDetailed Performance Metrics
|
bfdfa3c to
771920d
Compare
Collaborator
Author
771920d to
7b7456c
Compare
Contributor
✅ ByteCodeTranslator Quality ReportTest & Coverage
Benchmark Results
Static Analysis
Generated automatically by the PR CI workflow. |
Contributor
Cloudflare Preview
|
00a257b to
3701252
Compare
…ge operations, and the minimal network connection
…remove bogus file (#4719) - Add port.js shim for CodenameOneImplementation.initImpl to handle getClass().getName() failures in ParparVM JS translation - Simplify ParparVMBootstrap.bootstrap() to match JavaScriptPortBootstrap (remove intermediate hasNativeTheme/installNativeTheme calls) - Remove bogus root-level ParparVMBootstrap.java with incorrect imports - Update STATUS.md with fix descriptions Agent-Logs-Url: https://github.com/codenameone/CodenameOne/sessions/450e96a0-a954-4d81-b2c3-4743d2b2bbe3 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: shai-almog <67850168+shai-almog@users.noreply.github.com>
4256e8b to
acd6641
Compare
a607e0b to
2382137
Compare
…4736) * Fix Worker-to-main-thread console forwarding for CN1SS output printToConsole() and emitDiagLine() now forward output via postMessage so that Playwright page.on('console') captures System.out.println and CN1SS chunk data from the Worker. browser_bridge.js detects cn1Started from Worker log messages. Playwright script exits early on CN1SS:SUITE:FINISHED. Agent-Logs-Url: https://github.com/codenameone/CodenameOne/sessions/ba4cf2eb-f26f-49de-b5cf-33d60b64f177 Co-authored-by: shai-almog <67850168+shai-almog@users.noreply.github.com> * Address code review feedback: log postMessage errors, reduce indexOf calls, extract constant Agent-Logs-Url: https://github.com/codenameone/CodenameOne/sessions/ba4cf2eb-f26f-49de-b5cf-33d60b64f177 Co-authored-by: shai-almog <67850168+shai-almog@users.noreply.github.com> * Fix HashMap.computeHashCode shim and guard Worker console forwarding Agent-Logs-Url: https://github.com/codenameone/CodenameOne/sessions/6ffc979b-aaf8-4808-8569-22d9a67a303f Co-authored-by: shai-almog <67850168+shai-almog@users.noreply.github.com> * Add Uint8ClampedArray.create() bindings and fix indexed get/set priority for typed arrays Agent-Logs-Url: https://github.com/codenameone/CodenameOne/sessions/86e83ee8-794d-45d7-8666-cca8d2701acc Co-authored-by: shai-almog <67850168+shai-almog@users.noreply.github.com> * Skip translated screenshot method to avoid canvasToBlob hang; add Uint8ClampedArray to inferFn Agent-Logs-Url: https://github.com/codenameone/CodenameOne/sessions/ede5220b-d007-4fb6-860a-248673dd964b Co-authored-by: shai-almog <67850168+shai-almog@users.noreply.github.com> * Fix fatal crash on truncated PNG in ProcessScreenshots missing_expected path Agent-Logs-Url: https://github.com/codenameone/CodenameOne/sessions/1b48d3ec-861d-4865-ae07-ead8d898cd3c Co-authored-by: shai-almog <67850168+shai-almog@users.noreply.github.com> * Tolerate bootstrap_placeholder decode failures and downgrade minority failures to warnings Agent-Logs-Url: https://github.com/codenameone/CodenameOne/sessions/ae5b0454-7080-4003-9dfb-eed23a6b9843 Co-authored-by: shai-almog <67850168+shai-almog@users.noreply.github.com> * Capture main-thread canvas for JS screenshots instead of blank worker OffscreenCanvas Agent-Logs-Url: https://github.com/codenameone/CodenameOne/sessions/b7fa2e59-a288-4ae6-9bea-d304c7f0bda8 Co-authored-by: shai-almog <67850168+shai-almog@users.noreply.github.com> * Remove emitFallbackScreenshotChunk that creates duplicate broken screenshot streams on iOS/Android Agent-Logs-Url: https://github.com/codenameone/CodenameOne/sessions/7d97f49d-a86e-44a0-b878-6a1bd7be1140 Co-authored-by: shai-almog <67850168+shai-almog@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: shai-almog <67850168+shai-almog@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


No description provided.