[html-in-canvas] Support video [chromium/src : main]

0 views
Skip to first unread message

Stefan Zager (Gerrit)

unread,
May 10, 2026, 9:26:10 PM (2 days ago) May 10
to Philip Rogers, Stephen Chenney, Dirk Schulze, Code Review Nudger, Chromium LUCI CQ, android-bu...@system.gserviceaccount.com, chromium...@chromium.org, srirama chandra sekhar, blink-reviews-p...@chromium.org, drott+bl...@chromium.org, fserb...@chromium.org, cc-...@chromium.org, fmalit...@chromium.org, blink-re...@chromium.org, erickun...@chromium.org, tommyw+w...@chromium.org, jophba...@chromium.org, mfoltz+wa...@chromium.org, kinuko...@chromium.org, blink-rev...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, eric.c...@apple.com, feature-me...@chromium.org
Attention needed from Philip Rogers

Stefan Zager voted Code-Review+1

Code-Review+1
Open in Gerrit

Related details

Attention is currently required from:
  • Philip Rogers
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: I93dc0c84633b7cfedf9935540de4bcc4dbb48532
Gerrit-Change-Number: 7798058
Gerrit-PatchSet: 8
Gerrit-Owner: Philip Rogers <p...@chromium.org>
Gerrit-Reviewer: Philip Rogers <p...@chromium.org>
Gerrit-Reviewer: Stefan Zager <sza...@chromium.org>
Gerrit-CC: Code Review Nudger <android-build...@prod.google.com>
Gerrit-CC: Dirk Schulze <dsch...@chromium.org>
Gerrit-CC: Stephen Chenney <sche...@chromium.org>
Gerrit-CC: srirama chandra sekhar <srir...@samsung.com>
Gerrit-Attention: Philip Rogers <p...@chromium.org>
Gerrit-Comment-Date: Mon, 11 May 2026 01:26:01 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
satisfied_requirement
unsatisfied_requirement
open
diffy

Stefan Zager (Gerrit)

unread,
May 10, 2026, 9:26:24 PM (2 days ago) May 10
to Philip Rogers, Stephen Chenney, Dirk Schulze, Code Review Nudger, Chromium LUCI CQ, android-bu...@system.gserviceaccount.com, chromium...@chromium.org, srirama chandra sekhar, blink-reviews-p...@chromium.org, drott+bl...@chromium.org, fserb...@chromium.org, cc-...@chromium.org, fmalit...@chromium.org, blink-re...@chromium.org, erickun...@chromium.org, tommyw+w...@chromium.org, jophba...@chromium.org, mfoltz+wa...@chromium.org, kinuko...@chromium.org, blink-rev...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, eric.c...@apple.com, feature-me...@chromium.org
Attention needed from Philip Rogers

Stefan Zager voted Code-Review+0

Code-Review+0
Open in Gerrit

Related details

Attention is currently required from:
  • Philip Rogers
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: I93dc0c84633b7cfedf9935540de4bcc4dbb48532
Gerrit-Change-Number: 7798058
Gerrit-PatchSet: 9
Gerrit-Owner: Philip Rogers <p...@chromium.org>
Gerrit-Reviewer: Philip Rogers <p...@chromium.org>
Gerrit-Reviewer: Stefan Zager <sza...@chromium.org>
Gerrit-CC: Code Review Nudger <android-build...@prod.google.com>
Gerrit-CC: Dirk Schulze <dsch...@chromium.org>
Gerrit-CC: Stephen Chenney <sche...@chromium.org>
Gerrit-CC: srirama chandra sekhar <srir...@samsung.com>
Gerrit-Attention: Philip Rogers <p...@chromium.org>
Gerrit-Comment-Date: Mon, 11 May 2026 01:26:16 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
satisfied_requirement
unsatisfied_requirement
open
diffy

Philip Rogers (Gerrit)

