Bug 70712 - [chromium] Expose WebThread::postDelayedTask to CCThread
Summary: [chromium] Expose WebThread::postDelayedTask to CCThread
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: Nat Duca
URL:
Keywords:
Depends on:
Blocks: 70713
  Show dependency treegraph
 
Reported: 2011-10-24 01:42 PDT by Nat Duca
Modified: 2011-10-24 13:11 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.65 KB, patch)
2011-10-24 01:42 PDT, Nat Duca
no flags Details | Formatted Diff | Diff
Patch (3.52 KB, patch)
2011-10-24 12:33 PDT, Nat Duca
jamesr: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nat Duca 2011-10-24 01:42:15 PDT
[chromium] Expose WebThread::postDelayedTask to CCThread
Comment 1 Nat Duca 2011-10-24 01:42:35 PDT
Created attachment 112160 [details]
Patch
Comment 2 Nat Duca 2011-10-24 01:47:05 PDT
Hopefully straightforward, though I'd love advice whether to use double for delay or int. WebCore uses double and the platform silently floors it, which is what I did.
Comment 3 James Robinson 2011-10-24 11:53:06 PDT
I'd prefer we do delays as long long millis.
Comment 4 Nat Duca 2011-10-24 12:33:25 PDT
Created attachment 112232 [details]
Patch
Comment 5 James Robinson 2011-10-24 13:01:39 PDT
Comment on attachment 112232 [details]
Patch

R=me
Comment 6 Nat Duca 2011-10-24 13:11:06 PDT
Committed r98271: <http://trac.webkit.org/changeset/98271>