0
Files
src/mojo
yzshen 6f89b17073 Mojo C++ bindings: error notification behavior related to sync calls.
This CL changes the behavior to:
- connection error handler doesn't reenter ongoing sync calls.
- connection error handler is delayed until all queued asynchronous
  messages are processed.

BUG=577699

Review URL: https://codereview.chromium.org/1781573004

Cr-Commit-Position: refs/heads/master@{#380259}
2016-03-09 23:41:27 +00:00
..
2016-03-08 16:25:53 +00:00
2016-03-08 16:25:53 +00:00
2016-03-08 16:25:53 +00:00
2016-03-09 06:51:48 +00:00
2016-03-09 17:16:24 +00:00
2016-03-09 17:16:24 +00:00
2016-03-08 16:25:53 +00:00
2016-02-10 09:58:42 +00:00
2016-03-09 04:09:07 +00:00
2016-03-09 06:51:48 +00:00
2016-02-10 09:58:42 +00:00

Mojo

Mojo is an effort to extract a common platform out of Chrome's renderer and plugin processes that can support multiple types of sandboxed content, such as HTML, Pepper, or NaCl.