commit | c13cae8d1ce2aa86d4df2605bf7f5876834cee07 | [log] [tgz] |
---|---|---|
author | Andreas Haas <[email protected]> | Thu Nov 16 12:54:38 2017 |
committer | Commit Bot <[email protected]> | Thu Nov 16 12:54:38 2017 |
tree | 31465196ff9b44d271776c597c9e6fa641da43b8 | |
parent | b5d3b70631eed4e19f6899d8eb135ba4a9f44943 [diff] |
[gin] Implement v8::TaskRunners With this CL the gin platform implements the new v8::Platform API functions {GetForegroundTaskRunner} and {GetBackgroundTaskRunner}. The existing task posting function of the V8Platform now also use these taskrunners to post tasks. Thereby we can move some of the implementation from the V8Platform and the PerIsolateData to the new taskrunners. [email protected] Change-Id: I27ea6dd5f6ef8409e394f23ad914f468c09ded4a Reviewed-on: https://chromium-review.googlesource.com/758578 Commit-Queue: Andreas Haas <[email protected]> Reviewed-by: François Doray <[email protected]> Reviewed-by: Ross McIlroy <[email protected]> Cr-Commit-Position: refs/heads/master@{#517067}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .