[WebMIDI/Android] Fix destruction order n MidiManagerAndroid [chromium/src : main]

0 views
Skip to first unread message

Hongchan Choi (Gerrit)

unread,
Mar 11, 2026, 5:56:06 PMMar 11
to Takashi Toyoshima, chromium...@chromium.org, feature-me...@chromium.org, toyosh...@chromium.org
Attention needed from Takashi Toyoshima

Hongchan Choi added 1 comment

Patchset-level comments
File-level comment, Patchset 2 (Latest):
Hongchan Choi . resolved

PTAL

Open in Gerrit

Related details

Attention is currently required from:
  • Takashi Toyoshima
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement is not satisfiedCode-Owners
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I1a7857ef3f0f58772cd300f603dc74720ac49964
Gerrit-Change-Number: 7659363
Gerrit-PatchSet: 2
Gerrit-Owner: Hongchan Choi <hong...@chromium.org>
Gerrit-Reviewer: Takashi Toyoshima <toyo...@chromium.org>
Gerrit-Attention: Takashi Toyoshima <toyo...@chromium.org>
Gerrit-Comment-Date: Wed, 11 Mar 2026 21:55:57 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
satisfied_requirement
unsatisfied_requirement
open
diffy

Hongchan Choi (Gerrit)

unread,
Mar 12, 2026, 1:13:23 PMMar 12
to Thomas Guilbert, chromium...@chromium.org, feature-me...@chromium.org, toyosh...@chromium.org
Attention needed from Thomas Guilbert

Hongchan Choi voted and added 1 comment

Votes added by Hongchan Choi

Commit-Queue+1

1 comment

Patchset-level comments
File-level comment, Patchset 2 (Latest):
Hongchan Choi . resolved

PTAL

Open in Gerrit

Related details

Attention is currently required from:
  • Thomas Guilbert
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement is not satisfiedCode-Owners
  • requirement is not satisfiedCode-Review
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I1a7857ef3f0f58772cd300f603dc74720ac49964
Gerrit-Change-Number: 7659363
Gerrit-PatchSet: 2
Gerrit-Owner: Hongchan Choi <hong...@chromium.org>
Gerrit-Reviewer: Hongchan Choi <hong...@chromium.org>
Gerrit-Reviewer: Thomas Guilbert <tgui...@chromium.org>
Gerrit-Attention: Thomas Guilbert <tgui...@chromium.org>
Gerrit-Comment-Date: Thu, 12 Mar 2026 17:13:12 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes
satisfied_requirement
unsatisfied_requirement
open
diffy

Thomas Guilbert (Gerrit)

unread,
Mar 12, 2026, 2:30:22 PMMar 12
to Hongchan Choi, Thomas Guilbert, Chromium LUCI CQ, chromium...@chromium.org, feature-me...@chromium.org, toyosh...@chromium.org
Attention needed from Hongchan Choi

Thomas Guilbert voted Code-Review+1

Code-Review+1
Open in Gerrit

Related details

Attention is currently required from:
  • Hongchan Choi
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I1a7857ef3f0f58772cd300f603dc74720ac49964
Gerrit-Change-Number: 7659363
Gerrit-PatchSet: 2
Gerrit-Owner: Hongchan Choi <hong...@chromium.org>
Gerrit-Reviewer: Hongchan Choi <hong...@chromium.org>
Gerrit-Reviewer: Thomas Guilbert <tgui...@chromium.org>
Gerrit-Attention: Hongchan Choi <hong...@chromium.org>
Gerrit-Comment-Date: Thu, 12 Mar 2026 18:30:09 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
satisfied_requirement
open
diffy

Hongchan Choi (Gerrit)

unread,
Mar 12, 2026, 2:34:19 PMMar 12
to Thomas Guilbert, Chromium LUCI CQ, chromium...@chromium.org, feature-me...@chromium.org, toyosh...@chromium.org

Hongchan Choi voted Commit-Queue+2

Commit-Queue+2
Open in Gerrit

Related details

Attention set is empty
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I1a7857ef3f0f58772cd300f603dc74720ac49964
Gerrit-Change-Number: 7659363
Gerrit-PatchSet: 2
Gerrit-Owner: Hongchan Choi <hong...@chromium.org>
Gerrit-Reviewer: Hongchan Choi <hong...@chromium.org>
Gerrit-Reviewer: Thomas Guilbert <tgui...@chromium.org>
Gerrit-Comment-Date: Thu, 12 Mar 2026 18:34:09 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
satisfied_requirement
open
diffy

Chromium LUCI CQ (Gerrit)

unread,
Mar 12, 2026, 2:37:34 PMMar 12
to Hongchan Choi, Thomas Guilbert, chromium...@chromium.org, feature-me...@chromium.org, toyosh...@chromium.org

Chromium LUCI CQ submitted the change

Change information

Commit message:
[WebMIDI/Android] Fix destruction order n MidiManagerAndroid

Moving the `devices_` declaration to the end of the class ensures
it is destroyed first, safely closing ports before the hash maps
are destroyed.
Bug: 490254128
Change-Id: I1a7857ef3f0f58772cd300f603dc74720ac49964
Commit-Queue: Hongchan Choi <hong...@chromium.org>
Reviewed-by: Thomas Guilbert <tgui...@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1598579}
Files:
  • M media/midi/midi_manager_android.h
Change size: XS
Delta: 1 file changed, 6 insertions(+), 1 deletion(-)
Branch: refs/heads/main
Submit Requirements:
  • requirement satisfiedCode-Review: +1 by Thomas Guilbert
Open in Gerrit
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: merged
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I1a7857ef3f0f58772cd300f603dc74720ac49964
Gerrit-Change-Number: 7659363
Gerrit-PatchSet: 3
Gerrit-Owner: Hongchan Choi <hong...@chromium.org>
Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
Gerrit-Reviewer: Hongchan Choi <hong...@chromium.org>
Gerrit-Reviewer: Thomas Guilbert <tgui...@chromium.org>
open
diffy
satisfied_requirement
Reply all
Reply to author
Forward
0 new messages