webium: get rid of extra titlebar and extra caption buttons on Mac [chromium/src : main]

0 views
Skip to first unread message

Keren Zhu (Gerrit)

unread,
Nov 4, 2025, 3:52:31 PM (3 days ago) Nov 4
to Paul Jensen, Chromium LUCI CQ, chromium...@chromium.org, ipc-securi...@chromium.org, mac-r...@chromium.org
Attention needed from Paul Jensen

Keren Zhu added 1 comment

Patchset-level comments
File-level comment, Patchset 2 (Latest):
Keren Zhu . unresolved

Thank you for working on this. It seems that with this CL the tabstrip background area is no longer draggable.

Open in Gerrit

Related details

Attention is currently required from:
  • Paul Jensen
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: Ic359850e84e7d5f99947d28ace23db9724230161
Gerrit-Change-Number: 7113600
Gerrit-PatchSet: 2
Gerrit-Owner: Paul Jensen <paulj...@chromium.org>
Gerrit-Reviewer: Keren Zhu <kere...@chromium.org>
Gerrit-Reviewer: Paul Jensen <paulj...@chromium.org>
Gerrit-Attention: Paul Jensen <paulj...@chromium.org>
Gerrit-Comment-Date: Tue, 04 Nov 2025 20:52:26 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
satisfied_requirement
unsatisfied_requirement
open
diffy

Keren Zhu (Gerrit)

unread,
Nov 4, 2025, 3:57:17 PM (3 days ago) Nov 4
to Paul Jensen, Chromium LUCI CQ, chromium...@chromium.org, ipc-securi...@chromium.org, mac-r...@chromium.org
Attention needed from Paul Jensen

Keren Zhu added 1 comment

Patchset-level comments
Keren Zhu . unresolved

Thank you for working on this. It seems that with this CL the tabstrip background area is no longer draggable.

Keren Zhu

