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

Issue 2782893002: WebMouseEvent coordinates are now fractional & private (Closed)

Created:
3 years, 8 months ago by mustaq
Modified:
3 years, 8 months ago
CC:
apavlov+blink_chromium.org, asanka, blink-reviews, blink-reviews-api_chromium.org, blink-reviews-dom_chromium.org, blink-reviews-events_chromium.org, caseq+blink_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, creis+watch_chromium.org, csharrison+watch_chromium.org, darin-cc_chromium.org, davemoore+watch_chromium.org, dcheng, devtools-reviews_chromium.org, dglazkov+blink, dtapuska+blinkwatch_chromium.org, dtapuska+chromiumwatch_chromium.org, eae+blinkwatch, extensions-reviews_chromium.org, jam, jochen+watch_chromium.org, kinuko+watch, kozyatinskiy+blink_chromium.org, loading-reviews+metrics_chromium.org, lushnikov+blink_chromium.org, mac-reviews_chromium.org, mlamouri+watch-blink_chromium.org, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, nona+watch_chromium.org, Navid Zolghadr, oshima+watch_chromium.org, Peter Beverloo, pfeldman+blink_chromium.org, pfeldman, piman+watch_chromium.org, rwlbuis, shuchen+watch_chromium.org, sof, speed-metrics-reviews_chromium.org, James Su, yusukes+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

