Bug 126853

Summary: Use an std::atomic<uint32_t> when computing IDBDatabase transaction IDs
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Anders Carlsson <andersca>
Status: RESOLVED FIXED    
Severity: Normal CC: alecflett, commit-queue, eflews.bot, gtk-ews, gyuyoung.kim, jsbell, ltilve+ews, xan.lopez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch sam: review+, eflews.bot: commit-queue-

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>