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

Issue 2165233003: Mojo C++ bindings: provide data view for all object types. (Closed)

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

Description

Mojo C++ bindings: provide data view for all object types. BUG=577686 Committed: https://crrev.com/3854898086ae1a7f0153ea0f7d6bade835a8a6d0 Cr-Commit-Position: refs/heads/master@{#407341}

Patch Set 1 #

Patch Set 2 : add tests #

Patch Set 3 : . #

Patch Set 4 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+906 lines, -56 lines) Patch
M mojo/mojo_edk_tests.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M mojo/mojo_public.gypi View 4 chunks +4 lines, -0 lines 0 comments Download
M mojo/mojo_public_tests.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/cpp/bindings/BUILD.gn View 4 chunks +4 lines, -0 lines 0 comments Download
A mojo/public/cpp/bindings/array_data_view.h View 1 2 1 chunk +231 lines, -0 lines 0 comments Download
M mojo/public/cpp/bindings/lib/bindings_internal.h View 3 chunks +40 lines, -0 lines 0 comments Download
M mojo/public/cpp/bindings/lib/string_serialization.h View 1 chunk +1 line, -1 line 0 comments Download
A mojo/public/cpp/bindings/map_data_view.h View 1 2 1 chunk +68 lines, -0 lines 0 comments Download
A mojo/public/cpp/bindings/native_struct_data_view.h View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
A mojo/public/cpp/bindings/string_data_view.h View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
M mojo/public/cpp/bindings/string_traits.h View 1 2 2 chunks +2 lines, -17 lines 0 comments Download
M mojo/public/cpp/bindings/struct_traits.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M mojo/public/cpp/bindings/tests/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
A mojo/public/cpp/bindings/tests/data_view_unittest.cc View 1 2 1 chunk +303 lines, -0 lines 0 comments Download
A + mojo/public/interfaces/bindings/OWNERS View 1 0 chunks +-1 lines, --1 lines 0 comments Download
M mojo/public/interfaces/bindings/tests/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/interfaces/bindings/tests/OWNERS View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
A mojo/public/interfaces/bindings/tests/test_data_view.mojom View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
M mojo/public/tools/bindings/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/tools/bindings/bindings.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl View 1 2 8 chunks +33 lines, -1 line 0 comments Download
M mojo/public/tools/bindings/generators/cpp_templates/struct_data_view_declaration.tmpl View 1 2 3 chunks +24 lines, -16 lines 0 comments Download
M mojo/public/tools/bindings/generators/cpp_templates/struct_data_view_definition.tmpl View 1 2 2 chunks +41 lines, -21 lines 0 comments Download
A mojo/public/tools/bindings/generators/cpp_templates/union_data_view_declaration.tmpl View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
M mojo/public/tools/bindings/generators/cpp_templates/wrapper_union_class_declaration.tmpl View 1 chunk +1 line, -0 lines 0 comments Download
M mojo/public/tools/bindings/generators/mojom_cpp_generator.py View 1 2 2 chunks +15 lines, -0 lines 0 comments Download

Messages

Total messages: 35 (22 generated)
yzshen1
Hi, Ken and Daniel. Would you please take a look? Thanks! Ken: everything Daniel: changes ...
4 years, 5 months ago (2016-07-21 23:42:56 UTC) #13
dcheng
On 2016/07/21 23:42:56, yzshen1 wrote: > Hi, Ken and Daniel. > > Would you please ...
4 years, 5 months ago (2016-07-22 02:30:25 UTC) #16
Ken Rockot(use gerrit already)
On 2016/07/22 at 02:30:25, dcheng wrote: > On 2016/07/21 23:42:56, yzshen1 wrote: > > Hi, ...
4 years, 5 months ago (2016-07-22 16:12:26 UTC) #17
yzshen1
On 2016/07/22 16:12:26, Ken Rockot wrote: > On 2016/07/22 at 02:30:25, dcheng wrote: > > ...
4 years, 5 months ago (2016-07-22 18:51:18 UTC) #20
Ken Rockot(use gerrit already)
What about: per-file *.mojom=set noparent per-file *.mojom=file://ipc/SECURITY_OWNERS per-file *.mojom=* Does that not work? On Fri, ...
4 years, 5 months ago (2016-07-22 19:01:39 UTC) #21
yzshen1
On 2016/07/22 19:01:39, Ken Rockot wrote: > What about: > > per-file *.mojom=set noparent > ...
4 years, 5 months ago (2016-07-22 19:09:25 UTC) #22
Ken Rockot(use gerrit already)
SGTM, also I meant to LGTM before! On Fri, Jul 22, 2016 at 12:09 PM, ...
4 years, 5 months ago (2016-07-22 19:10:43 UTC) #23
Ken Rockot(use gerrit already)
lgtm
4 years, 5 months ago (2016-07-22 19:11:11 UTC) #24
Fady Samuel
Drive by excitement! wooohooo
4 years, 5 months ago (2016-07-22 19:12:02 UTC) #26
dcheng
I don't think my LGTM is required, but LGTM for the owners changes.
4 years, 5 months ago (2016-07-23 01:40:26 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2165233003/60001
4 years, 5 months ago (2016-07-23 02:18:43 UTC) #31
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-07-23 03:39:07 UTC) #33
commit-bot: I haz the power
4 years, 5 months ago (2016-07-23 03:40:51 UTC) #35
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/3854898086ae1a7f0153ea0f7d6bade835a8a6d0
Cr-Commit-Position: refs/heads/master@{#407341}

Powered by Google App Engine
This is Rietveld 408576698