Bug 126853 - Use an std::atomic<uint32_t> when computing IDBDatabase transaction IDs
Summary: Use an std::atomic<uint32_t> when computing IDBDatabase transaction IDs
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-12 14:05 PST by Anders Carlsson
Modified: 2014-01-12 17:40 PST (History)
8 users (show)

See Also:


Attachments
Patch (1.49 KB, patch)
2014-01-12 14:06 PST, Anders Carlsson
sam: review+
eflews.bot: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2014-01-12 14:05:21 PST
Use an std::atomic<uint32_t> when computing IDBDatabase transaction IDs
Comment 1 Anders Carlsson 2014-01-12 14:06:24 PST
Created attachment 220984 [details]
Patch
Comment 2 EFL EWS Bot 2014-01-12 14:11:27 PST
Comment on attachment 220984 [details]
Patch

Attachment 220984 [details] did not pass efl-ews (efl):
Output: http://webkit-queues.appspot.com/results/4969154486468608
Comment 3 kov's GTK+ EWS bot 2014-01-12 14:13:52 PST
Comment on attachment 220984 [details]
Patch

Attachment 220984 [details] did not pass gtk-ews (gtk):
Output: http://webkit-queues.appspot.com/results/6438486957621248
Comment 4 Anders Carlsson 2014-01-12 17:40:06 PST
Committed r161846: <http://trac.webkit.org/changeset/161846>