Bug 111344

Summary: Web Inspector: use timestamps consistent with rest of Timeline in WebSocket events.
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: Web Inspector (Deprecated)Assignee: Andrey Kosyakov <caseq>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pan.deng, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 111345    
Attachments:
Description Flags
Patch pfeldman: review+

Description Andrey Kosyakov 2013-03-04 10:03:13 PST
All timeline events should use consistent timestamps. Switching web socket events to use timestamp(), rather than WTF::currentTimeMS() also allows to get rid of redundant code.
Comment 1 Andrey Kosyakov 2013-03-04 10:05:27 PST
Created attachment 191266 [details]
Patch
Comment 2 Andrey Kosyakov 2013-03-05 02:59:07 PST
Committed r144746: <http://trac.webkit.org/changeset/144746>