WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
70712
[chromium] Expose WebThread::postDelayedTask to CCThread
https://bugs.webkit.org/show_bug.cgi?id=70712
Summary
[chromium] Expose WebThread::postDelayedTask to CCThread
Nat Duca
Reported
2011-10-24 01:42:15 PDT
[chromium] Expose WebThread::postDelayedTask to CCThread
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
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Nat Duca
Comment 1
2011-10-24 01:42:35 PDT
Created
attachment 112160
[details]
Patch
Nat Duca
Comment 2
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.
James Robinson
Comment 3
2011-10-24 11:53:06 PDT
I'd prefer we do delays as long long millis.
Nat Duca
Comment 4
2011-10-24 12:33:25 PDT
Created
attachment 112232
[details]
Patch
James Robinson
Comment 5
2011-10-24 13:01:39 PDT
Comment on
attachment 112232
[details]
Patch R=me
Nat Duca
Comment 6
2011-10-24 13:11:06 PDT
Committed
r98271
: <
http://trac.webkit.org/changeset/98271
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug