Bug 126303 - Use std::chrono::milliseconds for all IPC message timeouts
Summary: Use std::chrono::milliseconds for all IPC message timeouts
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: 2013-12-30 13:27 PST by Anders Carlsson
Modified: 2013-12-30 13:40 PST (History)
0 users

See Also:


Attachments
Patch (19.10 KB, patch)
2013-12-30 13:30 PST, Anders Carlsson
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Carlsson 2013-12-30 13:27:36 PST
Use std::chrono::milliseconds for all IPC message timeouts
Comment 1 Anders Carlsson 2013-12-30 13:30:04 PST
Created attachment 220125 [details]
Patch
Comment 2 Andreas Kling 2013-12-30 13:34:52 PST
Comment on attachment 220125 [details]
Patch

OKok
Comment 3 Anders Carlsson 2013-12-30 13:40:03 PST
Committed r161152: <http://trac.webkit.org/changeset/161152>