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

Issue 2603893002: Remove mojo::Map. (Closed)

Created:
3 years, 12 months ago by Sam McNally
Modified:
3 years, 11 months ago
CC:
Aaron Boodman, abarth-chromium, chrome-apps-syd-reviews_chromium.org, chromium-reviews, darin (slow to review), dcheng, kalyank, mac-reviews_chromium.org, qsr+mojo_chromium.org, rjkroege, sadrul, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove mojo::Map. BUG=674766 Committed: https://crrev.com/a5b34a3cf014d113e2920bb4c52366619da27dc9 Cr-Commit-Position: refs/heads/master@{#441501}

Patch Set 1 : #

Total comments: 2

Patch Set 2 : rebase #

Patch Set 3 : #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -1348 lines) Patch
M device/serial/serial_device_enumerator_mac.cc View 2 chunks +11 lines, -13 lines 0 comments Download
M device/serial/serial_device_enumerator_win.cc View 2 chunks +11 lines, -13 lines 0 comments Download
M mojo/public/cpp/bindings/BUILD.gn View 2 chunks +0 lines, -2 lines 0 comments Download
M mojo/public/cpp/bindings/lib/array_serialization.h View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/public/cpp/bindings/lib/serialization.h View 1 chunk +0 lines, -1 line 0 comments Download
M mojo/public/cpp/bindings/map.h View 1 chunk +0 lines, -288 lines 0 comments Download
D mojo/public/cpp/bindings/map_traits_standard.h View 1 chunk +0 lines, -53 lines 0 comments Download
D mojo/public/cpp/bindings/stl_converters.h View 1 chunk +0 lines, -245 lines 0 comments Download
M mojo/public/cpp/bindings/struct_traits.h View 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/cpp/bindings/tests/BUILD.gn View 2 chunks +0 lines, -3 lines 0 comments Download
M mojo/public/cpp/bindings/tests/equals_unittest.cc View 1 chunk +0 lines, -31 lines 0 comments Download
D mojo/public/cpp/bindings/tests/map_common_test.h View 1 chunk +0 lines, -231 lines 0 comments Download
D mojo/public/cpp/bindings/tests/map_unittest.cc View 1 chunk +0 lines, -271 lines 0 comments Download
D mojo/public/cpp/bindings/tests/stl_converters_unittest.cc View 1 chunk +0 lines, -93 lines 0 comments Download
M mojo/public/cpp/bindings/tests/union_unittest.cc View 4 chunks +8 lines, -8 lines 0 comments Download
M mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl View 1 chunk +0 lines, -1 line 0 comments Download
M services/ui/public/cpp/window_tree_client.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/drag_controller.h View 1 2 2 chunks +9 lines, -8 lines 0 comments Download
M services/ui/ws/drag_controller.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M services/ui/ws/drag_controller_unittest.cc View 1 2 21 chunks +27 lines, -61 lines 0 comments Download
M services/ui/ws/drag_target_connection.h View 1 2 2 chunks +5 lines, -3 lines 0 comments Download
M services/ui/ws/event_dispatcher.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ws/event_dispatcher.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M services/ui/ws/test_change_tracker.cc View 1 chunk +1 line, -0 lines 0 comments Download
M services/ui/ws/window_manager_state.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ws/window_manager_state.cc View 1 2 2 chunks +4 lines, -4 lines 0 comments Download
M services/ui/ws/window_tree.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M services/ui/ws/window_tree.cc View 1 2 3 chunks +4 lines, -7 lines 0 comments Download
M ui/aura/mus/drag_drop_controller_mus.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/mus/os_exchange_data_provider_mus.h View 1 chunk +0 lines, -1 line 0 comments Download
M ui/aura/mus/window_tree_client.cc View 1 chunk +1 line, -0 lines 0 comments Download
M ui/aura/mus/window_tree_client_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 43 (33 generated)
Sam McNally
3 years, 12 months ago (2016-12-28 07:26:16 UTC) #21
yzshen1
https://codereview.chromium.org/2603893002/diff/60001/services/ui/ws/drag_controller.h File services/ui/ws/drag_controller.h (right): https://codereview.chromium.org/2603893002/diff/60001/services/ui/ws/drag_controller.h#newcode46 services/ui/ws/drag_controller.h:46: std::unordered_map<std::string, std::vector<uint8_t>> mime_data, Does it make sense to make ...
3 years, 11 months ago (2017-01-03 19:07:48 UTC) #23
Sam McNally
https://codereview.chromium.org/2603893002/diff/60001/services/ui/ws/drag_controller.h File services/ui/ws/drag_controller.h (right): https://codereview.chromium.org/2603893002/diff/60001/services/ui/ws/drag_controller.h#newcode46 services/ui/ws/drag_controller.h:46: std::unordered_map<std::string, std::vector<uint8_t>> mime_data, On 2017/01/03 19:07:48, yzshen1 wrote: > ...
3 years, 11 months ago (2017-01-03 23:24:03 UTC) #26
yzshen1
On 2017/01/03 23:24:03, Sam McNally wrote: > https://codereview.chromium.org/2603893002/diff/60001/services/ui/ws/drag_controller.h > File services/ui/ws/drag_controller.h (right): > > https://codereview.chromium.org/2603893002/diff/60001/services/ui/ws/drag_controller.h#newcode46 ...
3 years, 11 months ago (2017-01-04 00:00:50 UTC) #27
Sam McNally
+rockot for //device +sky for //services/ui and //ui
3 years, 11 months ago (2017-01-04 00:06:23 UTC) #29
sky
LGTM
3 years, 11 months ago (2017-01-04 00:27:31 UTC) #32
Ken Rockot(use gerrit already)
rs lgtm
3 years, 11 months ago (2017-01-04 22:46:48 UTC) #35
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/2603893002/120001
3 years, 11 months ago (2017-01-04 22:49:31 UTC) #38
commit-bot: I haz the power
Committed patchset #4 (id:120001)
3 years, 11 months ago (2017-01-04 22:55:11 UTC) #41
commit-bot: I haz the power
3 years, 11 months ago (2017-01-04 22:57:24 UTC) #43
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a5b34a3cf014d113e2920bb4c52366619da27dc9
Cr-Commit-Position: refs/heads/master@{#441501}

Powered by Google App Engine
This is Rietveld 408576698