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

Issue 2227563003: Refactoring button field and its type (Closed)

Created:
4 years, 4 months ago by Navid Zolghadr
Modified:
4 years, 4 months ago
CC:
blink-reviews, blink-reviews-events_chromium.org, blink-reviews-html_chromium.org, blink-reviews-layout_chromium.org, chromium-reviews, dcheng, dglazkov+blink, dtapuska+blinkwatch_chromium.org, eae+blinkwatch, eric.carlson_apple.com, feature-media-reviews_chromium.org, fs, gasubic, jchaffraix+rendering, kinuko+watch, leviw+renderwatch, mlamouri+watch-blink_chromium.org, nzolghadr+blinkwatch_chromium.org, pdr+renderingwatchlist_chromium.org, nessy, szager+layoutwatch_chromium.org, vcarbune.chromium, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactoring button field and its type - Remove m_button field from PlatformMouseEvent as there was one in WebPointerProperties. - Remove duplicate PlatformMouseEvent::MouseButton and WebScrollbarBehavior::Button enums and use WebPointerProperties::Button enum instead. - Making WebPointerProperties::Button an enum class. - Also cleanup related target for pointerevents. The related target for all pointerevents (similar to mouseevent) should be null except for boundary events. So relatedTarget can be removed from some of the functions as they don't send boundary events. BUG=635670 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation TBR=pfeldman@chromium.org Committed: https://crrev.com/3acb734ff34a77e76228425d06952317c10e252b Cr-Commit-Position: refs/heads/master@{#412552}

Patch Set 1 #

Patch Set 2 : move to enum class #

Patch Set 3 : fix compile issues for other platforms #

Patch Set 4 : Fix the rest of instances #

Patch Set 5 : Rebasing #

Patch Set 6 : fixing more #

Patch Set 7 : Fix mac/win errors #

Patch Set 8 : Fix mac/win errors #

Patch Set 9 : Fix mac/win errors #

Patch Set 10 : Fix mac/win errors #

Total comments: 6

Patch Set 11 : Better names/description #

Total comments: 2

Patch Set 12 : Rebasing #

Patch Set 13 : Fix new instances #