unread,
May 11, 2026, 11:56:43 AM (23 hours ago) May 11
to Stefan Zager, Stephen Chenney, Dirk Schulze, Code Review Nudger, Chromium LUCI CQ, android-bu...@system.gserviceaccount.com, chromium...@chromium.org, srirama chandra sekhar, blink-reviews-p...@chromium.org, drott+bl...@chromium.org, fserb...@chromium.org, cc-...@chromium.org, fmalit...@chromium.org, blink-re...@chromium.org, erickun...@chromium.org, tommyw+w...@chromium.org, jophba...@chromium.org, mfoltz+wa...@chromium.org, kinuko...@chromium.org, blink-rev...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, eric.c...@apple.com, feature-me...@chromium.org
Attention needed from Stefan Zager

Philip Rogers added 2 comments

File third_party/blink/web_tests/wpt_internal/html/canvas/drawElementImage/privacy/video-poster-ignored.https.sub.html
Line 13, Patchset 12 (Latest): background: green;
Philip Rogers . unresolved

nit: update this to either red or blue, and update the expectation below to either:
```
assert_array_equals(pixel, [255, 0, 0, 255], "Cross origin should not draw");
```

or
```
assert_array_equals(pixel, [0, 0, 255, 255], "Cross origin should not draw");
```

Line 37, Patchset 12 (Latest): <video id=crossOrigin poster="https://{{hosts[alt][www]}}:{{ports[h2][0]}}/wpt_internal/html/canvas/drawElementImage/resources/red-100x100.png" >
Philip Rogers . unresolved

Can you update the h2 port to https?
(this may be the cause of the flakiness)

Open in Gerrit

Related details

