Skip to content

Fix request reliability and complete extension packaging - #11

Merged
jomardyan merged 1 commit into
mainfrom
fix/extension-reliability
Sep 11, 2026
Merged

jomardyan merged 1 commit into
mainfrom
fix/extension-reliability

Conversation

@jomardyan

@jomardyan jomardyan commented Sep 11, 2026

Copy link
Copy Markdown
Owner

Requests could overlap during host permission prompts, and cancelled callbacks could overwrite later responses. Sending, previews and code snippets also built different payloads. Release ZIPs omitted the popup modules.

This update fixes request ownership and cancellation, shares payload preparation across the UI, preserves raw bodies and duplicate query values, validates imports and headers, and bounds response processing. It repairs GraphQL restoration, auth replacement, environment selection and storage failure handling. It also fixes code generation, updates the privacy description to match actual storage, and packages version 1.1.5 with all runtime files.

Validation

  • 157 source-based regression tests pass across 10 suites.
  • ESLint, packaging and archive integrity checks pass.
  • The release ZIP includes every declared script, stylesheet and entry point.
  • Chromium package smoke tests passed in GitHub Actions, including real worker requests, raw payload preservation, GraphQL, matching cURL, import/export, cancellation followed by a new request, HTTP 422/204, timing, CSS and no page errors.
  • CI completed successfully at https://github.com/jomardyan/Quick-API-Client/actions/runs/34602198312.

Operating limits

Bodies are limited to 5 MiB and large JSON uses plain text rendering. Browser service worker limits, restricted headers and sync storage quotas still apply. No requests are automatically retried. The smoke fixture pregrants only its local test host; the distributed manifest retains optional host permissions.

@jomardyan
jomardyan marked this pull request as ready for review September 11, 2026 13:05
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 11, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
🔒 Security Review Completed 2026-09-11T13:11:51.519092Z a27d4a1 Draft marked ready
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@jomardyan
jomardyan merged commit 6cbdfec into main Sep 11, 2026
2 checks passed
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.

1 participant