Unified diffs Side-by-side diffs Delta from patch set Stats (+417 lines, -428 lines) Patch
M chrome/browser/apps/guest_view/web_view_browsertest.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc View 1 2 3 8 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/apps/window_controls_browsertest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_browsertest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_interactive_uitest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/autofill/autofill_server_browsertest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chrome_service_worker_browsertest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/chromeos/input_method/textinput_test_helper.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/devtools/devtools_sanity_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/download/download_browsertest.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/api/tab_capture/tab_capture_apitest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/extensions/api/web_navigation/web_navigation_apitest.cc View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/extensions/api/web_request/web_request_apitest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/history_browsertest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/history/redirect_browsertest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/page_load_metrics/observers/from_gws_page_load_metrics_observer_unittest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/password_manager_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 13 chunks +13 lines, -13 lines 0 comments Download
M chrome/browser/password_manager/password_manager_interactive_uitest.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/password_manager/password_manager_test_base.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/pdf/pdf_extension_test.cc View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/plugins/plugin_power_saver_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/policy/policy_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/referrer_policy_browsertest.cc View 1 2 3 29 chunks +42 lines, -34 lines 0 comments Download
M chrome/browser/renderer_context_menu/render_view_context_menu_browsertest.cc View 1 2 3 4 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/ui/browser_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 10 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/unload_browsertest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/remoting/remote_desktop_browsertest.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M components/printing/test/print_web_view_helper_browsertest.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M components/test_runner/event_sender.h View 1 1 chunk +1 line, -1 line 0 comments Download
M components/test_runner/event_sender.cc View 1 2 3 14 chunks +27 lines, -27 lines 0 comments Download
M content/browser/android/content_view_core_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/protocol/color_picker.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M content/browser/devtools/protocol/input_handler.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_guest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/main_thread_event_queue_browsertest.cc View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc View 1 2 3 4 chunks +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_target_aura.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_pointer_action_unittest.cc View 1 2 3 8 chunks +8 lines, -8 lines 0 comments Download
M content/browser/renderer_host/input/touch_emulator.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/touch_emulator_unittest.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/web_input_event_builders_android.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/web_input_event_builders_mac.mm View 1 2 3 4 3 chunks +11 lines, -11 lines 0 comments Download
M content/browser/renderer_host/input/web_input_event_builders_win.cc View 1 2 4 chunks +13 lines, -13 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/web_input_event_aura.cc View 1 4 chunks +6 lines, -6 lines 0 comments Download
M content/browser/renderer_host/web_input_event_aura_unittest.cc View 1 2 3 11 chunks +11 lines, -11 lines 0 comments Download
M content/browser/site_per_process_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 9 chunks +9 lines, -9 lines 0 comments Download
M content/common/input/synthetic_web_input_event_builders.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/input/web_input_event_traits.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/public/test/render_view_test.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/pepper/event_conversion.cc View 1 2 chunks +7 lines, -7 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_widget_fullscreen_pepper.cc View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
M content/renderer/webscrollbarbehavior_impl_gtkoraura.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/webscrollbarbehavior_impl_gtkoraura.cc View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M content/renderer/webscrollbarbehavior_impl_mac.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/webscrollbarbehavior_impl_mac.mm View 1 2 3 4 5 6 7 1 chunk +2 lines, -2 lines 0 comments Download
M mojo/converters/blink/blink_input_events_type_converters.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/dom/Node.cpp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/editing/SelectionController.cpp View 1 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/events/MouseEvent.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/MouseEvent.cpp View 1 5 chunks +4 lines, -19 lines 0 comments Download
M third_party/WebKit/Source/core/events/PointerEventFactory.h View 1 1 chunk +0 lines, -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 5 chunks +25 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/events/PointerEventFactoryTest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/HTMLAnchorElement.cpp View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLInputElement.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/HTMLSelectElement.cpp View 1 2 3 4 4 chunks +4 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/html/forms/RangeInputType.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/shadow/MediaControlElements.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/SliderThumbElement.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/html/shadow/SpinButtonElement.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/input/EventHandler.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 11 chunks +16 lines, -13 lines 0 comments Download
M third_party/WebKit/Source/core/input/EventHandlerTest.cpp View 1 7 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/input/GestureManager.cpp View 1 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/input/PointerEventManager.h View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/input/PointerEventManager.cpp View 1 2 3 4 2 chunks +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/layout/LayoutFrameSet.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/page/AutoscrollController.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/page/DragController.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/PlatformMouseEvent.h View 1 2 3 4 5 6 4 chunks +4 lines, -11 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/Scrollbar.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/scroll/ScrollbarTheme.cpp View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/AssertMatchingEnums.cpp View 1 2 3 4 5 2 chunks +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/web/ChromeClientImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp View 1 2 3 4 5 6 3 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/web/WebInputEventConversion.cpp View 1 2 3 4 5 chunks +15 lines, -15 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp View 1 10 chunks +10 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/web/tests/LinkSelectionTest.cpp View 1 6 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/web/tests/VisualViewportTest.cpp View 1 2 3 4 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/tests/WebViewTest.cpp View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/platform/WebPointerProperties.h View 1 3 chunks +8 lines, -7 lines 0 comments Download
M third_party/WebKit/public/platform/WebScrollbarBehavior.h View 1 2 3 4 5 2 chunks +3 lines, -7 lines 0 comments Download

Messages