Attention is currently required from:
  • Stefan Zager
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: I93dc0c84633b7cfedf9935540de4bcc4dbb48532
    Gerrit-Change-Number: 7798058
    Gerrit-PatchSet: 12
    Gerrit-Owner: Philip Rogers <p...@chromium.org>
    Gerrit-Reviewer: Philip Rogers <p...@chromium.org>
    Gerrit-Reviewer: Stefan Zager <sza...@chromium.org>
    Gerrit-CC: Code Review Nudger <android-build...@prod.google.com>
    Gerrit-CC: Dirk Schulze <dsch...@chromium.org>
    Gerrit-CC: Stephen Chenney <sche...@chromium.org>
    Gerrit-CC: srirama chandra sekhar <srir...@samsung.com>
    Gerrit-Attention: Stefan Zager <sza...@chromium.org>
    Gerrit-Comment-Date: Mon, 11 May 2026 15:56:33 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Stefan Zager (Gerrit)

    unread,
    May 11, 2026, 12:00:50 PM (23 hours ago) May 11
    to Philip Rogers, Stephen Chenney, Dirk Schulze, Code Review Nudger, Chromium LUCI CQ, android-bu...@system.gserviceaccount.com, chromium...@chromium.org, srirama chandra sekhar, blink-reviews-p...@chromium.org, drott+bl...@chromium.org, fserb...@chromium.org, cc-...@chromium.org, fmalit...@chromium.org, blink-re...@chromium.org, erickun...@chromium.org, tommyw+w...@chromium.org, jophba...@chromium.org, mfoltz+wa...@chromium.org, kinuko...@chromium.org, blink-rev...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, eric.c...@apple.com, feature-me...@chromium.org
    Attention needed from Philip Rogers

    Stefan Zager voted and added 2 comments

    Votes added by Stefan Zager

    Commit-Queue+1

    2 comments

    File third_party/blink/web_tests/wpt_internal/html/canvas/drawElementImage/privacy/video-poster-ignored.https.sub.html
    Line 13, Patchset 12: background: green;
    Philip Rogers . resolved

    nit: update this to either red or blue, and update the expectation below to either:
    ```
    assert_array_equals(pixel, [255, 0, 0, 255], "Cross origin should not draw");
    ```

    or
    ```
    assert_array_equals(pixel, [0, 0, 255, 255], "Cross origin should not draw");
    ```

    Stefan Zager

    Done

    Line 37, Patchset 12: <video id=crossOrigin poster="https://{{hosts[alt][www]}}:{{ports[h2][0]}}/wpt_internal/html/canvas/drawElementImage/resources/red-100x100.png" >
    Philip Rogers . resolved

    Can you update the h2 port to https?
    (this may be the cause of the flakiness)

    Stefan Zager

    Done

    Open in Gerrit

    Related details

    Attention is currently required from:
    • Philip Rogers
    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: I93dc0c84633b7cfedf9935540de4bcc4dbb48532
      Gerrit-Change-Number: 7798058
      Gerrit-PatchSet: 12
      Gerrit-Owner: Philip Rogers <p...@chromium.org>
      Gerrit-Reviewer: Philip Rogers <p...@chromium.org>
      Gerrit-Reviewer: Stefan Zager <sza...@chromium.org>
      Gerrit-CC: Code Review Nudger <android-build...@prod.google.com>
      Gerrit-CC: Dirk Schulze <dsch...@chromium.org>
      Gerrit-CC: Stephen Chenney <sche...@chromium.org>
      Gerrit-CC: srirama chandra sekhar <srir...@samsung.com>
      Gerrit-Attention: Philip Rogers <p...@chromium.org>
      Gerrit-Comment-Date: Mon, 11 May 2026 16:00:37 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: Yes
      Comment-In-Reply-To: Philip Rogers <p...@chromium.org>
      satisfied_requirement
      unsatisfied_requirement
      open
      diffy

      Philip Rogers (Gerrit)

      unread,
      May 11, 2026, 2:07:02 PM (21 hours ago) May 11
      to Stefan Zager, Stephen Chenney, Dirk Schulze, Code Review Nudger, Chromium LUCI CQ, android-bu...@system.gserviceaccount.com, chromium...@chromium.org, srirama chandra sekhar, blink-reviews-p...@chromium.org, drott+bl...@chromium.org, fserb...@chromium.org, cc-...@chromium.org, fmalit...@chromium.org, blink-re...@chromium.org, erickun...@chromium.org, tommyw+w...@chromium.org, jophba...@chromium.org, mfoltz+wa...@chromium.org, kinuko...@chromium.org, blink-rev...@chromium.org, blink-rev...@chromium.org, blink-...@chromium.org, eric.c...@apple.com, feature-me...@chromium.org
      Attention needed from Stefan Zager

      Philip Rogers added 7 comments

      Commit Message
      Line 6, Patchset 13:
      Philip Rogers . unresolved

      High-level, I think this approach in this patch is too risky. The benefit vs patchset #6 is performance, but the performance of patchset #6 doesn't seem very bad to me, and a 1080p video plays smoothly in my debug browser. Is there an option of starting with something simpler at first, and then adding the faster approach as a flag-guarded followup?

      Line 7, Patchset 13:[html-in-canvas] Support video
      Philip Rogers . unresolved

      WDYT of adding the hardware-accelerated crash test to prove this patch prevents the crash (it does)? If so, you can patch in these files from https://chromium-review.git.corp.google.com/c/chromium/src/+/7798058/6:

      • third_party/blink/web_tests/virtual/canvas-draw-element-image-hardware-video/README.txt
      • third_party/blink/web_tests/virtual/canvas-draw-element-image-hardware-video/wpt_internal/html/canvas/drawElementImage/README.txt
      • third_party/blink/web_tests/VirtualTestSuites
      File cc/paint/texture_backing.h
      Line 20, Patchset 13:// This class must be created, used and destroyed on the same thread.
      Philip Rogers . unresolved

      Does this comment need updating given that the class inherits from RefCountedThreadSafe?

      File media/renderers/paint_canvas_video_renderer.cc
      Line 738, Patchset 13:class VideoTextureBacking : public cc::TextureBacking {
      Philip Rogers . unresolved
      components/viz/common/gpu/raster_context_provider.h has the following:
      ```
      // Get a Raster interface to the 3d context. The context provider must have
      // been successfully bound to a thread before calling this.
      virtual gpu::raster::RasterInterface* RasterInterface() = 0;
      ```
      This implies a tight coupling between the context provider and the raster interface, and this patch is moving parts of this to happen on a different thread. This feels unsafe.
      Line 832, Patchset 13: std::move(ri_access_), std::move(shared_image_)));
      Philip Rogers . unresolved

      Here we are moving ri_access_ so it will out-live raster_context_provider_. Do we also need to move raster_context_provider_? `ri_access_` has raw pointers to state that seems destructed (i.e., UAF risk).

      File third_party/blink/renderer/platform/graphics/mailbox_texture_backing.h
      Line 45, Patchset 13: ~MailboxTextureBacking() override;
      Philip Rogers . unresolved

      I think the thread checker in this function will now crash, as this is run on a different thread. Does this class also need the task runner cleanup pattern?

      File third_party/blink/web_tests/wpt_internal/html/canvas/drawElementImage/video.html
      Line 1, Patchset 13:<!DOCTYPE HTML>
      Philip Rogers . unresolved

      Can you add a worker thread version of this? I don't think that this feature is needed immediately, but I think it would be useful to ensure the lifetime changes in this patch are correct.

      Here's a snippet (video-worker.html):
      ```
      <!DOCTYPE HTML>
      <html class="reftest-wait">
      <head>
      <title>captureElementImage repaints video frames in worker</title>
      <meta name="fuzzy" content="maxDifference=0-2;totalPixels=0-4096">
      <link rel="match" href="video-ref.html">
      <script src="/common/reftest-wait.js"></script>
      <script src='/wpt_internal/resources/canvas-draw-element/waitForCanvasPaint.js'></script>
      <style>
      #child {
      width: 64px;
      height: 64px;
      }
      #video {
      width: 64px;
      height: 64px;
      }
      </style>
      </head>
      <body>
      <canvas id=canvas width="100" height="100" layoutsubtree>
      <div id=child>
      <video id=video src="resources/fast-red-green.webm" autoplay muted></video>
      </div>
      </canvas>
      <script type="module">
      let video = document.getElementById('video');
      let canvas = document.getElementById('canvas');
      let child = document.getElementById('child');
      const workerCode = `
      let ctx;
      self.onmessage = (e) => {
      if (e.data.canvas) {
      ctx = e.data.canvas.getContext('2d');
      }
      if (e.data.elementImage) {
      ctx.clearRect(0, 0, ctx.canvas.width, ctx.canvas.height);
      ctx.drawElementImage(e.data.elementImage, 0, 0);
      }
      };
      `;

      const worker = new Worker(URL.createObjectURL(new Blob([workerCode], {type: 'application/javascript'})));
      const offscreen = canvas.transferControlToOffscreen();
      worker.postMessage({ canvas: offscreen }, [offscreen]);

      await waitForCanvasPaint(canvas);

      video.src = "resources/fast-red-green.webm";
      video.onended = () => {
      // Give the worker a tiny bit of time to draw the final frame.
      setTimeout(takeScreenshot, 50);
      };
      canvas.onpaint = () => {
      const elementImage = canvas.captureElementImage(child);
      worker.postMessage({ elementImage: elementImage }, [elementImage]);
      };
      </script>
      </body>
      </html>
      ```

      This test currently crashes with:
      ```
      STDERR: [31281:13738453:0511/094219.945249:FATAL:base/sequence_checker.cc:21] DCHECK failed: checker.CalledOnValidSequence(&bound_at).
      STDERR: 0 base::debug::CollectStackTrace(base::span<void const*, 18446744073709551615ul, void const**>) + 84
      STDERR: 1 base::debug::StackTrace::StackTrace(unsigned long) + 156
      STDERR: 2 base::debug::StackTrace::StackTrace(unsigned long) + 36
      STDERR: 3 base::debug::StackTrace::StackTrace() + 40
      STDERR: 4 logging::LogMessage::Flush() + 184
      STDERR: 5 logging::LogMessage::~LogMessage() + 44
      STDERR: 6 logging::(anonymous namespace)::DCheckLogMessage::~DCheckLogMessage() + 72
      STDERR: 7 logging::(anonymous namespace)::DCheckLogMessage::~DCheckLogMessage() + 28
      STDERR: 8 logging::(anonymous namespace)::DCheckLogMessage::~DCheckLogMessage() + 28
      STDERR: 9 std::__Cr::default_delete<logging::LogMessage>::operator()(logging::LogMessage*) const + 52
      STDERR: 10 std::__Cr::unique_ptr<logging::LogMessage, std::__Cr::default_delete<logging::LogMessage>>::reset(logging::LogMessage*) + 68
      STDERR: 11 logging::CheckError::~CheckError() + 60
      STDERR: 12 logging::CheckError::~CheckError() + 28
      STDERR: 13 base::ScopedValidateSequenceChecker::ScopedValidateSequenceChecker(base::SequenceCheckerImpl const&) + 296
      STDERR: 14 base::ScopedValidateSequenceChecker::ScopedValidateSequenceChecker(base::SequenceCheckerImpl const&) + 36
      STDERR: 15 viz::ContextProviderCommandBuffer::CheckValidSequenceOrLockAcquired() const + 100
      STDERR: 16 viz::ContextProviderCommandBuffer::RasterInterface() + 184
      STDERR: 17 media::VideoTextureBacking::readPixels(SkImageInfo const&, void*, unsigned long, int, int) + 64
      STDERR: 18 media::VideoTextureBacking::GetSkImageViaReadback() + 152
      STDERR: 19 cc::PaintImage::GetSwSkImage() const + 116
      STDERR: 20 cc::PlaybackImageProvider::GetRasterContent(cc::DrawImage const&) + 696
      STDERR: 21 blink::CanvasResourceProvider::CanvasImageProvider::GetRasterContent(cc::DrawImage const&) + 492
      STDERR: 22 cc::DrawImageRectOp::RasterWithFlags(cc::DrawImageRectOp const*, cc::PaintFlags const*, SkCanvas*, cc::PlaybackParams const&) + 1228
      STDERR: 23 cc::(anonymous namespace)::Rasterizer<cc::DrawImageRectOp, true>::RasterWithFlags(cc::DrawImageRectOp const*, cc::PaintFlags const*, SkCanvas*, cc::PlaybackParams const&) + 136
      STDERR: 24 _ZNK2cc12_GLOBAL__N_15$_139clEPKNS_7PaintOpEPKNS_10PaintFlagsEP8SkCanvasRKNS_14PlaybackParamsE + 52
      STDERR: 25 _ZN2cc12_GLOBAL__N_15$_1398__invokeEPKNS_7PaintOpEPKNS_10PaintFlagsEP8SkCanvasRKNS_14PlaybackParamsE + 68
      STDERR: 26 cc::PaintOpWithFlags::RasterWithFlags(SkCanvas*, cc::PaintFlags const*, cc::PlaybackParams const&) const + 84
      STDERR: 27 cc::PaintOpBuffer::Playback(SkCanvas*, cc::PlaybackParams const&, bool, std::__Cr::vector<unsigned long, std::__Cr::allocator<unsigned long>> const*) const + 1016
      STDERR: 28 cc::PaintOpBuffer::Playback(SkCanvas*, cc::PlaybackParams const&, bool) const + 56
      STDERR: 29 cc::PaintRecord::Playback(SkCanvas*, cc::PlaybackParams const&, bool) const + 56
      STDERR: 30 cc::DrawRecordOp::Raster(cc::DrawRecordOp const*, SkCanvas*, cc::PlaybackParams const&) + 56
      STDERR: 31 cc::(anonymous namespace)::Rasterizer<cc::DrawRecordOp, false>::Raster(cc::DrawRecordOp const*, SkCanvas*, cc::PlaybackParams const&) + 128
      STDERR: 32 _ZNK2cc12_GLOBAL__N_14$_53clEPKNS_7PaintOpEP8SkCanvasRKNS_14PlaybackParamsE + 44
      STDERR: 33 _ZN2cc12_GLOBAL__N_14$_538__invokeEPKNS_7PaintOpEP8SkCanvasRKNS_14PlaybackParamsE + 60
      STDERR: 34 cc::PaintOp::Raster(SkCanvas*, cc::PlaybackParams const&) const + 76
      STDERR: 35 cc::PaintOpBuffer::Playback(SkCanvas*, cc::PlaybackParams const&, bool, std::__Cr::vector<unsigned long, std::__Cr::allocator<unsigned long>> const*) const + 1112
      STDERR: 36 cc::PaintOpBuffer::Playback(SkCanvas*, cc::PlaybackParams const&, bool) const + 56
      STDERR: 37 cc::PaintRecord::Playback(SkCanvas*, cc::PlaybackParams const&, bool) const + 56
      STDERR: 38 cc::DrawRecordOp::Raster(cc::DrawRecordOp const*, SkCanvas*, cc::PlaybackParams const&) + 56
      STDERR: 39 cc::(anonymous namespace)::Rasterizer<cc::DrawRecordOp, false>::Raster(cc::DrawRecordOp const*, SkCanvas*, cc::PlaybackParams const&) + 128
      STDERR: 40 _ZNK2cc12_GLOBAL__N_14$_53clEPKNS_7PaintOpEP8SkCanvasRKNS_14PlaybackParamsE + 44
      STDERR: 41 _ZN2cc12_GLOBAL__N_14$_538__invokeEPKNS_7PaintOpEP8SkCanvasRKNS_14PlaybackParamsE + 60
      STDERR: 42 cc::PaintOp::Raster(SkCanvas*, cc::PlaybackParams const&) const + 76
      STDERR: 43 cc::PaintOpBuffer::Playback(SkCanvas*, cc::PlaybackParams const&, bool, std::__Cr::vector<unsigned long, std::__Cr::allocator<unsigned long>> const*) const + 1112
      STDERR: 44 cc::PaintOpBuffer::Playback(SkCanvas*, cc::PlaybackParams const&, bool) const + 56
      STDERR: 45 cc::PaintRecord::Playback(SkCanvas*, cc::PlaybackParams const&, bool) const + 56
      STDERR: 46 cc::SkiaPaintCanvas::drawPicture(cc::PaintRecord, base::RepeatingCallback<void (SkCanvas*, unsigned int)>, bool) + 364
      STDERR: 47 cc::SkiaPaintCanvas::drawPicture(cc::PaintRecord) + 96
      STDERR: 48 blink::CanvasResourceProvider::UnacceleratedRasterRecordForCanvas2D(cc::PaintRecord) + 352
      STDERR: 49 blink::Canvas2DResourceProviderSharedImage::RasterRecordForCanvas2D(cc::PaintRecord) + 108
      STDERR: 50 blink::CanvasResourceProvider::FlushCanvas2D(blink::FlushReason) + 452
      STDERR: 51 blink::OffscreenCanvasRenderingContext2D::FinalizeFrame(blink::FlushReason) + 152
      STDERR: 52 blink::OffscreenCanvasRenderingContext2D::PushFrame() + 52
      STDERR: 53 blink::OffscreenCanvas::PushFrameIfNeeded() + 728
      ```

      Open in Gerrit

      Related details

      Attention is currently required from:
      • Stefan Zager
      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: I93dc0c84633b7cfedf9935540de4bcc4dbb48532
        Gerrit-Change-Number: 7798058
        Gerrit-PatchSet: 13
        Gerrit-Owner: Philip Rogers <p...@chromium.org>
        Gerrit-Reviewer: Philip Rogers <p...@chromium.org>
        Gerrit-Reviewer: Stefan Zager <sza...@chromium.org>
        Gerrit-CC: Code Review Nudger <android-build...@prod.google.com>
        Gerrit-CC: Dirk Schulze <dsch...@chromium.org>
        Gerrit-CC: Stephen Chenney <sche...@chromium.org>
        Gerrit-CC: srirama chandra sekhar <srir...@samsung.com>
        Gerrit-Attention: Stefan Zager <sza...@chromium.org>
        Gerrit-Comment-Date: Mon, 11 May 2026 18:06:53 +0000
        Gerrit-HasComments: Yes
        Gerrit-Has-Labels: No
        satisfied_requirement
        unsatisfied_requirement
        open
        diffy
        Reply all
        Reply to author
        Forward
        0 new messages