Skip to content

Fix chromeless and inline url use #2174

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

Merged
merged 2 commits into from
Jun 30, 2025
Merged

Conversation

ryanmelt
Copy link
Member

Fixes chromeless mode on Core. Also fix a couple minor bugs (target with no commands in cmdsender)
Also enables defining a plugin tool that opens in a new window but is still "inline"

@ryanmelt ryanmelt requested review from jmthomas and ryan-pratt June 29, 2025 19:24
Copy link

codecov bot commented Jun 29, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.19%. Comparing base (fb4e662) to head (6ad11a8).
Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2174      +/-   ##
==========================================
+ Coverage   78.46%   80.19%   +1.73%     
==========================================
  Files         462      635     +173     
  Lines       31611    47414   +15803     
  Branches      754      745       -9     
==========================================
+ Hits        24802    38026   +13224     
- Misses       6726     9305    +2579     
  Partials       83       83              
Flag Coverage Δ
python 83.73% <ø> (-12.68%) ⬇️
ruby-backend 82.99% <ø> (+0.09%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@@ -406,14 +406,22 @@ export default {
updatePackets: function () {
if (this.selectedTargetName === 'UNKNOWN') {
this.packetNames = [this.UNKNOWN]
this.selectedPacketName = this.packetNames[0].value
if (this.packetNames.length === 0) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure why this check is here because we set this.packetNames = [this.UNKNOWN] so it is always length 1

@jmthomas jmthomas merged commit bccc9a2 into main Jun 30, 2025
9 of 19 checks passed
@jmthomas jmthomas deleted the fix_chromeless_and_inline_url branch June 30, 2025 21:57
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
76.7% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

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.

4 participants