Total messages: 108 (75 generated)
Navid Zolghadr
4 years, 4 months ago (2016-08-08 21:52:06 UTC) #2
mustaq
Thanks for starting the cleanup. This is closely related: may we please switch WebPointerProperties::button away ...
4 years, 4 months ago (2016-08-09 15:38:05 UTC) #7
Navid Zolghadr
ptal. I changed that enum to enum class. I had to change the None name ...
4 years, 4 months ago (2016-08-10 16:04:37 UTC) #16
mustaq
On 2016/08/10 16:04:37, Navid Zolghadr wrote: > ptal. > > I changed that enum to ...
4 years, 4 months ago (2016-08-10 16:24:47 UTC) #17
Navid Zolghadr
pfeldman@, I had a quick question regarding this change of mine. There are quite a ...
4 years, 4 months ago (2016-08-11 12:56:04 UTC) #23
Navid Zolghadr
4 years, 4 months ago (2016-08-12 14:36:35 UTC) #55
mustaq
Awesome! The typed |button| field now makes our code safe from (unsafe) enum-int type-casting. Thanks ...
4 years, 4 months ago (2016-08-12 15:22:35 UTC) #56
bokan
Source/core and Source/web lgtm https://codereview.chromium.org/2227563003/diff/180001/third_party/WebKit/Source/core/events/PointerEventFactory.cpp File third_party/WebKit/Source/core/events/PointerEventFactory.cpp (left): https://codereview.chromium.org/2227563003/diff/180001/third_party/WebKit/Source/core/events/PointerEventFactory.cpp#oldcode148 third_party/WebKit/Source/core/events/PointerEventFactory.cpp:148: pointerEventInit.setRelatedTarget(relatedTarget); Why is this no ...
4 years, 4 months ago (2016-08-12 16:25:16 UTC) #57
Navid Zolghadr
https://codereview.chromium.org/2227563003/diff/180001/third_party/WebKit/Source/core/events/PointerEventFactory.cpp File third_party/WebKit/Source/core/events/PointerEventFactory.cpp (left): https://codereview.chromium.org/2227563003/diff/180001/third_party/WebKit/Source/core/events/PointerEventFactory.cpp#oldcode148 third_party/WebKit/Source/core/events/PointerEventFactory.cpp:148: pointerEventInit.setRelatedTarget(relatedTarget); On 2016/08/12 16:25:16, bokan wrote: > Why is ...
4 years, 4 months ago (2016-08-12 17:14:37 UTC) #61
Navid Zolghadr
pdr@, I had a quick question regarding this change of mine. There are quite a ...
4 years, 4 months ago (2016-08-15 15:02:18 UTC) #65
pdr.
On 2016/08/15 at 15:02:18, nzolghadr wrote: > pdr@, I had a quick question regarding this ...
4 years, 4 months ago (2016-08-15 17:34:04 UTC) #67
danakj
On Mon, Aug 15, 2016 at 10:34 AM, <pdr@chromium.org> wrote: > On 2016/08/15 at 15:02:18, ...
4 years, 4 months ago (2016-08-15 18:46:31 UTC) #68
danakj
On Mon, Aug 15, 2016 at 10:34 AM, <pdr@chromium.org> wrote: > On 2016/08/15 at 15:02:18, ...
4 years, 4 months ago (2016-08-15 18:52:44 UTC) #69
Navid Zolghadr
sky@chromium.org: Please review changes in chrome/browser/* mojo/*
4 years, 4 months ago (2016-08-16 20:45:57 UTC) #71
Navid Zolghadr
thestig@chromium.org: Please review changes in components/printing/*
4 years, 4 months ago (2016-08-16 20:48:59 UTC) #73
Lei Zhang
On 2016/08/16 20:48:59, Navid Zolghadr wrote: > mailto:thestig@chromium.org: Please review changes in > > components/printing/* ...
4 years, 4 months ago (2016-08-16 20:51:25 UTC) #74
Navid Zolghadr
danakj@ I thought I replied while back but I guess I didn't press send. I ...
4 years, 4 months ago (2016-08-16 20:54:48 UTC) #75
pdr.
On 2016/08/16 at 20:54:48, nzolghadr wrote: > danakj@ I thought I replied while back but ...
4 years, 4 months ago (2016-08-16 21:23:14 UTC) #76
sky
Button::NoButton is a bit redundant. Personally I would have went with Button::None, but I'm not ...
4 years, 4 months ago (2016-08-16 22:03:04 UTC) #77
dtapuska
On 2016/08/16 22:03:04, sky wrote: > Button::NoButton is a bit redundant. Personally I would have ...
4 years, 4 months ago (2016-08-16 22:51:52 UTC) #78
sky
Ugh! See my earlier question though. On Tue, Aug 16, 2016 at 3:51 PM, <dtapuska@chromium.org> ...
4 years, 4 months ago (2016-08-16 22:56:09 UTC) #79
sky
Ugh! See my earlier question though. On Tue, Aug 16, 2016 at 3:51 PM, <dtapuska@chromium.org> ...
4 years, 4 months ago (2016-08-16 22:56:09 UTC) #80
Navid Zolghadr
Regarding the Button::None, as Dave mentioned it is #defined in X11. https://codereview.chromium.org/2227563003/diff/200001/mojo/converters/blink/blink_input_events_type_converters.cc File mojo/converters/blink/blink_input_events_type_converters.cc (right): ...
4 years, 4 months ago (2016-08-16 22:56:53 UTC) #81
sky
LGTM - thanks for the clarification. I'll file a bug that this code is wrong ...
4 years, 4 months ago (2016-08-16 22:59:42 UTC) #82
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/2227563003/200001
4 years, 4 months ago (2016-08-17 00:49:39 UTC) #85
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/252443)
4 years, 4 months ago (2016-08-17 00:52:56 UTC) #87
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/2227563003/220001
4 years, 4 months ago (2016-08-17 14:29:20 UTC) #90
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/239848)
4 years, 4 months ago (2016-08-17 14:37:54 UTC) #92
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/2227563003/220001
4 years, 4 months ago (2016-08-17 14:41:07 UTC) #95
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/2227563003/240001
4 years, 4 months ago (2016-08-17 15:32:05 UTC) #102
commit-bot: I haz the power
Committed patchset #13 (id:240001)
4 years, 4 months ago (2016-08-17 16:26:02 UTC) #104
commit-bot: I haz the power
Patchset 13 (id:??) landed as https://crrev.com/3acb734ff34a77e76228425d06952317c10e252b Cr-Commit-Position: refs/heads/master@{#412552}
4 years, 4 months ago (2016-08-17 16:27:14 UTC) #106
megjablon
4 years, 4 months ago (2016-08-17 19:20:33 UTC) #107
Message was sent while issue was closed.
A revert of this CL (patchset #13 id:240001) has been created in
https://codereview.chromium.org/2245063006/ by megjablon@chromium.org.

The reason for reverting is: Webkit tests failing on WebKit Linux MSAN

https://build.chromium.org/p/chromium.webkit/builders/WebKit%20Linux%20MSAN/b...

webkit_tests webkit_tests

unexpected_failures:
imported/wpt/pointerevents/pointerevent_pointertype_touch-manual.html
imported/wpt/pointerevents/pointerevent_touch-action-inherit_child-auto-child-none_touch-manual.html
imported/wpt/pointerevents/pointerevent_touch-action-auto-css_touch-manual.html
imported/wpt/pointerevents/pointerevent_touch-action-pan-x-pan-y-pan-y_touch-manual.html
imported/wpt/pointerevents/pointerevent_touch-action-none-css_touch-manual.html
imported/wpt/pointerevents/pointerevent_change-touch-action-onpointerdown_touch-manual.html
imported/wpt/pointerevents/pointerevent_touch-action-button-test_touch-manual.html
imported/wpt/pointerevents/pointerevent_pointerleave_touch-manual.html
imported/wpt/pointerevents/pointerevent_touch-action-pan-y-css_touch-manual.html
imported/wpt/pointerevents/pointerevent_pointerenter_nohover-manual.html
imported/wpt/pointerevents/pointerevent_touch-action-inherit_highest-parent-none_touch-manual.html
imported/wpt/pointerevents/pointerevent_pointerout_after_pointercancel_touch-manual.html
imported/wpt/pointerevents/pointerevent_pointerleave_after_pointerup_nohover-manual.html
imported/wpt/pointerevents/pointerevent_touch-action-svg-test_touch-manual.html
imported/wpt/pointerevents/pointerevent_pointerout_after_pointerup_nohover-manual.html
imported/wpt/pointerevents/pointerevent_pointerleave_after_pointercancel_touch-manual.html
imported/wpt/pointerevents/pointerevent_releasepointercapture_onpointercancel_touch-manual.html
imported/wpt/pointerevents/pointerevent_touch-action-pan-x-pan-y_touch-manual.html
imported/wpt/pointerevents/pointerevent_touch-action-inherit_parent-none_touch-manual.html
imported/wpt/pointerevents/pointerevent_touch-action-pan-x-css_touch-manual.html
imported/wpt/pointerevents/pointerevent_pointercancel_touch-manual.html
imported/wpt/pointerevents/pointerevent_touch-action-inherit_child-pan-x-child-pan-y_touch-manual.html
imported/wpt/pointerevents/pointerevent_touch-action-table-test_touch-manual.html
imported/wpt/pointerevents/pointerevent_touch-action-span-test_touch-manual.html
imported/wpt/pointerevents/pointerevent_touch-action-inherit_child-none_touch-manual.html
imported/wpt/pointerevents/pointerevent_touch-action-inherit_child-pan-x-child-pan-x_touch-manual.html.

Powered by Google App Engine
This is Rietveld 408576698