Piotr Kotynia (Gerrit)
unread,9:32 AM (6 hours ago) 9:32 AMSign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Boris Sazonov, Chromium LUCI CQ, android-bu...@system.gserviceaccount.com, chromium...@chromium.org, ios-r...@chromium.org, srahim...@chromium.org, devtools...@chromium.org, marq+...@chromium.org, ios-revie...@chromium.org, davidj...@chromium.org, dfried...@chromium.org, dtraino...@chromium.org, estali...@chromium.org, gbb-cct...@google.com, gogeral...@chromium.org, hanxi...@chromium.org, mattsimm...@chromium.org, meilian...@chromium.org, peilinwa...@google.com, wychen...@chromium.org, yuezhang...@chromium.org, yusufo...@chromium.org
Attention needed from Boris Sazonov
Piotr Kotynia added 2 comments![Open in Gerrit]()
File chrome/browser/keyboard_accessory/android/internal/java/src/org/chromium/chrome/browser/keyboard_accessory/bar_component/KeyboardAccessoryIphUtils.java
Line 196, Patchset 3: // TODO(crbug.com/505624919): Replace with Builder pattern.Boris Sazonov .
resolvedPlease migrate at least one usage to the Builder pattern to demonstrate its usage.
Piotr Kotynia File components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/textbubble/TextBubble.java
Line 678, Patchset 3: public Builder(Context context, View rootView, RectProvider anchorRectProvider) {
mContext = context;
mRootView = rootView;
mAnchorRectProvider = anchorRectProvider;
}Boris Sazonov .
resolvedThe main benefit of the old constructors: while unwieldy, they were forcing the caller to provide the string, the a11y string and `isAccessibilityEnabled` boolean. It seems wrong to create a `TextBubble` without any string, so should we consider adding those params here as well?
Piotr Kotynia
Open in GerritRelated details
Attention is currently required from:
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: Ica22b33450f8b355a1271bf2d7afe8f944fe4a7e
Gerrit-Change-Number: 7789371
Gerrit-PatchSet: 8
Gerrit-Comment-Date: Mon, 04 May 2026 13:31:44 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No