WebMouseEvent coordinates are now fractional & private This CL moves WebMouseEvent coordinates (former (x,y) & (globalX,globalY) into private members in the class, and made them fractional in the /internal/ plumbing. There is no change in behavior here since all coordinates are truncated to integers on "input" to avoid regressions (we will get rid of the truncation in a future CL). BUG=456625 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2782893002 Cr-Commit-Position: refs/heads/master@{#462082} Committed: https://chromium.googlesource.com/chromium/src/+/c51f3aabf26ae1d6852fbced8f44d5b26d2d0101

Patch Set 1 #

Patch Set 2 : Fixed a compile failure. #

Patch Set 3 : Fixed compile failures. #

Patch Set 4 : Fixed compile failures. #

Patch Set 5 : Rebased + compile failures. #

Patch Set 6 : Fixed compile failures. #

Total comments: 2

Patch Set 7 : Moved the coords behind getters/setters. #

Patch Set 8 : Truncated to int on input, git cl format #

Total comments: 18

Patch Set 9 : dtapuska's comments. #

Patch Set 10 : Added a comment in WebTouchPoint.h #

Patch Set 11 : Fixed a compile failure #

Total comments: 2

Patch Set 12 : bokan's comments. #

Patch Set 13 : Fixed plugin test expectations. #

Patch Set 14 : Fixed plugin test expectations, git cl format. #

Patch Set 15 : Rebased, resolved merge conflicts. #

Patch Set 16 : Rebased + fixed a Mac crack. #

Total comments: 2

Patch Set 17 : Rebased, fixed a comment in web_input_event_builders_mac.mm #

Unified diffs Side-by-side diffs Delta from patch set Stats (+565 lines, -597 lines) Patch
M chrome/browser/android/vr_shell/android_ui_gesture_target.cc View 1 2 3 4 5 6 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_shell_gl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/apps/guest_view/web_view_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +5 lines, -8 lines 0 comments Download
M chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/input_method/textinput_test_helper.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/download/download_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/extensions/api/web_request/web_request_apitest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/page_load_metrics/observers/from_gws_page_load_metrics_observer_unittest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/referrer_policy_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/site_per_process_interactive_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +3 lines, -4 lines 0 comments Download
M chrome/renderer/plugins/chrome_plugin_placeholder.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M components/printing/test/print_web_view_helper_browsertest.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.cc View 1 2 3 4 5 6 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/devtools/protocol/color_picker.cc View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/devtools/protocol/input_handler.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -8 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_guest.cc View 1 2 3 4 5 6 7 3 chunks +7 lines, -7 lines 0 comments Download
M content/browser/pointer_lock_browsertest.cc View 1 2 3 4 5 6 7 4 chunks +6 lines, -8 lines 0 comments Download
M content/browser/renderer_host/input/input_router_impl_unittest.cc View 1 2 3 4 5 6 3 chunks +8 lines, -8 lines 0 comments Download
M content/browser/renderer_host/input/mouse_wheel_event_queue.cc View 1 2 3 4 5 6 7 1 chunk +6 lines, -4 lines 0 comments Download
M content/browser/renderer_host/input/render_widget_host_latency_tracker.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +6 lines, -4 lines 0 comments Download
M content/browser/renderer_host/input/render_widget_host_latency_tracker_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +2 lines, -4 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +6 lines, -5 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_target_android.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_target_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +5 lines, -4 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_target_base.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +4 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_mouse_driver.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_pointer_action_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/synthetic_smooth_move_gesture.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/touch_emulator.cc View 1 2 3 4 5 6 7 2 chunks +6 lines, -5 lines 0 comments Download
M content/browser/renderer_host/input/touch_emulator_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/web_input_event_builders_android.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -4 lines 0 comments Download
M content/browser/renderer_host/input/web_input_event_builders_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +12 lines, -12 lines 0 comments Download
M content/browser/renderer_host/input/web_input_event_builders_mac_unittest.mm View 1 2 3 4 5 6 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_input_event_router.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 8 chunks +39 lines, -26 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_event_handler.cc View 1 2 3 4 5 6 7 4 chunks +21 lines, -16 lines 0 comments Download
M content/browser/site_per_process_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 26 chunks +62 lines, -84 lines 0 comments Download
M content/common/input/event_with_latency_info_unittest.cc View 1 2 3 4 5 6 7 2 chunks +4 lines, -6 lines 0 comments Download
M content/common/input/input_param_traits_unittest.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M content/common/input/synthetic_web_input_event_builders.cc View 1 2 3 4 5 6 7 2 chunks +3 lines, -6 lines 0 comments Download
M content/public/test/browser_test_utils.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +6 lines, -9 lines 0 comments Download
M content/public/test/render_view_test.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -4 lines 0 comments Download
M content/renderer/gpu/gpu_benchmarking_extension.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -2 lines 0 comments Download
M content/renderer/input/render_widget_input_handler.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -2 lines 0 comments Download
M content/renderer/pepper/event_conversion.cc View 1 2 3 4 5 6 7 3 chunks +5 lines, -6 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -4 lines 0 comments Download
M content/renderer/render_widget.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_widget_fullscreen_pepper.cc View 1 2 3 4 5 6 7 2 chunks +5 lines, -8 lines 0 comments Download
M content/shell/test_runner/event_sender.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 7 chunks +23 lines, -17 lines 0 comments Download
M content/shell/test_runner/test_plugin.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +3 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/plugins/touch-events-synthesized-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +9 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/plugins/transformed-events-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Node.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/events/MouseEvent.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/PointerEventFactory.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/input/EventHandlerTest.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/input/MouseEventManager.cpp View 1 2 3 4 5 6 2 chunks +5 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/platform/WebMouseEvent.cpp View 1 2 3 4 5 6 7 8 3 chunks +10 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebInputEventConversion.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +5 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/web/WebPagePopupImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebPluginContainerImpl.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +7 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp View 1 2 3 4 5 6 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/tests/VisualViewportTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebFrameTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -2 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp View 1 2 3 4 5 6 7 8 13 chunks +56 lines, -60 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp View 1 2 3 4 5 6 7 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebViewTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/public/platform/WebGestureEvent.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/public/platform/WebMouseEvent.h View 1 2 3 4 5 6 7 8 9 10 11 5 chunks +27 lines, -19 lines 0 comments Download
M third_party/WebKit/public/platform/WebTouchPoint.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
M ui/events/blink/blink_event_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +6 lines, -8 lines 0 comments Download
M ui/events/blink/input_handler_proxy.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 6 chunks +17 lines, -14 lines 0 comments Download
M ui/events/blink/input_handler_proxy_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +3 lines, -4 lines 0 comments Download
M ui/events/blink/web_input_event.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 chunks +6 lines, -12 lines 0 comments Download
M ui/events/blink/web_input_event_builders_win.cc View 1 2 3 4 5 6 7 6 chunks +15 lines, -16 lines 0 comments Download
M ui/events/blink/web_input_event_builders_win_unittest.cc View 1 2 3 4 5 6 1 chunk +9 lines, -9 lines 0 comments Download
M ui/events/blink/web_input_event_traits.cc View 1 2 3 4 5 6 1 chunk +5 lines, -4 lines 0 comments Download
M ui/events/blink/web_input_event_unittest.cc View 1 2 3 4 5 6 13 chunks +28 lines, -28 lines 0 comments Download

Messages

Total messages: 81 (59 generated)
mustaq
ptal
3 years, 8 months ago (2017-03-29 19:48:52 UTC) #23
dtapuska
https://codereview.chromium.org/2782893002/diff/100001/third_party/WebKit/public/platform/WebMouseEvent.h File third_party/WebKit/public/platform/WebMouseEvent.h (right): https://codereview.chromium.org/2782893002/diff/100001/third_party/WebKit/public/platform/WebMouseEvent.h#newcode24 third_party/WebKit/public/platform/WebMouseEvent.h:24: WebFloatPoint position; I think we really should move these ...
3 years, 8 months ago (2017-03-29 20:19:15 UTC) #24
mustaq
ptal https://codereview.chromium.org/2782893002/diff/100001/third_party/WebKit/public/platform/WebMouseEvent.h File third_party/WebKit/public/platform/WebMouseEvent.h (right): https://codereview.chromium.org/2782893002/diff/100001/third_party/WebKit/public/platform/WebMouseEvent.h#newcode24 third_party/WebKit/public/platform/WebMouseEvent.h:24: WebFloatPoint position; On 2017/03/29 20:19:15, dtapuska wrote: > ...
3 years, 8 months ago (2017-03-30 21:01:35 UTC) #28
dtapuska
https://codereview.chromium.org/2782893002/diff/140001/content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc File content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc (right): https://codereview.chromium.org/2782893002/diff/140001/content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc#newcode258 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc:258: gfx::PointF mouse_point(mouse_event.positionInWidget().x, I think this can be mouse_event.poisitionInWidget() there ...
3 years, 8 months ago (2017-03-31 14:04:19 UTC) #33
mustaq
https://codereview.chromium.org/2782893002/diff/140001/content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc File content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc (right): https://codereview.chromium.org/2782893002/diff/140001/content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc#newcode258 content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc:258: gfx::PointF mouse_point(mouse_event.positionInWidget().x, On 2017/03/31 14:04:18, dtapuska wrote: > I ...
3 years, 8 months ago (2017-03-31 15:50:32 UTC) #34
bokan
lgtm % comment https://codereview.chromium.org/2782893002/diff/200001/third_party/WebKit/public/platform/WebMouseEvent.h File third_party/WebKit/public/platform/WebMouseEvent.h (right): https://codereview.chromium.org/2782893002/diff/200001/third_party/WebKit/public/platform/WebMouseEvent.h#newcode111 third_party/WebKit/public/platform/WebMouseEvent.h:111: // Widget coordinates, i.e., the coordinates ...
3 years, 8 months ago (2017-03-31 19:07:43 UTC) #43
mustaq
https://codereview.chromium.org/2782893002/diff/200001/third_party/WebKit/public/platform/WebMouseEvent.h File third_party/WebKit/public/platform/WebMouseEvent.h (right): https://codereview.chromium.org/2782893002/diff/200001/third_party/WebKit/public/platform/WebMouseEvent.h#newcode111 third_party/WebKit/public/platform/WebMouseEvent.h:111: // Widget coordinates, i.e., the coordinates in Chromium's RenderView ...
3 years, 8 months ago (2017-03-31 20:45:23 UTC) #45
dtapuska
lgtm % nit https://codereview.chromium.org/2782893002/diff/320001/content/browser/renderer_host/input/web_input_event_builders_mac.mm File content/browser/renderer_host/input/web_input_event_builders_mac.mm (right): https://codereview.chromium.org/2782893002/diff/320001/content/browser/renderer_host/input/web_input_event_builders_mac.mm#newcode121 content/browser/renderer_host/input/web_input_event_builders_mac.mm:121: // Flip y conditinally. s/conditinally/conditionally
3 years, 8 months ago (2017-04-03 19:27:59 UTC) #57
mustaq
rbyerscreis@chromium.org: Please review changes in third_party/WebKit/public/platform/ content/shell/test_runner/ creis@chromium.org: Please review changes in content/browser/ content/public/ content/renderer/ ...
3 years, 8 months ago (2017-04-03 19:42:43 UTC) #59
mustaq
cjgrant@chromium.org: Please review changes in chrome/browser/android/vr_shell/
3 years, 8 months ago (2017-04-03 19:43:54 UTC) #61
mustaq
cjgrant@chromium.org: Please review changes in chrome/browser/android/vr_shell/
3 years, 8 months ago (2017-04-03 19:43:57 UTC) #62
cjgrant
lgtm
3 years, 8 months ago (2017-04-03 20:31:33 UTC) #65
Charlie Reis
content/ LGTM
3 years, 8 months ago (2017-04-03 20:56:15 UTC) #66
mustaq
jochen@chromium.org: Please review changes in chrome/browser/ chrome/renderer/plugins/chrome_plugin_placeholder.cc dcheng@chromium.org: Please review changes in content/common/input/input_param_traits_unittest.cc
3 years, 8 months ago (2017-04-03 21:06:35 UTC) #68
mustaq
rbyers@chromium.org: Please review changes in third_party/WebKit/public/platform/ content/shell/test_runner/ (Just realized my copy-paste mistake in #msg59 above.)
3 years, 8 months ago (2017-04-04 13:51:13 UTC) #69
Rick Byers
WebKit/public LGTM Rest of WebKit RS LGTM based on other reviews
3 years, 8 months ago (2017-04-04 19:10:16 UTC) #70
Rick Byers
Sorry, content/shell/test_runner also LGTM BTW I love the clarity in naming here. "positionInScreen" and "positionInWidget" ...
3 years, 8 months ago (2017-04-04 19:13:00 UTC) #71
mustaq
dcheng@chromium.org: Please review changes in content/common/input/input_param_traits_unittest.cc
3 years, 8 months ago (2017-04-04 19:20:33 UTC) #73
dcheng
rs lgtm for param traits unittest changes
3 years, 8 months ago (2017-04-04 19:42:23 UTC) #74
jochen (gone - plz use gerrit)
lgtm
3 years, 8 months ago (2017-04-05 08:23:45 UTC) #75
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/2782893002/340001
3 years, 8 months ago (2017-04-05 13:52:48 UTC) #78
commit-bot: I haz the power
3 years, 8 months ago (2017-04-05 15:44:13 UTC) #81
Message was sent while issue was closed.
Committed patchset #17 (id:340001) as
https://chromium.googlesource.com/chromium/src/+/c51f3aabf26ae1d6852fbced8f44...

Powered by Google App Engine
This is Rietveld 408576698