gcapi_mac: Bump minimum deployment target to macOS 11.0 for Xcode 27 [chromium/src : main]

0 views
Skip to first unread message

Yue She (Gerrit)

unread,
Jul 31, 2026, 5:53:47 PM (2 days ago) Jul 31
to Mark Mentovai, Avi Drissman, chromium...@chromium.org, mac-r...@chromium.org
Attention needed from Avi Drissman and Mark Mentovai

Yue She added 1 comment

Patchset-level comments
File-level comment, Patchset 2 (Latest):
Yue She . resolved

ptal. let me know if this is the right way to proceed. changing to `openApplicationAtURL` doesn't seem very trivial because it's going from synchronous to asynchronous method call

Open in Gerrit

Related details

Attention is currently required from:
  • Avi Drissman
  • Mark Mentovai
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: I0cef0f884e7ed4ec95ac79745fa6b0c5dbec65ca
Gerrit-Change-Number: 8182849
Gerrit-PatchSet: 2
Gerrit-Owner: Yue She <yue...@google.com>
Gerrit-Reviewer: Avi Drissman <a...@chromium.org>
Gerrit-Reviewer: Mark Mentovai <ma...@chromium.org>
Gerrit-Attention: Mark Mentovai <ma...@chromium.org>
Gerrit-Attention: Avi Drissman <a...@chromium.org>
Gerrit-Comment-Date: Fri, 31 Jul 2026 21:53:41 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
satisfied_requirement
unsatisfied_requirement
open
diffy

Avi Drissman (Gerrit)

unread,
Aug 1, 2026, 8:46:11 PM (11 hours ago) Aug 1
to Yue She, Chromium LUCI CQ, Mark Mentovai, Avi Drissman, chromium...@chromium.org, mac-r...@chromium.org
Attention needed from Mark Mentovai and Yue She

Avi Drissman added 1 comment

File chrome/installer/gcapi_mac/gcapi.mm
Line 503, Patchset 2 (Latest):#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
return [NSWorkspace.sharedWorkspace launchApplication:app_path];
#pragma clang diagnostic pop
Avi Drissman . unresolved
This is trivial to update; please do so. Do not just turn off deprecation warnings.
```suggestion
[NSWorkspace.sharedWorkspace
openApplicationAtURL:[NSURL fileURLWithPath:app_path]
configuration:[NSWorkspaceOpenConfiguration configuration]
completionHandler:^(NSRunningApplication* app, NSError* error) {
// handle error
}];
```
Open in Gerrit

Related details

Attention is currently required from:
  • Mark Mentovai
  • Yue She
Submit Requirements:
    • requirement satisfiedCode-Coverage
    • requirement is not satisfiedCode-Owners
    • requirement is not satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • 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: I0cef0f884e7ed4ec95ac79745fa6b0c5dbec65ca
    Gerrit-Change-Number: 8182849
    Gerrit-PatchSet: 2
    Gerrit-Owner: Yue She <yue...@google.com>
    Gerrit-Reviewer: Avi Drissman <a...@chromium.org>
    Gerrit-Reviewer: Mark Mentovai <ma...@chromium.org>
    Gerrit-Reviewer: Yue She <yue...@google.com>
    Gerrit-Attention: Mark Mentovai <ma...@chromium.org>
    Gerrit-Attention: Yue She <yue...@google.com>
    Gerrit-Comment-Date: Sun, 02 Aug 2026 00:46:04 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy
    Reply all
    Reply to author
    Forward
    0 new messages