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

Issue 1113393002: Adds thunks for getting platform handles (Closed)

Created:
5 years, 7 months ago by sky
Modified:
5 years, 7 months ago
Reviewers:
viettrungluu
CC:
chromium-reviews, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Adds thunks for getting platform handles BUG=none TEST=none R=viettrungluu@chromium.org Committed: https://crrev.com/8f7386b022c30b46325f8c67ba4d04d33606103b Cr-Commit-Position: refs/heads/master@{#327937} Committed: https://crrev.com/ad518c89bae7f7012f39f79d0fdf277b4f1a6d1b Cr-Commit-Position: refs/heads/master@{#327969}

Patch Set 1 #

Total comments: 6

Patch Set 2 : review feedback #

Total comments: 2

Patch Set 3 : rename #

Patch Set 4 : merge 2 trunk #

Patch Set 5 : fix windows #

Unified diffs Side-by-side diffs Delta from patch set Stats (+223 lines, -0 lines) Patch
A mojo/platform_handle/BUILD.gn View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A mojo/platform_handle/platform_handle.h View 1 2 3 4 1 chunk +20 lines, -0 lines 0 comments Download
A mojo/platform_handle/platform_handle_exports.h View 1 chunk +33 lines, -0 lines 0 comments Download
A mojo/platform_handle/platform_handle_functions.h View 1 1 chunk +27 lines, -0 lines 0 comments Download
A mojo/platform_handle/platform_handle_private_thunks.h View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
A mojo/platform_handle/platform_handle_private_thunks.cc View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
M mojo/runner/BUILD.gn View 2 chunks +2 lines, -0 lines 0 comments Download
M mojo/runner/native_application_support.cc View 1 2 2 chunks +5 lines, -0 lines 0 comments Download
A mojo/runner/platform_handle_impl.cc View 1 1 chunk +38 lines, -0 lines 0 comments Download

Messages

Total messages: 17 (4 generated)
sky
I can expose the equivalent of ScopedPlatformHandle later if we so desire.
5 years, 7 months ago (2015-05-01 15:33:51 UTC) #1
viettrungluu
https://codereview.chromium.org/1113393002/diff/1/mojo/platform_handle/platform_handle_functions.h File mojo/platform_handle/platform_handle_functions.h (right): https://codereview.chromium.org/1113393002/diff/1/mojo/platform_handle/platform_handle_functions.h#newcode14 mojo/platform_handle/platform_handle_functions.h:14: // Wraps |platform_handle| in a MojoHandle so that it ...
5 years, 7 months ago (2015-05-01 17:05:51 UTC) #2
sky
https://codereview.chromium.org/1113393002/diff/1/mojo/platform_handle/platform_handle_functions.h File mojo/platform_handle/platform_handle_functions.h (right): https://codereview.chromium.org/1113393002/diff/1/mojo/platform_handle/platform_handle_functions.h#newcode14 mojo/platform_handle/platform_handle_functions.h:14: // Wraps |platform_handle| in a MojoHandle so that it ...
5 years, 7 months ago (2015-05-01 17:18:45 UTC) #3
viettrungluu
LGTM w/nit https://codereview.chromium.org/1113393002/diff/20001/mojo/platform_handle/platform_handle_thunks.h File mojo/platform_handle/platform_handle_thunks.h (right): https://codereview.chromium.org/1113393002/diff/20001/mojo/platform_handle/platform_handle_thunks.h#newcode1 mojo/platform_handle/platform_handle_thunks.h:1: // Copyright 2015 The Chromium Authors. All ...
5 years, 7 months ago (2015-05-01 17:23:12 UTC) #4
sky
https://codereview.chromium.org/1113393002/diff/20001/mojo/platform_handle/platform_handle_thunks.h File mojo/platform_handle/platform_handle_thunks.h (right): https://codereview.chromium.org/1113393002/diff/20001/mojo/platform_handle/platform_handle_thunks.h#newcode1 mojo/platform_handle/platform_handle_thunks.h:1: // Copyright 2015 The Chromium Authors. All rights reserved. ...
5 years, 7 months ago (2015-05-01 17:31:31 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1113393002/40001
5 years, 7 months ago (2015-05-01 17:33:51 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 7 months ago (2015-05-01 18:06:10 UTC) #9
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/8f7386b022c30b46325f8c67ba4d04d33606103b Cr-Commit-Position: refs/heads/master@{#327937}
5 years, 7 months ago (2015-05-01 18:07:11 UTC) #10
sky
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/1123453003/ by sky@chromium.org. ...
5 years, 7 months ago (2015-05-01 18:21:12 UTC) #11
sky
I had to revert this because of a missing include on windows. I believe I've ...
5 years, 7 months ago (2015-05-01 20:05:40 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1113393002/80001
5 years, 7 months ago (2015-05-01 20:06:32 UTC) #15
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 7 months ago (2015-05-01 20:11:56 UTC) #16
commit-bot: I haz the power
5 years, 7 months ago (2015-05-01 20:12:46 UTC) #17
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/ad518c89bae7f7012f39f79d0fdf277b4f1a6d1b
Cr-Commit-Position: refs/heads/master@{#327969}

Powered by Google App Engine
This is Rietveld 408576698