Skip to content

fix(gui): unify HTTP copy charset handling via CharSetUtility#261

Merged
funa-tk merged 1 commit into
DeNA:masterfrom
toku-sa-n:fix/unify-http-copy-charset
Jul 7, 2026
Merged

fix(gui): unify HTTP copy charset handling via CharSetUtility#261
funa-tk merged 1 commit into
DeNA:masterfrom
toku-sa-n:fix/unify-http-copy-charset

Conversation

@toku-sa-n

Copy link
Copy Markdown
Contributor

URLやリクエストボディ、レスポンスボディのコピー時の処理が、コンテキストメニューから行う場合とHistoryタブ下部のボタンから行う場合とで異なっていましたので、統合しました。

  • 従来:コンテキストメニューから行うとUTF-8固定、Historyタブ下部のボタンから行うと文字コードのトグルボックスに従う

  • 修正後:いずれの場合も文字コードのトグルボックスに従う

  • By placing an "x" in the box, I hereby understand, accept and agree to be bound by the terms and conditions of the Contribution License Agreement.

Route History context menu copy actions through HttpPacketClipboard so
buttons and menus share the same charset selection and AUTO guessing.

Co-authored-by: Cursor <cursoragent@cursor.com>
@funa-tk

funa-tk commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

ありがとうございます!

@funa-tk funa-tk merged commit 932ee2e into DeNA:master Jul 7, 2026
1 check passed
@toku-sa-n toku-sa-n deleted the fix/unify-http-copy-charset branch July 7, 2026 03:45
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.

2 participants