commit | f8701563b0f1e831028676042eb59e2cd27374be | [log] [tgz] |
---|---|---|
author | sky <[email protected]> | Mon Jan 11 17:17:04 2016 |
committer | Commit bot <[email protected]> | Mon Jan 11 17:18:26 2016 |
tree | 1cd75dbb560f1f6a12605b8b7351f4aa271088d0 | |
parent | a31198efcc43869580990328f822d090d2a8a2a8 [diff] |
Makes bindings work with nested message loops Dispatching a message may result in a nested message loop. When dispatching a message we need to start a wait before dispatch, so that if a nested message loop does result we continue dispatching messages. BUG=none TEST=covered by tests. [email protected] Review URL: https://codereview.chromium.org/1576603002 Cr-Commit-Position: refs/heads/master@{#368608}