fwiw the draggable area is determined by [`-[BridgedContentView hitTest:]`](https://source.chromium.org/chromium/chromium/src/+/main:components/remote_cocoa/app_shim/bridged_content_view.mm;l=289;drc=bc5784f03d2120209e60bc1c2ba266ecccb63dfb). The OS will call into this function on mouse events, and if the function returns nil, it tells the OS that the mouse is in a draggable point. Maybe either 1) somehow the function does not return nil?, or 2) the function still returns nil, but due to window style change, it is recognized as the draggable area?

Open in Gerrit

Related details

Attention is currently required from:
  • Paul Jensen
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: Ic359850e84e7d5f99947d28ace23db9724230161
Gerrit-Change-Number: 7113600
Gerrit-PatchSet: 2
Gerrit-Owner: Paul Jensen <paulj...@chromium.org>
Gerrit-Reviewer: Keren Zhu <kere...@chromium.org>
Gerrit-Reviewer: Paul Jensen <paulj...@chromium.org>
Gerrit-Attention: Paul Jensen <paulj...@chromium.org>
Gerrit-Comment-Date: Tue, 04 Nov 2025 20:57:13 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: Keren Zhu <kere...@chromium.org>
satisfied_requirement
unsatisfied_requirement
open
diffy

Keren Zhu (Gerrit)

unread,
Nov 4, 2025, 4:22:10 PM (3 days ago) Nov 4
to Paul Jensen, Chromium LUCI CQ, chromium...@chromium.org, ipc-securi...@chromium.org, mac-r...@chromium.org
Attention needed from Paul Jensen

Keren Zhu added 1 comment

Patchset-level comments
Keren Zhu . unresolved

Thank you for working on this. It seems that with this CL the tabstrip background area is no longer draggable.

Keren Zhu

fwiw the draggable area is determined by [`-[BridgedContentView hitTest:]`](https://source.chromium.org/chromium/chromium/src/+/main:components/remote_cocoa/app_shim/bridged_content_view.mm;l=289;drc=bc5784f03d2120209e60bc1c2ba266ecccb63dfb). The OS will call into this function on mouse events, and if the function returns nil, it tells the OS that the mouse is in a draggable point. Maybe either 1) somehow the function does not return nil?, or 2) the function still returns nil, but due to window style change, it is recognized as the draggable area?

Keren Zhu

I debug and the issue is the missing CSS style `app-region: drag` on the titlebar area. Should be an easy fix. Can you look into that? Thanks!

Open in Gerrit

Related details

Attention is currently required from:
  • Paul Jensen
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: Ic359850e84e7d5f99947d28ace23db9724230161
Gerrit-Change-Number: 7113600
Gerrit-PatchSet: 2
Gerrit-Owner: Paul Jensen <paulj...@chromium.org>
Gerrit-Reviewer: Keren Zhu <kere...@chromium.org>
Gerrit-Reviewer: Paul Jensen <paulj...@chromium.org>
Gerrit-Attention: Paul Jensen <paulj...@chromium.org>
Gerrit-Comment-Date: Tue, 04 Nov 2025 21:22:06 +0000
satisfied_requirement
unsatisfied_requirement
open
diffy

Keren Zhu (Gerrit)

unread,
Nov 4, 2025, 4:23:37 PM (3 days ago) Nov 4
to Paul Jensen, Chromium LUCI CQ, chromium...@chromium.org, ipc-securi...@chromium.org, mac-r...@chromium.org
Attention needed from Paul Jensen

Keren Zhu voted and added 1 comment

Votes added by Keren Zhu

Code-Review+1

1 comment

Patchset-level comments
Keren Zhu . resolved

lgtm % window dragging. Thanks!

Open in Gerrit

Related details

Attention is currently required from:
  • Paul Jensen
Submit Requirements:
    • requirement satisfiedCode-Coverage
    • requirement is not satisfiedCode-Owners
    • requirement satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • 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: Ic359850e84e7d5f99947d28ace23db9724230161
    Gerrit-Change-Number: 7113600
    Gerrit-PatchSet: 2
    Gerrit-Owner: Paul Jensen <paulj...@chromium.org>
    Gerrit-Reviewer: Keren Zhu <kere...@chromium.org>
    Gerrit-Reviewer: Paul Jensen <paulj...@chromium.org>
    Gerrit-Attention: Paul Jensen <paulj...@chromium.org>
    Gerrit-Comment-Date: Tue, 04 Nov 2025 21:23:32 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: Yes
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Paul Jensen (Gerrit)

    unread,
    Nov 5, 2025, 9:54:07 AM (2 days ago) Nov 5
    to Keren Zhu, Chromium LUCI CQ, chromium...@chromium.org, ipc-securi...@chromium.org, mac-r...@chromium.org

    Paul Jensen added 1 comment

    Patchset-level comments

    Thank you for working on this. It seems that with this CL the tabstrip background area is no longer draggable.

    Keren Zhu

    fwiw the draggable area is determined by [`-[BridgedContentView hitTest:]`](https://source.chromium.org/chromium/chromium/src/+/main:components/remote_cocoa/app_shim/bridged_content_view.mm;l=289;drc=bc5784f03d2120209e60bc1c2ba266ecccb63dfb). The OS will call into this function on mouse events, and if the function returns nil, it tells the OS that the mouse is in a draggable point. Maybe either 1) somehow the function does not return nil?, or 2) the function still returns nil, but due to window style change, it is recognized as the draggable area?

    Keren Zhu

    I debug and the issue is the missing CSS style `app-region: drag` on the titlebar area. Should be an easy fix. Can you look into that? Thanks!

    Paul Jensen

    Hiding all of captionButtonsDiv was hiding all the draggable area. I changed to just hiding the buttons so the div is still there and draggable.

    Open in Gerrit

    Related details

    Attention set is empty
    Submit Requirements:
      • requirement satisfiedCode-Coverage
      • requirement is not satisfiedCode-Owners
      • requirement 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: Ic359850e84e7d5f99947d28ace23db9724230161
      Gerrit-Change-Number: 7113600
      Gerrit-PatchSet: 3
      Gerrit-Owner: Paul Jensen <paulj...@chromium.org>
      Gerrit-Reviewer: Keren Zhu <kere...@chromium.org>
      Gerrit-Reviewer: Paul Jensen <paulj...@chromium.org>
      Gerrit-Comment-Date: Wed, 05 Nov 2025 14:54:00 +0000
      satisfied_requirement
      unsatisfied_requirement
      open
      diffy

      Ken Buchanan (Gerrit)

      unread,
      Nov 5, 2025, 10:22:57 AM (2 days ago) Nov 5
      to Paul Jensen, Keren Zhu, Chromium LUCI CQ, chromium...@chromium.org, ipc-securi...@chromium.org, mac-r...@chromium.org
      Attention needed from Paul Jensen

      Ken Buchanan voted and added 1 comment

      Votes added by Ken Buchanan

      Code-Review+1

      1 comment

      Patchset-level comments
      File-level comment, Patchset 3 (Latest):
      Ken Buchanan . resolved

      mojom lgtm

      Open in Gerrit

      Related details

      Attention is currently required from:
      • Paul Jensen
      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: Ic359850e84e7d5f99947d28ace23db9724230161
      Gerrit-Change-Number: 7113600
      Gerrit-PatchSet: 3
      Gerrit-Owner: Paul Jensen <paulj...@chromium.org>
      Gerrit-Reviewer: Ken Buchanan <ke...@chromium.org>
      Gerrit-Reviewer: Keren Zhu <kere...@chromium.org>
      Gerrit-Reviewer: Paul Jensen <paulj...@chromium.org>
      Gerrit-Attention: Paul Jensen <paulj...@chromium.org>
      Gerrit-Comment-Date: Wed, 05 Nov 2025 15:22:52 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: Yes
      satisfied_requirement
      open
      diffy

      Keren Zhu (Gerrit)

      unread,
      Nov 5, 2025, 11:52:36 AM (2 days ago) Nov 5
      to Paul Jensen, Ken Buchanan, Chromium LUCI CQ, chromium...@chromium.org, ipc-securi...@chromium.org, mac-r...@chromium.org
      Attention needed from Paul Jensen

      Keren Zhu voted and added 1 comment

      Votes added by Keren Zhu

      Code-Review+1

      1 comment

      Patchset-level comments
      File-level comment, Patchset 2:
      Keren Zhu . unresolved

      Thank you for working on this. It seems that with this CL the tabstrip background area is no longer draggable.

      Keren Zhu

      fwiw the draggable area is determined by [`-[BridgedContentView hitTest:]`](https://source.chromium.org/chromium/chromium/src/+/main:components/remote_cocoa/app_shim/bridged_content_view.mm;l=289;drc=bc5784f03d2120209e60bc1c2ba266ecccb63dfb). The OS will call into this function on mouse events, and if the function returns nil, it tells the OS that the mouse is in a draggable point. Maybe either 1) somehow the function does not return nil?, or 2) the function still returns nil, but due to window style change, it is recognized as the draggable area?

      Keren Zhu

      I debug and the issue is the missing CSS style `app-region: drag` on the titlebar area. Should be an easy fix. Can you look into that? Thanks!

      Paul Jensen

      Hiding all of captionButtonsDiv was hiding all the draggable area. I changed to just hiding the buttons so the div is still there and draggable.

      Keren Zhu

      The empty `.captionButtonsDiv` is a bit wired. Can we do 1) add `app-region: drag` to `.titlebarDiv`, 2) add `app-region: no-drag` to `.tabstripDiv`, and 3) remove `. captionButtonsDiv`?

      Open in Gerrit

      Related details

      Attention is currently required from:
      • Paul Jensen
      Submit Requirements:
        • requirement satisfiedCode-Coverage
        • requirement satisfiedCode-Owners
        • requirement satisfiedCode-Review
        • requirement is not satisfiedNo-Unresolved-Comments
        • 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: Ic359850e84e7d5f99947d28ace23db9724230161
        Gerrit-Change-Number: 7113600
        Gerrit-PatchSet: 3
        Gerrit-Owner: Paul Jensen <paulj...@chromium.org>
        Gerrit-Reviewer: Ken Buchanan <ke...@chromium.org>
        Gerrit-Reviewer: Keren Zhu <kere...@chromium.org>
        Gerrit-Reviewer: Paul Jensen <paulj...@chromium.org>
        Gerrit-Attention: Paul Jensen <paulj...@chromium.org>
        Gerrit-Comment-Date: Wed, 05 Nov 2025 16:52:29 +0000
        Gerrit-HasComments: Yes
        Gerrit-Has-Labels: Yes
        Comment-In-Reply-To: Keren Zhu <kere...@chromium.org>
        Comment-In-Reply-To: Paul Jensen <paulj...@chromium.org>
        satisfied_requirement
        unsatisfied_requirement
        open
        diffy

        Paul Jensen (Gerrit)

        unread,
        Nov 5, 2025, 12:15:51 PM (2 days ago) Nov 5
        to Ken Buchanan, Keren Zhu, Chromium LUCI CQ, chromium...@chromium.org, ipc-securi...@chromium.org, mac-r...@chromium.org
        Attention needed from Ken Buchanan and Keren Zhu

        Paul Jensen added 1 comment

        Patchset-level comments

        Thank you for working on this. It seems that with this CL the tabstrip background area is no longer draggable.

        Keren Zhu

        fwiw the draggable area is determined by [`-[BridgedContentView hitTest:]`](https://source.chromium.org/chromium/chromium/src/+/main:components/remote_cocoa/app_shim/bridged_content_view.mm;l=289;drc=bc5784f03d2120209e60bc1c2ba266ecccb63dfb). The OS will call into this function on mouse events, and if the function returns nil, it tells the OS that the mouse is in a draggable point. Maybe either 1) somehow the function does not return nil?, or 2) the function still returns nil, but due to window style change, it is recognized as the draggable area?

        Keren Zhu

        I debug and the issue is the missing CSS style `app-region: drag` on the titlebar area. Should be an easy fix. Can you look into that? Thanks!

        Paul Jensen

        Hiding all of captionButtonsDiv was hiding all the draggable area. I changed to just hiding the buttons so the div is still there and draggable.

        Keren Zhu

        The empty `.captionButtonsDiv` is a bit wired. Can we do 1) add `app-region: drag` to `.titlebarDiv`, 2) add `app-region: no-drag` to `.tabstripDiv`, and 3) remove `. captionButtonsDiv`?

        Paul Jensen

        Done

        Open in Gerrit

        Related details

        Attention is currently required from:
        • Ken Buchanan
        • Keren Zhu
        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: Ic359850e84e7d5f99947d28ace23db9724230161
        Gerrit-Change-Number: 7113600
        Gerrit-PatchSet: 4
        Gerrit-Owner: Paul Jensen <paulj...@chromium.org>
        Gerrit-Reviewer: Ken Buchanan <ke...@chromium.org>
        Gerrit-Reviewer: Keren Zhu <kere...@chromium.org>
        Gerrit-Reviewer: Paul Jensen <paulj...@chromium.org>
        Gerrit-Attention: Ken Buchanan <ke...@chromium.org>
        Gerrit-Attention: Keren Zhu <kere...@chromium.org>
        Gerrit-Comment-Date: Wed, 05 Nov 2025 17:15:45 +0000
        Gerrit-HasComments: Yes
        Gerrit-Has-Labels: No
        satisfied_requirement
        unsatisfied_requirement
        open
        diffy

        Keren Zhu (Gerrit)

        unread,
        Nov 5, 2025, 12:49:33 PM (2 days ago) Nov 5
        to Paul Jensen, Ken Buchanan, Chromium LUCI CQ, chromium...@chromium.org, ipc-securi...@chromium.org, mac-r...@chromium.org
        Attention needed from Ken Buchanan and Paul Jensen

        Keren Zhu voted and added 1 comment

        Votes added by Keren Zhu

        Code-Review+1

        1 comment

        Patchset-level comments
        File-level comment, Patchset 4 (Latest):
        Keren Zhu . resolved

        lgtm, thanks!

        Open in Gerrit

        Related details

        Attention is currently required from:
        • Ken Buchanan
        • Paul Jensen
        Submit Requirements:
        • requirement satisfiedCode-Coverage
        • requirement satisfiedCode-Owners
        • requirement 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: Ic359850e84e7d5f99947d28ace23db9724230161
        Gerrit-Change-Number: 7113600
        Gerrit-PatchSet: 4
        Gerrit-Owner: Paul Jensen <paulj...@chromium.org>
        Gerrit-Reviewer: Ken Buchanan <ke...@chromium.org>
        Gerrit-Reviewer: Keren Zhu <kere...@chromium.org>
        Gerrit-Reviewer: Paul Jensen <paulj...@chromium.org>
        Gerrit-Attention: Ken Buchanan <ke...@chromium.org>
        Gerrit-Attention: Paul Jensen <paulj...@chromium.org>
        Gerrit-Comment-Date: Wed, 05 Nov 2025 17:49:28 +0000
        Gerrit-HasComments: Yes
        Gerrit-Has-Labels: Yes
        satisfied_requirement
        unsatisfied_requirement
        open
        diffy

        Ken Buchanan (Gerrit)

        unread,
        Nov 6, 2025, 1:18:51 PM (17 hours ago) Nov 6
        to Paul Jensen, Keren Zhu, Chromium LUCI CQ, chromium...@chromium.org, ipc-securi...@chromium.org, mac-r...@chromium.org
        Attention needed from Paul Jensen

        Ken Buchanan voted Code-Review+1

        Code-Review+1
        Open in Gerrit

        Related details

        Attention is currently required from:
        • Paul Jensen
        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: Ic359850e84e7d5f99947d28ace23db9724230161
          Gerrit-Change-Number: 7113600
          Gerrit-PatchSet: 4
          Gerrit-Owner: Paul Jensen <paulj...@chromium.org>
          Gerrit-Reviewer: Ken Buchanan <ke...@chromium.org>
          Gerrit-Reviewer: Keren Zhu <kere...@chromium.org>
          Gerrit-Reviewer: Paul Jensen <paulj...@chromium.org>
          Gerrit-Attention: Paul Jensen <paulj...@chromium.org>
          Gerrit-Comment-Date: Thu, 06 Nov 2025 18:18:44 +0000
          Gerrit-HasComments: No
          Gerrit-Has-Labels: Yes
          satisfied_requirement
          open
          diffy

          Paul Jensen (Gerrit)

          unread,
          Nov 6, 2025, 1:36:52 PM (16 hours ago) Nov 6
          to Ken Buchanan, Keren Zhu, Chromium LUCI CQ, chromium...@chromium.org, ipc-securi...@chromium.org, mac-r...@chromium.org

          Paul Jensen 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: Ic359850e84e7d5f99947d28ace23db9724230161
          Gerrit-Change-Number: 7113600
          Gerrit-PatchSet: 4
          Gerrit-Owner: Paul Jensen <paulj...@chromium.org>
          Gerrit-Reviewer: Ken Buchanan <ke...@chromium.org>
          Gerrit-Reviewer: Keren Zhu <kere...@chromium.org>
          Gerrit-Reviewer: Paul Jensen <paulj...@chromium.org>
          Gerrit-Comment-Date: Thu, 06 Nov 2025 18:36:44 +0000
          Gerrit-HasComments: No
          Gerrit-Has-Labels: Yes
          satisfied_requirement
          open
          diffy

          Paul Jensen (Gerrit)

          unread,
          Nov 6, 2025, 3:14:36 PM (15 hours ago) Nov 6
          to Ken Buchanan, Keren Zhu, Chromium LUCI CQ, chromium...@chromium.org, ipc-securi...@chromium.org, mac-r...@chromium.org

          Paul Jensen 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: Ic359850e84e7d5f99947d28ace23db9724230161
          Gerrit-Change-Number: 7113600
          Gerrit-PatchSet: 5
          Gerrit-Owner: Paul Jensen <paulj...@chromium.org>
          Gerrit-Reviewer: Ken Buchanan <ke...@chromium.org>
          Gerrit-Reviewer: Keren Zhu <kere...@chromium.org>
          Gerrit-Reviewer: Paul Jensen <paulj...@chromium.org>
          Gerrit-Comment-Date: Thu, 06 Nov 2025 20:14:30 +0000
          Gerrit-HasComments: No
          Gerrit-Has-Labels: Yes
          satisfied_requirement
          open
          diffy

          Chromium LUCI CQ (Gerrit)

          unread,
          Nov 6, 2025, 5:10:56 PM (13 hours ago) Nov 6
          to Paul Jensen, Ken Buchanan, Keren Zhu, chromium...@chromium.org, ipc-securi...@chromium.org, mac-r...@chromium.org

          Chromium LUCI CQ submitted the change with unreviewed changes

          Unreviewed changes

          4 is the latest approved patch-set.
          The change was submitted with unreviewed changes in the following files:

          ```
          The name of the file: chrome/browser/resources/webui_browser/app.html.ts
          Insertions: 1, Deletions: 1.

          The diff is too large to show. Please review the diff.
          ```

          Change information

          Commit message:
          webium: get rid of extra titlebar and extra caption buttons on Mac

          The extra titlebar is removed by changing window styles.
          The extra caption buttons are hidden in favor of the native ones.
          The tab strip is shifted over so as to not overlap the native
          caption buttons.
          Change-Id: Ic359850e84e7d5f99947d28ace23db9724230161
          Reviewed-by: Ken Buchanan <ke...@chromium.org>
          Commit-Queue: Paul Jensen <paulj...@chromium.org>
          Reviewed-by: Keren Zhu <kere...@chromium.org>
          Cr-Commit-Position: refs/heads/main@{#1541440}
          Files:
          • M chrome/browser/resources/webui_browser/app.css
          • M chrome/browser/resources/webui_browser/app.html.ts
          • M chrome/browser/resources/webui_browser/app.ts
          • M chrome/browser/ui/webui_browser/browser.mojom
          • M chrome/browser/ui/webui_browser/webui_browser_ui.cc
          • M chrome/browser/ui/webui_browser/webui_browser_ui.h
          • M chrome/browser/ui/webui_browser/webui_browser_window_mac.mm
          Change size: M
          Delta: 7 files changed, 58 insertions(+), 17 deletions(-)
          Branch: refs/heads/main
          Submit Requirements:
          • requirement satisfiedCode-Review: +1 by Ken Buchanan, +1 by Keren Zhu
          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: Ic359850e84e7d5f99947d28ace23db9724230161
          Gerrit-Change-Number: 7113600
          Gerrit-PatchSet: 6
          Gerrit-Owner: Paul Jensen <paulj...@chromium.org>
          Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
          Gerrit-Reviewer: Ken Buchanan <ke...@chromium.org>
          Gerrit-Reviewer: Keren Zhu <kere...@chromium.org>
          Gerrit-Reviewer: Paul Jensen <paulj...@chromium.org>
          open
          diffy
          satisfied_requirement
          Reply all
          Reply to author
          Forward
          0 new messages