RESOLVED FIXED 128829
Web Replay: AtomicString replay input names should be stored in a thread-local table
https://bugs.webkit.org/show_bug.cgi?id=128829
Summary Web Replay: AtomicString replay input names should be stored in a thread-loca...
Blaze Burg
Reported 2014-02-14 11:05:17 PST
This makes it extremely cheap to check type tags of inputs in an extensible way (i.e., inputs can be in any framework). It also makes it cheap to deserialize replay sessions from disk, and will let us devirtualize input dispatch methods eventually.
Attachments
patch (11.79 KB, patch)
2014-02-14 12:03 PST, Blaze Burg
no flags
patch (15.00 KB, patch)
2014-02-14 14:00 PST, Blaze Burg
kling: review+
Blaze Burg
Comment 1 2014-02-14 12:03:45 PST
Blaze Burg
Comment 2 2014-02-14 14:00:09 PST
Andreas Kling
Comment 3 2014-02-14 14:05:55 PST
Comment on attachment 224249 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=224249&action=review r=me > Source/WebCore/replay/ReplayInputTypes.cpp:43 > + { > + UNUSED_PARAM(dummy); > + } Indentation looks off here.
Blaze Burg
Comment 4 2014-02-14 16:49:25 PST
Note You need to log in before you can comment on or make changes to this bug.