Filipa Senra (Gerrit)
unread,Jun 15, 2026, 6:08:24 AM (8 days ago) Jun 15Sign 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 Tian Ye, Menard, Alexis, android-bu...@system.gserviceaccount.com, Matt Mueller, Chromium LUCI CQ, chromium...@chromium.org, Permissions Reviews, siashah+au...@chromium.org, omnibox-...@chromium.org, gcasto+w...@chromium.org, chrome-intelligence-te...@google.com, droger+w...@chromium.org, ios-rev...@chromium.org, tmartino+tran...@chromium.org, vinnypersky+...@google.com, niharm...@google.com, zol...@webkit.org, osaul+aut...@google.com, blink-revi...@chromium.org, browser-comp...@chromium.org, blink-re...@chromium.org, apavlo...@chromium.org, shgar+aut...@google.com, blink-...@chromium.org, chrome-intell...@chromium.org, vasilii+watchlis...@chromium.org, siyua+aut...@chromium.org, armalhotra+a...@google.com, blink-revie...@chromium.org, ios-revie...@chromium.org, ios-r...@chromium.org, marq+...@chromium.org
Attention needed from Matt Mueller and Tian Ye
Filipa Senra voted and added 1 comment![Open in Gerrit]()
Votes added by Filipa Senra
1 comment
File ios/chrome/browser/page_info/certificate/model/x509_certificate_model.cc
Line 147, Patchset 9 (Latest): std::optional<bssl::der::Input> null_value;Filipa Senra .
unresolvednit: It can be slightly confusing to use `null_value` in c++ because it might be mistaken for a null pointer or a null std::optional. That's how I read it originally.
Since ReadOptionalTag populates the optional with the contents of the tag, and for an `ASN1_NULL` those contents are always empty, a more descriptive name might be `null_contents` or simply `null_tag`.
Open in GerritRelated details
Attention is currently required from:
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I1de94cafebe31ea8609c0fe7132f86433eedf1cf
Gerrit-Change-Number: 7875853
Gerrit-PatchSet: 9
Gerrit-Comment-Date: Mon, 15 Jun 2026 10:07:54 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: Yes