Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(676)

Issue 1469193002: EDK: Add a mojo::platform::MessageLoop abstraction. (Closed)

Created:
5 years, 1 month ago by viettrungluu
Modified:
5 years, 1 month ago
Reviewers:
vardhan
CC:
mojo-reviews_chromium.org, gregsimon, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

EDK: Add a mojo::platform::MessageLoop abstraction. Also add an implementation based on //base: base_edk::PlatformMessageLoopImpl. And add/implement a factory function (mojo::platform::test::CreateTestMessageLoop(), which is to be implemented by the embedder possibly by using base_edk), for use in tests. R=vardhan@google.com Committed: https://chromium.googlesource.com/external/mojo/+/b992032f1fae4db8095d39e54253d2a519b4315f

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+434 lines, -0 lines) Patch
M mojo/edk/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/edk/base_edk/BUILD.gn View 2 chunks +37 lines, -0 lines 0 comments Download
A mojo/edk/base_edk/platform_message_loop_impl.h View 1 chunk +48 lines, -0 lines 0 comments Download
A mojo/edk/base_edk/platform_message_loop_impl.cc View 1 chunk +51 lines, -0 lines 0 comments Download
A mojo/edk/base_edk/platform_message_loop_impl_unittest.cc View 1 chunk +152 lines, -0 lines 0 comments Download
A mojo/edk/base_edk/test_message_loop.cc View 1 chunk +26 lines, -0 lines 0 comments Download
M mojo/edk/platform/BUILD.gn View 1 chunk +14 lines, -0 lines 0 comments Download
A mojo/edk/platform/message_loop.h View 1 chunk +75 lines, -0 lines 0 comments Download
A mojo/edk/platform/test_message_loop.h View 1 chunk +27 lines, -0 lines 0 comments Download
M mojo/tools/data/unittests View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
viettrungluu
5 years, 1 month ago (2015-11-23 21:19:16 UTC) #1
vardhan
lgtm
5 years, 1 month ago (2015-11-23 21:33:21 UTC) #2
viettrungluu
5 years, 1 month ago (2015-11-23 23:13:51 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
b992032f1fae4db8095d39e54253d2a519b4315f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698