[Webkit-unassigned] [Bug 266552] New: Fix hang in SQLTransactionCoordinator::shutdown()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 17 06:24:36 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=266552

            Bug ID: 266552
           Summary: Fix hang in SQLTransactionCoordinator::shutdown()
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com

Hi Team,

While going through potential merges from Blink, I came across another potential:

Blink Commit: https://src.chromium.org/viewvc/blink?view=revision&revision=181269

WebKit Source: https://searchfox.org/wubkat/rev/9222f67347ee90fcc400687e756ef8c8979748f0/Source/WebCore/Modules/webdatabase/SQLTransactionCoordinator.cpp#132

Here, it should be:

RefPtr<SQLTransaction> transaction = info.pendingTransactions.takeFirst();

Current, Chromium / Blink source also has above patch applied:

https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/webdatabase/sql_transaction_coordinator.cc;l=143;drc=fb656ef1e239adc1ab9960e8d7916a7f6df4409a

Just wanted to raise, so we can import this and fix any issue.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231217/dde44057/attachment.htm>


More information about the webkit-unassigned mailing list